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: 

how to create f4 button to display required fields

Former Member
0 Kudos
Hi abapers,
I am working on abap hr now .I displayed entity code(ENT_CODE) from table  ZTE_AIRLINE_STG as parameter on selection screen(filter criteria). when we press F4(create f4 )button on ENT_CODE this field will display only this fields
Entity
  Code (ATR, DC, Tax, FAS, SVCS) Pease give me reply as soon as posibel. today is my dead line date.




HI experts,

I did my self only the output come this . i dont want this ,i want sigle values.please tell me how solve this.

3 REPLIES 3

former_member219762
Contributor
0 Kudos

Hi ,

We can do that by search help exit.

Go through for more details http://wiki.scn.sap.com/wiki/display/snippets/implementing+search+help+exits?bc=true

Regards,

Sreenivas.

0 Kudos

Hallo Balaji

I think you have to build searchhelp in se11. In Searchparameter you can give columns which should show after f4.

So try this:

1)  PARAMETERS ent_code TYPE xyz MATCHCODE OBJECT your_f4_help

2) build your_f_help in se11.

Hope that helps.

Rergards,

Marek.

0 Kudos

One more thing,

I have a break with f4, but if I good remember screen below show what you need.:

Regards,

Marek.