Skip to Content
0
May 28, 2018 at 10:58 AM

Create a FPM app with two drop-down list, second will depend of first one, and dynamic list.

914 Views

I found and example on FPM TEST page, and it have this component

'FPM_TEST_DYNAMIC_CONTROL' that have a context which containt some table names that will be displayed in the dropdown.

With this example i can use to make my app and consists in:

I have one dropdown list with some data, when i select one ítem on this dropdwon i need the second dropdown refresh and show the data depending on some tables in the ddic. And after i select the second ítem on second dropdown i want to show a list below with the data depending on this ítem, so i have to créate a dynamic fieldcat for the list every time i choose an ítem on second dropdown.

Can someone tell me the steps to put the code in? i mean i have my fpm app created with all the components, i only need to put the code on the right method of the interface

IF_FPM_GUIBB_LIST to make all work like i want.