Hi All,
I'm trying to configure an FPM application that uses the FPM_SEARCH_UIBB and FPM_LIST_UIBB.
The field catalog of the UIBBs cannot be set beforehand because they depend on the name of the table that is being maintained.
In order to do this I used an application parameter to specify the table name.
I try to access this in the GET_DEFINITION of the feeder classes by using a reference to IF_FPM.
Once i have the table name from the application parameters, I build the field catalog dynamically.
Unfortunately this dumps at the time of configuration of the UIBB, because an FPM instance does not exist at the time of configuration.
Can anyone help me with how I can access the application parameter while configuring the UIBBs - or - how can I configure a UIBB when it depends on an application parameter for its definition i.e. field catalog.
If not, maybe I am approaching this the wrong way and should not use application parameters for this.
Would any of you have a better suggestion as to how I can go about this i.e. use the same application / UIBB configuration for maintaining different tables.
Thanks in advance for your responses.
Best Regard,
Sushma