Application Development 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: 

selecting F4- Field selection

Former Member
0 Kudos
84

Hi Experts............

I want to pick a field from the table,

which has F4 .

For E.g

GENDER TEXT

0 unknown

1 MALE

2 Female

if i write a select for this ,

its fetching me the Gender no.

but i need the TEXT of it.i.e I want to select the high value ......

can it be done only FM or other way possible...

if so pls do let me know'

Thnx

Rachel

1 ACCEPTED SOLUTION

Former Member
0 Kudos
63

Try this link

Link: [https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/dynamic%252bf4%252bhelp]

Regards,

Mon Magallanes

3 REPLIES 3

Former Member
0 Kudos
64

Try this link

Link: [https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/dynamic%252bf4%252bhelp]

Regards,

Mon Magallanes

Former Member
0 Kudos
63

Hi Rachel,

Create elementary search help for it through transaction 'SE11'. Include the table name and add the fields that you want when the user clicks search help.

Also please check the following link:

Regards,

Saba

Edited by: Saba Sayed on Feb 21, 2009 10:51 AM

Former Member
0 Kudos
63

fetch the number and text from the corresponding text table and pass it on to FM

F4IF_INT_TABLE_VALUE_REQUEST