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

F4 HELP ON SELECTION SCREEN

Former Member
0 Likes
725

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
Read only

Former Member
0 Likes
699

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

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.

5 REPLIES 5
Read only

Former Member
0 Likes
699

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

Read only

Former Member
0 Likes
699

Hi,

you have to use:

AT SELECTION SCREEN ON VALUE REQUEST FOR S_ERDAT-LOW.

...

Regards, Dieter

Read only

Former Member
0 Likes
699

HI,

Look at the Demo Program

demo_selection_screen_f4

Regards

Sudheer

Read only

Former Member
0 Likes
700

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

Read only

Former Member
0 Likes
699

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