Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

output determination using bapi create order

Former Member
0 Kudos
299

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

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Kudos
218

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.

Read only

Former Member
0 Kudos
218

Hello,

You may check printer assignment or EDI partner profiles.

Thanks,

Venu

Read only

0 Kudos
218

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