‎2007 Oct 02 6:33 PM
Hi,
When we call FM "BAPI_MATERIAL_SAVEDATA"
we get EXPORTING parameters like this
clientdata =
clientdatax =
plantdata =
plantdatax =
storagelocationdata =
storagelocationdatax =
AND SO ON.............
I am not able to understand the difference between
clientdata and clientdatax
plantdata and plantdatax
storagelocationdata and storagelocationdatax
and so on.............
what is this 'x' thing for every parameters?????
‎2007 Oct 02 6:49 PM
Shipra,
The corresponding fields in the tables (such as CLIENTDATA) must first be supplied with data by the calling program. An indicator must also be set for each of these fields so that the data is written to the database by the method. This requires the calling program to supply the corresponding field with the indicator in a checkbox table (for example, CLIENTDATAX).
You can have this information in the function module documentation.
Regards
Aneesh.