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 classifiaction upload

Former Member
0 Likes
445

Hi here i am working on a vendor classifiaction upload task. I need to get the vendor classifiaction data from excel and need to check for that class(klah-klart) exists or not for the particular vendor. if not exists then it ll assign that class to the vendor and update the values in the excel for that class to the vendor.

Currently i am checking CLMM_MAINTAIN_CLASSIFICATIONS and CLAF_CLASSIFICATION_OF_OBJECTS function modules. kindly propose if there is any BAPI or other FM . if you ve a sample code it can be helpful.

this is quite urgent.

Thanks.

Hi here i am working on a vendor classifiaction upload task. I need to get the vendor classifiaction data from excel and need to check for that class(klah-klart) exists or not for the particular vendor. if not exists then it ll assign that class to the vendor and update the values in the excel for that class to the vendor.

Currently i am checking CLMM_MAINTAIN_CLASSIFICATIONS and CLAF_CLASSIFICATION_OF_OBJECTS function modules. kindly propose if there is any BAPI or other FM . if you ve a sample code it can be helpful.

this is quite urgent.

Thanks.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
353

First take a look at OSS <a href="https://service.sap.com/sap/support/notes/373824">Note 373824 - Classification system: Programming interfaces</a>

Then try the following Functions modules

BAPI_OBJCL_CHANGE_KEY          Classification BAPI: Change Properties of Assignment (Key)        
BAPI_OBJCL_CONCATENATEKEY      Classification BAPI: Generate Concatenated Key                    
BAPI_OBJCL_CONCATENATEKEY_KEY  Classification BAPI: Generate Concatenated Key (Key)              
BAPI_OBJCL_CREATE              Classification BAPI: Create Assignment                            
BAPI_OBJCL_CREATE_KEY          BAPI classification: Create assignment (key)                      
BAPI_OBJCL_DELETE              Classification BAPI: Delete Assignment                            
BAPI_OBJCL_DELETE_KEY          Classification BAPI: Delete Assignment (Key)                      
BAPI_OBJCL_EXISTENCECHECK      Classification BAPI: Check Existence of Classification            
BAPI_OBJCL_EXISTENCECHECK_KEY  Classification BAPI: Check Existence of a Classification (Key)    
BAPI_OBJCL_GET_KEY_OF_OBJECT   Classification BAPI: Key of Object                                
BAPI_OBJCL_GET_OBJECT_OF_KEY   Classification BAPI: Object for Key                               
BAPI_OBJCL_GETCLASSES          Classification BAPI: Classes for Object                           
BAPI_OBJCL_GETCLASSES_KEY      Classification BAPI: Classes for Object (Key)                     
BAPI_OBJCL_GETDETAIL           Classification BAPI: Read Classification Information on Object    
BAPI_OBJCL_GETDETAIL_KEY       Classification BAPI: Read Classification Information (Key)        
BAPI_OBJCL_GETOBJECTS          Classification BAPI: Find by Assignment                           
BAPI_OBJCL_GETOBJECTS_KEY      Classification BAPI: Find Assignment (Key)                        
BAPI_OBJCL_GETSTATUS           Classification BAPI: Classification Status of Object              
BAPI_OBJCL_GETSTATUS_KEY       Classification BAPI: Classification Status for Object (Key)       
BAPI_OBJCL_SPLITKEY            Classification BAPI: Decomposition of Concatenated Key            
BAPI_OBJCL_SPLITKEY_KEY        Classification BAPI: Decomposition of Concatenated Key         

Regards