In the SAP Workflow, I have created one fresh workflow activity, saved it & activated it successfully. But once I executed the workflow, I saw the workflow status shows "In Progress" but inside "Business Workplace", I cant find that workflow. But again I can see it inside the "workflow log". I am new in Business Workflow, please can anyone provide me the input on this ?
Cant see my created workflow inside the "Business Workplace"
SAP MDG-S IMPORTING MASTER DATA FROM XML FILE
Error message while uploading FI Master data in MDG-F
Hi MDG_Experts
While trying to upload the extract from SKA1 into MDG table as part of initial load, i'm getting this error message:
A master record with value X does not exist for attribute Account Type.
- If you have unintentionally entered value X, correct your entry.
- If you want to use value X, you must first create a corresponding master record.
The Account field in MDG needs a 1 character input. This field is being populated with value coming from SKA1-XBILK or SKA1-GVTYP, which it doesn't seem to accept.
Any ideas on how to resolve this issue?
Regards
Neelesh
Key field should not be mandatory
Hi experts,
I want to extend model BP with a new entity type for an industry specific table. The table has several key fields so I created corresponding type 3 entity types for them and linked them to the main entity type with Qualifying relations.
For Qualifying relations only a cardinality 1:N can be set. But this makes the fields mandatory. For one of the key fields this behaviour is not wanted as mostly no value is entered.
Is there a way to model key fields without such a side effect?
Best regards,
Markus
how to read this Abap code, MDG Workflow Idoc issue
MDG Finance Workflow-
the GLMAST idoc for MDG finance workflow is not getting triggered for finance data (GL Accounts) that is created in MDG using initial data upload
while for GL Accounts created in MDG itself, the idoc is working properly
I could trace the in workflow WS75700040, in step Activate, BOR method BUS2250-Activate is getting called
this method is subsequently calling FM USMD_DISTRIBUTE_CREQUEST
since this FM is expected to create the Idoc, which it is not, in this case, i wanted to trace where the return message of this FM is getting logged (it has to go somewhere)
so i landed to this code (if you wud trace in Activate method of BUS2250 code)
this code looks like dealing with the object instance. this object is Bus2250, but looking at container element of workflow in Swi1, i could no where trace the messages in the object instance runtime data.
i need help and inputs about basic code reading, how to understand this code ?
(its not possible to debug, ofcourse)
am I missing something to check , with a closer look, should I be able to find something in workflow container of the runtime instance?
form swo_%invoke using invoke structure swotinvoke.
invoke-invoked = 'X'.
self-header = 'OBJH'.
self-type = 'SWO '.
self-handle = invoke-object.
if object-_handle ne invoke-object.
if swo_%tabix ne 0.
if object-_handle ne 0.
modify object index swo_%tabix.
else.
delete object index swo_%tabix.
endif.
endif.
read table object with key invoke-object.
if sy-subrc = 0.
swo_%tabix = sy-tabix.
else.
clear object.
object-_handle = invoke-object.
object-_objecttypename = invoke-objtype.
object-key = invoke-objkey.
append object.
describe table object lines swo_%tabix.
endif.
endif.
if invoke-refresh ne space or object-key ne invoke-objkey.
clear object.
object-_objecttypename = invoke-objtype.
object-_handle = invoke-object.
object-key = invoke-objkey.
endif.
endform.
any inputs would be appreciated
thanks
bhakti
Set mandatory fields in General Data for the CR.
Hi Experts,
We have noted that Description is set as required field when we create a new change request in MDG.
We could not find these fields in the data model.
Can you please indicate how we could set other fields as mandatory, example Due Date and Priority in the General Data section.
Thanks and best regards
Riaan
UWL Launch configuration for MDG workitems in SAP Portal
Hi,
We have configured MDG change request in SAP Portal UWL configuration and we are able to see those MDG change request in Portal as workitems.
Now when we click on an workitem in the Portal, it's says Page not found error or Unable to perform the request. See below Image.
further I saw there is a seperate UWL configuration to be done for launching an UWL worlk item by specifying which type (iview, or Webdynpro or SAP Application?) in UWL administration but could not proceed further.
So, my question: How do we configure launching MDG workitems in SAP Portal under work tab.?
Anyone configured MDG change requests in SAP Portal as above. From ECC NWBC is working fine as it's launching from ECC directly and I am only getting issues while launching from Portal.
Appreciate any helpful answers.
Thanks
Praveen
MDG and UWL
Hi ,
I have an issue with UWL
We 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 SCREEN NOT PERMITTED FOR SWNWIEX.
so we did the SWFVISU Configuration for a task and RE-REGISTERed and Cleared cache.Now we are getting runtime exception.
I am not sure we need this configuration for standard webdynpros delivered through MDG by SAP.
default_trace - shows java resource bundle not found ERROR_NODE_TITLE.
So we deployed MDG Portal Content.Now the HTTPWATCH basic trace uses - SAP_ERP_Common system alias. So I configured this alias for my ECC system.Cache cleared.
But even now we are getting the exception. The task support information shows com.sap.pct.erp.fmdm configuration with SAP_ERP_Common.
Any idea why we are getting this?
Please advise me any configuration missing for MDG Workflows.I tried even importing standard MDG-Finance,customer and supplier roles to Portal. But still not able to get rid of the exception.
Thanks,
Ashok
MDG material language key and material description error
Hi MDG experts,
Appreciate your help here.
I am currently having problem with MDG change request for material.
The issue is when I am creating a change request for material, the field language key and material desc becomes mandatory. This is OK for one entry but the issue is, MDG is asking to fill-up several (if not all) language keys.
This issue came up after I transported a change UI configuration which contains modification of existing attibutes.
No change was done related to language key and description.
I've confirmed that when using the new UI, this issue happens but if I use the standard UI, issue is not happening.
Also, this issue did not occur to other systems and clients where the same transport has been moved.
Would you know what is causing this?
Regards,
Riza
BP 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 point)
3) Data gets updated in MDG - HUB and any changes are processed by a CR and data gets replicated back to CRM.
4) Webservices are configured in MDG to flow data from MDG to CRM. Distribution model is created and active.
5) Messages are successful in CRM and MDG also receives conformation. And data is also updated in CRM.
Now the problem is how to initiate the webservice messages when ever BP data changes in CRM.
We did the following configuration at in CRM SOAMANAGER.
Configured :
Service Group -- > MDG_BS_SUPPLIERREPLICATEREQ
Proxies: BusinessPartnerRelationshipSUITEBulkReplicateRequest_Out ( CO_MDG_BP_RELATIONSHIP_OUT) BusinessPartnerSUITEBulkReplicateRequest_Out (CO_MDG_BP_RPLCTRQ)
Please let me know the additional steps required for data flow from CRM to MDG-HUB.
Thanks,
Cherry.
MDG 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. however, in MDG, field is appearing as text.
Any help is appreciated.
Best regards,
Dheeraj
In MDG-F how extend decision table columns with BAdi in USMD_SSW_RULE_CONTEXT_PREPARE
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 am
wondering how to make sure I point to the FI data model, which is 0G instead of
MM and that the structure I used to return the account type and account data
was the correct one.
Is this something you can point me in the right direction
on?
I created enhancement implementation
ZMDG_BS_FI_BRF_CONTEXT_ACC of enhancement spot
USMD_SSW_SERVICE_PROCESSOR. All of the new code is in the class
ZMDG_BS_FI_BRF_CONTEXT_ACC.
As the structure for holding the change request data for FI I used:
DATA: ls_account TYPE /MDG/_SF_0G_PP_ACCOUNT.
Read_request method reads material data model
method READ_CREQUEST.
DATA: lr_model TYPE REF TO if_usmd_model_ext.
DATA: lt_sel TYPE usmd_ts_sel.
DATA: ls_sel TYPE usmd_s_sel.
DATA: lt_crequest TYPE usmd_ts_crequest.
CONSTANTS: lc_incl TYPE ddsign VALUE 'I'.
CONSTANTS: lc_equal TYPE ddoption VALUE 'EQ'.
CLEAR: es_crequest.
* Get read-only access to USMD model data
CALL METHOD cl_usmd_model_ext=>get_instance
EXPORTING
i_usmd_model = if_mdg_bs_mat_gen_c=>gc_model_mm
How to remove plant validation in SAP MDG
Hi,
I have a enhancement requirement, where user wants to have plant validation disabled for the all the existing plants added through MAT02.
Precisely - I have created CR and added three plants (p1, p2, p3) to the material through MAT01... and now I want to extend that material to add another
plant p4. Here I don't want SAP standard validation for the existing plants p1, p2 and p3 (Coz.. they are added from ECC directly and we assume all the info entered is valid) but for p3 is needed.
I know the FPM class which needs to be enhanced - CL_MDG_BS_MAT_FEEDER_LIST_BASE to remove validations for existing plants.
However I would like to know -any best way to avoid SAP Validation for the existing plants other than code enhancements? something config that we can set through MDGIMG.
Appreciate your help on this..
Thanks
Praveen
Error creating connectors for MDG_Material
Hi All,
Facing below error creating connectors MDG_Material
25.02.2014 09:46:00 Process Step: Preparation | 8:20 PM |
25.02.2014 10:06:02 Job started |
Steps to setup DRF to use Enterprise Services
Dear MDG gurus,
I'm trying to find a walkthtough on how to setup DRF to use PI WebService.
In my scenario I'm having a Custom MDG object (flex mode) and I am planning to Replicate it as a WebService to PI.
Please let me know if there is a suitable document for me to follow, or if you know the exact steps to configure the ECC system and the PI proxy class generation.
There is a document that explains the RFC approach, but the WebService one I can't find.
Thanks in advance,
Boris
Adding Validator step in MDG Customer workflow
Hello All,
I need to add validator step in MDG - Customer workflow - WS54300003 and process is, requestor will create CR and it should go to Validator. Once he approves then it should go to final approval team. Currently it is going to final approval stage at first step itself.
I added that additional step(Validator) to workflow templete(WS54300003) under processing modeling->workfloe->other MDG workflow->Define Change Request Step Numbers. Also, assigned process at ...-->Assign processor to Change Request Step Number (Simple Workflow).
Seems i am still missing some thing. Could you please guide me what else need to be done? we are on MDG 6.1
MDG Upgrade - Web Service Reconfiguration?
We have an MDG-F system set up with global hub system that replicates to local ECC systems. We use web services for replication and had to do configuration at all points originally.
We are now planning an upgrade at the hub MDG system. I am trying to plan the work activities and do not see anywhere whether or not I will need to redo the configurations on the local systems. I can assume we may, but wondered if anyone knew for sure.
Thanks,
Keith
Including Contact person detials in MDG 6.1 - Customer
Hello All,
While Creating MDG - Customer, I need to include Contact person information. I can see Contact Person tab in Customer FPM screen(Organisation type) but not able to relate to Business Partner ID.
My specific questions are
1. How to create BP/Customer with Contact Person?
2. Do we need to create Contact Person first and then relate to BP/Customer? If so, how i can i co-relate that ealier created Contact person with my current CR, which is being created for Customer.
3. I need to create Customer that includes Contact person details under same CR.
Please suggest me how to go forward?
MDG-F: Error when opening the Change Request
Hi MDG Experts
In MDG-Finance, when i'm opening the Change Request (CR Type: 0G_S002), to "finalize processing", i get this error message: "Object ID 060822EA65231EE3A7DB2A05A0AB8E61 is not valid". As a result the single processing option does not pull the master record that was added in the Create Change Request option for submitting for approval.
I'm not sure what this error is and how to resolve it.
Seeking your help.
Thanks in advance.
Regards
Neelesh
Trex Configuration
Team,
Does any body have the Trex configuration document?
what is the use and importance of Trex? and how to configure this..?