Workflow docu

Hi Folks
I need to work on sap- work flow module
so kindly send documents reg this module with sufficient information.
Great thanks
venkat

Hi,
give ur email id.
also refer:
Workflows
http://www.sap-img.com/workflow/sap-workflow.htm
http://www.sapgenie.com/workflow/index.htm
https://sapneth9.wdf.sap.corp/workflow
http://help.sap.com/saphelp_webas620/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
For examples on WorkFlow...check the below link..
http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
http://www.workflowing.com/id18.htm
http://www.e-workflow.org/
http://web.mit.edu/sapr3/dev/newdevstand.html
rgds,
latheesh
Message was edited by: Latheesh Kaduthara

Similar Messages

  • Link Workflow Document to BKPF object

    I have a workflow document object (WF_DOC) that I created in my workflow that I want to attach/relate/link to a accounting document object (BKPF).
    Has anyone tried this?
    Standard workflow (SAP ver 4.6b) works great and attaches the WF_DOC to the task but I cannot find a way to create a link to it from the BKPF object.
    I have tried calling the method CREATE_RELATION from the BDN Navigator class CL_BDS_DOCUMENT_SET but all I get is a 'Nothing found' message.

    Check out the gos documentation (look for references to table VRBINRELATION and function BINARY_RELATION_CREATE)
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVOBS/BCSRVOBS.pdf
    and
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVGBT/BCSRVGBT_STRUCTURE.pdf
    There are two tasks set this up:
    Task 1: Create config for relation in table VRBINRELATION using SM34
    Task 2: submit the the two objects with the OBJECT ROLES as required by function module BINARY_RELATION_CREATE and the RELATION TYPE you defined in task 1.
    Dont forget to us the 'commit work' statement at the end.
    eg my function module
                                                                                    Import parameters :
    Value
    OBJKEYA '15000510251202005'                               OBJCLSSA 'BKPF'                                           BJCLSTYPA 'BO'                                           
    OBJKEYB '42EA7DD70630158CE1000000C0A8FB6EWF_FILE'        
    OBJCLSSB 'WF_DOC'                                         OBJCLSTYPB 'BO'
    RELTYP 'ZSUP'
    (ZSUP is the relation type from VRBINRELATION)                                                                               
    function z_create_binary_relation.
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(OBJKEYA) LIKE  SWEINSTCOU-OBJKEY
    *"     REFERENCE(OBJCLSSA) LIKE  SWEINSTCOU-OBJTYPE
    *"     REFERENCE(OBJCLSTYPA) LIKE  BAPIBDS01-CLASSTYPE
    *"     REFERENCE(OBJKEYB) LIKE  SWEINSTCOU-OBJKEY
    *"     REFERENCE(OBJCLSSB) LIKE  SWEINSTCOU-OBJTYPE
    *"     REFERENCE(OBJCLSTYPB) LIKE  BAPIBDS01-CLASSTYPE
    *"     REFERENCE(RELTYP) LIKE  VRBRELTYP-RELTYPE
      data: objrole_a         type borident,
            objrole_b         type borident,
          reltype           type binreltyp,
            binarel           type gbinrel,
      binrel_attrib  type brelattr occurs 0.
      if objclstypa = 'BO'.
        call function 'SWO_OBJTYPE_EXIST'
             exporting
                  objtype           = objclssa
             exceptions
                  objtype_not_found = 1
                  others            = 2.
        if sy-subrc <> 0.
          exit.
         message id sy-msgid type 'E' number sy-msgno
                    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.
      endif.
      if objclstypb = 'BO'.
        call function 'SWO_OBJTYPE_EXIST'
             exporting
                  objtype           = objclssb
             exceptions
                  objtype_not_found = 1
                  others            = 2.
        if sy-subrc <> 0.
          exit.
         message id sy-msgid type 'E' number sy-msgno
                    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.
      endif.
      objrole_a-objkey = objkeya.
      objrole_a-objtype = objclssa.
      objrole_b-objkey = objkeyb.
      objrole_b-objtype = objclssb.
      call function 'BINARY_RELATION_CREATE'
           exporting
                obj_rolea      = objrole_a
                obj_roleb      = objrole_b
                relationtype   = reltyp
           importing
                binrel         = binarel
           tables
                binrel_attrib  = binrel_attrib
           exceptions
                no_model       = 1
                internal_error = 2
                unknown        = 3
                others         = 4.
      if sy-subrc <> 0.
        exit.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      commit work.
    endfunction.

  • What is the workflow document web services service?

    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.
    I can't see any reason for it to be sitting there so I bounced the WF Notification Mailer using:
    service_components -> WorkflowMailer Service -> Stop All wait for it to stop completely then -> start all
    So after starting all -> the workflow services (all 3 ) State is Activated, but there is a Big red X in the Status and the status of the workflow I'm trying to get out of the inbox is still open.
    There is nothing in the logs yet so I can't see what that big red X means.
    So I decide to stop and start the WF services one by one.
    I stop workflow document web services service first. As soon as it starts to stop, the Worfkflow agent listener and the Workflow Mailer suddenly start up, the big red X goes away and the messages in the inbox all process.
    What's up with that? What is " the workflow document web services service?" and why is it hanging my Mailer?

    What is the application release?
    what is the workflow document web services service?Oracle Workflow Administrator's Guide -- Page 7-75
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121wfag.pdf
    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.Can you find any errors in the Workflow log file?
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Outbound Workflow Email Notification is Not Received [ID 370327.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer Issues [ID 753845.1]
    What to Review When Notifications are not Emailed (Outbound Processing) ? [ID 1051421.1]
    Also, see old threads for similar discussion.
    Receive Workflow Notification
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Receive+Workflow+Notification&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Internal monitor ,debug service and Workflow Document Web Services Service

    hi,
    I have my production oracle apps:R12 12.0.6 ,RHEL 4
    showing following error in oracle forms:
    internal monitor showing actual 0 and target 1,debug service actual 0 and target 1 and Workflow Document Web Services Service actual 0 and target 1.
    Please reply urgently

    Hi,
    It means, those managers are down.
    1. Did you try to restart "Workflow Document Web Services Service" by clicking restart button from Administor Screen ?
    2. Were they up and running ? if yes, was there any recent change ?
    3. Please check internal manager log and look for any error
    4. Use the below Navigation to get more details
    From OAM > workflow > Service components > click Web Services OUT Agent > View Log
    Thanks
    Edited by: user763619 on Jan 16, 2011 9:53 PM

  • How To Add Line Items to Workflow Document Template

    Hi Gurus,
    ive made a Workflow which has few containers referencing VBKPF, VBSEGS, and constructed two methods which one of them gets the table VBKPF data into MyStructure and the second the data into MyStructure2.
    Inside of the workflow i made two container operations and assigned those two methods to VBKPF and VBSEGS containers.
    The Problem is that VBSEGS is a (multi) line item table and it doesnt show me the data inside of the document template.
    What could be the solution for this scenario
    Thanks, Points for Reward

    Hi,
    i checked the swo1 methods and it looks good. I didnt change the binding that ive implemented, and some values are getting showed, but still they do not correspond to the BO element (concerning Acct.Doc.Nr)
    My binding is:
    Display Document Task:
    #######Workflow -> Step Display Parked Doc
    **************BO FIPP -> &_WI_OBJECT_ID&
    #######Workflow <- Step Display Parked Doc
    **************Empty
    Document Template:
    #######Workflow -> Step Create Doc From Template
    **************&_WORKITEM& -> &FLOWITEM&
    **************DC8BA2ADFCEA4EF18D2F00145EDCE7A4 -> &TEMPLATE&
    #######Workflow <- Step Create Doc From Template
    **************&WF_DOCUMENT_0001& <- &_WI_OBJECT_ID&
    **************&_WF_INITIATOR& <- &_WI_ACTUAL_AGENT&
    As ive explained earlier i have a Container VBSEGS with abap table vbsegs, which is filled using method ReturnMe2 with MyStruct2 structure.
    Regards
    Laurynas Prikockis

  • Regarding workflow documents

    Hi Guys,
    Does  any one has  material or link  regarding SAP Workflows ?  please can you send the documents to the given mail id.
    [email protected]
    Points will be rewarded.
    Thanks,
    Sachin

    Hello
    SAP workflow is basically used to define roles, tasks and responsibilities in an organization. you can go through the transaction pfac, pftc for roles and responsibilitues defininig and ppoc for definingand assigning roles to employees ni an organization.
    . This becomes handy when a request has to pass through some approval then you can define workflow to route a request to various persons. In case an errorr occurs a workflow item is sent to responsibele person and to all persons who are identified for those roles. The flowflow items generated can be executed and you will know cause of errorr then remove it and start process again.
    For SAP objects go to transaction SWO1 and give objects as IDOC, IDOCTYPE, IDOCPKT and you will see attributes, methods,events defines for all workflow objects. attributes represents properties, methods are actually code for processing the task and events are programs which are triggered in case when a error occurs in a workflow item.
    Regards,
    Amit
    Please reward any help
    For details refer to below
    You can refer to  the links
    http://searchsap.techtarget.com/bestWebLinks/0,289521,sid21_tax283318,00.html
    http://help.sap.com/saphelp_46c/helpdata/ru/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    Regards,
    Amit
    Please reward any help
    Message was edited by: amit bhadauria

  • Workflow - document from template step not working properly

    Hi All,
    We are creating a document from the step "Document from a template" in our workflow .
    This document is then given to the user as an attachment to a user decision step where he modifies that document.
    These modifications to the document are stored in the workflow.
    However if i want to give the same document to another user in another user decision, it gives only a read-only copy to him. Is this how a document from a template works or is there some bug in my coding or a possible workaround
    Thanks and regards,

    Hi Amit,
    Have you tried option from menu Document -> load other version , when user opens work item for document from template?
    I think this should serve the purpose of making document editable for other users.
    Hope this helps.
    Regds,
    Akshay Bhawgat
    PS: Some points would be nice if it helps:)
    Message was edited by:
            Akshay Bhagwat

  • Workflow document for DMS & ECM

    Hi friends,
    I am in implementation project and am looking in workflow for both DMS and ECR/ECO scnearios
    I am doing R& D in sap help but i personally request any one who can share any documents with screenshots in DMS and ECR/ECO
    Points will be awarded for sure.
    Regards,
    Murali.S
    [email protected]

    Hi all,
    please note that the distribution, participation in distributing or otherwise sending of this material is against the law. The material you are requesting is copyrighted material and available ONLY to customers of SAP. If you need such documents from the SAP Service Marketplace then you must have "S" user ID and login yourself to retrieve this material. If you do not have a "S" user ID then you should contact your own internal company groups responsible and request one or request them to retrieve the document for you. By participating and sending such documents you are at risk for legal action and a removal of your account here on SDN and BPX. DO NOT send material via email such as this! Further actions will result in officials within your company and your SAP Sales Account being notified and could result in legal action against you as an individual.
    You will find all information on DMS customizing in the SAP Online Help under http://help.sap.com
    SAP ERP Central Component >> Cross-Application Components >> Document Management
    So please visit the Online Documentation and do not send any documentation files by SDN forum
    Best regards,
    Christoph

  • Workflow Documents

    Hi All,
    Can anyone of you plz suggest me any documents/website for learning the workflow for beginers.
    Thanks in advance.
    SK.

    Hi,
    Check the below link.... It provides you the details of the programming in Workflow.
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    You should also have some information about the organization Management...check the below link for the same...
    http://help.sap.com/saphelp_47x200/helpdata/en/0b/dfba3692dc635ce10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    Best Regards,
    Vijay

  • SAP workflow documents needed

    Hi,
    Please provide the documents related SAP workflow..
    <THREAD LOCKED. Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] to discover why>
    Edited by: Mike Pokraka on Sep 5, 2008 12:13 PM

    hai john,
    please check these links
    http://en.wikipedia.org/wiki/NetWeaver
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1079310,00.html
    http://www.sap.com/platform/netweaver/index.epx
    https://www.sdn.sap.com/irj/sdn/netweaver
    Regards
    Nissy
    If helpful please reward points.

  • Workflow document

    Hi
    anybody can tell me the suggestion to get the work flow document MM Module pls
    Edited by: velujee on Nov 20, 2009 8:21 AM

    You should start by looking at the Frequently Asked Questions, which you find in Before you ask (here are many workflow answers) as response to a similar question.

  • WORKFLOW DOCUMENTS REQUIRED

    Hi All,
    I need some help from you people on Workflow.
    I don't know much about workflow but i would realy appreciate if someone could send me a documentation ( STEP by STEP) on Workflow.
    Mail it to [email protected]
    Regards,
    Rohitash

    Hi,
    See this:
    Workflow automates the steps and activities in a business process according to predefined procedures and rules.
    Workflow presents information and documents to the appropriate knowledge worker or agent (another entity such as a program) to make a decision or perform an activity.
    Workflow tracks each and every step in the process flow and maintains an ongoing status.
    Workflow also collects and reports all of the metrics associated with the execution and completion of the process.
    Check the below links u will get lot of info..
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    For more reference on workflow: http://****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    reward if useful
    regards,
    Anji

  • Workflow documents needed for beginners to advanced level

    Hi,
    I am new to Workflow.  Can anyone help me to get good understanding and start up with Workflow.  Please give me some beginners documents with screen shots explaining step by step process and also interview questions regarding WF.
    Regards,
    A2

    1] Workflow is Simulation of Business processes automated through SAP.
    May be you can take a process for applying for leave Leave.
    In this Leave scenario we can automate it stepwise,
    1) Employee apply for leave with dates
    2) mail shoot to Manager
    3) He can accept ot reject, May be he can approve with modified dates.
    2] As you can see Applying for leave is 1st step so it can be a trigeering event for workflow. Means Workflow starts with event.
    check these links.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://www.erpgenie.com/workflow/index.htm
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    http://www.insightcp.com/res_23.htm
    http://www.****************/Tutorials/Workflow/Workflow.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    http://****************/Tutorials/Workflow/Form/Demo.htm

  • PR Workflow Documents..

    Hello Friends,
         I have to implement Purchase Requisition Release Strategy workflow.. can you please share your knowledage with me..
    john.

    Hi John,
    Please go through the following information.
    [Release Procedure - PR|http://www.sap123.com/showthread.php?t=59]
    Reward if useful.
    Thanks and Regards,
    Naveen Dasari.

  • How to attach a document with the Requisition Workflow?

    I am testing the Oracle Requisition Demo workflow.Whenever i initiate the
    workflow process with Reminder Requisition Document Option.The browser pop up
    with the Error "The requested URL cannot be retrieved". Can anyone please guide me how do i attach a document with this process?
    Regards,
    Abrar

    This field in the demo is designed to execute a PL/SQL procedure not store and attached document.
    for example if you launch it from the demonstration Page instead of the launch process page the following will be populated into the document field. (PLSQL:WF_REQDEMO.REMINDER_REQ_DOCUMENT/WFDEMO:A1)
    You can store a CLOB or BLOB in a workflow document attribute. Here is a link to the doc.
    http://download-west.oracle.com/docs/cd/B13789_01/workflow.101/b10284/defcom11.htm#doc
    If you want to upload and pass documents through a workflow you can do it in a variety of ways. Personally I would use Oracle Files if I wanted it off the shelf. Or use Oracle Text and the database and pass the document throught the workflow as a URL. There is also the CMSDK.

Maybe you are looking for

  • Third Party Sales Returns process

    Hello All We have a third-party sales process which is automated i.e Sales order and Purchase requisitions(VA01) are created using the data coming in the incoming EDI file, the Purchase requisition is automatically converted to a Purchase order, the

  • Open Container: Logging region out of memory

    When opening a container I am getting the following error... according to doc's it appears as though a new log file should be created but this is not the case... Utils: Logging region out of memory; you may need to increase its size Utils: DB->get: m

  • No charger in the box

    so I get my nice shiny new ipod 80GB But Whats This? no charger in the box? (the last ipod I bought came with one?) so check the website and it's gonna be another £19 for the mains wall charger, ok I think, bit of a pain but I suppose I'll have to bu

  • Redacting a document - save feature

    I am currently using Adobe Acrobat Pro v. 10.1.8 and have a question about the save feature.  After I have used the redacting tool and applied the changes, I click on save (either File -> Save or the actual save icon on the toolbar) and it automatica

  • Problem while Creating BOM using LSMW Direct Input

    Hi  all , I am trying to create the BOM Using LSMW Direct Input Method . I am getting problem at step 9 that is Read Data. It is able to read the values from header and item files . but it is not able to write , so the Written is 0 always . I put the