Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI and FM

Former Member
0 Likes
634

Hi Friends,

How to recognise with fields are mandatory when we use FM or BAPI.

Thanx in advacne,

Venu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
597

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

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
597

hi,

look to se37 import / Export:

if field optional = space

than field is mandantory

A.

Read only

Former Member
0 Likes
597

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

Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
597

hi Venu,

In se37 Check the 'Function Module documentation' Button there you will find the documentation for the fields ..

REgards,

Santosh