2009 Dec 08 12:52 PM
Hello,
I am using BAPI to create sales order. We have our 'Z' output determination which is connected to the new SD order.
It is also in NAST and has green light . But RSNAST00 did not worked.
This output determination writes a record to a table - but using the BAPI it did not happened.
Any one met this problem?
Thanks in advance
Sara
2009 Dec 08 2:45 PM
The green light only means that the output record was processed and that the processing program set the return code value to 0. It does not mean that any particular part of the code was successful. You should check for the success of the DB operation in your code. You can switch the light to Red by using a '4' for the return code. You should also add any necessary (custom) messages to the processing log using NAST_PROTOCOL_UPDATE.
2009 Dec 08 2:57 PM
Hello,
You may check printer assignment or EDI partner profiles.
Thanks,
Venu
2009 Dec 08 3:00 PM
Hi all,
Thanks for answering me so fast.
I found the problem / It was inside my program that is triggered.
I solved it and it is OK.
Thanks again,
Sara