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

eCATT: Possible to debug inline ABAP?

Former Member
0 Likes
733

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
567

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

3 REPLIES 3
Read only

Former Member
0 Likes
567

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

Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
567

>

> 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.