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

Import/Export from Memory ID

prince_isaac
Active Participant
0 Likes
1,245

hie guys

im in a program that is importing values from a memory id however there are no values being imported and thus i want to find out wer the memory id is being given data. i tryd the wer used list and it dd not give me anything, please assist

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

Check the parameter id of that field. If that is being assigned correctly it should fetch data.

(you can get the parameter id if you go to the screen and do F1 on the field ->technical settings or you qan get it from SE11.

Data element of that field -> further characteristics)

Just do find in your program for "set parameter id " . Check if the id is same in se11 and in your program

More over you can check that in debug mode.

I hope it helps.

thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
835

Check the parameter id of that field. If that is being assigned correctly it should fetch data.

(you can get the parameter id if you go to the screen and do F1 on the field ->technical settings or you qan get it from SE11.

Data element of that field -> further characteristics)

Just do find in your program for "set parameter id " . Check if the id is same in se11 and in your program

More over you can check that in debug mode.

I hope it helps.

thanks.

Read only

Former Member
0 Likes
834

Hi,

In ur program find out any export command is used for any memory Id.If the memory id is same as u r using it in ur program,then put debugging on that export statement.

<REMOVED BY MODERATOR>

KUMAR

Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:28 PM

Read only

Former Member
0 Likes
834

Hi,

Try this...

EXPORT WERKS MATNT TO MEMORY ID 'ABCD'.

IMPORT WERKS MATNR FROM MEMEORY ID 'ABCD'.

<REMOVED BY MODERATOR>

Regards,

V.Balji

Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:29 PM

Read only

Former Member
0 Likes
834

Hi,

Please check in the programs involved in the Current Program where you were using an Import parameter. Then check in that program where the Export parameter is being used...

Debug the program at the Import parameter and check for the result.

Thing may be that:

1) either the Export parameter has not been set for the Memory Id used in the Import parameter...

or

2) the memory Id in the Export parameter might not have been holding any data initially itself....

Please check for these 2 cases and let me know how it worked for you or still you are facing issues on this.

Thanks,

Vishnu.

Read only

prince_isaac
Active Participant
0 Likes
834

Hi

The exporting program was calling the program with the import statement and discovered this during debugg.

regards

Isaac Prince