Hi,
I have a zweb_1 WebDynpro component, with two views and window.
I use two UIBB FPM_OIF_COMPONENT the two windows above were added before. How can you use the IF_FPM_SHARED_DATA interface without having to create two component webdynpro as seen in the URL?
http://scn.sap.com/docs/DOC-25220
Example:
WebDynpro Component: zweb_1
View: V_FILTER atributte sflight-carrid 1..1
View: V_ALV, Node Structure sflight 0..n
Window: W_ALV
Window: W_FILTER
FPM_OIF_COMPONENT
UIBB1: W_ALV
UIBB2: W_FILTER
How you can pass the data sflight-carrid of UIBB1 to UIBB2? always with one component webdynpro ?.
All examples use two WebDynpro component, one for IF_FPM_SHARED_DATA and another to include the first. It wants to prevent this behavior.
regards