‎2010 Feb 17 9:24 AM
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
‎2010 Feb 17 9:50 AM
hi put a break point ther first and then try executing your program
check whether the controls flows there or not
cheers
s.janagar
‎2010 Feb 17 9:50 AM
hi put a break point ther first and then try executing your program
check whether the controls flows there or not
cheers
s.janagar
‎2010 Feb 17 9:56 AM
Hai,
I put the break-point, but the controls are not flows there. Pls advice.
Mohana
‎2010 Feb 17 9:59 AM
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
‎2010 Feb 17 10:09 AM
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