Application Development 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: 

how to debug IDoc and waht about WE19

Former Member
0 Kudos

hi experts how to debug idocs waht is we19 and perpose

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

Check the links -

Regards,

Amit

Reward all helpful replies.

5 REPLIES 5

amit_khare
Active Contributor
0 Kudos

Check the links -

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

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

Thanks

Seshu

0 Kudos

Hi,

thanks for given solution.

0 Kudos

Hi,

thanks for given solution.

Former Member
0 Kudos

Hi Prasanna,

WE19 (testing tool) is used to test an IDoc and also to simulate an IDoc error if occurs. WE19 is for testing, you can put in an existing Idoc number there and it will make a copy of that Idoc and keep your original Idoc intact.

Lets say you want to test if your function module is working fine, you can build or copy an idoc via WE19 and test.

You can also use BD87 to process an IDOC.

Reward points if useful.

Thanks

Aneesh.