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 for input field

Former Member
0 Kudos

Hi abapers i have one field crhd-arbpl(work center). its d't have serch help.

i wrote a program for it in that i used 'F4IF_INT_TABLE_VALUE_REQUEST' function module.

but it is displaying output directly.

when i press f4 it should be display first selection screen in popup window

Note:s run transaction CR06 and press f4 in WORK CENTER

I want same result in my program.

3 REPLIES 3

KK07
Contributor
0 Kudos

u can use the function module 'POPUP_WITH_TABLE_DISPLAY'

Former Member
0 Kudos

this is a clasical report ? in that can i use this function module and how to display box i wanto display four fields in that box(not in selection screen)

0 Kudos

Hello Keshava,

The possible error cause ie, report being displayed directly is because you wouldn't have written the start-of-selection event. write the F4... function module on at selection-screen on value request event for the field and write a start-of-selection event for the remaining processing logic.

Regards

Farzan