Application Development 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: 

doubt on mm01 using bdc

Former Member
0 Kudos

hi guys,

i had create and update materials from legacy system into sap using bdc recording through transactions mm01 and mm02 also to create a classification view for a filed called division in sap....i am new into sap it will more helpfull if anybody could help me with some program or some help for creating classification view using mm01..

reward is sure for all entries

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

First upload the data of MM01 separately and classification separately

use the

BAPI

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Reward points for useful Answers

Regards

Anji

5 REPLIES 5

Former Member
0 Kudos

Hi

First upload the data of MM01 separately and classification separately

use the

BAPI

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

hi,

for MM01 we have standard programs.

RMDATGEN-------> for genarating flat file with sample records.

RMDATIND----


> for uploading legacy data(mm01) into SAP system.

regards,

Ashok Reddy

0 Kudos

hi ashok,

thanks for ur reply.

i have done bdc recording for mm01 and mm02 for creating or updating material number into sap system .. wat i need to find is that there is a column called division in legacy system for that column division three values are there. they are 009,004,001.. they might have created classification view for division 009 materials.

now i was asked to create classification view for 001 and 004 division materials ...

also how to find if there is any classification view created for division 004 materials .

can u help me please .. i am new in abap

0 Kudos

hello sir,

thanks for ur reply.

i have done bdc recording for mm01 and mm02 for creating or updating material number into sap system .. wat i need to find is that there is a column called division in legacy system for that column division three values are there. they are 009,004,001.. they might have created classification view for division 009 materials.

now i was asked to create classification view for 001 and 004 division materials ...

also how to find if there is any classification view created for division 004 materials .

can u help me please .. i am new in abap

0 Kudos

Hi,

You have to do this separately,

first upload to MM01 and then you have to create classification separately.use bapi BAPI_OBJCL_CHANGE for this.

Regards,

Sasi