‎2008 Dec 20 7:00 AM
Hi all,
I developed one report using class method.In my pf status I used some formula using class method.
When I execute the program then everything come fine.But when I execute program in background,it is not comming true data. So I want to debug in backgrond.I used SM50 for debugging.but debug point is not comming in my pf-status.can any body help me.In background, pf status works or not? what would be solution..pls help.
Thanks,
Rakesh
‎2008 Dec 20 7:09 AM
F1 help of SET-PF-STATUS says:
During list processing, this statement sets the GUI status specified in status for the display window of the current list,
And GUI is not Available in backgroung procesing.So it wont be go into Debug.
‎2008 Dec 20 7:21 AM
select the job in SM37 and type JDBG in command button (Tcode works only in SM37)
This will reprocess the job again in Debugging Mode.
Check Note 573128
Regards,
Santosh Reddy
Edited by: Santosh Reddy on Dec 21, 2008 10:56 AM
‎2008 Dec 20 9:15 AM
hi,
Use SM37 to get list of jobs , type 'JDBG' in the command line ( no '/' ), put the cursor on the job and press ENTER
You are in debug mode now. Step through SAP program (press F7 couple of times) until you get to code you need.
reference : https://www.sdn.sap.com/irj/scn/wiki
regards
vivek