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

Testing IDOC basic type DELVRY03

Former Member
0 Likes
1,242

Hi,

Can anyone tell me how can i test DELVRY03 idoc for ASN. The Idoc is not being triggered from any document as the data is coming from external system to the Ztable and I don't know how IDOC should be triggered.

Function module is Z_ZZ_IDOC_OUTPUT_DELVRY.

Message Type DESADV.

Can anyone tell me in this scenario until the desicion is made for triggering option, can i test the IDOC somehow and check the changes in debugging mode.

Regards

Rinku

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
835

Hi Rinku..

Tcode WE19 is used as a Test tool for IDOCS.

Here You can Generate the IDOC based on Existing IDOC or Message type or IDOC type

then fill the Segments if needed and use the button Function module to Process the IDOC.

You have the Debugging option also available there.

You can also set the break points in your FM to debug..

reward if Helpful.

Read only

0 Likes
835

Hi,

I have created idoc data in We19 but i can't debugg it as there is no option available for outbound processing.

When I click standard outbound processing it's creating idoc but it's not going to the Z function module and user exit. How can I find out whats the problem

Regards

Rinku

Read only

0 Likes
835

Hi Rinku..

In the FM <b>Z_ZZ_IDOC_OUTPUT_DELVRY</b> Set the Break-points (in SE37).

Then try the Standard outbound processing in WE19.

It will goto debugging mode.

<b>reward if Helpful.</b>

Read only

0 Likes
835

it is not going in the debugging mode. I have tried this option.

I have hard coded a filed just to check if it is getting populated in the idoc but it is not coming, so it means that this function module is not being hit by the idoc. Wht can be the reason.

Message was edited by:

Rinku Malik