ABAP API for MDM work flow

Hi SDN,
I need some information related to ABAP API for MDM workflow. I did search in SDN and I found one solution in a thered posted on Jul-2008.
ABAP API - MDM Workflow execute
My dought is: Do we have any ABAP API for call MDM work flow. Please provide me the solution ASAP. Apprciate for your immediate response.
Regards,
Kumar.

Hi LAKSHMAN ,
To answer your question specifically
Using ABAP api you cannot call MDM workflows as of mdm 5.5 there are no functions specific to calling MDM workflows in ABAP.If you want to implement workflows on ABAP side you need to go for SAP ECC workflows which is a different topic than MDM>
To call MDM workflows over the Java stack ie WAS (SAP portal),You have 2 ways
- UWL
- Guided Procedures.
- UWL is a way of calling MDM workflows on EP.Wherein the workflow design will be done in MDM and it will only be called in portal using appropiate connections and configurations.
You can refer the below links to know more on them:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09 (uwl)
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45 (UWL config)
- GP is a way where by you need to design the entire workflow on SAP portal the logic can be pertaining to MDM but the design is completely on portal using webdynpros and api.
You can refer the below links to know more on them:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92811997-0d01-0010-9584-f7d535177831  (Guided procedures)
Enterprise Master Data Management   (EP Guided)
To know more on ABAP api and its provider classes you can refer the below:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601ddb01-e5c8-2910-d981-b190b51fca44  (abap api webinar)
Re: Abap api error (Abap api provider classes Forum)
Hope It Helped
Thanks & Regards
Simona Pinto

Similar Messages

  • Reg: Java API for MDM work flow

    Hi,
    I am using MDM java API (Version: 5.5 SP 06 Patch 2) for webdynpro. I am creating a record in MDM using MDM java API. Once the record gets created in MDM i need to call the MDM workflow. Is there any java API available to call the MDM workflow into webdynpro. If that is not possible, what is the alternative to call the MDM workflow into webdynpro.
    Kindly suggest.
    Thanks,
    Prasanthi.

    Hi Prasanthi,
    You need to use the three main classes to work with MDM Workflows
    1. RetrieveWorkflowTasksCommand
    2. WorkflowTask
    Both of the above classes are used to retrieve the current workflow tasks.
    3. WorkflowTaskAction
    4. WorkflowActionMenuNode
    Above classes tells the possible actions of the workflow task.
    You will find more information about the above classes in the Java docs
    I would still suggest to use UWL if you dont need any customization.
    Regards,
    Jitesh Talreja

  • ABAP APIs for MDM Workflow Modification

    Hello All
    I require a help from all of you. Currently I have a particular business case where I need to configure the MDM workflow & do changes & modifications in it via ABAP APIs. Currently we are having Java APIs in plcae.
    Can you please tell me whether we have some ABAP APIS for this MDM Workflows, if yes what are their EXact names & functionalitites.
    Also can we download them from Service Marketplace.
    Please reply ASAP.
    Regards
    Madhurim Basu

    Hi Madhurim Basu
    ABAP API(SAP MDM 5.5.-7.1) are'nt support workflow management
    SAP MDM(5.5-7.1) JAVA API  are support workflow
    More about JAVA API you can read from:
    http://help.sap.com/javadocs/MDM/current/
    Regards
    Kanstantsin

  • What is MDM Work Flow

    Hi MDM frnds,
    What is MDM work flow, its Just like ABAP Work Flow??
    At what stage we need to define MDM work Flow??
    If anybody having usefull documentation shere to me..
    Regards,Raj

    Hi,
    What is MDM work flow?
    Workflow is used to run the processes working on master data in a systematic and orderly way.
    Generally, we need to have some validations and approvals in order to make sure that master data is
    correct.These validations ,approvals and other processes are not done by the single person.Different
    operations will be done by different users in master data management.In order to control the overall
    processes done by different users in an systematic way, we need workflow.
    At what stage we need to define MDM work Flow??
    As i said above whenever we have validations, assignments and matching and merging and various
    approvals which should be act on our master data before send the master data various application
    Systems, then we go for workflow.
    For example as soon as we import the data, workflow can be triggered by setting configuration options
    in import manager and imported records can be addeed to workflow automatically by setting Trigger action
    to record import.By doing this,we can cleanse and normalize the data using various operations in workflow.
    and also we can execute the MDM workflows in portal using guided procedures.
    Not only that using workflow we can extract the data from MDM to remote system using syndicate step(Available from SP5) of the workflow.
    Finally what i can say is using workflow all the operations which need to be executed on master data can
    be done in a proper way.
    For better understanding, go through below documnents.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9180cbaf-0801-0010-f882-f2af6dc975d0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0be83e4-a1e6-2a10-c1be-8395ae948844
    Hope it helps'
    Reward points,if found useful
    Thanks
    Narendra
    Edited by: mullapudi on May 6, 2008 7:35 AM

  • ABAP API for KM ??

    Hi guys,
    I have seen a couple threads in this forum regarding the ABAP API for KM but nothing concrete as yet. Also alot of the links seem to be non existent now ;-(
    If I go onto our SAP system and go to SE24 I can see a good couple classed related to KM by typing something like CL_KMC*.....
    But what is the recommended approach to take? In my scenario I have an ABAP Webdynpro and I need to both UPLOAD and DOWNLOAD files to KM......
    Should I generate a web service proxy in ABAP that consumes the standard KM web services? Do these web services even allow me to upload and download file to and from the KM area? I believe there is a KM Proxy layer in ABAP ?
    Has anyone got some more information on this???
    Any help would be greatly appreciated
    Chat later
    Lynton

    I think I will just do the work in Java Webdynpro and use the KM API. It is a pity because I would much rather do it in ABAP Webdynpro, it just seems like nobody has really done it or documented it well...
    Thanks anyway
    Lynton

  • ABAP API For SP06?

    Hi
    We are trying to integrate MDM (5.5 SP06 Patch 3) with an ECC 6.0 server. We downloaded the MDM TECHNOLOGY 5.5.5.7.00 CAR file from service market  place. It was installed successfully in the ECC 6.0 server. But we are unable to find the relevant ABAP component for our MDM version in the "ABAP implementation for MDM version support" of the mdmapic transaction. The components in that table are the ones for SP04 and SP05 but not SP06.
    Has anyone successfully used ABAP APIs in their SP06 environment? If yes, then what was the CAR file that was used?
    Thanks.
    Regards
    Swarna

    Hi Kanstantsin
    In the begininng we had downloaded from the same path you have mentioned.
    After raising OSS note SAP responded by saying that - the installations should be downloaded from the path:
    Download ->
    Support Packages and Patches ->
    Support Packages and Patches - Entry by Application Group ->
    SAP NetWeaver ->
    SAP MDM ->
    SAP MDM 5.5 ->
    Entry by Component ->
    ABAP API for NW 7.0
    After doing that we are able to see the SP06 components.
    But now when i try the sample code in the ABAP API How to guide,  for creating a repository through API, i'm getting an error -
    "Server return code 0X84020003: DCNI_MSG_ErrInitDB"
    I verified the ip (same for server host and dbms host), port (20005), dbms username/password. They all seem to be fine.
    Has anyone faced this issue before?
    Thanks
    Swarna

  • ABAP APIs for DDIC?

    Hi all,
    Is there any ABAP API for DDIC? I wanted to manipulate DDIC structures and types from code, for example, change names, create a new DDIC object, add a new field to an existed table.
    I guess we have that but I didn't find any documents on this topic. Please help, Thanks a lot.
    Best regards.
    Message was edited by:
            Xiaoming Wang

    Hi,
    please check out the link below it will help you
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/35b63a23271742e10000000a11402f/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601ddb01-e5c8-2910-d981-b190b51fca44
    **************PLEASE REWARD POINTS IF THE INFORMATION IS HELPFUL TO YOU*************

  • Event linakge for PO work flow not transporting to Qualty system

    This is Sudhakar ,
    I have a problem in Event linkage for PO Release strategy work flow.
    I have created a work flow for PO release strategy and done the event linkage through SWETYPV transaction code.
    I have added a new entry in SWETYPV transaction code and tick the 'Linkage Activated' check box. I have done this in development server. When I saved it prompted for a request and I have saved this Under the request( Customize request).
    When I create the purchase Order  for the first time the work flow is getting triggered. When I run the second time its not triggering.
    If I observe the reason is 'Linkage Activated' check box  is getting unchecked  when I create the PO. If I check it again it is asking for a request again.But after next run the linkage is again deactivated.
    Can you please help why this is happening.
    I have created another request in Customize client and transported first the development client, next the customise client request. When I observe in quality system an entry is created in SWETYPV transaction code for my work flow but 'Linkage Activated' check box is not checked.
    How to transport 'Linkage Activated' check box  to quality.
    This is an urgent one. Any body please help me
    Thanks
    Sudhakar

    Hi Imthiaz,
    What you said is correct. Its throwing one error in event trace
    Feedback after error - The message is.
    The mandatory input parameters of the workflow must be set.
    I think I am missing some input parameters.
    One more queation, I had transported this already to Quality
    But the linkage activation flag is not moved.  What could be the reason.
    Thanks
    Sudhakar

  • ABAP API for XML Validate(by schema)

    Hi
      Encountering this problem, find out ABAP XSLT Processor API to transform a xml file, need to validate it against predefined schema, but have not find out proper ABAP API to take this validate task. Could anybody once meet such kind of problem? will be much appreciated gettting your reply!

    I think I will just do the work in Java Webdynpro and use the KM API. It is a pity because I would much rather do it in ABAP Webdynpro, it just seems like nobody has really done it or documented it well...
    Thanks anyway
    Lynton

  • Screens for Human Work Flow created using BPEL PM in SOA Suite 10.1.3.1

    Hi,
    I have created a bpel process having a human work flow for approving or rejecting the request {say leave request submited by the user}.
    I would like to know :
    1)How to create screens for such human activities?
    2)Are there any tools in SOA suite which allow me to create User Screens for approving such human flows.
    3)Are there any otherways to create such screens for Human activities?
    Pointers are also appreciated.
    Thanks,
    Irfan Khan

    Generating a default task display form doesn't really cover probably the most common use case:
    1) human initiates a form that is presented to him/her
    2) form is populated with fields that come from a defined database schema
    3) human fills out form and submits to workflow
    4) data from the form is stored in database
    5) another human is presented with the form popualted with database data
    6) human approves or reject form
    I haven't been able to find any examples describing how to do this. Or anything in the manuals. I have another forum entry which also points to this problem:
    How do you add db fields to Task Display Form ?

  • Scenario for continuous work flow

    Hi expert,
           please tell me how to use 'continuous work flow'? ie. in what scenario this 'continuous work flow' will be used.

    As per the whats new guide, page 12 -
    Continuous execution type workflow and Single execution type workflow Data Services now supports two new workflow execution types, continuous and single. The continuous execution type flow runs all its child data flows in a loop but keeps them in the memory for the next iteration. This avoids the need to run some of the common steps of execution such as connect to repository, parse/optimize/compile ATL, and open database connections. This will improve the speed of repeated data flow execution.
    Arun

  • SAP MDM Work Flows Status

    Hi Tim,
                      I am using SP5 not SP4, and workflow also enters in received mode after launched. But after that it goes to TRASH, and this behaviour only comes when i add some new fields to main table. is this the only reason for trash status or something more behind it. and also is it an actual status for workflows or its an uncommon behaviour.
    Thanks Tim your suggession really works for me.
                                                  Alok Sharma
    Message was edited by:
            Alok Sharma

    In General Console talks about repository structures we cant do any record manipulation. Basically it can be done at MDM DATA Manager level (in recent SPs), earlier its called CLIENT. Launch MDM Client along with the same repository, change workflow as your current table and there you can add records, assign records and launch the same.
    MDM WorkFlow
    You can find MDM workflow under Record mode.
    MDM there are no Tcodes as we use in SAP R/3.
    Basis related stuff is to maintain console which has repoaitories and Role and authorization (user and assignment of Roles to user)
    MDM has four main component
    Console, Import Manager, Data Manager, Syndicator.
    Please feel free to revert to me for further clarifications.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/9019fdb1-570c-2a10-b1ab-dd58f63de047 [original link is broken]
    www8.sap.com/mk/get?_EC=uDN7muWcXqebJJ7F_-HpBe
    searchsap.techtarget.com/searchSAP/downloads/SAPNetWeaver_forDummiesCh03.pdf

  • Java API for MDM Catalog-2

    Any idea folks where I can get the API specs from MDM Cat-2.
    Thanks.
    Anshuman.

    Hello Anshuman,
                            I have found some guides on MDM Catalog 2.0 but to download you need to have Marketplace account here is d link
    <a href="http://https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000679533&">MDM Catalog guides</a>
    Regards
    Tejas..................

  • MDM - Work Flow

    I am trying to create a workflow. MS Visio 2003 gets activated.
    While saving system prompts for the right format to choose (Current 2003 or Visio 2002 format). However the workflow is not getting saved giving an error "Unable to save workflow."
    Has any one got clue to check the areas to resolve this problem?

    Hi Rajesh,
    Try uninstall and reinstall of First DataManager(Client) and then the Workflow.
    Regards
    Vikas

  • Need book for sap work flow

    hi,
    i am in need of sap workflow books.can anybody suggest me few book names(or materials) for the same.
    Thanks in advance.
    Regards
    kavitha

    Dear Kavitha,
    Book:
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://www.amazon.com/Practical-Workflow-SAP-Effective-Processes/dp/159229006X (Same Book ..... Practical Workflow for SAP)
    Help Link:
    http://help.sap.com/saphelp_nw04/helpdata/en/04/926f8546f311d189470000e829fbbd/frameset.htm
    Regards,
    Naveen.

Maybe you are looking for

  • S_tcode

    Hi All, The long text box in the role says the t-codes are added to this role on - date. But the t-codes are not present in the object S_tcode. Did i miss the opening credits or is it all that the role designer did not add them as per the description

  • How to batch create SSO accounts from Windows or a PL/SQL script

    We have just converted our 6i Forms and Reports to 10g (10.1.2.0.2), and run them against a 9i database. In order to be able to securely run reports we set up and configured SSO for a few accounts via the Oracle Identity Management Provisioning Conso

  • Transformationstep and error handling

    Hello, SAP library says: Transformationstep -> exception exists for system error -> generated for permanent system error. My idea was: If I have an error in a mapping embedded in a transofrmation step, this should generate a system error which I can

  • Hyperlinks within a document

    I would like to know if it is possible to link within a document (i.e. to have a table of contents and link to each section within a document) and if so, how do you do it?? I also have hyperlinks embedded within the same document and I would like to

  • IVI FGEN resets frequency to 1k before each run

    I'm using an Agilent 33220A function generator through the IVI FGEN Standard Function. I'm using a Sweep step to step through a range of frequencies. Everything's working great except that each time I start a run, the 33220 is reset to 1kHz. (I'm swe