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

Menory id statement Query

Former Member
0 Likes
544

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

3 REPLIES 3
Read only

Former Member
0 Likes
516

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.

Read only

Former Member
0 Likes
516

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.