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

statement not accessible

Former Member
0 Likes
627

Hi iam trying to set a break point in my user exit(INCLUDE) There is nothing else at this moment in the include. but when i try to do it is always throwing a error saying statement is not acccessible.

can u help me guys!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

Hi,

Declare some data statements and activate that exit and put a break point.

Write some statement say Hello.

it will stop.

reward if useful

regards,

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
572

Hi,

Declare some data statements and activate that exit and put a break point.

Write some statement say Hello.

it will stop.

reward if useful

regards,

Anji

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
571

This is a warning right? You could ignore it.

Also, you could simply put a one-liner in that include, and put your breakpoint on that. Something like.

Check Sy-SubRc = 0.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
571

Hi,

Write the break point BREAK-POINT in the Exit

Regards

Sudheer

Read only

Former Member
0 Likes
571

Hi

Write something inside the incude like a manual break-point.

activate it.

Regards

Zarina