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 a Standard Enhancement program

Former Member
0 Likes
898

Hi Experts,

I am debuging Inbound Idoc for creation of Vendor, IDoc type is CREMAS. Using this IDoc we are successfully creating the Vendors. But it is not creating IBAN value for the particular vendor which is created. Durring my analysis i found one standard include program LDK02F01, In that include program I found one enhancement program MM_BUYER_SFWS_LDK02F01, In the editor we are able to view the source code of this enhancement section. But while debuging there is no such code. So we are not able to debug the enhancement section.

Inbound function module name is : IDoc_input_creditior_mdm.

There is any other activitiy is missed or what? I need activate any enhancement part or what? But the include prgm already in active status.

Kindly someone pls advice this.

Our main aim is to create IBAN for the particular vendor which is created thrugh IDoc. We are passing IBAN value and Bank details in the IDoc.

Mohana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

hi put a break point ther first and then try executing your program

check whether the controls flows there or not

cheers

s.janagar

4 REPLIES 4
Read only

Former Member
0 Likes
701

hi put a break point ther first and then try executing your program

check whether the controls flows there or not

cheers

s.janagar

Read only

0 Likes
700

Hai,

I put the break-point, but the controls are not flows there. Pls advice.

Mohana

Read only

0 Likes
700

then do one thing

while debugging at the start point of debugging it self just switch on system debugging and try debugging it

hope it flows

if not

i guess the flow at which u kept the break point is not at all called in your condition

cheers

s.janagar

Read only

0 Likes
700

Hi,

The think is manually am able to view the code inthe abap editor. But while debuging the enhancement section program are not visible. That particular section only missed out.

How to bring that particualr section itself?

Mohana