2006 Nov 16 1:23 PM
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
2006 Nov 16 1:27 PM
create a serach help for this field and write code within search help that based on so & so display the list.
2006 Nov 16 1:40 PM
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
2006 Nov 17 9:34 AM
I have managed to solve the problem. I looked at an SAP demo program.