cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Dynamically Change LIST UIBB Header

former_member218472
Participant
0 Kudos

Hi,

I am designing a tool where there is requirement of changing LIST UIBB headers based on Message Type.

For Eg: If user selects Message Type 1, the following headers should be displayed.

Header 1 | Header 2 | Header 3 | Header 4.

If user selects Message Type 2, the following headers should be displayed.

Header A | Header B | Header C | Header D.

I tried triggering FPM_START and FPM_REFRESH event, but did not succeed.

Any help would be highly appreciated.

Thank you,

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

simon_hoeg
Advisor
Advisor

Hello Mahesh,

instead of FPM_START or FPM_REFRESH I recommend to use FPM_INVALIDATE_UIBB instead. See for instance the documentation

https://help.sap.com/docs/ABAP_PLATFORM_NEW/9c91640bf34c49d8bad6bc560bedd707/b7f78889b8b246e2bcb18c9...

Best regards,

Simon

Answers (1)

Answers (1)

former_member218472
Participant
0 Kudos

Hello Simon,

Thank you for this Hint. I added HAS_DYNAMIC_CONFIGURATION method and raised this Invalidation in PROCESS_EVENT, but still GET_DEFINITION is not triggering.

Please do note that, My GUIBB are static ( added on FLUID design ) and not through GET_DEFAULT_CONFIG.

Please let me know where i am wrong.

Best Regards,

Mahesh