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

How to debug IDOC conversion Rule

Former Member
0 Likes
2,288

Hi ,

Outbound IDOC .

How to debug IDOC conversion rule in BD79.

I have created Basic type :INVOIC02

Even I have created CONVERSION_EXIT_XXXX_INPUT and assigned to conversion rule not able to trigger in debug.

regards,

Raghavendra.

2 REPLIES 2
Read only

ThangaPrakash
Active Contributor
0 Likes
1,127

Hello Raghavendra,

IDOC_SEGMENT_TRANSLATE  is the function module which does the conversion based on the conversion rule.

Put a break point inside this function module and trigger your outbound idoc, you will be able to reach the breakpoint.

Regards,

TP

Read only

ThangaPrakash
Active Contributor
0 Likes
1,127

Hello Raghavendra,

Did you check on the above option?

Regards,

Tp