‎2008 Aug 27 11:55 AM
Hi....
In my function module...
Import parameter is...
parametername Typing Assosiated type
P_BUKRS TYPE BUKRSAnd i am written some slecet queries in source by checking P_BUKRS in where condition.
After excution I will get P_BUKRS for input...
But now I want to display "Company code" in place of P_BUKRS.
...like selection screen parameter name display with selection texts in reports.
How can i achieve this..?
Thanks,
Naveen.I
‎2008 Aug 27 12:04 PM
In FM, you can use only parameter...
It is not feasiblt to use a select option in Function module which is feasible in report program.
‎2008 Aug 27 12:07 PM
Hi.. ramesh ...
Here I dont want to use SELECT-OPTIONS or PARAMETERS...
Just want to display selection texts...
As we can go in to slection texts screen from FM source code->goto->text element->selection texts...
Thanks,
Naveen.I
‎2008 Aug 27 12:09 PM
Hi,
Instead of using in Import parameter/Export parameter use the tables parameter you can pass multiple Company codes.
Regards
Kumar
‎2008 Aug 27 12:14 PM
Hi Experts...
Is its not possible...
Then in which senorio we have to use above menu path...?
Thanks,
Naveen.I
‎2008 Aug 28 9:49 AM
Hi...
So..
Its not possible with function module parameters...
Let me know if any comments on this.
Thanks,
Naveen.I