Hi Experts,
We've made a component configuration (called YMAINTAIN_POSITION_REQ) for SAP's Web Dynpro component "MAINTAIN_POSITION_REQ", in order to hide a table column in the view "REQ_OVERVIEW_VIEW". This component will be processed within the Web Dynpro application "maintain_position_req" (component FPM_GAF_COMPONENT).
To get our configuration YMAINTAIN_POSITION_REQ processed we also made an own configuration for application maintain_position_req (called YMAINTAIN_PRQ_GAF). In this configuration we changed the configuration for implementation "FPM_GAF_COMPONENT" from "MAINTAIN_PRQ_GAF_COMP" to "YMAINTAIN_PRQ_GAF_COMP", the third own configuration (this time a component configuration for FPM_GAF_COMPONENT). In this third configuration we changed a special UIBB configuration (from empty) to the first mentioned one "YMAINTAIN_POSITION_REQ", belonging to component "MAINTAIN_POSITION_REQ".
Here comes our problem: The column could be hided with this work. But unfortunately the view "REQ_OVERVIEW_VIEW" of Web Dynpro "MAINTAIN_POSITION_REQ" gets no data, when the configuration is used. The debugger shows, that the local context of the view keeps empty and we don't know why.
Anyone here with helpful hints?
Best regards!