‎2008 Nov 17 9:23 AM
Hello Experts
While developing BAPI to material extension from one plant to another.In this I m uploading plant extented from ,Storage location extented from ,material number,Storage location extented to ,plant extented to from excel and rest of the material related data from database directly.
While executing this BAPI program i m getting this error "key fields for use data PLANTDATA and checkbox structure PLANTDATAX are different.
Please suggest how to overcome with this error.
Thanks in Advance.
Priyanka
‎2008 Nov 17 9:29 AM
in plant data strcture (PLANTDATA) you are passing the below values in the same way you have to pass the values in the structure PLANTDATAX also...
PLANTDATA
PLANT : De01
DEL_FLAG : X
PUR_GROUP : 002
ISSUE_UNIT : EA
PLANTDATAX
PLANT : De01
DEL_FLAG : X
PUR_GROUP : X
ISSUE_UNIT : X
‎2008 Nov 17 9:27 AM
Hello,
Please check the data that you are passing to both the structures, should be same.
Thanks,
Jayant
‎2008 Nov 17 9:27 AM
Hi Priyanka,
PFB the link for a WIKI that can help u resolve your error...
For reference check this link also
https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_material_savedata&cat=sdn_all
please let me know if it helps
With Best Regards,
Kanika
‎2008 Nov 17 9:29 AM
in plant data strcture (PLANTDATA) you are passing the below values in the same way you have to pass the values in the structure PLANTDATAX also...
PLANTDATA
PLANT : De01
DEL_FLAG : X
PUR_GROUP : 002
ISSUE_UNIT : EA
PLANTDATAX
PLANT : De01
DEL_FLAG : X
PUR_GROUP : X
ISSUE_UNIT : X