cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT perform program

Former Member
0 Kudos

Moved to correct forum by moderator

Hi,

can any body pls tell me how to go in sap script perfrom program in debugging mode,

I have placed many time breakpoint the perfrom program but it is not going

Regards.

Kusum.

Edited by: Matt on Nov 11, 2008 12:04 PM

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

i have tried all but its not working:(

Former Member
0 Kudos

Hi,

Chek weather the element calls or not in scrip. Other wise

Write a Break-Point(Hard code) in u r Perform Program where did u want.

Former Member
0 Kudos

Hi,

In the "PERFORM PROGRAM" may be some of forms are not called at all. Put break-point statement in all the FORM available and try again

Regards

Former Member
0 Kudos

activate debugger for script that ur using .....

while debugging see the window where u have used perform and see in that and put break-point in form also

Former Member
0 Kudos

well, probably your form is beeing processed in backgroud Task.

so you need to enable background task debugging.

to do so write /h in your ok_code and press enter.

then use menu: Setting -> update debugging.