cancel
Showing results for 
Search instead for 
Did you mean: 

Embed FPM application into another

ged_hurst
Participant
0 Kudos

Hi everyone,

I've developed an FPM application (application A) to manage purchase orders (uses FPM_OIF).

As part of this application, I want to embed another custom FPM application (based on FPM_GAF), named application B.

The first screen of application A, renders a radiobuttons group. Based on user's selection, a certain variant is triggered.

For a given variant, I want to embed application B, as a whole.

The component configuration wizard prompts me for:

- Component: Component_B

- View: list of windows of component B

- Configuration Name:

- Configuration Type:

Unfortunately I've got an issue when filling up the view inputfield. In here I can specify any of the windows making up my application but that's not what I want. Application B is a GAF application based on 4 windows.

I don't want to select any of them. I just want to address application B as a whole.

How can I achieve this?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

ged_hurst
Participant
0 Kudos

I guess I haven't made myself clear enough.

How can I embed an FPM component like FPM_GAF_TUTORIAL into another WebDynpro ABAP component (B)?

I tried to define component FPM_GAF_TUTORIAL as used component for component B.

I created a view, added a View_Container_UIELEMENT to the view.

However, I don't know which window to embed in the ViewContainerUIElement? (V_Confirmation, V_Review, V_STEP_1, V_SUBSTEP_1)?

Any ideas?