on ‎2018 Mar 22 12:32 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.