2007 Dec 27 9:46 AM
Hi,
I want to upload material no,plant, configurable material and i have to configure the varient.Here, i have to assign characteristic values through transaction 'MM02'.I need the BAPI for this.
2007 Dec 27 9:49 AM
Hi Vishal,
You can use FM MATERIAL_MAINTAIN_DARK to do the job.
Regards,
John.
2007 Dec 27 10:05 AM
2007 Dec 27 10:13 AM
Hi Vishal,
For setting the configuration values you should use the tables AE1CUCFG_UEB, AE1CUINS_UEB, AE1CUVAL_UEB and AE1CUCOM_UEB.
To have an idea of how to fill the parameters you could create a material manually and then send a MATMAS IDoc from it to a dummy partner. The segments filled in the IDoc pretty much resemble the values to be used for the FM.
Regards,
John.
2007 Dec 27 9:49 AM
2007 Dec 27 10:11 AM
Hi,
To allocate a Classification & assign characteristic values to the class, you have to use BAPI: BAPI_OBJCL_CREATE.
Hope this helps. Murugesh
2008 Jan 31 11:24 AM
Hi,
To update the material through MM02 through "material_maintain_dark" func module, you have to pass the names of the fields which need to be updated and it's corresponding values into the AMFIELDRES structure which should be used in the func. module.
The usage of this is very critical. The field names and the values can be passed by using the field-symbols.
Reward points if helpful.
Thanks,
Archana