‎2008 Apr 25 7:56 AM
Hi all
SELECT-OPTIONS: s_bukrs FOR bkpf-bukrs MEMORY ID buk .
Can any one please let me know about the Memory ID In this statement?
Regards
Arun Joseph
‎2008 Apr 25 7:57 AM
Hi,
In this statement Memory Id is buk.
for Memory Id Info refer below Links:
http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm
http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt
Regards,
Sunil
‎2008 Apr 25 8:21 AM
memory id means what value you are giving at the selection screen field it will keep it untill you free the memory, if the memory id is not freed next time when you get to the selection screen you will find the value on the selection screen field what you have given previously.
‎2008 Apr 25 8:49 AM
Hi
This addition links the first input field to a SET/GET parameter in the SAP Memory.
The input.field is filled - when the selection screen is called - with the current value of the SAP/GPA parameter in the SAP memory, from the second time onwards so that we do not have to type the value again and again.
Reward if helpful.