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

EDI - IDC

Former Member
0 Likes
703

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

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
Read only

Pawan_Kesari
Active Contributor
0 Likes
595

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)

Read only

0 Likes
595

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.

Read only

Former Member
0 Likes
595

as