‎2009 Jan 17 12:43 PM
HI all,
How does the BAPI come to knows if we passed only limited fileds to the structure instead of all required?
Sacihn.
‎2009 Jan 17 2:14 PM
Every structure of the bapi has a corresponding 'bapix' structure, here we pass an 'X' against the field/s which we intend to pass to the BAPI.
That is how the BAPI knows which fields are to be passed to the application.
As for the mandatory fields, the BAPI will return appropriate error message if you miss passing it.
regards,
Advait
‎2009 Jan 17 12:46 PM
All the mandatory fields are without checked in the Import parameters fields of the BAPI, if any field is with check means that field is optional value.
‎2009 Jan 17 12:51 PM
Hi Bala,
If i do not have data for all the mandatory fileds,wahat should i pass to those remining fields?
Sachin.
‎2009 Jan 17 1:56 PM
It won't accept, it will show the message in the return table, that required field data is missing, so you have pass the data for all the mandatory fields
‎2009 Jan 17 2:14 PM
Every structure of the bapi has a corresponding 'bapix' structure, here we pass an 'X' against the field/s which we intend to pass to the BAPI.
That is how the BAPI knows which fields are to be passed to the application.
As for the mandatory fields, the BAPI will return appropriate error message if you miss passing it.
regards,
Advait