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: 

package

Former Member
0 Kudos

Hello Guru ,

I want to assign set parameter and get parameter in global variable , I have written the code but system is not transferring the one selection option ( from one field ) to other selection option ( in other program selection option) .

I have created the set parameter and get parameter , but system asking save the memory id into global memory , and that one is sap package , I am not able to make ,

Please healp me to find the solution , if any one have any example , plz healp .

Regards ,

Joy .

2 REPLIES 2

krishnendu_laha
Active Contributor
0 Kudos

Hi Friend,

You can use SPA/GPA at data elmenet level, you can find that in Paramter ID option of data element.

If you want to set any value for aany variable in program, you have to use ABAP memory usinf Import and Export.

Hope it will help you.

Regards

Krishnendu

Former Member
0 Kudos

ok