Application Development and Automation 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: 
Read only

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

c_srikiran
Explorer
0 Likes
7,560

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
Read only

former_member400468
Active Participant
3,256

Hi!

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

Evgeny

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

4 REPLIES 4
Read only

former_member400468
Active Participant
3,257

Hi!

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

Evgeny

Read only

RaymondGiuseppi
Active Contributor
3,256

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...)


Read only

c_srikiran
Explorer
0 Likes
3,256

Thanks Evegeny !!!

Read only

3,256

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".