cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance Material Master web dynpro: /PLMU/WDC_MAT

former_member186822
Participant
0 Kudos

Hi FPM gurus !

We want to create our on TAB (screen ) on the /PLMU/WDC_MAT .

What we did so far, is that:

1. We copied the Appl.Config, Comp.Config, and created the TAB via Configuration.

Next question is if we can solve this using a GUIBB Form Feeder Class, or if we should add our own Z-Component to the screen ?

As long as the whole application is build into one component called /PLMU/WDC_MAT, we will not be a part of the FPM Event loop, as I can see it .... ?

Any good ideas how to solve this ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186822
Participant
0 Kudos

How can we tell the model that we have unsaved data on our own screen ?

( is_dirty flag ? )

Former Member
0 Kudos

Hi Rolf,

1) You can use both GUIBB or Z* component, but with Z* you'll have much more control on the application. To make the application part of the FPM loop, implement the same component interfaces as component /PLMU/WDC_MAT

2) The dirty flag will probably work when leaving the application, but you will also have to control the button 'Read Only' (replace this one with your own event in the configuration )

Regards

Kameliya