Quantcast
Channel: SCN: Message List - SAP Master Data Governance
Viewing all 5383 articles
Browse latest View live

Re: SAP Master Data access in MDG

$
0
0

Hello Reshma,

 

In your 2nd sentence you are referring to change in MDG system byXD01,XD02,XK02, XK01.

I do not understand why would you use XK01, XK02 etc for Vendor create/ change in MDG.

The whole purpose is to have governance by creating Change Requests which iwll go through approval process.

 

Thanks,

Kavita


MDG integrated with DQM throwing errors

$
0
0


Hi,

 

As i said we r using MDG with DQM realtime services and  we r getting the following errors:

 

SAP system ID MGP terminated its connection with the RFC Server ics106058031. Gateway server terminated or currently experiencing a network issue  Error: The UniversalConnector method "DataCleanse" job name "Service_Realtime_DQ_SAP_MDG_Create_Match_Codes" generated an error: "Failed to connect to the Data Services server. Ensure that Data Services is up and running.".

Aug 7, 2015 3:52:05 PM Technical error #333: Data Services process failed for the PROCESS_GENERIC_SERVICE function

7, 2015 3:52:05 PM Error: The UniversalConnector method "DataCleanse" job name "Service_Realtime_DQ_SAP_MDG_Create_Match_Codes" generated an error: "Failed to connect to the Data Services server. Ensure that Data Services is up and running.".

 

7, 2015 3:52:05 PM Error: SAP system ID MGP terminated its connection with the RFC Server ics106058031. Gateway server terminated or currently experiencing a network issue ഊError: The UniversalConnector method "DataCleanse" job name "Service_Realtime_DQ_SAP_MDG_Create_Match_Codes" generated an error: "Failed to connect to the Data Services server. Ensure that Data Services is up and running.".

          Aug 7, 2015 5:58:38 PM Error: The PROCESS_GENERIC_SERVICE function table/structure /fldq/md_generic_mtc_rfc_struc failed to set field MATCH_VALUE1 to the value SOUTH WINDSOR

7, 2015 5:58:38 PM Error: The PROCESS_GENERIC_SERVICE function table/structure /fldq/md_generic_mtc_rfc_struc failed to set field MATCH_VALUE3 to the value 06074

 

 

could u plz help me in this.

 

 

thanks,

Krishna

Re: SAP Master Data access in MDG

$
0
0

You typically provide these transactions in an MDG system in fire-fighter roles for those extremely urgent and critical situations that need to be fixed right away.

 

However, replicating the data to the ECC system depends on how your system is setup. If you have IDOC's setup, then, yes, data would be replicated. Keep in mind however that you might be missing some of the features offered by the DRF when you update data directly in those transactions.

Re: MDG_BS_MAT_API_SEGMENTS_EXT not triggering

$
0
0

Hi, some comments:

* CHECK is also called when you press the check (or submit/...) button in the UI

* You can also trigger the activation by loading the BUS2250 into transaction SWO1, instantiate with the CR number and execute methode ACTIVATE_2 - basically the same happens during activation

* You could put a break-point into the places in CL_MDG_BS_MAT_API where the BAdI is called and check whether maybe the filter values are not correct

Regards, Ingo Bruß

Re: MDG_BS_MAT_API_SEGMENTS_EXT not triggering

$
0
0

Hello Benjamin,

We could get to know that only by debugging.

As Ingo has already suggested, the only way to debug something which is getting triggered as a part of activation step is to go via BUS2250 and execute ACTIVATE_2 method.

Activation is set as background process for the standard delivered workflow in BRF+ decision tables.

 

BR,

Avinash

Cannot extend MDGC with custom field

$
0
0

Hi Experts,

I am trying to extend MDGC 7  in my demo system with the help of this guide: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0375d58-2161-2f10-e285-c6078fcb8f43?QuickLink=index&…, but I cannot find the required field in the UI configuration.

 

I've extended the KNVV table:

 

Extended the BP data model:

 

 

Activated it, then Generated Selected Structures

 

 

 

 

Then I did the SMT mapping steps where the options seemed to be a bit different than the ones in the document:

 

 

 

 

Then I adjusted staging area of linked change requests.

 

Then I displayed the page in customizing mode and selected a UIBB, clicked on "Add elements", but I cannot find the relevant field anywhere.

 

 

 

Could you pleae help me?

 

Many thanks in advance,

Tamas

Re: Cannot extend MDGC with custom field

Re: Cannot extend MDGC with custom field

$
0
0

Did you generate the new structures or extend existing structures? There are a few different scenarios where you create a structure or enhance an existing one. Find the exact scenario you are working on and make sure all the structures have those new fields.


Re: Cannot extend MDGC with custom field

$
0
0

One other comment; sometimes if you have the FPM editor already open before you added the fields, you need to close it and open it again for the new fields to show up.

Re: Cannot extend MDGC with custom field

$
0
0

Hi Tamas,

 

Please check the structure CI_EEW_BUT000 and see if the field has been included/appended. If it is not, create an append structure to add the field. After activating the structure, the field should be visible in the Web Dynpro field Repository. The structure CI_EEW_BUT000_X should also be appended with the field.

 

Edit: You shouldn't have to, but just in case you might want to regenerate the BP structures after this.

 

Hope this helps.

 

Thanks,

Re: Cannot extend MDGC with custom field

$
0
0

Hello Tamas,

Before coming to the UI layer, may be you could also check if your field is reflected in genil model first?

Go to genil_model_browser ->Give Component set as BUPA_SET or Enhanacment as BUPA_CUSP-> Display and check the attribute/key structure for your entity. The new attribute has to there here first.

 

BR,

Avinash

Re: Cannot extend MDGC with custom field

$
0
0

Hi Tamas,

 

You have extended KNVV Table but you added in BP_CENTRL entity which is for general data. If you want your field at sales area level you have to extend sales area entity BP_SALES.

 

Also you have to extend BP_SALES SMT Mapping.

 

After these you have to it in Genil Layer then only it will appear on screen.

 

For Genil Layer, goto genil_model_editor, select component as 'BUPA' with all enhancement, goto 'Dependent Object' and select CU_SalesArea and enhance the attribute structure 'BSS_CUIL_SALES_AREA'. then you will be able to see your field in customization for sales area and you can add on UI from there.

 

Regards,

Sudhir Wakodikar

Re: BRF + validation

$
0
0

Hi Ramalakshmi ,

 

I am facing the same error , able to simulate in BRF+ tcode but not using nwbc.

 

Did you find any solution , please help

 

 

Thanks & Regards ,

 

Deepak.

Re: MDG_BS_MAT_API_SEGMENTS_EXT not triggering

$
0
0

I've started debugging CL_MDG_BS_MAT_API and have found that the importedparameter IT_MAT_SEGMENTS_EXT is empty. This is the reason it's not calling my BADI.

 

Why would IT_MAT_SEGMENTS_EXT not have any values? Is there something I've missed?

 

The document might not be entirely helpful as we're running MDG 7 and not 6. But there isn't an updated document so I'm stuck for clues!

Re: MDG_BS_MAT_API_SEGMENTS_EXT not triggering

$
0
0

Well, many reasons for an empty IT_MAT_SEGMENTS_EXT: Some error in

  • SMT mapping of your extension entities
  • Registration of the entity's SMT mapping in IMG activity "Generate Data Model-Specific Structures"
  • I think (but am not sure) that an incorrect append to structure MDG_BS_MAT_S_MAT_DATA might also result in sonething like this
  • ...

The guide wasn't updated because there was no change to the process.


Did you already implement the guide 1:1 in a sandbox system (same example)?

Was there any issue?


Service not possible; all class types excluded

$
0
0

Hi every one

 

i am getting error Service not possible; all class types excluded after adding the classification view in initial screen of material create can some one help me how to solve the above error

Re: Service not possible; all class types excluded

$
0
0

Hello Giridhar,

Check in OMS2 transaction code for that Material Type which you want to create Material is Classification View is select in OMS2 or Not , If not you are getting this warning/error while creation material .

 

Thanks

Nikhilesh

Re: Service not possible; all class types excluded

$
0
0

Hi Nikhilesh,

Thanks for your reply

i am creating the Custom UI configuration for initial screen of material create in MDG when i add the classification tab and click on classes link i am getting above error i am not entering material type in initial screen

Re: Service not possible; all class types excluded

$
0
0

Hi, there was already a threat on this somewhen that unearted note 1761734.

Maybe this also helps here.

Regards, Ingo Bruß

MDM/MDG Integration with Hyperion

$
0
0

Dear Experts,

 

Can someone share any knowledge on the below?

 

Can SAP MDM or MDG interact with Hyperion? if so, on what scenario the integration is achieved?

 

 

Regards

Jaikumar

Viewing all 5383 articles
Browse latest View live