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: 

How to Get Data into CALLING SCREEN from CALLED screen (export and import )

former_member349098
Participant
0 Kudos

Hi

In my customized transaction (screen ), i had called a standard Tcode IW23 .when user double click on notification number field .

after opening the iw23 , when user will come back , the fields ( received by , installed on ) data which already is there in standard have to come into my screen of same fields ( received by , installed on ) .

i have one dought in this

here i tried to use export and import

in this i am not exporting any data to standard but i want to import from standard . is it possible like this ?

and if it is possible how can we get memory id for field .

if it possible please send code snippet

Thanks A lot

Edited by: raghu111 on Dec 12, 2011 1:30 PM

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

RAther then this it will be good if you can put a select in your custom code and fetch the data from tables and dsiplay it on your screen.

Nabheet

Former Member
0 Kudos

Hi,

you can use import export depending on your screen fields properties.

!)Check if import export check box is checked for that field in screen attributes.

2) goto se11, heck the data element, you can get the parameter id for the field there.

Also, get field value by using parameter id. Memory id is something you assign, its not maintained.

use "get parameter id"

Edited by: sap_wiz on Dec 13, 2011 4:09 PM