cancel
Showing results for 
Search instead for 
Did you mean: 

Update Custom Table on SAVE from different Tabs in FPM Risk assessment

Former Member
0 Kudos

Hi All,

I had a doubt in EHSM module where inside FPM Webdynpro screen from any standard tab when i press "SAVE" button all data are saved in their respective table. But when Custom tab is added to Standard Tabs, custom table is only populated only from custom tab not from other Standard Tabs. Attached is the screenshot for the same.

Here tab "Hazard Inventory" is custom and rest are Standard .

Is there any work around where i can also update Custom Table when i click "SAVE"    from any tab ??

Accepted Solutions (0)

Answers (1)

Answers (1)

vivek_priyadarshi2
Participant
0 Kudos

Hi Sreenish,

The easiest way to achieve this is by finding the AppCC associated with this FPM and enhancing the override method implementation (OVERRIDE_EVENT_OIF/GAF/OVP). In the enhancement you can put the code to react to 'FPM_SAVE' event and save the data to custom table.

To check if an AppCC is defined for the application do the following.

open FLUID for the floorplan configuration of your application. Choose Start of the navigation path General Settings Next navigation step Floorplan Settings Next navigation step Application Controller Settings End of the navigation path.

Regards,

Vivek