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

programminig111

Former Member
0 Likes
580

hi experts,

how can we give functionality to parameter using at selection-screen on value-request.

what is the diff bte.. on value request and on help request.

explaine briefly.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi,

Value-Request is for your Input help(F4)

Help-Request is for your documentation (F1).

Cheers...

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
548

Hi,

Value-Request is for your Input help(F4)

Help-Request is for your documentation (F1).

Cheers...

Santosh

Read only

Former Member
0 Likes
547

Hope the below info from documenation can throw some light for you. This is with addition to Event: AT SELECTION-SCREEN.

... ON VALUE-REQUEST FOR psel_low_high

Effect

In this addition, the field psel_low_high is either the name of a report parameter or of the form sel-LOW or sel-HIGH, where sel is the name of a selection criterion. The effect of this is twofold:

The possible entries pushbutton for F4 appears beside the appropriate field.

When the user activates this pushbutton or presses F4 for the field, the event is executed. You can thus implement a self-programmed possible entries routine for the input/output fields of the selection screen. If the program contains such an event and the user presses F4, the system processes this rather than displaying the check table or the fixed values of the Dictionary field - even if the report parameter or the selection option with LIKE or FOR points to a Dictionary field. You can, for example, use the CALL SCREEN statement to display a selection list of possible values. The contents of the field psel_low_high at the end of this processing block are copied to the appropriate input/output field.

This addition is only allowed with report-specific parameters (PARAMETERS) or selection options (SELECT-OPTIONS). For database-specific parameters or selection options, you can achieve the same effect by using the addition VALUE-REQUEST FOR ... with the key word PARAMETERS or SELECT-OPTIONS in the include DBxyzSEL (where xyz = name of logical database). In this case, you must program the possible entries in the database program SAPDBxyz.

Kind Regards

Eswar

Read only

Former Member
0 Likes
547

hi,

For f4 functonality use functional module F4_SELECT_FROM_SEARCH_HELP

Read only

Former Member
0 Likes
547

Hi

surendra

F1 help is the documentation seen by the user for a field.

The value table provides a proposal for the check table and provides f4 help and

it is for input hep.

-charitha