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

Selected values through F4

Former Member
0 Likes
349

Hi Experts,

I have an requirement where i need to develop a screen having four fields namely

Service Category
Sub-Service Categories of A
Sub-Sub-Service Categories of C
Details of Services E

As something is entered in  first field service category then in second field only sub category of entered value in first field should be populated thru F4 and same way for other fields.

How can we achieve this?

Moderator message: Similar questions had been discussed in the forums already. Please search before posting

Message was edited by: Kesavadas Thekkillath

Hi Experts,

I have an requirement where i need to develop a screen having four fields namely

Service Category
Sub-Service Categories of A
Sub-Sub-Service Categories of C
Details of Services E

As something is entered in  first field service category then in second field only sub category of entered value in first field should be populated thru F4 and same way for other fields.

How can we achieve this?

Moderator message: Similar questions had been discussed in the forums already. Please search before posting

Message was edited by: Kesavadas Thekkillath

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi Venkat,

   to achieve this you have to create two tables one table should contain ServiceCategory and should be Primary key , in another field the rest of the fields should be present and make any one field say sub-service category of A as primary key.

now create another table with all fields in it and create a search help of this particular table and assign this search help to Sub-Service category of A field.

create the screen from this table or create a structure of this table ,and from this structure create a screen.

It will work. Please do reward if helpful.

Thank You.