‎2008 May 26 7:15 AM
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?
‎2008 May 26 8:24 AM
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