‎2008 Feb 29 8:35 PM
Hi,
I am trying to load materials using "BAPI_MATERIAL_SAVEREPLICA". The materials are loading successfully but the field KZKFG(Configurable Material) is uncheck even though when i am assigning CM_RELEVANCE_FLAG = '1' in the BAPI structure and even i assigned 'X' to the checkbox structure.Any suggestions on this issue.
Thanks in Advance
‎2008 Feb 29 8:39 PM
In the debug mode see if both value structure and flag structure is populated for that field. If yes, that could be config which is not allowing to do so.
Thanks,
SKJ
‎2008 Feb 29 8:55 PM
When i view the IDOC both the fields have the values '1' and 'X' respectively.
Edited by: ben on Feb 29, 2008 9:55 PM
‎2008 Mar 28 4:14 AM
Dear Ben,
The field KZKFG of MARA does not map to the BAPI field CM_RELEVANCE_FLAG therefore after material creation KZKFG is not getting populated.
Did you find any solution of getting this field populated other than going through the extensionin route? If so please share the same.
Thanks in advance.
regards
Nitesh
‎2012 Jan 20 1:59 PM
Hi.
PLease create the material as a Config materil. I mean the table HEADDATA should be passed with the value KMAT. This checks the Config_material check box ...
~ Guru