‎2008 Jan 22 10:59 AM
Hi,
If I declare the selection screen like
data: p_aufnr type afko-aufnr memory id anr.
what is the meaning of memory id here & what is its functionality here??
‎2008 Jan 22 11:21 AM
Hi Neha,
A lot of fields in SAP have been assigned to memory id. One of the uses is to copy values of these fields accross transaction. However you should use "PARAMETER: p_aufnr type afko-aufnr memory id anr" to copy the value of AUFNR (production order number) in your selection screen.
Regards,
John
‎2008 Jan 22 11:25 AM
check the following link ::
http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt
reward points if helpful.
‎2008 Jan 23 5:50 AM
well do you know about parameter id.
Parameter id is used for set parameter command to transfer values to a field text box.
u can see that by F1 help on any text field in any transaction and then watching its tech. settings
Your memory id copies this parameter id into youe selection screen field
reward if useful
regards
vivek