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

Functiom Module?

Former Member
0 Likes
518

HI all,

I have created a function module.

Instead of creating in IMPORT tab,In TABLES tab i have created a table to give the user maultiple inputs.

now i have to give a default value to a single field.

what shiould i do?

please help me...

sachin.

3 REPLIES 3
Read only

Former Member
0 Likes
498

Hi

we can't give default value in FM

Read only

varma_narayana
Active Contributor
0 Likes
498

Hi

It is not Possible to assign the Default Value to internal Table parameter (Import or TABLES) .

We can only assign the Default value for IMPORT Parameters which are ELEMENTARY fields.

REWARD IF HELPFUL

Read only

Former Member
0 Likes
498

Hi Gavas,

In that case, You have to create it in the IMPORT tab. In TABLES tab, You cannot give a default value to a single field.

Regards,

Hk