2007 Mar 14 7:14 PM
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
2007 Mar 14 7:20 PM
2007 Mar 14 8:47 PM
I was not able to find ABAP_PARMBIND_TAB in our system - R/3 Enterprise.
Is there a table for this?
2007 Mar 14 7:25 PM
2007 Mar 14 8:48 PM
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
2007 Mar 14 8:56 PM
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
2007 Mar 14 10:48 PM
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