cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Sap Script

Former Member
0 Kudos

HI all,

I am working on a SAP Script...this custom SAP SCRIPT is being used for transaction F110...every time we are running this transaction we are missing some data in the checks that are printing and this problem is coming after we applied the Service PAck, now my question is how can I debug ths Sap Script because when activated the debugger in SAP Script and ran transaction F110 and when finally printed the checks it never went or stopped at the SAP Script...the checks are printing fine in the other box where we haven't applied the SP. So basically I want to compare in both the boxes.

Thanks,

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Programs executes in printout in F110 . u can see those programs in Printout/DataMedium Tab in F110 . identify the program u r using for print out and execute it after activating the debugger in sap script .

Regards

Neetesh

Answers (1)

Answers (1)

mahaboob_pathan
Contributor
0 Kudos

hi,

i have done this one for us check.

First activate the debug in se71.Post the document in F110

and don't print immediately.

then goto se38 and give that driver program name and execute with variant which you saved then it will go into debug mode.