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 point

Former Member
0 Likes
481

Hi,

We have break point in one of our update rules. So what is the impact of that?

Why we need to keep the break-point?

Can anybody please explain me?

Thanks much

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

hi check these links..

regards,

venkat

3 REPLIES 3
Read only

Former Member
0 Likes
462

hi check these links..

regards,

venkat

Read only

Former Member
0 Likes
461

try this:

if SY-UNAME = 'MFPEREZ'.

BREAK-POINT.

ENDIF.

Read only

0 Likes
461

Ytamar - give this a try:

break MFPEREZ.

"Break" is a standard macro.

Rob