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

How to debug Idoc?

Former Member
0 Likes
1,832

Hi,

How do we debug Idoc (Using WE19)?

Regards,

Madhu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
965

In we19

1)U can choose your Idoc number in existing Idoc textbox

2)Press execute

3)u will display ur Idoc struct

4)Dbl click on any field then u can modify its content

5)PressStd Outbound Processing Btn to process modified Idoc

Thats it

Give reward if Helpful

Cheers

7 REPLIES 7
Read only

Former Member
0 Likes
965

Hi,

In WE19, in the second screen, click on the 'Inbound/Outbound function module' push button on the application tool bar, in the popup check the check box, 'Call in debugging mode',

Hope this helps,

Rgds,

Read only

Former Member
0 Likes
965

Hi Madhu,

Before you execute the Idoc in WE19, just enter '/h' in the command field on top.

Hope it helps!

Greetz

Read only

Laxmana_Appana_
Active Contributor
0 Likes
965

Hi,

Put a break point at processing function module of the IDOC and then execute idoc through WE19 , then system will automatically take you to function module , there you can debug the Idoc code.

Regards

Appana

Read only

Former Member
0 Likes
966

In we19

1)U can choose your Idoc number in existing Idoc textbox

2)Press execute

3)u will display ur Idoc struct

4)Dbl click on any field then u can modify its content

5)PressStd Outbound Processing Btn to process modified Idoc

Thats it

Give reward if Helpful

Cheers

Read only

Former Member
0 Likes
965

hi

good

go through this link

https://weblogs.sdn.sap.com/weblogs/topic/16

thanks

mrutyun

Read only

Former Member
0 Likes
965

WE19 and call the func module in debug mode.

Read only

former_member205703
Participant
0 Likes
965

Hi,

Execute transaction WE19 , in <b>Existing Idoc</b> give the Idoc number and Execute it will take you to another screen. In this press the <b>Inbound Function Module</b>

tab , Give the <b>Function Module</b> and check the check box <b>Call in Debugging Mode</b> , and process <b><b>In</b> ForeGround</b>.