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.