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

Uplaoding Classification data for Material Master uplaod

Former Member
0 Likes
1,156

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

4 REPLIES 4
Read only

Former Member
0 Likes
802

hi,

what is the purpose of this bapi BAPI_OBJCL_CREATE_KEY?? b4 i will use this, is there any pre-requisite?

thanks,

bryan

Read only

Former Member
0 Likes
802

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.

Read only

Former Member
0 Likes
802

Santhosh,

I too haev the same type of requirement. How did you solve the issue ?

Read only

Former Member
0 Likes
802

Hi,

try with this BAPI, BAPI_MATERIAL_SAVEDATA this is BAPI for creation and changing Material Master.

Regards,

Manesh.R