Call ND3N4114 business function from my business service

ppaunero

Member
Hi friends!

This is my first post, I´m new with JDE, but not with Java Language.
I´ve developed some business services with success before this one.
I´m trying to create a new business service in Jdeveloper to consume the ND3N4114 business function.
ND3N4114 is not a standard business function is a DSI Company Business Function incluided in E900. The purpose of the business function is to make an Inventory Adjustment.
When I run my business service, I get a BusinessServiceException I can´t solve:

---------------------------------------
CAUSE . . . . The record being processed either already exists for an 'ADD'
function or does not exist for an 'INQUIRY', 'CHANGE' or
'DELETE' function.
RESOLUTION. . If you are attempting to inquire, change or delete a record you
previously added, there may be data base problems in your
production library. You should notify your data processing
department.

CAUSE . . . . The two fields being processed are mutually exclusive.
RESOLUTION. . Change one of the fields being processed.
---------------------------------------

Any help would be very appreciated.

Kind Regards,

Pablo.
 
Hi Pablo,
I think it's not a bssv issue.

Try to call this NER inside JDE with the same input parameter and you will receive the same response.


Are you sure you are passing the right values?

Regards

Bruno Condemi
 
Thanks for your replies.

I couldn´t find the solution to work with ND3N4114 business funtion.

Now I´m trying the inventory adjustment using master business functions.

Regards.

Pablo Paunero
 
Back
Top