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: 

EDI - IDC

Former Member
0 Kudos

Hi All:

I am using VF02(Billing) Transaction to generate the EDI-IDOC.

In that I am using ZRD3 Output Type(Invoice). When i enter this O/P type in VF02 -> Goto -> Header -> Output then Save the Application the IDOC will be created.

I am using IDOC_OUTPUT_INVOIC Function Module (Process Code SD09).

My Problem is . In the Idoc E!EDP08 Segment didn't populated .

so, How can i debug and trace this while updating data in the segment .

If i put a Brak-Point in IDOC_OUTPUT_INVOIC Fun.. Module it didn't stop. As it is running in the background process, i also tried running the program RSNAST00 by providing the necessary parameters but to no avail.

Please help me .

Thank You,

Venkat

3 REPLIES 3

Pawan_Kesari
Active Contributor
0 Kudos

This might help...

put break-point in program RSNAST00 at line


    PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE
                                                         US_SCREEN
                                                         IF FOUND.

when execution start check whether your debugging session goes inside the said program (TNAPR-PGNAM) and routine (TNAPR-RONAM)

0 Kudos

Hi Pawan,

Thanks for your information.

It didn't stop at the break point in RSNAST00 and the FM IDOC_OUTPUT_INVOIC.

Can u suggest any more method to debug the IDOC ( Becoz the Segment E1EDP08 is not filled or populated while creating IDOC)

Thanks,

Venkat.

Former Member
0 Kudos

as