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

Set Flag

Former Member
0 Likes
539

Hi All,

I want to set flag as a import parameter in my function module containing 3 values as 'P', 'U' and Blank. how to do that?

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
394

you can just create a import parameter of type char01 and in your logic check whether its P or U or Blank. anything other than that raise exception