Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

1. How to debug GET and SET parameters and EXPORT , IMPORT parameters using Memory ID ?

c_srikiran
Explorer
0 Kudos

Hi Experts ,

1. If I'm using SAP memory using GET and SET parameters , both programs should run at time in the System memory or what is the scenario that we go for GET and SET ?

ex : if I want to send a value from Program A ---> Program B via SET and GET .

Should the both programs run in the same time in the same sessions as they are inter dependent?

2. How can we debug SAP memory using GET and SET parameters and ABAP memory EXPORT , IMPORT parameters ? can we see the values passing from one program to another in the Debugger ?can anyone please explain me with screen shots for both SAP and ABAP memories?

Thanks in Advance

1 ACCEPTED SOLUTION

former_member400468
Active Participant

Hi!

you can see SET/GET parameters in the debugger, so you can try to find your parameters here:

Evgeny

4 REPLIES 4

former_member400468
Active Participant

Hi!

you can see SET/GET parameters in the debugger, so you can try to find your parameters here:

Evgeny

raymond_giuseppi
Active Contributor

Perform first some search for user memory and program memory in online documentation (or your training manual) you could start with Parameters in the User Memory.

To explore Memory during debug, read first Using the Memory Analysis Tool in the New ABAP Debugger. (or try the Level 5: Document: System Areas. SelectedSystem Areas reserved for SAP...)


c_srikiran
Explorer
0 Kudos

Thanks Evegeny !!!

Jelena
Active Contributor

If this answered your question then kindly click Accept Answer under the respective answer to close the question. Otherwise it still shows up as "unanswered".