‎2011 Sep 22 2:09 PM
Hi,
with function module BAPI_MATERIAL_SAVEDATA i want to create a material with the different view for various organization levels.
For the tables CLIENTDATA and CLIENTDATAX i have filled field FUNCTION with 'INS' (insert).
Should i also fill all CLIENTDATAX fields with X ?
with kind regards,
Hans
‎2011 Sep 22 8:14 PM
Hello Hans,
Import structures CLIENTDATA and CLIENTDATAX go hand in hand. If you populated a field in CLIENTDATA then corresponding field in CLIENTDATAX must be set to X.
Kind Regards,
Rae Ellen Woytowiez
‎2011 Sep 23 5:42 AM
Hello Seden,
The bapi you are Using can create as well as change the material,
so in your case,
if you are creating the material the basic field which you give to create Client data ie MARA you give in CLIENTDATA and you can only make corresponding fields to 'X' in CLIENTDATAX
Where as while changing a Material you need to Put 'X' only for the field which you want to change.