cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing Incident Report standard screen (GAF)

jagesh_lakdawala
Active Participant
0 Kudos

Hi Experts,

I have a requirement to change the SAP standard screens for the Incident Report as

For the main step 2 (Injured step), there are four sub steps a, b , c and d. i want to hide sub steps b and c and also UIBBs of b and c to be merged into sub step a as shown in below diagram.

ehs-req1.png

I think to achieve this there are multiple ways, i know below two options.

  1. Enhance the component configuration EHHSS_INC_REC_GAF_V3 (removing the sub steps b and c and adding the UIBB of sub steps b and c into the sub step a), here there would be no coding involved.
  2. By using the Application specific configuration controller, here we can use method OVERRIDE_EVENT_GAF of interface IF_FPM_GAF_CONF_EXIT, this method having the import parameter as IO_GAF, it allows the hiding of substep and addition of new UIBB for the given key.

please confirm these two options and also suggest me if there is any other option is also available.

i would like to prefer option 2 here because through coding at runtime we can handle the screen structure on some specific conditions on the other hand option 1 is statically change.

For the option 2, please let me know how to find the AppCC object (application specific controller object) which implements the interface IF_FPM_GAF_CONF_EXIT for incident report transaction.

kindly suggest.

Thanks & Regards,

Jagesh

Accepted Solutions (0)

Answers (1)

Answers (1)

jagesh_lakdawala
Active Participant
0 Kudos

Hello experts,

please suggest.

Regards,

Jagesh