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

Need config table which stores data for Vendor Master changes

Former Member
0 Likes
638

Hi Gurus,

I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.

For Example,

For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.

So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.

Hence I require the name of the Config table in SAP which stores this information.

Hi Gurus,

I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.

For Example,

For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.

So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.

Hence I require the name of the Config table in SAP which stores this information.

1 REPLY 1
Read only

Former Member
0 Likes
463

Hi,

Use this transaction S_ALR_87010039 (Program RFKABL00)

You can select all levels of changes (i.e. General, Company Code, purchasing org)or individual levels only.

If you want the tables then CDHDR & CDPOS will provide all the details.

Regards

Hiren K.Chitalia