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 query

Former Member
0 Likes
570

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??

3 REPLIES 3
Read only

Former Member
0 Likes
473

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

Read only

Former Member
0 Likes
473
Read only

Former Member
0 Likes
473

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