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 debugg an idoc

Former Member
0 Likes
632

hi,

tell me process debug an idoc

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hai Kalyan,

We19 is Testing Inbound IDOC and you can debugging from we19 Transaction

Outbound IDOC Debugging :

Example of Invoice :

Set ur Break point at your code

now come to VF02 Transaction and use invoice number.

click on enter

GOTO->HEADER->OUTPUT

Give the output type and print medium should be 6(EDI) or A( ALE)

Click on Further data and select->select send with periodically scheduled job and save it.

Now Come to SE38 and use RSNAST00

Output Application : V3

Object key - Invoice Number ( 10 digit)

Output type - RD00( SAP Standard)

Transmission medium = 6(EDI) ,A(ALE)

Now it will stop at your code.

Reward Points if it is helpful

Regards.

Eshwar.

3 REPLIES 3
Read only

Former Member
0 Likes
587

Hai Kalyan,

We19 is Testing Inbound IDOC and you can debugging from we19 Transaction

Outbound IDOC Debugging :

Example of Invoice :

Set ur Break point at your code

now come to VF02 Transaction and use invoice number.

click on enter

GOTO->HEADER->OUTPUT

Give the output type and print medium should be 6(EDI) or A( ALE)

Click on Further data and select->select send with periodically scheduled job and save it.

Now Come to SE38 and use RSNAST00

Output Application : V3

Object key - Invoice Number ( 10 digit)

Output type - RD00( SAP Standard)

Transmission medium = 6(EDI) ,A(ALE)

Now it will stop at your code.

Reward Points if it is helpful

Regards.

Eshwar.

Read only

shivhare
Active Contributor
0 Likes
586

kalyan kumar

debuger on functional modul that assgin to IDOC for more informatio see table EDIFCT hare you can find which IDOC contain which one functional module

thanks

Amit Shivhare

PS: Reward point

Read only

Former Member
0 Likes
586

Hi,

Go to tcode WE19. Give idoc number press F8. You will get next screen. There you have push button in tool bar called "INBOUND FUNCTION MOUDLE". Click on it. You will get one pop-up screen.

There give function module name and tick the check box called " Call in debugging mode" and select radio button called "In foreground". Then press ok. It will take you to debugging mode.