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: 

To Pass the Data from editable grid in one program to another program

Former Member
0 Kudos

Hai Friends,

I will make an report in module pool program.

I am using editable grid to display the data. I want to pass the data which one I selected in the grid to another program which one I specify.

I want to pass the data from select data from editable grid to another program.

Kindly Help Me,

Friendly,

Manigandan.K

2 REPLIES 2

Former Member
0 Kudos

Former Member
0 Kudos

Hi,

1. You can use EXPORT and IMPORT ...MEMORY, it allows you to pass data from one program to another within the same external session

2. You can also use SET and GET MEMORY ID, it allows you to pass data from one program to another across external session within your user session

3. You can also share object to pass data from one program to another across any user session. You can refer to [http://sapdocs.info/wp-content/uploads/2009/01/shared-objects-abap-exercises.pdf]

Regards,

Lim...