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

Error during MM data model extension

$
0
0

Dear Experts,

 

We recently configured SAP MDG M(MDG 8.0 ) in our SAP system and extended few attributes in Material Entity .When we activated the data model,it gave us following error.See the screen shot.

 

Capture.PNG

 

Not sure but one new thing which I did was I maintained Namespace /ZMM/ during data model extension as stated in the Guide for MDG 8.0.This step was not there in MDG 7.0.

Also when I got to Generate Data Mode; Specific Structure I see some entity is prefixed with /ZMM/ and some with ./MDGMM/.See the screen shot.

Capture1.PNG

Should I generate complete structure for MM data model?

 

Let me know how should I resolve the issue.Its urgent.

 

 

Regards,

Neethu JoY


CBA with own parameter

$
0
0

Hi,

 

just added in FPM_VC_ADAPT_SCHEMA my own parameter and created a CBA for my parameter.

 

Passing the parameter in URL screen is alwas on the DISPLAY CBA and not in DISPLAY MYparameter.

 

Any suggestion?

 

 

Harald

Custom Search Help at MDG-M

$
0
0

Dear Experts,

 

I have created custom search  help exit for Product hierarchy (PRODH) and attached to MM-Data model attributes MVKEGRPNG-PRODH.

 

My custom search help data is still not visible on pressing F4 at Product hierarchy field. Do we need to add codes for this at Fedder calss  Method Name CHANGE_FIELD_DEFINATION.

 

Please let me know.

 

Regards,

Riyajuddin.

Tax jurisdiction

$
0
0

Friends,

 

 

I have a requirement to trigger VERTEX tax jurisdiction DERIVATION only after address enrichment(ADDRESS_ENRICH) is completed. Currently since VERTEX in configured, the tax jurisdiction is calculated immediately when address is updated without waiting for address being enriched.

 

Also if a record is created with a bad address and the user over-rides the address standardization (via SAP Data Services) then we have seen cases where the record fails due to ‘Unable to determine tax jurisdiction code’ . Even if the address is standardized by data services there are errors due to periodic updates in the vertex system.

 

I find there is tax jurisdiction enrichment(ENRICH_TAXJUR) which calls same method CALL METHOD cl_mdg_bs_fnd_bp_services=>get_tax_jurisdiction_codes as the MDG UI handler method CL_MDG_BS_BP_HANDLER-IF_MDG_BS_BP_ACCESS_HANDLER~DERIVE_DATA(derive_taxjurcode) calls. So how to disable calls from CL_MDG_BS_BP_HANDLER and enable ENRICH_TAXJUR?

 

 

Thanks in advance.

Copy the contents of entity to new one in same CR

$
0
0

Hello MDG Guru's,

 

I have a requirement where I have custom entity in data model 0G with several attributes, I need to copy all the attributes data based on a value YES in one of the attribute.

 

The main primary SU type 1 attribute  is char10 field and if I found YES in one of the custom attribute of this entity then exact replica of all the contents should be created with prefix A for main primary attribute char10. This should be saved in the same CR with another record created.

 

Please suggest and advise on how to proceed with this, helpful response will be highly rewarded.

 

Thanks,

Naveen

FI company master Delete process

$
0
0

Hi Experts,

 

We have scenario in FI Company master delete. CMPXP1 Change request we are using to delete company master.

 

Facing 2 issues as mentioned below. Seeking your expert advise. MDG 8.0 Hub system is our landscape.

 

1, Once CR CMPXP1 completed, MDG system deleting Company. This company not even available in search or CR document.

It mean once delete process completed, no where we can find COMPANY in MDG system.

 

2, Replication is not working. It mean MDG not triggering interface to target system.

It mean its deleted in MDG and not deleted in target system.

 

Could you advise any workaround solution or  suggest any SAP Notes to implement.

 

 

Highly appreciate your support in this issue.

 

 

Thanks,

Kiran G

MDG-BP: Map BP_REL custom field to Staging area

$
0
0

Hi SCN,

 

We have added the custom attribute ZPERCENTAGE to the BP_REL entity type of the BP Data Model.

We use this attribute to be able to save the Percentage of Capital Interest (BUT053-CMPY_PART_PER) for a relation.

 

We managed to save the Percentage via the MAP_DATA_2API method of our custom handler class in case of entity type BP_REL since the external data structure has the Percentage field that is later in the coding SAP standard coding saved to BUT053.

When opening a BP the READ_OBJECT_DATA method of the handler class correctly reads the relation data, the Percentage which we saved is visible in the external structure. The data needs to be transfered to our custom ZPERCENTAGE attribute of the BP_REL entity. The mapping from ECC towards the BP Data Model is, if I'm not mistaken, done in the MAP_DATA_2STA method of the handler class. However, when opening the BP the entity type BP_REL is not passed towards this MAP_DATA_2STA method so I see no opportunity to map the ECC data towards the data model.

 

Where does the mapping of the BP_REL entity type to the Data Model happen? Is there any other way to be able to map the DB data towards the MDG Data Model?

 

Thanks in advance for your reply.

Best regards,

 

Niels De Greef

 

Message was edited by: Niels De Greef In short: I'm trying to find the spot where the mapping is done between the external structure, which is loaded in the READ_OBJECT_DATA method of the handler class, and the MDG BP data model.

Not able to read custom field value in Workflow

$
0
0

Hi Pundits,

My client's requirement is to find Workflow Approver according to a custom field added in GL UI. That field has been added in structure /MDG/_S_0G_PP_ACCOUNT. To get the value of this custom field I have created Enhancement Implementation at ENH Spot USMD_SSW_SERVICE_PROCESSOR, against which I have created a class. In that class when we read master, we read a method with statement

Call Method lr_model->read_char_value. This is getting failed when I use 'ACCOUNT' in I_fieldname despite it seems to right as it is mentioned in above standard structure. Due to this I am not getting custom field value resulting in Workflow error as decision table is not getting desired value.

Can someone help me here?

 

Regards

Vaibhav


Horizontal ScrollBar in MDG Page

$
0
0

Hi,

 

 

Can I have Horizontal ScrollBar in MDG Page?

I have verified in Application Configuration settings,we have options for scrollbar in General Settings for Vertical Scrollbar ,Automatic and No ScrollBar.

 

But I have a requirement to have Horizontal ScrollBar in MDG Page.

 

Thanks,

Jyothi

SAP MDG Hub – Multiple source systems - Central Master Data Management

$
0
0

Hi MDG Experts,

 

I am new to SAP MDG.

 

The business scenario we have is, we have more than 10 source systems both SAP & Non-SAP. We want to use MDG hub for central master data management and approval process.  For each source systems, data users will come to MDG hub and create/modify their master data and approver approve it. Once it is approved, these master data will be extracted and send to target systems.


My questions::

1. The above scenario is possible with MDG Hub

2. How to we control each source system and its approvers in MDG Hub

3. How do we implement security for each source system and its requesters and approvers.

4. How much approx. work effort / custom development is needed for the above scenario

Anyone implemented the above business scenario or how do handle this in  MDG?

 

Thanks

Mike

Activating MDG Business functions

$
0
0

Hi,

 

We are trying to activate MDG 8.0 business functions on existing S4 HANA 1511. before that we wanted to know if this activation affects any existing configurations or process settings we have done already for finance such as controlling area, company code etc. Just to make sure we are not re-doing the things.

 

For ex: We start with MDG finance configuration and first item is business functions. Considering that we have some configurations/processes already in place for finance in S4. Is MDG business functions affects them in anyway? Or It just activates MDG finance related features and capabilities within the MDG and do not have any impact on existing configurations and data?

 

MDGF Business Function.JPG

 

 

Thanks

Praveen

Submit Button Missing for custom CR

$
0
0

Dear SDner,

 

I created a custom CR for creating Material ZMAT01.Linked the CR to Business Activity MAT1

Now when I create the Material using the ZMAT01 Submit button is missing.

 

Whereas when I create material using MAt01 its shows up.

 

Am I missing something?

 

Regards,

Neethu Joy

Custom UIBB not displayed on change/Search of material

$
0
0

Dear Experts,

 

I have added custom UIBB its displayed on create screen of MDG-M, once we activate the CR and the data moved to Staging to Active are.

Now I want to change/Search that material all UIBB are displayed but my Custom UIBB is not displaying.

 

Please let me know do we need to do some setting to display custom UIBB.

Regards,

Riyajuddin.

MDGM - Feeder Class List -> Adding data to table causing short dump

$
0
0

Hi,

 

I have created a custom button. When it is pressed it uses the sales org currently selected to add data to another type 4 entity.

 

In debugging I can see that it is adding the data to the table perfectly but after that a Short Dump is created:

cx_salv_source_table_modifeid

 

It basically goes into a class which checks if the content of the source data table was changed without notice.

 

My problem is - how do I give it notice that some data was inserted?

 

I've already tried to flag EV_DATA_CHANGED as 'X'.

And the parameter EO_ITAB_CHANGE_LOG only has retrieval capabilities - so I can't add to it.

 

How can I add data to a type 4 entity within the feeder class without it dumping?

Problems with MDG 8.0 on SAP S/4 HANA On Premise Edition 1511 FPS01

$
0
0

No creating of BP with MDG - General Data area not editible

Hello together

 

we've installed a S4/HANA 1511 and have startet to config MDG8. After completing the standard config. guide for MDG 8.0, we're facing following problem, it's not possible to create a BP because the area 'Change Request' - 'General Data' is not editible, the rest is ok.

 

The change request ID shows '0', it will be not changed or counted higher, but in 'USMD_CREQ' object in SNRO it counts every started CR's.

 

As I determined, It seems an FPM Problem,

 

The Problem occurs in the Feederclass 'CL_USMD_CR_GUIBB_GENERAL_DATA'

 

„ Component FPM_FORM_UIBB_GL2

  Component Configuration USMD_CR_GENERAL_DATA"


There is a Errormessage '‚Field ‚REPLIC_MODE‘ is not available in feeder definition'


The field 'Replic_Mode' is missing in the FPM Repository >> How can I extend or maintain the used repository of a FPM Component?

 

But this field 'Replic_Mode' is defined in the repository of the component 'USMD_CR_MASTER' (>> here is this field not used.), It's the USMD over the USMD_CR_GENEREAL_DATA.

 

The access/check of the 'REPLIC_MODE' is done in the Interface Method 'IF_FPM_GUIBB_FORM~GET_DEFINITION' of the feederclass'CL_USMD_CR_GUIBB_GENERAL_DATA'



This problem occurs in two diffrent new installed SAP Systems with the same Release (S4/HANA 1511).

And one of the Systems is installed by SAP, it runs in OS at SAP HEC.

The second System we've installed on a diffrent plattform.


Has anybody an idea?

Thanks for your support

 

p.s.

- It's not an authorization problem

- and it's not the 1st system I installed!

 

Cahit Temizkan


SAP MDG-Hybris Integration

$
0
0

How can SAP MDG be integrated to hybris PCM? what are the Best practices/Prerequisites to be considered for the same?

BP Bank data getting deleted.

$
0
0

Hi Gurus,

 

We are working on MDG 7.0 and have BP implemented.We have a validation in place that only one bank record can be active at a time.

e.g. If there are 2 banks A & B, only one will have validity date which makes it active currently.

 

Lately we observed a peculiar case -  If we update inactive bank data of those BP records which have more than 1 Bank details, then the active bank data gets deleted.And we are left with one inactive Bank record and no active bank record.

However, when we update an active Bank record then both the bank records persist.

 

We find this behavior consistent for both Vendor and Customer solutions.We have not built any code which manipulates bank data in such scenarios and it seems this behavior is standard.

 

 

Please advise.

 

Thanks,

Ravi

Configuring SOA manager for MDG for Material Issue

$
0
0

Hi All,

 

I am configuring SOA manager for MDG Material. While creating the Business Scenario in the MDG client system as per the configuration document its given to select the service definition "MaterialERPBulkReplicateConfirmation_Out", but that service definition is not available for selection. Please anyone can guide what may be the problem, where may be the mistake.

 

I am attaching the screenshot of the steps what I followed and the service definition selection screen. Please help me in this Issue.

soa1.PNG

 

            soa2.PNG

 

 

Thank you in Advance,

Regards,

Divya

Customer UI is not appearing correctly

$
0
0

Hi all,

We have an issue related to Customer. Whenever We start a customer change request (Change customer data) the change request panel not appearing first time after hitting the EDIT button. Please find the details step which we followed.

Step :1: Searched existing customer and open the customer UI. Press Edit button (Pic 1)

Step: 2: After edit button the change request pop up is coming and then we have selected the required process. (Pic 2)

Step:3: As per the process the change request panel should appear in the UI where we put the change request desc but its not coming. (Pic 3)

Step:4: When I click the address UIBB edit button again, then only the CR panel UIBB appearing. (Pic4)

 

Question: Why after clicking Edit button first time, the CR panel not coming. Is that something related to personalization or adaptation issue coz only for 3 change request process the issue is coming. Others change request process its behaving normally.

 

Any suggestion is welcome.

 

Mnay thanks

Regards,

Raj

No data displayed in OVP of custom data model

$
0
0

Hi all,

 

I have created a custom data model and have configured UI using USMD_OVP_GEN application. I am able to create a change request for that. But when i open the created CR, no data is displayed in the UI.

 

Capture.PNG

 

Please provide some pointers to fix this.

 

 

Thanks and Regards,

Dilipan

Viewing all 2047 articles
Browse latest View live


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