‎2010 Jan 14 7:12 PM
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.
‎2010 Jan 15 5:04 AM
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
‎2010 Jan 15 8:46 AM
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.
‎2010 Jan 15 11:09 AM
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
‎2010 Jan 15 11:44 AM
I dont know, I never had the need to pick a single function module to load classification, as I use LSMW for data loading
‎2010 Jan 28 12:28 AM