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

IDoc problem

jonathanzhang2
Active Participant
0 Likes
1,015

Hi,

In delivery note I used LQCA to triger the message type QCERT(basic type QALITY02). The FM is IDOC_OUTPUT_QALITY02. But after I set breakpoint in this FM, I can not debug when I save LQCA in delivery note with VL02N. How can I debug this FM?

Many thanks,

Aries

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
935

HI Aries,

YOu can change the dispatch time option to 'Send with periodically scheduled job' and thenrun the program RSNAST00 with object key as the delivery number.

It will stop at the break point in the FM.

Regards,

ravi

9 REPLIES 9
Read only

Former Member
0 Likes
935

U can debug the same FM using the TCODE <b>WE19</b>.

There we have an option called Inbound FM and select the debug mode.

Read only

0 Likes
935

Hi Eswar,

Thanks for your reply.

Unfortunately, I would like to debug outbound FM which I described in my previous message.

Regards,

Aries

Read only

0 Likes
935

If it is the case cant we do in the same TCODE with standard outbound processing(the other option)

Read only

0 Likes
935

<deleted>

Read only

0 Likes
935

<deleted>

Read only

0 Likes
935

Hi Eswar,

With WE19, there is no debug mode with outbound processing.

Regards,

Aries

Message was edited by: Aries Chang

Read only

Former Member
0 Likes
936

HI Aries,

YOu can change the dispatch time option to 'Send with periodically scheduled job' and thenrun the program RSNAST00 with object key as the delivery number.

It will stop at the break point in the FM.

Regards,

ravi

Read only

0 Likes
935

Hi Ravi,

Great! It worked.

Many thanks,

Aries

Read only

Shiva_Ram
Active Contributor
0 Likes
935

Hi Aries,

Can you let me know the procedure for creating an IDOC for COA using qality02? I need to create IDOCs for deliveries (QC22) and material + batches (using QC20). This IDOC need to be sent to a thrid party (non-SAP system)in text file format (using file port).

I appreciate your information on this.