‎2006 Oct 17 2:04 PM
Hi Friends,
How to recognise with fields are mandatory when we use FM or BAPI.
Thanx in advacne,
Venu.
‎2006 Oct 17 2:09 PM
In FM or BAPI, Go to SE37, In IMPORT and EXPORT parameters subscreen, there is one checkbox in front of each field, if it is checked then that field is optional parameter otherwise it is mandatory parameter.
If you are using that BAPI or FM in ur report, then when you r calling that with the use of pretty printer, all the mandatory fields are uncommneted.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Oct 17 2:08 PM
hi,
look to se37 import / Export:
if field optional = space
than field is mandantory
A.
‎2006 Oct 17 2:08 PM
hi,
in the import/export parameters tab, theres a checkbox called optional. If its not clicked for any field, it means its obligatory(mandatory)
*Reward points for helpful answers
‎2006 Oct 17 2:09 PM
In FM or BAPI, Go to SE37, In IMPORT and EXPORT parameters subscreen, there is one checkbox in front of each field, if it is checked then that field is optional parameter otherwise it is mandatory parameter.
If you are using that BAPI or FM in ur report, then when you r calling that with the use of pretty printer, all the mandatory fields are uncommneted.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Oct 17 2:19 PM
hi Venu,
In se37 Check the 'Function Module documentation' Button there you will find the documentation for the fields ..
REgards,
Santosh