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: 

Search help to a Function Code ?

Former Member
0 Kudos

Hi all

Is it possible to relate a search help to a function code ? I mean, when a function code button is pressed the search help ZXXX will appear but will not return any value, just for a view ! If yes, how can I do it ?

Many thanks.

Cristina

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Do you want to try to use a search help which is defined in the ABAP dictionary?

You can do this kind of thing using the function module

POPUP_WITH_TABLE_DISPLAY, you will need to get you data before calling the FM.

REgards,

Rich Heilman

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Do you want to try to use a search help which is defined in the ABAP dictionary?

You can do this kind of thing using the function module

POPUP_WITH_TABLE_DISPLAY, you will need to get you data before calling the FM.

REgards,

Rich Heilman