‎2007 Jun 30 7:53 AM
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
‎2007 Jun 30 8:11 AM
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
‎2007 Jun 30 8:11 AM
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
‎2007 Jun 30 8:18 AM
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
‎2007 Jun 30 9:29 AM
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
‎2007 Jun 30 9:29 AM
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
‎2007 Jun 30 12:25 PM
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