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

MDG Get Company Code Data / Parallel Workflow

$
0
0

Hi Experts,

 

I'm trying to find a solution to attend the customer requirement by creating a customized workflow which has the following scenario: If in the Change Request the user creates 2 company codes I need to have a parallel workflow in order to enrich the data for each one. The standard workflow that exists doesn't have all the steps I need that's why I need to build a custom one.

 

Based on the customer scenario I'm building a Rule Based workflow using the respective BADIs to implement the parallel workflow logic.

 

My problem is how can I get the list of Company Codes in order to use it in the  if_usmd_ssw_dynamic_agt_select~get_dynamic_agents method. I want to get all the company codes that user specified on the Change Request.

 

I'm following the guide below, but there is no code example on how to obtain.

 

Enable Dynamic Parallel Approval for Company Code Data in Rule-based Workflow

 

I tried to use the method read_char_value from if_usmd_model_ext using as parameter BP_COMPNY entity type but I have no success. I'm just able to get BP_HEADER data.

 

Any expert knows how can I achieve this?

 

Kind Regards,

Fabiano


Custom Values not read back from Active area

$
0
0

Hello All,

    

Need help/ directions.

    

We have custom fields in UI, which are saved in Custom tables in ECC for reporting purpose. On activation of CR we could save these
values in Ztables, but when use open the Material for Mark for Deletion we are getting SMT Mapping error (Data could not read back to CR).

 

   

Don’t see any errors while activating CR , SMT in mapping and also API code program

 

Error in SMT.JPG

Best Regards, Srihari Mandapati

Rejection/approval date table

$
0
0

Hi there

 

Is there a table in MDG that will show me the date and/or time that change requests are rejected and/or approved?

 

I need this table for reporting purposes in BI

 

Thanks in advance!

Spell check on Notes in MDG

$
0
0

Hi Experts

 

We have a requirement to add a spell check to the Notes in SAP MDG. Is this possible and has anyone done/added this before?

 

Any suggestions on adding this?

 

Regards

 

Danie

MDG Material field Validation on submit btn need to get canceled submit event on error

$
0
0

Hi all,

 

I am working on MDG Material UI Validation for a no of fields spread across the application on given business logic that need to checked on submit or save or check button .

I implemented these validation in the form feeder super class /PLMU/CL_FRW_G_FEEDER_FORM method IF_FPM_GUIBB_FORM~GET_DATA  post exit enhancement .

and when the error comes am appending to et_messages of feeder class. but not able to stop the submit event ?

one way that is working to cancel the event by setting value  EV_RESULT = 'FAILED'. class /PLMU/CL_FRW_G_FEEDER_FORM method IF_FPM_GUIBB_FORM~PROCESS_EVENT  .

but next time when we press any button like check it submitting the CR so again no use.

 

Is there any solution for this issue ?

Please help me as I tried all known thing of FPM as I am a FPM guy have small knowledge of MDG.

 

 

 

brf+ workflow configuration based on field values of UI

$
0
0

Hello Experts,

 

I would like to know if we can configure the BRF+ workflow steps for material to go to certain users based on certain values from UI fields . For example a particular material type (FERT) should go to specific processor . Can I add material type column in BRF+ for materials and assign specific material type values and assign users to that step. Is this possible?.

 

Thanks.

Not able to capture CR request

$
0
0

Hi,

 

For Class CL_USMD_CR_GUIBB_GENERAL_DATA , i can succesfully able to capture CR number in GET_DATA method but i could not able to get any values in PROCESS_EVENT method.

 

I need to read a CR number value in PROCESS_EVENT method. Can i get a help?

 

Thanks

Vijay


UI configuration in SAP MDG 7.0 for Financial

$
0
0

Hello all

 

Now I'm working in sap MDG 7.0 SP2 for Financial. I want to create UI configuration based on change request step.

I copied standard ui configuration for Cost center MDGF_0G_OVP_CCTR into Z configuration. I also configured Properties of change request step

and link logical action, but when I create cost center, my change request form is missing.

 

Please help to find out,maybe I missed some step...

 

config02.jpgConfig01.jpg

config03.jpg

config04.jpg

config06.jpg

config07.jpg

config05.jpg

 

Regards

Firmansyah WH


Cost Center Hierachy is not part of the standard hierarchy

$
0
0

Hi All,

 

I am new to MDG F 7.0. I created new Edition,Cost center,Cost Center Grp, Cost Center hierarchy using single processing using new edition created.

 

I also created new CR Create Hierarchy change request for cost center group and added the above created CC,CCG, CCH.

 

When I try to create hierachy and save using Process hierachy for cost center group option, I am getting the following error.

 

Please fidn the screen shot here..

 

cost center hierarchy error.gif

Missing UI configuration

$
0
0

Hi Experts,

 

I have customized MDG-S in our system using the configuration guide.

 

For testing I tried to create a new supplier.

After following the link I see the following error message: Cannot determine a UI configuration

MDG-S_UI-Configuration.jpg

MDG-S_UI-Configuration2.jpg

 

Any suggestions to resolve this?

 

Regards,

Thomas

SAP MDG - Number Series

$
0
0

Hi there,

 

I would like to if some one could explain me the logic behind the numbering of objects when they are in SAP MDG staging area and afterwards when they are replicated to SAP ECC. Is it a temp. number first and then a real one after replication? Or is MDG taking a number and when it is not activated the number will be unused in the future?

 

THX

 

Best Regards.

Per Z

MDG 6.1

$
0
0

Hi,

 

Is MDG 6.1 included in ECC 6.07 ?

MDG Cost Center - Create Request

$
0
0

Dear experts,

 

I just enabled the MDG data model 0G in order to use the out of the box solution for Cost Center.

In my Single processing request for Cost Center I don't see some of the essential fields that we maintain for this entity.

Please advise on the approach I should take in order to have those fields also available.

 

Here is my ECC cost center create screen that has the fields like Valid From and To dates, Hierarchy area, Costing sheet, etc.

2013-12-10 1-17-01 PM.jpg

The MDG Create request looks a bit different and is missing these fields.

2013-12-10 1-18-51 PM.jpg

As you can see, those fields are not in the model.

What I can do is enhance the 0G data model and add those fields to it, but I read somewhere that they exist in the model, they are just maintained differently.

Please let me know if you know how to approach the issue.

 

Thanks in advance,

Boris

Help with difference in Create Customer UI

$
0
0

Create Customer missing Compaycode and Sales date.pngNeed assistance with different Create Customer UI

 

See above Create Customer how to change to allow entry of Company Code and Sales Area data

Implementing Data Search for Custom Objects

$
0
0

Can any one have some information on implementing search criteria for custom objects.

I am looking to modify the drop down values and search criteria based on custom data model.


DERIVE Function not working for customer

$
0
0

hello experts:

 

I have create a function DERIVE_BP_CUSGEN to default values in the Create Customer Change Request.

I create the rule set and tested in simulation and it works, but with I try in Change Request default values not showing in Change Request.

Spell check on Notes in MDG

$
0
0

Hi Experts

 

We have a requirement to add a spell check to the Notes in SAP MDG. Is this possible and has anyone done/added this before?

 

Any suggestions on adding this?

 

Regards

 

Danie

SAP MDG

$
0
0

Hi all, can anyone explain me the functional side of sap M.D.G and its future scope.

 

Should one opt for the functional or the technical field of M.D.G?

error in "Create ERP Customer"

$
0
0

When using "Create ERP Customer", i am getting error message "Enter a relevant role for creation of customer master data".  What specifically am I missing, I believe I configured the CVI. I am on MDG7.0.

 

Thanks for assistance

add custom list UIBB in standard BS_OVP_SP application

$
0
0

Hi All,

 

Can anyone please tell me how we can add one custom (z component) in standard OVP aapplication named (BS_OVP_SP).

step by step process.

 

Thanks

ashutosh

Viewing all 2047 articles
Browse latest View live