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

Customised possible entries

pbechani
Participant
0 Likes
613

I am creating customised screens in SAP and I have a field that should display possible entries that a user should select from.

The trick is this list should be created dynamically. The data is filtered depending on data supplied in other fields.

How can I enable this to be achieved

I am creating customised screens in SAP and I have a field that should display possible entries that a user should select from.

The trick is this list should be created dynamically. The data is filtered depending on data supplied in other fields.

How can I enable this to be achieved

3 REPLIES 3
Read only

Former Member
0 Likes
589

create a serach help for this field and write code within search help that based on so & so display the list.

Read only

0 Likes
589

Hi Ramesh. I am new to ABAP. can you take me through the process ie to select the valid contract accounts given a pre-supplied customer number

Read only

pbechani
Participant
0 Likes
589

I have managed to solve the problem. I looked at an SAP demo program.