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

How to Achieve Adaptation in USMD_ENTITY_VALUE2 Application

$
0
0

Hello Friends,

 

               Need one small help as i have created one custom form using USMD_ENTITY_VALUE2  but after copying i am seeing the adapatation and comparasion button is in display mode........Will anyone know how to active that adaptation button........We have to build some functionality for  our custom form using adaptation techniques........Plz help if anyone can.......See the attached screenshot.


Feeder class does not provide a valid field catalog

$
0
0

Hi,

I am trying to configure basic UI of ENTITY_VALUE for my custom model...

But I get this error??

How do I provide catlog??

 

Capture.PNG

 

The feeder class is in non-editable mode... cannot add entity type too

Let me what can be done...

MDGF - Uniqueness of Cost Center Numbers

$
0
0


Hi,

 

We have implemented SAP MDG-F v 7.0 and are live for cost centers.  We have multiple controlling areas and there is a requirement to ensure that the cost center numbers across all the controlling areas are unique, i.e. no duplicate cost center numbers across controlling areas.  I have couple of questions in this regard:

 

1. Can we set up duplicate check functionality to prevent duplicate cost center numbers across controlling areas?

2. Are there any other alternative options to resolve this issue?

 

Thanks,

 

Nandu

How to add program to LSMW

$
0
0

Hello guys,

 

I have a problem with lsmw recording field. I want to add field that I forgot in recording session. The problem is that in my lsmw recording I haven't got screen on which this field is located. So my question is: Can I add another screen view to SAPMF02D to add forgotten field to this screen?

 

Thanks for respond,

Miłosz

How to Launch Material UI with Custom Coding AND Z-Fields on the UI

$
0
0

We have extended the material initial screen (BS_MAT_INIT_03, Form-UIBB MDG_BS_MAT_SETTINGS_GL2_03) with a few customer specific fields (Z-Fields).


Now we try to start the material creation UI from a customer made application passing e.g. the material number and these Z-fields.

We found a pretty good documentation in the document How To... Master Data Governance for Material Extend MDG-M User Interface (EhP6 on)

 

Chapter 6.4 describes how to launch Material UI with custom coding.

The coding works perfectly with the exceptions of our Z-fields. While the material number and the CR type is correctly passed from the calling application the Z-fields remain empty:

 

...

* CR Type

             APPEND INITIAL LINE TO lt_application_value ASSIGNING <ls_application_value>.
             <ls_application_value>-fieldname = cl_mdg_bs_mat_c=>gc_url_crequest_type.
             <ls_application_value>-value = 'MAT01'.

             APPEND INITIAL LINE TO lt_application_value ASSIGNING <ls_application_value>.
             <ls_application_value>-fieldname = cl_mdg_bs_mat_c=>gc_url_crequest_type_alt.
             <ls_application_value>-value = 'MAT01'.

* Material number
             APPEND INITIAL LINE TO lt_application_value ASSIGNING <ls_application_value>.
             <ls_application_value>-fieldname = cl_mdg_bs_mat_c=>gc_field_material.
             <ls_application_value>-value = 'TEST1'.

* Z-Field (class number)
             APPEND INITIAL LINE TO lt_application_value ASSIGNING <ls_application_value>.
             <ls_application_value>-fieldname = 'ZZCLASS'.
             <ls_application_value>-value = '1001'.


* Work with change request

             APPEND INITIAL LINE TO lt_application_value ASSIGNING <ls_application_value>.
             <ls_application_value>-fieldname = cl_mdg_bs_mat_c=>gc_field_staging_mode.
             <ls_application_value>-value = abap_true.

* trigger start of new dialog
            lv_application = 'MDG_BS_MAT_OVP'.
            lo_ui_services = cl_usmd_factory_ext=>get_ui_services_instance( ).
            CALL METHOD lo_ui_services->navigate
              EXPORTING
                i_application        = lv_application
                i_target             = if_usmd_ui_services_ext=>gc_navigation_tgt_external
                i_inplace_navigation = abap_true
                i_usmd_action        = cl_mdg_bs_mat_c=>gc_usmd_action_create
                it_data_1            = lt_application_value.

...

 

ZZCLASS is the name of the field in the data model. We try it with the name in the FORM-UIBB too, without success.

 

Any idea what the mistake is?

 

 

Kind regards, Matthias

'New' Button in 'ERP Vendor' section in Business Partner Creation

$
0
0

Hi,

In BP creation for Organization, the 'New' button is disables in 'ERP Vendor' section . Where as I can see in all including 'ERP Customer'.

We've create Z type of BP1p1 with webdynpro BS_OVP_BP_ALL.

Using Rule Based Workflow with just 2 steps Initiater itsels as approver.

Please advise.

Thanks.

Srini

Configuring SOA manager for MDG for Material Issue

$
0
0

Hi,

 

I am configuring SOA Manager for MDG - Material. During the step of configuring the system for point-to-point communication using service groups in the MDG hub system, I am facing some problem. As in steps given, there is no Business Scenario Configuration settings available under the tab Service Administration. So please let me know what may be the problem where I may have went wrong. I am attaching the SOA Management Screenshot.

 

soa_management_error1.PNG

soa_management_error.PNG

 

Thanks in Advance

Regards,

Divya

Characteristic Valuation (Classification LENGTH/001/0000/100000320058/001 created in reuse active area

$
0
0

Hi ,

 

We are using standard CLASSASGN and VALUATION entity in MM for assigning Class and Characteristic value of class in UI.

Whenever I change the characteristic value and click check ,the following message appear.

 

Warning

Material XXX Attribute Weight unit changed from  to KG in reuse active area - Display Help

Warning 

Material 1XXX Attribute Material Group changed from 260 to 122 in reuse active area - Display Help

Warning 

Material XXX: Attribute Changed by changed from ALEMASTER to USERNAM in reuse active area - Display Help

reuse active area

Characteristic Valuation (Classification LENGTH/001/0000/xxx/001 created in reuse active area - Display Help   Warning   Characteristic Valuation (Classification WIDTH/001/0000/xxx/001 created in reuse active area 


This warning message is displayed only when characteristic value are changed. When other entity are changed , this message does not appear.


After the final approval , other entities in UI , material and purchtxt, is completely wiped out of UI.


Is there any configuration related to Classasgn and Valuation entity that we are missing which leads to this sort of warning and wiping the entire data ?


Thanks in advance.



Regards,

Divyapriya . P




500 SAP Internal Server Error

$
0
0

Hello Experts,

 

I am using MDG release 748 and created a custom data model and a custom ui (copied usmd_entity_value2) and followed necessary steps for bus.activity, change request..etc.

Did not get any errors while activating data model or ui. However, I get 500 internal server error when opening my custom application from the nwbc menu. It looks like the custom ui is somehow not linked to the data model. But I did enter the data model in ui configuration.

What are the debugging steps I can perform to find the issue?

 

Thanks.

Replication Issues of MDG FI Objects

$
0
0

Hello Experts,

 

I have done the replication setup for all MDG FI objects in a STANDALONE System which is working fine in MDG 7.0.

All my CCTR/PCTR/CELEM are getting replicated in ECC system after completing hte approvals from MDG along with their respective assignment to Groups & Hierarchies.

 

But facing an issue in replication of 2 scenarios:

Scenario 1:

  1. Created CCTR in MDG. After complete Approval the Data is getting replicated in the ECC of the same system.The hierarchy Area field is getting updated with the topmost(Say H1)  assigned hierarchy which is assigned to the respective Controlling area.
  2. Created the Blank request for assignment of the replicated CCTR.Assigned the activated CCTR below group (G1) of topmost Hierarchy H1.Saved the data.Completed the approvals.Now the whole assignment updated in ECC & I can see my CCTR under the Group (G1) of the Hierarchy (H1) in OKEON T-code. But the issue is when I open this CCTR in KS03 T-code , the Hierarchy area is not getting updated to the selected to Group. It is still showing the old topmost Hierarchy. Any Idea why in the transaction level of CCTR,why this is not updating?

 

Scenario 2:

  1. The deleted Cost center is not getting replicated in ECC after the complete approval of the Change Request. I am simply searching the active CCTR , opening it to click on DELETE button to delete the CCTR & completing the approval process. The flag is getting updated in MDG after completing the process but the same is not showing in the ECC.Any Idea why this replication of deletion of CCTR is not updating in ECC?

 

Regards,

Kaustubh

MDG-S ERP Vendor Creation-Derivation rule

$
0
0

Hi,

 

 

 

Requirement is to default some field values in the entity BP_VENGEN.for this I created a derivation rule using the tcode USMD_RULE for the model BP.

 

 

Created Function as DERIVE_BP_VENGEN with my ruleset and rule.. When I simulate its working fine.

 

 

But its not working when using UI’s.

 

 

While debugging CL_USMD_RULE_SERVICE I can see only 2 entity types BP_CENTRL and BP_HEADER…

 

 

How to default the values? Thanks, Kp

How to do One Type 4 entity line items dependent on another type 4 entity line items

$
0
0

Dear All ,

 

We have one type 1 entity and one type 4 entity ( type 1 is leading with type 4 ) . Now we need another type 4 entity whose values are dependent on the first type 4 entity  values. How can we do modelling in MDG for this case ?

 

Use case is : For one line item of a table we need mulitple line items in another table . How can we do data modelling in this case

First type 4 entity

ID

Text(DE)

Text(EN)

WWR01

 

 

WWR02

 

 

 

 

 

 

 

 

Second type 4 entity

ID

REGION

WWR01

EU

WWR01

MX

 

WWR01

AU

 

WWR02

EU

WWR02MX
WWR02AU

Automatic ERP Vendor Block at Creation

$
0
0

Hi,

 

 

 

We have a requirement to block the vendor while creation.we have MDG as co-deployment..

 

 

Please let me know the best way to implement it.

 

 

Thanks,

 

Kp

BCV in MDG and Change request Monitoring.

$
0
0

Hi Experts,

 

Can you please help in knowing what is use the BCV application in MDG , when it needs to be used?

and how to activate the Change request monitoring screen .

 

Regards,

Rupesh

Vendor field selection

$
0
0

Hi,

 

I have a requirement for Vendor in which based on account group value, fields have to be made required, display, hidden, optional and these fields settings are different for different roles in workflow (three step - requester, data steward, approver).

 

I have done the ECC vendor field selection settings in OMSG.

 

What are the other options to achieve this. I am aware of CBA and authorization settings at role level but not sure if this can be achieved using them.

 

Please advise if you have implemented similar solution.

 

Best Regards,

Tanmay


CBA for delivered & Copied UI configuration

$
0
0

Hi Experts,

 

I am new to UI configuration and facing following issues:

 

1) I have copied the Application configuration and used delivered UI Config BS_MAT_OVP_LAYOUT_05. I am trying to create CBA for this standard UI config. As per doc http://scn.sap.com/docs/DOC-30192 its possible to create CBA for this scenario. When I try to go in edit mode get the following popup.

Ques: If I provide the Access key from Basis here will it allow me to change the standard delivered UI. Will SAP still support it after change. What should be the approach to create CBA for delivered UI.

 

Capture111111111111111111111111.JPG

2) I have deep-copied the Application configuration and used delivered UI Config and trying to create CBA. I am able to create CBA fine but while creating CR on Mat create form CR section is grayed out/non-editable, submit and check buttons are missing.

I browsed couple of other posts for the same issue and checked wiring schema (compared it with standard UI config) but could not find any difference.

 

Please provide your inputs on the above.

 

Thanks & Regards,

Tanmay

Roundtrip not triggering

$
0
0

Hi Experts,

 

 

I am facing issue in  Auto selection of reconciliation account based on account group, i am almost done this issue but in nwbc screen the account group not triggering round trip and debugging. anybody help????

Detailed explanation about Data Modelling

$
0
0

Hi all,

     can anyone please tell me a detailed about what is meant data modelling in SAP MDG and various operations in it. I have searched in google but I didn't get a satisfactory answer so pls someone tell me clearly.

 

 

 

Thanks in advance,

Pazhaneraajaa.

One step Approval

$
0
0

Hello Experts,

   My customer requires create a change request and approve it in only one step ( a user create the change request and then  replicate it right away ) . Is there a way to achieve that easily  ( or the only way is to  create a custom workflow ) , I have heard about super user but is not quite clear to me , waht do you think ?

 

thanks for your comments .

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

Viewing all 2047 articles
Browse latest View live


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