cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos

Hi,

I am working on SAP Script for Purchase contract ME31K,ME32K,ME33K Transaction.

I have Activated Debugger at SE71 Transaction and i am unable to debug for this.

While creating message in transaction and it goes the Spool SP01 Transaction.

How can i debug if the layout goes to Spool.

If anyone knows how to debug,Please let me know

Thanks

prasad.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181966
Active Contributor
0 Kudos

I’d suggest you also put break point in ABAP program , well as per my understanding if you put "debugger ON" in SE71 , it should stop . Do one thing again close all the session ok . Open 1 session first put debugger "ON" , after that open another session and in ABAP program put break point . Finally in last session run your transaction to see it effects .

P.S .Award the points

Thanks

Saquib

Message was edited by: Saquib Khan

former_member181966
Active Contributor
0 Kudos

Have you look at program RSNAST00?

Former Member
0 Kudos

Hi,

Finally I got results when I use RSNAST00 Program thanks buddy.

Thanks a lot.

Former Member
0 Kudos

Just run the generated Spool to display the output and your debugger will trigger.