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: 

Vendor Classification data table name?

Former Member
0 Kudos

Hi,

can any one tell me the table names for the vendor classification data stored?

I am trying to update the following Vendor classification values (before updating I want to know is there any data already exists for that vendor ).

MBE Minority Business Enterprise

WBE Woman Business Enterprise

MWBE Minority/Woman Business Enterp

Expiration date.

I need the table name where this data is storing for Vendors. I need to find this data based on Vendor number, how do I can get this ?

Thanks for your time.

Kevin.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try this..

The classification will be stored in the table AUSP.

In the field OBJEK...Give the vendor number..

Thanks,

Naren

0 Kudos

AUSP is the table name

ferry_lianto
Active Contributor
0 Kudos

Hi Kevin,

You can use this BAPI to check and update classification.

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

Regards,

Ferry Lianto