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

function Module to import multiple values for field

Former Member
0 Likes
1,609

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

3 REPLIES 3
Read only

Former Member
0 Likes
654

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.

Read only

Former Member
0 Likes
654

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.

Read only

0 Likes
654

Hemant,

then how will we check for the mandatory field status as well as can we provide default value to this field?

Amit