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

SET/GET Parameter ID

Former Member
0 Likes
647

Hi.

I need to know if there is some way to know where the parameters or tables, which are settled on memory, are stored. Is there any table where I could look for parameters created on memory and its current values?

Thanks.

Diana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

Look at SE11 Transaction ,Simple example MARA Table ,MATNR Field ,when you look at data element for MATNR Field -> here you can find out parameter ID

Thanks

Seshu

4 REPLIES 4
Read only

Former Member
0 Likes
590

Hi,

The values (current Parameter ID) are stored in Buffer not in table. Hence, you cannot access them with SQL statements. You will have to use SET/GET statements.

The data will be database but you cannot distinguish it from other records.

Regards,

Srilatha.

Read only

Former Member
0 Likes
591

Look at SE11 Transaction ,Simple example MARA Table ,MATNR Field ,when you look at data element for MATNR Field -> here you can find out parameter ID

Thanks

Seshu

Read only

Former Member
0 Likes
590

Hi Diana ,

You can use DD04L table with a query for non-initial values of MEMORYID field.

Hope this helps,

Regards

Caglar

Read only

former_member194669
Active Contributor
0 Likes
590

Hi,

you can also check table TPARA

a®