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

BREAK ABAP statement

Former Member
0 Likes
8,161

What is the use of BREAK ABAP statement in ABAP.

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
2,821

probably a syntax error, as the statement does not exist. If you mean BREAK-POINT or XBREAK ... you can check in SAPHelp!

Read only

Former Member
2,821

BREAK ABAP may be given as BREAK <username>

May be you are working on the user id 'abap'.

Its a breakpoint then.

Read only

Former Member
2,821

When we set the break point using the 'Set Breakpoint' button in the ABAP editor, sometimes the code will not stop at that point for debugging. For example, when a program runs in asynchronous mode, the Set Breakpoint option will not work. Only when we put the code like break <username>, the code will stop at that point for debugging.

Even in case of smartforms, we need to put the break abap statement to stop the smartform for debugging.

Hope it answers your question.

Regards

Swetha.

Read only

Former Member
0 Likes
2,821

Dear Prasant,

Do u mean CONTROL-BREAK events.

we generally won't use this events.

Best Regards,

Pravin

Read only

0 Likes
2,821

>

> Dear Prasant,

>

> Do u mean CONTROL-BREAK events.

>

> we generally won't use this events.

>

> Best Regards,

> Pravin

Great.

Happy weekend.