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

Can I have Selection texts in function modules...?

naveen_inuganti2
Active Contributor
0 Likes
577

Hi....

In my function module...

Import parameter is...

parametername  Typing   Assosiated type
P_BUKRS          TYPE   BUKRS

And 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

5 REPLIES 5
Read only

Former Member
0 Likes
529

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.

Read only

0 Likes
529

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

Read only

Former Member
0 Likes
529

Hi,

Instead of using in Import parameter/Export parameter use the tables parameter you can pass multiple Company codes.

Regards

Kumar

Read only

0 Likes
529

Hi Experts...

Is its not possible...

Then in which senorio we have to use above menu path...?

Thanks,

Naveen.I

Read only

naveen_inuganti2
Active Contributor
0 Likes
529

Hi...

So..

Its not possible with function module parameters...

Let me know if any comments on this.

Thanks,

Naveen.I