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

selection screen F4 help

Former Member
0 Likes
391

HI ,

The scenario is like there are 2 parameters on the selection screen . one is cost centre and the other is plant . both have f4 help availavble . but the reqt is that for the plant f4 help should be like , for the given cost centre on the selection screen the corresponding plants should be displayed . this should be the possible values to be displayed for plant f4 help .

pls reply asap as how to code .

2 REPLIES 2
Read only

Former Member
0 Likes
368

Hi,

As per my understanding, u want F4 help for field F2 based on Field F1.

In AT SELECTION-SCREEN ON F2. use FM DYNP_VALUES_READ For getting the value of F1 entered.

Using the F1 Value populate F4 help for field F2 using FM F4IF_INT_TABLE_VALUE_REQUEST.

Do Reply for further help.

Regards,

Ranjit Thakur.

<b>Please Mark The Helpful Answer.</b>

Read only

Former Member
0 Likes
368

Sofia,

You can create F4 values for the plant field .

1. First search for a standard search help meeting your requirement .that is the search help should fetch plants based on cost centre values .

2. If you don't find one, create your own custom (z) serch help .

( 1 is preferable )

After that, include that search help to the plant field .

For this u need to go to the screen

( F1->F9-> screen-> Field )

Click on the property of the field and include the search help .

You ll require the access key from the basisi guys if u r changing standard .

Hope it helps,

~ laxmi

  • Reward for helpful answers