‎2009 Mar 05 11:54 AM
Hello eCATT experts,
I have the following question:
is it possible to debug inline ABAP (between ABAP...ENDABAP) in the eCATT debugger?
When trying to step inside an ABAP...ENDABAP block with F5, I always end up after the ENDABAP statement.
Thanks and best regards,
Oliver
‎2009 Mar 09 7:07 AM
I think yes .
i have tried by setting a break-point in the inline abap code.when i execute the beak-point is triggering.
try this code ..
abap.
break-point.
endabap.
regards ,
gowri
‎2009 Mar 05 2:10 PM
Hello,
I feel this is the limitation , as far as i know we are not able to debug the statements within ABAP ...ENDABAP command.
Thanks & Best regards,
Ajay
‎2009 Mar 09 7:07 AM
I think yes .
i have tried by setting a break-point in the inline abap code.when i execute the beak-point is triggering.
try this code ..
abap.
break-point.
endabap.
regards ,
gowri
‎2009 Mar 10 3:57 AM
>
> Hello eCATT experts,
>
> I have the following question:
> is it possible to debug inline ABAP (between ABAP...ENDABAP) in the eCATT debugger?
> When trying to step inside an ABAP...ENDABAP block with F5, I always end up after the ENDABAP statement.
>
> Thanks and best regards,
> Oliver
You can also break command.
ABAP.
BREAK USER_ID.
ENDABAP.
Where USER_ID is your user id in the SAP system.
This will help to stop the script for debugging only when you use it and it will continue executing for others without Stopping.
Hope this info helps.
Regards,
SSN.