Application Development 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: 

SET/GET Parameter ID

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Diana ,

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

Hope this helps,

Regards

Caglar

former_member194669
Active Contributor
0 Kudos

Hi,

you can also check table TPARA