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

Vendor Classification data table name?

Former Member
0 Likes
1,599

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
Read only

Former Member
0 Likes
675

Hi,

Try this..

The classification will be stored in the table AUSP.

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

Thanks,

Naren

Read only

0 Likes
675

AUSP is the table name

Read only

ferry_lianto
Active Contributor
0 Likes
675

Hi Kevin,

You can use this BAPI to check and update classification.

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

Regards,

Ferry Lianto