‎2007 Apr 21 10:32 AM
Hi,
We have an requirement for Uploading of Classification data for Material Master.
I have uploaded Material Master data by LSMW using BAPI method.
Here is a brief discretion for the Classification data upload -
Each material can have multiple class type,
Each class type can have multiple classes,
Each Class can have multiple characteristic and value pair.
Please please ... Can anyone suggest how do i achive this task.
I tired different methods like -
recording methods - Could upload multiple class type and classes.
Direct input/Batch method - Could upload multiple class types and classes
BAPI method (BAPI_OBJCL_CREATE_KEY) - Asking for internal object number.
but unable to find a solution - .
Thanks and Regards
Santosh
‎2008 Jan 11 6:35 AM
hi,
what is the purpose of this bapi BAPI_OBJCL_CREATE_KEY?? b4 i will use this, is there any pre-requisite?
thanks,
bryan
‎2008 Jan 11 9:53 AM
Hi
it is better to use custom load program(use session method) to upload classification data.
first note down the view postion of classification for what ever material applicable to u. since based on material type u have use code in u r program for cursor position.
since by BAPI and Standard program(RMDATIND) doesn't support for this exactly.
Please reward if helpful.
regards,
Raghu.
‎2009 Nov 12 3:57 AM
Santhosh,
I too haev the same type of requirement. How did you solve the issue ?
‎2009 Nov 12 2:00 PM
Hi,
try with this BAPI, BAPI_MATERIAL_SAVEDATA this is BAPI for creation and changing Material Master.
Regards,
Manesh.R