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

Creating Function Module

Former Member
0 Likes
586

Hi Iam creating a function module .

Here in the Export tab i need to mention :

Out_Status with values u2018Yu2019 or u2018Nu2019.

Pls guide me how to do this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

Hi

You can creae a data element for this and define a domain which can take only these two values.

Regards,

Anil

5 REPLIES 5
Read only

Former Member
0 Likes
567

Hi

You can creae a data element for this and define a domain which can take only these two values.

Regards,

Anil

Read only

Former Member
0 Likes
566

Hi,

In the function modules, export tab, there is no facility to specify any default values.

You need to pass values to export variables in process performed in that function module.

Only, for import variables , there is a facility to specify default values in that default value column in import tab.

it is always better to pass 'Y' or 'N' to your export variable 'outtab' based on using relevant condition in the process performed in your function mdule.

by

Prasad gvk.

Read only

Former Member
0 Likes
566

Hi Vinay,

Mention "Y"

-Dileep .C

Read only

Former Member
0 Likes
566

Hi,

Better to create Domain for that element and provide Y or N in Fixed values of domain.

Read only

Former Member
0 Likes
566

hi

create a domain for data eliment of that field and in the value range of domain give only 'y' and 'n'.