‎2009 Apr 29 6:38 AM
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.
‎2009 Apr 29 6:49 AM
Hi
You can creae a data element for this and define a domain which can take only these two values.
Regards,
Anil
‎2009 Apr 29 6:49 AM
Hi
You can creae a data element for this and define a domain which can take only these two values.
Regards,
Anil
‎2009 Apr 29 6:50 AM
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.
‎2009 Apr 29 6:52 AM
‎2009 Apr 29 6:57 AM
Hi,
Better to create Domain for that element and provide Y or N in Fixed values of domain.
‎2009 Apr 29 7:12 AM
hi
create a domain for data eliment of that field and in the value range of domain give only 'y' and 'n'.