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: 

F4 HELP ON SELECTION SCREEN

Former Member
0 Kudos

SELECT-OPTIONS:S_ERDAT FOR VBAK-ERDAT.

HOW TO PUT F4 FUNCTIONALITY FOR THE SELECTION SCREEN S_ERDAT?

AT SELECTION SCREEN ON VALUE REQUEST FOR S_ERDAT.

HOW TO CODE HERE.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Pavan

use like this

AT SELECTION SCREEN ON VALUE REQUEST FOR S_ERDAT.

here fill the internal table and pass this table to this function module

call function 'F4IF_INT_TABLE_VALUE_REQUEST' '.

reward points to all helpful answers

kiran.M

5 REPLIES 5

Former Member
0 Kudos

Hi,

'F4IF_INT_TABLE_VALUE_REQUEST'

this function module will be used to put some f4 help values

you are declaring like this

SELECT-OPTIONS:S_ERDAT FOR VBAK-ERDAT.

so by default it will give f4 help for you...

thanks & regards,

venkatesh

Former Member
0 Kudos

Hi,

you have to use:

AT SELECTION SCREEN ON VALUE REQUEST FOR S_ERDAT-LOW.

...

Regards, Dieter

Former Member
0 Kudos

HI,

Look at the Demo Program

demo_selection_screen_f4

Regards

Sudheer

Former Member
0 Kudos

Hi Pavan

use like this

AT SELECTION SCREEN ON VALUE REQUEST FOR S_ERDAT.

here fill the internal table and pass this table to this function module

call function 'F4IF_INT_TABLE_VALUE_REQUEST' '.

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hi,

Once you have coded it as: S_ERDAT FOR VBAK-ERDAT.

the F4 help will show the values that are there for this field in VBAK table, you need not code it externally.

Hope this helps.

reward if helpful.

Regards,

Sipra