‎2008 Mar 18 10:54 AM
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
‎2008 Mar 18 12:53 PM
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.
‎2008 Mar 18 12:53 PM
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.
‎2008 Mar 18 1:04 PM
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
‎2008 Mar 18 1:10 PM
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
‎2008 Mar 18 1:22 PM
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.
‎2010 Aug 12 9:26 AM
Hi
The exporting program was calling the program with the import statement and discovered this during debugg.
regards
Isaac Prince