500 SAP internal server error "COMMUNICATION_ERROR" executing NWBC
cl_usmd_ui_services~save method not creating change documents
Hi ,
We are creating a program for changing the CCTR Hierarchy and using cl_usmd_ui_services~save after all changes are done .
Change documents are not getting created . Does any one know the reason for this ?
CALL METHOD lo_service->save
EXPORTING
i_mode = if_usmd_ui_services=>gc_save_mode_draft
io_model = lo_model1
* if_commit_work = 'X'
IMPORTING
et_message = lt_msg.
in MDG 8.0, I cann't define the governace scope for material
we install the MDG 8.0 and active the Material Function. I can create material and generate change request. but in the UI of material creation. some field is not available to input value. they are gray. I find there is a configuration in GENERAL Settings->Processing Modeling->Define Governance Scope. when I set the fields to 'Yes' and save. there is runtime error-> Exception condition "Invalid_FIELDNAME" triggered. all of them are standard field, no any new fields. Could you please suggest how to fix this issue?
Triggering two workflows using a single CR
Hi,
I have a requirement where i need to trigger two different workflow using a single CR, it is working for me as long as I use my inputs from MATERIAL entity
ref following link
but when i give my input from other entity for eg MARCFRGTR it doesnt work, I have changed the structure also in the BADI which is given in the link above.
Can anyone help me on this
Thanks
Arihant
Access Class for Custom Model
Hello,
We're looking to implement an access class for a Custom Data Model.
What is the best approach for this?
Is there a step by step document describing how to do this or is it best to model the access class based on the example implementation CL_MDG_FS_SFLIGHT_ACCESS?
Thanks,
Sagar Dixit
Metadata for AR (Article Master)
Hi Can any one have metadata same as per MM/BP/V/C for data Model AR also? Any idea for any link or documentation for same?
UWL parameters for MDG requests
Hi All,
I'm trying to configure the UWL settings for Vendor/BP MDG Change requests .
This works fine on NWBC but need to set it up in Portal .The Portal calls the backend via ITS and then calls the webdynpro application . This is cumbersome as it opens another screen . I need this to open the Webdynpro directly .
I have done the following
Transaction SWFVISU
Task : TS75707980 ( Approval task which I'm using )
Visualisation type = WebDynpro ABAP
Parameters
APPLICATION = USMD_CREQUEST_PROCESS
Configuration = USMD_CREQUEST_PROCESS
DYNPARAM = crequest_workitem=${item.externalId} ---> this being the work item id .
namespace = SAP
SYSTEM_ALIAS = SAP
On clicking the link in the uwl I get an error that that change request has not been entered . I don't know what is the dynamic parameter for
entering the Change request . I know that the application parameter crequest exists but what is the uwl parameter . I have tried
${item.externalObjectId} and ${item.internalId} but they do not work . If I hardcode the value for application paramater say CREQUEST=312 , then it works .
However it opens the generic Change request screen from where I have to drilldown down into the BP Change request .
Any solutions ?
Regards,
Radha Subramanian
0 entries were selected in MDG workflow
Dear Experts,
I am facing error while configuring MDG Material WF, where i have configured its entire BRF Decision Table and also configure all actions and steps but when create change request it give me message "0 Entries were selected" in workflow log. Please guide me with ur experites.
regards
SAP MDG BP XK01 Security
What security configuration restricts a user from creating a supplier in ECC, but allows them to create a new ERP Vendor in MDG? If we restrict XK01, it disables ability to create ERP Vendor in MDG.
WBS in SAP MDG Finance
Hi,
I am looking for some information on WBS supportability in SAP MDG Finance to govern it. If so where in MDG data model is supported?. I checked in out of the box master data domains list and I don't see it as covered.
Also searched in SCN site could not found anything related to it. Looking for any helpful answers in this regard.
Thanks
Praveen
Search Method in MDG
Hi
I have one question regarding search.
For reuse data models like MM and BP (C/S) it we integrated with TREX then backend date from active area (MARA,LFA1 and KNA1) are appeared during MDG search in search result area even though data does not exists in staging area in case of ES search method.
But in my case as my primary data base is HANA can I use DB search method instead of HA? Is TREX integration is still necessary for MDGS when my primary DB is HANA?
The Company Code is not getting assigned to Profit center while creating CR in MDG-F
Hello All,
I am very happy that I could find many blogs for MDG-F and I have been referring them too. Today I came across one incident during testing and I spent much time to solve it, but I could not.
The Financial accounting Governance was already implemented by my Manager and now I am implementing Financial controlling governance. So I had to skip many configuration steps to implement cost center and profit center process in MDG-F.
Below are the steps which I customized. I am creating CR for new profit center and I could see that the Company code is not getting derived/assigned.
Configured Steps:
Step 1 : I checked the data model, entity types, BO types and relationships and the relevant configuration for cost and profit center is in place already.
Step 2: I have customized the CR types (The CR type for profit center creation is YGT_C061) and assigned the workflow WS60800086. This workflow basically controlled from BRF+ workflow specialist and he assigns the user ID's for creation or approval of CR.
Step 3: Priorities, statuses, reasons for change request were already in place.
Step 4: I customized the step "Define Change Request Steps for Rule-Based Workflow" for all the CR types.
Step 5: The customization related to Data replication is done and it works according to requirement.
Step 6 in ERP: The company code is assigned to Controlling area. The cost center and profit center accounting is also active. Additionally, I had also created the cost center and profit center standard hierarchy in ERP for the controlling Area, to which I am creating the profit center in MDG-F (NWBC 7.0) .
We follow two step process (first step - create CR and second step - Approve CR) in MDG-F.
I am creating the CR for new profit center, but the company code is not being derived in the first step. I could see the option "Edit", but it is grayed out and no other way to assign it in first step. However in the second step (in approval step), we are able to edit the CR and assign the Company code to it.
Note: I have also tested by assigning the workflow WS75700040 to the CR type YGT_C061, but the same issue. The company code is not getting derived in profit center during CR creation.
Could you please suggest if I have to customize any additional step, in order to get the company code assigned to profit center during CR creation in the first step?.
Thanks,
Damodar Naidu
Custom Model Search
Hello,
We have implementing a custom Equipment Data Model and are now trying to develop a search screen similar to standard Material/ Customer search.
We are using DB search mode and have followed the Custom Object development guide provided by SAP for MDG 8.0.
We have the USMD_SEARCH UI application configured but aren't able to search Equipments from the ECC tables or MDG staging.
I understand that we'll have to write some code before being able to query anything, but we're not sure which methods need to be implemented.
Can someone please guide us as to what steps need to be followed in order to fetch the search results? Some document that we can refer maybe?
Thanks,
Sagar Dixit
Custom f4 on custom field in SAP MDG
Hi
I want to provide custom f4 help on the Z field created in the data model.
Please guide how to do it.
Regards
Preeti Goyal
Adding Search Criteria
MDG-F 8.0 Reports
I am trying to configure the MDGF Reports but facing issue with 404 messages in the browser.
Saw few other threads on this issue. For ex
MDGF 7 : Reports Web Dynpros do not display
Based on the MDG 8.0 components, basis team installed this "BI CONT ADDON 7.57". I did the IMG config for the MDGF reports too. But seeing 404 issues on the screen. Tried the browser trace, not getting the details of the service being called.
Did any one configured these reports?
Fyi reports associated with this config "Activating BI Content for Analysis of Change Requests within SAP Master Data Governance" are working fine.
Vendor Classification UI Enhancement
Hi,
I have enhanced the data model for Vendor classification.Whether need to implement any BAdi for vendor classification UI enhancement.
Because,classification and characteristics fields are coming dynamically.
Thanks,
Bala.
SAP How-To Guide: Extend MDG-M Data Model by a New Field (Reuse Option)
This document is out dates we created a more up to date document here: Extend MDG-M Data Model by a New Entity Type (Reuse Option)
Extend MDG-M Data Model by a New Entity Type (Reuse Option)
You can use this guide to extend the MDG-M data model by a new entity. The attribute values of the new entity type will be copied to the corresponding customer tables (reuse option) after activation of the change request.
How To... Master Data Governance for Material Extend MDG-M User Interface (EhP6 on)
SAP Master Data Governance for Material (MDG-M) provides business processes to find, create, change, and mark material master data for deletion. It supports governance of material master data on a central hub and distribution of material master data to connected operational and business intelligence systems. The processes are workflow-driven and can include several approval and revision phases, including collaboration between all users participating in master data maintenance. In EhP6 MDG-M addresses only descriptive data for the Material. This guide describes how to adapt the UI of Master Data Governance for Material from EhP6 on.