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

outbound idoc process for sales order using message control

Former Member
0 Likes
522

Hi All,

I am changing sales order using VA02 , while saving sales number IDOC is creating but I am unable to see the data filling into segments. I think idoc is triggaring in background.

Can you please tell how I can see the data filling in to segments

Thanks in advance,

SN

Hi All,

I am changing sales order using VA02 , while saving sales number IDOC is creating but I am unable to see the data filling into segments. I think idoc is triggaring in background.

Can you please tell how I can see the data filling in to segments

Thanks in advance,

SN

2 REPLIES 2
Read only

Former Member
0 Likes
485

keep the break point in the program RSNAST00

at this particular code.

perform (tnapr-ronam) in program (tnapr-pgnam) using returncode
                                                         us_screen
                                                         if found.

and also Activate update Debugging , before pressing the save button in VA02.

Read only

Former Member
0 Likes
485

Hi,

I'd reapeat the output type within VA02 and set the timing to "Send with periodically processed job".

After saving the sales order run RSNAST00, set the application to V1 the object key to your order number.

If you set a break-point in the processing function module it will now stop in the debugger and you can step through the code.

Darren