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

Former Member
0 Kudos

Hi All,

Please any one helps me upload the vendor classification details. I am uploading all vender data using BDC but it is not uploading Classification details. Even i tried with the function module CLBA_CLASSIFICATION_BTCH_INPUT, by creating two internal tables passing to it but it is not working. Please if any one got coding for this send ASAP. If is there is any BAPI to do this, then how can i upload vendor classification details.

Thanks & Regards

Rajendra

3 REPLIES 3

Former Member
0 Kudos

Hi,

These are the BAPIs which are available for the Vendor

CO_MK_IBAPI_VENDOR_CHECK

PI_BP_PROXY_BAPI_VENDOR

LC01 Customer/Vendor Master: BAPIs

BAPI_VENDOR_CHANGEPASSWORD Change Vendor Password

BAPI_VENDOR_CHECKPASSWORD Check Vendor Password

BAPI_VENDOR_CREATE Create Vendor Master Online

BAPI_VENDOR_CREATEPASSWORD Create entry for vendor password

BAPI_VENDOR_DELETE Set Deletion Indicator Online for Vendor

BAPI_VENDOR_DELETEPASSWORD Delete entry for vendor password

BAPI_VENDOR_DISPLAY Display Vendor Online

BAPI_VENDOR_EDIT Change Vendor Master Online

BAPI_VENDOR_EXISTENCECHECK Check existence

BAPI_VENDOR_FIND Vendor Matchcode

BAPI_VENDOR_GETDETAIL Vendor Detail Information

BAPI_VENDOR_GETINTNUMBER Supplies New Internal Vendor Numbers

BAPI_VENDOR_GETPASSWORD Read the Entry for the Vendor Password

BAPI_VENDOR_INITPASSWORD Initialize Vendor Password

MAP2E_LFA1_TO_BAPIVENDOR_04

MAP2E_LFB1_TO_BAPIVENDOR_05

BAPI_VENDOR_SAVEMATCHARVALREPL Maintenance of Vendor Article Characteristics

MAP2E_WYT2M_TO_BAPI_VENDOR_MAT

MAP2I_BAPI_VENDOR_MAT_CHAR_VAL

ALE_VENDOR_SAVECHARVALREPLICA BAPI -> IDoc: ALE_VENDOR_SAVECHARVALREPLICA

BAPI_VENDOR_SAVECHARVALREPLICA maintain vendor characteristic values

MAP2E_WYT2_TO_BAPIVENDOR_CHARV wyt2_maintain -> bapivendor_charvalue

MAP2I_BAPIVENDOR_CHARV_TO_WYT2 bapivendor_charvalue -> wyt2_maintain

Regards

Nilesh

Former Member
0 Kudos

Hi

Try using the following

Check the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Reward points if useful

Regards

Anji

Former Member

Hi,

If you are using LSMW, try BDC program:

Object: 0130

Method: 0002

Program name: RCCLBI03

Program type D.

This is used to upload clasification of different SAP objects (vendor as well) via t-code cl20.

While uploading vendor classification, remember to set OBTAB = 'LFA1'.