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

EDI outbound debugging

Former Member
0 Likes
626

Hi All ,

Anybody please send the step by step procedure to debugg

the outbound function module

thanks,

Sabu

.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Hi,

Go to debug mode after creating output message (output immediately) and click save. In debug mode select SETTINGS - UPDATE DEBUGGING and continue. Another debug screen will be displayed, set break point at function module and enter function module and click continue. It will stop at the function module.

Cheers.

...Reward if useful

3 REPLIES 3
Read only

Former Member
0 Likes
582

Hi,

Go to debug mode after creating output message (output immediately) and click save. In debug mode select SETTINGS - UPDATE DEBUGGING and continue. Another debug screen will be displayed, set break point at function module and enter function module and click continue. It will stop at the function module.

Cheers.

...Reward if useful

Read only

Former Member
0 Likes
581

Hi,

Put the break point in the outbound FM and execute the transaction for which you are sending the IDOC.

Regards,

Sharath

Read only

Former Member
0 Likes
581

Answered