cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to view FPM UIBB after embedding in Web Dynpro Application

Former Member
0 Likes
547

Hi,

I embedded a FPM_OVP_COMPONENT in Web Dynpro Application. On executing the Application, the screen that's rendered only contains the Header Line of the FPM application, the included UIBB (LIST) is not visible. The notes 0001778401 and 0001779104 are already available as the system is SAP NetWeaver 7.4. I request you to please guide.

Thanks & Best Regards,

Mohan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193369
Active Participant

Hello Mohan,

note 1779104 requires changing the embedding WD component and adding the the call

CL_FPM_UTILS=> SPECIAL_INITIALIZATION_MODE = 'X'.

prior to instantiation of embedded FPM component. Did you do this?

You have to consider that FPM_OVP_COMPONENT dynamically instantiates and embeds the UIBB. So when FPM_OVP_COMPONENT is embedded you have to make sure that it is instantiated before the WDDOBEFORENAVIGATION phase. This means you have to instantiate FPM_OVP_COMPONENT "manually" - If you rely on the standard plug mechanism this is too late.

Best regards,

Christian

qilu_abap00
Explorer
0 Likes
Thanks, it's running normally now.