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 based on previous F4 value

Former Member
0 Likes
480

Hi,

I have two tables

empmaster

employee number ( Primary key )

emp name

empdetails

employee number ( foreign key)

Team_of_employee

date

hours_worked

There are 3 teams

Each team have around 5 employees

Screen Program

-


I have following details to enter data daily

Team :

Emp id :

date :

Hours_worked :

Hours worked will vary each day ....

It will be saved to the base table

My question

1.Search help should be enabled for team and employee in screeen

2.If i select team search help, the team description should be there

3.Then based on the team selection, the employees of that team only

should be showed if i click search help for employee

Then i will enter date and hours , that is not an issue

How to achieve this

tried to put values on domain value range for f4 help.. is this

ok?

how to put employee f4 based on the team f4?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

Hi,

Check the below thread

You can create a View on the 2 tables and use the above method.

or

you can use DYNP_VALEUS_READ fm and get the Expected Output by providing the F4 Help programatically

for more info take Where used List on the above FM

Hope this serves your purpose.

Cheerz

Ram

Hi,

I have two tables

empmaster

employee number ( Primary key )

emp name

empdetails

employee number ( foreign key)

Team_of_employee

date

hours_worked

There are 3 teams

Each team have around 5 employees

Screen Program

-


I have following details to enter data daily

Team :

Emp id :

date :

Hours_worked :

Hours worked will vary each day ....

It will be saved to the base table

My question

1.Search help should be enabled for team and employee in screeen

2.If i select team search help, the team description should be there

3.Then based on the team selection, the employees of that team only

should be showed if i click search help for employee

Then i will enter date and hours , that is not an issue

How to achieve this

tried to put values on domain value range for f4 help.. is this

ok?

how to put employee f4 based on the team f4?

2 REPLIES 2
Read only

RenjithKumar
Product and Topic Expert
Product and Topic Expert
0 Likes
448

Hi,

Any clue on this?

Read only

Former Member
0 Likes
449

Hi,

Check the below thread

You can create a View on the 2 tables and use the above method.

or

you can use DYNP_VALEUS_READ fm and get the Expected Output by providing the F4 Help programatically

for more info take Where used List on the above FM

Hope this serves your purpose.

Cheerz

Ram