‎2008 Apr 28 12:50 PM
Hello experts,
please tell me the meaning of the below statement , it is used when the sales order is created
ie in the user exit to update a ztable with header text in sales order.
IMPORT thead TO t_head
tline TO t_lines
FROM MEMORY ID 'SAPLSTXD000001'.
so i want to know where can we find SAPLSTXD000001 in sap.
In production system i am getting the correct header text but in the development i am getting the material description instead of header text.
So please kindly help me in understanding the above statement.
Thank you so much for the replies.
‎2008 Apr 28 12:51 PM
HI,
SAPLSTXD000001 ita a memory variable u cannot see the value in that variable not only like that is used u can use any variable like the below example
IT IS STORED IN ABAP MEMORY
IMPORT WERKS LIFNR[] GEXNO[] ERDAT[]
FROM MEMORY ID 'ABCD'.
‎2008 Apr 28 12:56 PM
Hi Shiva,
Hi,
In this statement Memory Id is SAPLSTXD000001, you cannot see the Variable.
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