‎2007 Apr 11 12:03 PM
Dear all,
Can we create a function module that imports multiple inputs for a field and also checks for mandatory option for the field?
If yes can you please email me the method?
Thanks,
Amit
‎2007 Apr 11 12:10 PM
hi,
u can pass internal table containing multiple records through import parameters.
i think there is no other way to pass multiple values to a field.
‎2007 Apr 11 12:16 PM
Hi,
I guess you cannot pass multiple values to the single import parameter.
You need to create the Table parameter for that. Then you can pass the multiple values in form of the internal table.
‎2007 Apr 11 12:20 PM
Hemant,
then how will we check for the mandatory field status as well as can we provide default value to this field?
Amit