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

memory id explanation

Former Member
0 Likes
542

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.

2 REPLIES 2
Read only

Former Member
0 Likes
416

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'.

Read only

Former Member