cancel
Showing results for 
Search instead for 
Did you mean: 

SIDE PANEL IN FPM OIF

Former Member
0 Kudos

Hello All,

I have implemented the side panel in FPM OIF application using CHIP. My requirement is to pass the parameter from CHIP back to FPM OIF. Please help me to achieve this.

Regards,

Sagar

Accepted Solutions (1)

Accepted Solutions (1)

jens_boeckenhauer
Active Participant
0 Kudos

Hi Sagar,

the supported tagging technique is designed one-directional: The application in the canvas area (your OIF) communicates values to the application in the side panel CHIP. The UX concept of side panels is indeed to show "additional information" without bi-directional interaction.

If you are using the classical side panel (assigned in the app config) both application run in the same session so they can also communicate by standard ABAP means (events, singletons,...) but this is not the recommend way. You may check whether a UIBB inside the OIF is indeed the better choice if you need bi-directional communication.

Best regards

Jens

Former Member
0 Kudos

Hello Jens,

Thanks for your reply. I understand your point that in this case the interaction will be one directional i.e from OIF component to CHIP. I have made use of singletone concept to achive the requirement.

regards,

sagar

Answers (0)