Re: Set mandatory fields in General Data for the CR.
You are absolutely right, the CR header fields are not in the data model as it does not make sense to be there. The data model contains your business application fields and the CR header is intended to...
View ArticleRe: Set mandatory fields in General Data for the CR.
Hi Abdullah, Thanks for very helpful information. I have created the enhancement but noticed that I can't change the Attribute properties. Thus even if I am in the change mode it still disables the...
View ArticleRe: how to read this Abap code, MDG Workflow Idoc issue
Hello Bhakti Can you elaborate the issue in detail? Based on that I can find out something. Kiran
View ArticleRe: Set mandatory fields in General Data for the CR.
I think the first method I described will not work (my bad as I should have checked first). It looks like you are left with the second method (enhancing the handler class). If you double-click the root...
View ArticleRe: Set mandatory fields in General Data for the CR.
Hi RiaanDepending on the release state and object you want to maintain, BAdI USMD_CREQUEST_UI "Customize User Interface for Change Requests" might be what you are looking for.So e.g. for custom objects...
View ArticleRe: Error message while uploading FI Master data in MDG-F
You always have to tick the flag when you want to replicate the data immediately and its in edition. Now do one thing. Release this edition. Create a new edition and make sure that you select the check...
View ArticleRe: how to read this Abap code, MDG Workflow Idoc issue
hi Kiranstep 1 - create GL account in MDG, MDG finance workflow starts, approval, Idoc created, data is replicated in backend Ecc (SKA1 updated)step 2 - change this GL Account in MDG, workflow starts,...
View ArticleRe: how to read this Abap code, MDG Workflow Idoc issue
Hello Bhakti Normally if you want to replicate the data immediately from MDG, you must tick the distribute immediate tick in edition. You can release the edition and create new editions further. The...
View ArticleRe: Error message while uploading FI Master data in MDG-F
Hi Kiran Thanks for all your help. Regards Neelesh
View ArticleRe: UWL Launch configuration for MDG workitems in SAP Portal
Hi Praveen,I started a new discussion on this. I need to configure MDG Workitem in UWL.Got stuck with this configuration. can you please share some information on the dynamic parameters configured in...
View ArticleMDG and UWL
Hi ,I have an issue with UWLWe use MDG webdynpros and workflows in ECC and we pull all work items from ECC to Portal UWL. When we click on any MDG Work items, its throwing exception - SKIP INITIAL...
View ArticleRe: MDG material language key and material description error
Hi Nikhilesh, Thanks. Indeed, the Snote covers the actual error I encountered however, the correction instruction was for MDG-APPL SP05. We are at level SP06 thus I was told it was not applicable....
View ArticleRe: MDG material language key and material description error
Thanks for your inputs. I tried it but still, the error is still occuring.
View ArticleRe: Key field should not be mandatory
Hi Kiran, hi Abdullah, thank you for your answers. Changing the relationship to referencing finally worked but in return I lost the field as key in the generated table. This is not the perfect solution...
View ArticleRe: Key field should not be mandatory
Thanks on the feedback of what needed to be changed. I'm not clear on why you can't still perform your own validations with the referencing relationship. You should still perform any MDG validations...
View ArticleRe: Error message while uploading FI Master data in MDG-F
Good that the issue is now resolved...you can close this message.
View ArticleBP Flow from CRM to MDG Hub via webservices
Hi Experts, Can you please suggest the process for BP flow from CRM to MDG-Hub. Scenario: 1) BP gets created in CRM.2) BP Data Should flow from CRM to MDG via Webservices. (Configured but stuck at this...
View ArticleMDG UI Field not appearing as a drop down
Hi, We have an attribute (Comm data) in data Model (BP) where we are using a Data element (AD_COMM). This data element is actually linked to a table and in ECC it shows the field as a drop down....
View ArticleIn MDG-F how extend decision table columns with BAdi in...
I have coded the changes to BADI as suggested by SAP how_to documentation.. I need some information, however. The example data points to the MM data model and I amwondering how to make sure I point to...
View ArticleRe: In MDG-F how extend decision table columns with BAdi in...
Have you tried to pass '0G' to the method cl_usmd_model_ext=>get_instance? Somthing like:CALL METHOD cl_usmd_model_ext=>get_instance EXPORTING i_usmd_model = '0G'...
View Article