Hello All,
Here is one document on RFC debugging in SAP programs.
RFC Debugging
Cheers.
5/11/2007
5/10/2007
Accessing Variables of one program from another program in SAP
Many SAP programs call many other SAP programs during the execution of a particular transaction. Sometimes it happens that while coding for some user-exits or VOFM routines we may need access to variables or internal tables that are available in the run time memory of the program.
We may need to have access to them or may need to change them.
The following document explains in detail how to do that:-
Accessing higher level Variables
We may need to have access to them or may need to change them.
The following document explains in detail how to do that:-
Accessing higher level Variables
5/09/2007
How to Debug a Background Job in SAP
Many a times during my work, I have found that I need to debug a SAP program scheduled as a background job in SAP. I had some hard time to do that as most of the time the program had a check like "CHECK SY-BATCH = 'X' ". This never allowed me to run the program in online mode and debug and find the problem. But some days ago I just learnt from a colleauge of mine how to do so..... So thought of sharing the same.
One can find the document in here.
"How to Debug a background job"
One can find the document in here.
"How to Debug a background job"
My Intentions
This is my blog spot for saving some of SAP documents that I have collected over the years.
Feel free to download any one of them if u think it can be beneficial to you.
Regards
Kallol Bhowmick
Feel free to download any one of them if u think it can be beneficial to you.
Regards
Kallol Bhowmick
Subscribe to:
Comments (Atom)