Hello,
We are working in an MDGM 7.0 implementation and we came across the next requirement:
We are trying to embed more than one entity in one UIBB.
The UIBB General Data holds the Reuse entity Material and the target is to embed a flex entity within the same UIBB.
The UIBB General Data has been enhanced with the Group: Custom General Data.
Custom General Data holds the flex attribute Char20.
This has been achieved by enhancing the method GET_DEFINITION to include the custom field in the Field Catalogue.
When running the operation Create Material, the method GET_DEFINITION is run and afterwards the method GET_DATA is run as well.
The method GET_DATA is dumping. Do I have to enhance this method as well?
If this is not achievable and I need to create a separate UIBB for the custom flex entity could you please anyone give me a hint on how to save the custom entity’s attribute in the staging area?
I have generated the structures and the table for the staging area and I guess the mapping is not required for the flex entity. Do I have to save manually the data in the generated table using the method of the feeder class?
Thank you very much.
Javi