Integration Technologies - JDE1 (MOSC)

MOSC Banner

Unable to update a Who's Who record using BSSV

edited Nov 19, 2016 4:00AM in Integration Technologies - JDE1 (MOSC) 1 commentAnswered

I want to update a Who's Who record in F0111 using BSSV.  I use this business function B0100087 and below are my code in BSSV

bsfnParams.setValue("cActionCode", 2);
bsfnParams.setValue("mnAddressNumber", addressBookNumber);
bsfnParams.setValue("mnLineNumberID", 0);
bsfnParams.setValue("szNameMailing", broker.getDesignatedBroker());

bsfnParams.setValue("szNameAlpha", broker.getDesignatedBroker());

But it failed at this line

int error = bsfnService.execute(context, connection, "WhosWhoMBF", bsfnParams);

The errors I got was

Server Failure while executing business function. Please try request again. :WhosWhoMBF(Who's Who MBF)

Attached are the errors.  Do you know why?  I did a get for that business function and data structure and rebuilt it locally. I tested it using Jdeveloper 11g. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center