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

Single CR for triggering Rule based workflow

$
0
0

Hi Experts,

 

I have a scenario in which i want to trigger two workflows through a single change request with some predefined condition for e.g

 

1-If i change any field lets say "Ind std desc"in MATRIAL ENTITY it should trigger first workflow

 

2-If i change any other particular field in the same MATERIAL entity than it should trigger a different workflow using the same CR

 

 

example

 

first workflow          REQ>procurement>sales>activate

second workflow   REQ>procurement>marketing>activate

 

 

there is a change in one step only in both the workflow which is sales/marketing box here in this example

 

is it at all possible using BRF+ application or using some BADI?

 

 

 

Thank

Arihant


Re: The reconcillation account and W-TDS code auto derive

$
0
0

Hello Nitesh

 

Check if this validation exists in ECC - FI side? You can easily use it in MDG using the method suggested by Nilesh.

 

Kiran

How to edit the values in the change request

$
0
0

Hello, everyone.

Sometimes we may need to change the value of the field (MATKL - material group, for example), when the CRequest is still under negotiation.

This value is not stored in the container of CRequest, and is not sent to it.

What tools can change the values in the still-generated material?

Customer Master using Change Request in UI and needs the Field Validations(Attribute Properties) to be Mandatory /Optional/Suppress based on BP Category(e.g. Organization, Group).

$
0
0

Hi,

 

Requirement:


While creating Customer Master using Change Request in UI and needs the Field Validations(Attribute Properties) to be Mandatory /Optional/Suppress based on BP Category(e.g. Organization, Group).

 

Fields like Country, State/Region needs to be set as Optional instead of Mandatory for BP Category: Group.

 

Similarly Fields like Name 1 needs to be set as Mandatory instead of Optional for BP Category: Organization.

 

Please specify the Node where do we configure the same.

 

Regards,
Rajesh

 

 

 

Re: Customer Master using Change Request in UI and needs the Field Validations(Attribute Properties) to be Mandatory /Optional/Suppress based on BP Category(e.g. Organization, Group).

$
0
0

Hello Rajesh

 

There are 2 ways to make the fields mandatory or optional for a particular BP category. Try the 1st option given below. If it works then enhancement is not required.

 

Option 1 - SPRO - Cross Application Components - SAP Business Partners - Business partner - Basic Settings - Field groupings  - There are 3 options here. Based on your requirement you can change the setting for BP fields.

 

Option 2 - Enhancement based on selection of BP type.

 

For Country - Set up of a Country is at Client level and delivered by SAP. Country should be mandatory in any case and I doubt whether you will able to change it. Name 1 you can make it mandatory using the field grouping.

 

Hope this information is useful.

 

Kiran

How to trigger DEBMAS ADRMAS and Idoc for BP (BUPA_INBOUND_MAIN_SAVE_M03)

$
0
0

Hi Experts,

 

We are implementing MDG-C and have a requirement to send Idocs DEBMAS03 , ADRMAS03 and BUPA_INBOUND_MAIN_SAVE_M03 on completion of a CR in MDG for Customer master.

Our scenario is - MDG Hub to SAP PI to Downstream systems (SAP and Non SAP).

Please help me with steps to achieve this replication from MDG.

 

Thanks,

Ravi

Remove * sign from fields

$
0
0

Hi Experts,

 

I am working on Customer Master (BP) scenario  where the few fields during creation of  customer master appears mandatory (field name suffixed by * )

As per requirement we don't want the fields to be mandatory and *sign should not appear.

 

We changed SPRO configuration for the field .Also in MDG Data model these are not marked required.Also we checked Genil to see if it is marked mandatory there but it is not.

 

We want to remove the * sign Please help where should I search .One possibility is Feeder class but I also want know which method should I check for the * sign in feeder class

Fields are Street and City.

 

Regards,

Neethu Joy

Re: Remove * sign from fields

$
0
0

Neethu,

 

Feeder class method Get_data .

You can change via changing  ct_field_usage .

 

Read Table  ct_field_usage ASSIGNING ls_field_usage where NAME = Field name .

IF ls_field_usage is assign.

     ls_field_usage-MANDATORY = abap_false.

ev_field_usage_changed = abap_true.

ENDIF.

 

would solve you issue.

 

Alternate you also set at Method GET_FIELD_UI_PROP 

 

 

Regards,

Varun


Re: Remove * sign from fields

$
0
0

Hello Neethu did you check configurations for customer mandatory fields in the backend? Many a times fields marked as required becomes mandatory. so before you fix/customize anything please check the configurations. that may help you get rid of such fields.

 

Thanks

Rahul

Re: How to trigger DEBMAS ADRMAS and Idoc for BP (BUPA_INBOUND_MAIN_SAVE_M03)

$
0
0

Hello Ravi

for your new message type please create a change pointer in TBDA2 and also maintain the business object in SWEC table. if it is standard message, then just try to work with the fields related to BP and see if it triggers the message for you.

 

Thanks

Rahul

Re: Auto trigger DEBMAS Idoc for a vendor change

$
0
0

Hello Rohit

if I understand correctly, the requirement is to have a vendor in MDG however when it goes in the ECC, it should also create a customer. See below link if this CVI setup helps you.

 

http://scn.sap.com/docs/DOC-54287

 

 

Thanks

Rahul

Re: CVI configuration documention

Re: How to trigger DEBMAS ADRMAS and Idoc for BP (BUPA_INBOUND_MAIN_SAVE_M03)

$
0
0

Hi Rahul,

 

Thanks for your reply.The BP Idoc mentioned is a standard Idoc.

We will be using DRF for replication and am looking for a way to send Customer Idoc , ADRMAS03 and BP Idoc for a Customer creation/Update.Any thoughts?

 

Thanks,

Ravi

Re: Access using a 'NULL' data reference is not possible.

$
0
0

Hi,

 

Have you managed to fix this error? I get the same error in SAP GRC when using NWBC...

 

thanks,

Clinton

BC Set for MDG

$
0
0

Hello Experts ,

 

whats are the BC sets need to Activate for MDG.


Child records don't get replicated after CR activation

$
0
0

Hi  ,

   Currently we are facing a issue where if the relationships are maintained at parent level then after CR activation child records don't get replicated.

Please guide me that how to  send relationship records to target system.

Thanks in advance.

 

Samrat

Re: Flex entity 1:1 cardinality with BP_Header is read only

$
0
0

Hi Kiran,

The governance scope for these fields as set as 'Yes' and I have also maintained the wiring with BP_Root. Still I see the fields are read-only.

 

Regards,

Ponraj M

Hi Experts,

$
0
0

How could I delete Alternative Unit of Measure in Mass? since it is not required anymore.

 

thanks

Re: Hi Experts,

$
0
0

Hi Manoj

 

There are two options.

If you want goverance in MDG then use File upload funcationality and then then do DRF

If you do not want goverance then use MM17 or LSMW and update in active area directly.

Re: Flex entity 1:1 cardinality with BP_Header is read only

$
0
0

Hi Ponraj

 

Can you  check  field property for added custom fields in genIL_model_browser?

 

Viewing all 5383 articles
Browse latest View live


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