cancel
Showing results for 
Search instead for 
Did you mean: 

Feeder class of MDGM

Former Member
0 Kudos


Hello all,

We are modelling QM data in MDG and want to refect the same navigation used in ECC (when hit inspection setup, need a pop-up).

Which FPM form can be used?? and also want to for custom currency which Feeder class could be used.

BR, Srihari Mandapati

Accepted Solutions (0)

Answers (1)

Answers (1)

praveenkumar_kadi
Active Contributor
0 Kudos

You may need to add a page type Dialogue box in the navigation and call that in Main Page configuration.

Refer the existing Plant Add Popup/Plant Copy popup on how it's added and business logic on action.

However it's a complicated procedure for a simple popup. instead you may want to think any other viable options.


Former Member
0 Kudos

If understand correctly, add popup/ copy popup which are part of MDG 7.0 are used to populate the values in the respective fields (Plant, Storage loc etc).

my requirement is we need to have popup screen for populating list of values for inspection type based on inspection type in QM view, would these pop up option help???

Do you have any other options please.

Regards, Srihari

praveenkumar_kadi
Active Contributor
0 Kudos

Popup option is a standard option which is already SAP has done for Add Copy/Copy etc..you can take it as a reference to build your own popup if you need to....in webdynpro we can do this easily as it supports on the fly...effort is more in FPM and classes.

Other Options I would try is -

I would do below steps:

1. Create a F4 with list of values (If fixed values else skip this and refer last step 4), Create a suitable data element and attach the F4.

2. Create a UIBB with QM entity and the field Inspection type and a dropdown, Add wiring suitably.

3. Enhance feeder class  - CL_MDG_BS_MAT_FEEDER_FORM/LIST to get the inspection type on reading the QM entity data model

4. check if inspection type is selected, then activate the F4 field dynamically or read from the table dynamically.

  ...effort is more in both options.

Former Member
0 Kudos


We had done QM views, however we want use the ECC navigation functionality of triggring a popup button for inspection setup related values.

So want to know if we have any standard feeder class related to MDG. We are trying to look in to option of using FPM_FORM_REPEATER_UIBB, but it does not conatin MDG related feeder class.

Regards, Srihari Mandapati

d024348
Employee
Employee
0 Kudos

Hi Srihari

I'm not aware of any MDG-M feeder classes to implement such a popup to update entities.

With OVP pattern, we usually put every data in a tray, which the user can open or collapse as requested (or arrange as tabs), so there probably was no need to implement a popup to maintain entity data.

Regards, Ingo Bruß

Former Member
0 Kudos

Hi Ingo,

We got the QM view data with combination of FORM and LIST  wdc and wiring them accordingly, however  looking for similar navagition as in ECC for field Inspection setup for look and feel to client. So reaching out experts if a way exists.

Regards, Srihari Mandapati