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

upload classification data for material masters

Former Member
0 Likes
874

Hi,

I have developed an interface program to upload material master in SAP. I'm using BAPI_MATERIAL_SAVEDATA. This BAPI doesn't upload classification data. Is there any function module to upload classification data.

Plz help...

Regards,

Sriram.

5 REPLIES 5
Read only

Former Member
0 Likes
656

Hi sriram,

Use BDC for the same.

You acn find the details for it in the SDN only in the Link below :

https://wiki.sdn.sap.com/wiki/display/Snippets/BDCProgramtoUploadMaterialMasterData+%28MM01%29.

Hope it helps.

Regards,

Rahul

Read only

JL23
Active Contributor
0 Likes
656

classification is it own master data and has its own batch inputs, Idocs, BAPIs to load this data.

you can load classification with IDOC

CLFMAS

CLFMAS02

segment E1OCLFM field OBJEK holds the material number.

Read only

Former Member
0 Likes
656

Hi Jürgen,

Thanks verymuch for your reply. Can I use any of the following fuction modules?

1. CLAP_DDB_SAVE_CLASSIFICATION.

2. CLFM_CLASS_CLASSIFICATION

3. CLFM_COMMIT_CLASSIFICATION

4. CLFM_OBJECT_CLASSIFICATION

5. CLAM_OBJECT_CLASSIFICATION

Regards,

Sriram

Read only

JL23
Active Contributor
0 Likes
656

I dont know, I never had the need to pick a single function module to load classification, as I use LSMW for data loading

Read only

Former Member
0 Likes
656

Used function module CLFM_Object_Classification.