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

Generic table in SAP for Parameter Name and Values?

Former Member
0 Likes
2,497

We would like to store global parameter names and values in SAP. We can create a custom Z table for this - but we are wondering if there is an SAP standard table for this.

We looked into Set ID functionality - but that does not meet our purpose.

Any thoughts?

Thanks,

Jay

We would like to store global parameter names and values in SAP. We can create a custom Z table for this - but we are wondering if there is an SAP standard table for this.

We looked into Set ID functionality - but that does not meet our purpose.

Any thoughts?

Thanks,

Jay

6 REPLIES 6
Read only

Former Member
0 Likes
1,286

Hi,

Look at table type ABAP_PARMBIND_TAB

Regards

Sudheer

Read only

0 Likes
1,286

I was not able to find ABAP_PARMBIND_TAB in our system - R/3 Enterprise.

Is there a table for this?

Read only

Former Member
0 Likes
1,286

Hi,

Please check table TVARV and TVARVC.

Regards,

Ferry Lianto

Read only

0 Likes
1,286

HI Ferry,

Tables TVARV and TVARVC are helpful.

Are you using these for this purpose? Is it better to use these than defining custom Z tables?

Thanks,

Jay

Read only

Former Member
0 Likes
1,286

Hi Jay,

We are using this tables to store any parameters for our programming purposes.

Why do you need to create custom table if above tables can be used?

Regards,

Ferry Lianto

Read only

0 Likes
1,286

I guess we can use this. There is no maintenance view for these tables, but we can create these.

I will try it out.

Thanks,

Jay