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

Re: CR MAT01- Getting Error Material Type DIEN ..


Re: Duplicate Check not working after Saving CR

$
0
0

Hi Rahul

 

Duplicate check only done before submission of CR and after that It shows only warning as data is already created.

SAP MDG uncaught exception " CX_BOL_EXCEPTION"

$
0
0

Hi Experts,

 

After completing configuration for contact person UIBB.

 

Am getting screens as mentioned below, when I fill the data and click on done, it is throwing exception.

 

"CX_BOL_EXCEPTION", Class - CL_CRM_BOL_ENTITY, Method - IS_SEND_ACTIVE.

 

Code:

 

method IS_SEND_ACTIVE .

 

* check if entity exist in buffer

   if ME->MY_MANAGER_ENTRY is not bound.

     raise exception type CX_BOL_EXCEPTION

       exporting

         TEXTID = CX_BOL_EXCEPTION=>ENTITY_ALREADY_FREED.

   endif.

 

   RV_RESULT =   ME->MY_MANAGER_ENTRY->SENDABLE.

 

Endmethod.

 

 

I have not found any blogs which are helpful, please guide me if someone faced with similar situation.

 

Any help will be greatly appreciated.

 

Contact_person_Screen.jpg

 

Many Thanks,

Swathi

Re: Duplicate Check not working after Saving CR

$
0
0

Hello Rahul,

I agree with Sanjay. May be I can explain how this works further.

 

As a part of check cycle, duplicate check would be triggered, provided all the configurations are correct. (Duplicate check configurations for data model and CR Type's Step level configurations)

 

Check cycle could be triggered explicitly by clicking on the check button or it'll be called implicitly on submission. In your second case, it'd be getting triggered implicitly. Which means, duplicate check is already being performed before the submission takes place. You should already get the pop-up before the submission is completed. If not, its a bug. You might have to search for a note.

 

In the duplicate check framework, cl_usmd_duplicate_check->duplicate_check method, each time it is executed, it'll store the search criteria and the corresponding search results the search provider has given. For a given search criteria, in one session, duplicate check pop-up will be shown only ONCE. From the next time, all that is shown is the warning message.

 

If you want to see the pop-up again you will have to open the corresponding CR again or change the search criteria.

 

Further, if you set the configuration at CR step level to 'Always Executed', even the approver can see the duplicate check pop-up without editing any data.

 

Hope this helps. Please let me know in case you have further queries here.

 

Thanks and Regards,

Avinash Bolisetty

Re: Natural Person field in MDG Customer

Re: MDGF - Copy account

$
0
0

Hi,

 

Finally we have configured a new menu option with the account specific application MDGF_OG_OVP_FI_ACCOUNT (WD component FPM_ADAPTABLE_OVP -> WD App MDGF_OVP_GEN), instead the generic one, and it works fine.

 

Regards,

Roberto

Re: SAP MDG 6.1 SP 3.0 is compatible with SAP ECC EHP6 7.0 ?

$
0
0

Hi Athmaraman,

 

Do we have have any compatibility restrictions between normal ECC system and MDG ECC if the former acts as a downstream system for transactional purposes. We are planning to use MDG 7.0 SP06 in our implementation.

 

Thanks & Best Regards,

Gupta

Re: Duplicate Check not working after Saving CR

$
0
0

Hi Kiran / Sanjay / Avinash,

 

Thanks for all your inputs but we are using BRF+ WF template and thus we are not able to assigned the "Always Executed" options,  suggested by Avinash/Kiran, as there are no standard steps defined for this template. Please refer the screenshot below.

 

Screenshot.png

Please suggest how to configure this for CR - CUSTL1P2 with BRF+ WF Template.

 

Thanks

 

Rahul Kulkarni


Re: Duplicate Check not working after Saving CR

$
0
0

Hi,

 

We have configred the WF steps and are able to do the assignments. Now we can see the pop up at approval step as well.

 

Thanks for your input.

 

Regards

Rahul Kulkarni

Re: How to Data transfer from one table to another table from MDG generated table to ECC standard table

$
0
0

First of all, is the target ECC table in the same box as the MDG system or it is a different box (basically, I'm asking whether you have a hub or a co-deployed MDG system).

 

Either way, for flex mode, you should look at how MDG-F does its replication. You will need to replicate the data out of MDG space into ECC space (being on the same or in a different box).

 

You might want to consider "reuse" mode as it is a more straight-forward solution. If you have a co-deployed solution, then, there is nothing extra to do. If you have a hub, you might want to establish a direct table-to-table interface between the two systems using SOAP or a custom IDOC.

Re: How to Data transfer from one table to another table from MDG generated table to ECC standard table

$
0
0

Hi Abdullah,

 

 

Appreciation your guidance !

 

It will be Co-deployment  MDG system so basically both MDG and tables are relaying on same system .

 

Does we can use the MDG generated Table for further processing ? I.e the staging and active area will be relay on same table  and we could use it for further processing means no data replication is required.

 

I just wanted to know the process to move data from MDG generated Table to Custom tables .

 

Thanks,

Mukesh

Re: How to Data transfer from one table to another table from MDG generated table to ECC standard table

$
0
0

In re-use mode, data only moves to the ECC table after activation. So, during approval, everything is stored in staging tables that you should not have to worry about.

 

So, I would definitely recommend a "re-use" implementation of your custom ECC tables. You have to build an "access" class that will handle moving the data eventually to the actual tables when the CR is activated.

 

You should always consult this page for any MDG questions: Configuration and Enhancement of SAP Master Data Governance

 

This document (can be found in the above page) addresses your question in more details: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80cfacff-803f-2f10-ec92-9af0dd9fd89e?overridelayout=true&55563991929909

MDGF 7 : Reports Web Dynpros do not display

$
0
0

Hi Gurus

 

We are implementing MDGF 7 SP06.

 

We activated FIN_MDM_ORG.

 

In Reports menu we have access to some reports for Accounts and Organizational Units but Web Dynpros do not display. We get the 404 error.

 

I cannot find any documentation about the services to activate in SICF to correct this.

 

Do you have this list?

 

Thanks in advance.

Re: MDGF 7 : Reports Web Dynpros do not display

$
0
0

Usually in weblink where  you see 404 error , you get service name , pick service name from weblink and activate in SICF.

Re: MDGF 7 : Reports Web Dynpros do not display

$
0
0

Hi

 

SICF services names do not display. I suppose there is other content to load.

 

Do those reports use ODP?


Re: MDGF 7 : Reports Web Dynpros do not display

$
0
0

Hi Le

 

I am also trying to execute these reports but no luck till date.

Currently its going to any standard URL, and we need to change it.

If you will get the answer for this please share with me.

Re: If Material ledger is Active CR is not going to Activate.

$
0
0

Hi,

 

For MDG-M 7.0 implemented as hub for materials that have mandatory fields like material origin and variance key - how can we create these materials through MDG when we cannot maintain these views?

 

Thanks

Re: MDGF 7 : Reports Web Dynpros do not display

Re: MDGF 7 : Reports Web Dynpros do not display

MDG -M Internal number assignment is not possible for the material type FERT

$
0
0

Hi Experts,

 

In MDG-M 7.02 I am getting above error.

Is using external number ranges not possible for materials?

 

Thank you

Viewing all 5383 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>