‎2007 Sep 21 9:41 PM
Hi all,
I am creatin a Function Module and export parameter is total
and i want total to be like this total(11) type p decimals 5.
how should i declare this in my export paramter
Thanks
‎2007 Sep 21 10:37 PM
Hi Preeti,
May be you can create a data element of the required characteristics and use its reference in the export parameter of the Function Module.
eg: create data element abc with type p decimals 5.
In your FM in export say e_abc TYPE/LIKE abc.
Sri