How to trigger my work flow for particular object.

hi
if i create application for particular object like va01(sales order)
whenever sales order is created, my workflow also triggered.i want trigger my workflow only by me!
is it possible?
thanks in advance
manosh.

Hi,
Yes,
In swetypv you can add function modules to event type linkage.
You could add a check function module to the event, in that module you can check if the user who created the event is you, if not raise an exception, this way the event will not result in a workitem.
Reward points if found helpful....
Cheers,
Chandra Sekhar.

Similar Messages

  • How to install & Configure Work Flow for OWB

    Hi All,
    I have installed companion products and now to configure work flow, what schema name should I have to give.
    Can anybody tell me please.
    Thanks,
    Siva

    Hi Siva,
    If you are going to use workflow only for OWB , then what ever you have done is enough .
    Using the Companion CD launch the UI and from the installation options Choose the following option "Oracle Database 10g Companion Product” Installation Type (Install into new Home)
    This option will install the HTTP-Server
    This option will create the default DAD for workflow
    1 In the Middle Tier Configuration screen enter the required parameters
    Workflow Schema: Schema Name
    DB Host: DB Hostname
    Port Number: DB Port on Host
    Oracle SID: Database SID
    2. Enter the Password for your oracle Workflow Database Account
    3. This installation should have created the default DAD "/pls/wf" for you. It is required to restart the HTTP Server using the commands
    $ORACLE_HOME/opmn/bin/opmnctl stopall
    $ORACLE_HOME/opmn/bin/opmnctl startall
    Where ORACLE_HOME is the HTTP Server home
    4. Now you can access the Workflow Home Page
    Thanks,
    Sutirtha

  • Trigger a work flow for VL32N or VL31N

    Hi
    I need to trigger a workflow for T code VL32N i.e. inbound delivery. I've found a business object BUS2015 but it has got no event by which a workflow can be triggered when inbound delivery is changed or created.
    Is there any class which can help ?  I've tried to find out through SWEL but it didnot help.
    What else can i do ?
    Regards
    Anik.

    Hi,
    You can do the following
    1. Create a new ZBUS2015 and delegate it to BUS2015
    2. Create your events on this new ZBUS2015
    3. There is one User Exit for VL31, i.e V53W0001, in this exit raise your necessary event based on conditions. You can use SAP_WAPI_CREATE_EVENT to raise events.
    Hope this helps you !!
    Regards
    Krishna Mohan

  • Regarding work flow for credit block release in sales order

    Dear Experts,
    Kindly help me with work flow-
    my scenario is if customers credit limit of 5000$ exceeds in sales order it should be blocked and notification should go to authorize person through simple mail to release this block.
    for this i have done settings in out control i have used output type krml and determined partner as employee responsible to release block in customer master but mail is not triggered to authorized person for credit block and how i can create work flow for this so that authorized person should get notify for credit block as well he releases block also.
    Regards
    Supriya

    Dear supriyaparimal,
    Please find the below points to fix your issue.
    1. Configure the out put determination by using the condition type KRML.(Hope oyu have done it already).
    2.Maintain the condition records in VV11 for condition type "KRML"
    3.Then select the condition record and click the communication tab .
    4. If you want to give any information you can use "Note for recipient".
    5. If the information has to be sent to relevant person you recipient name in the recipient column.
    Save the documnet.
    If you raise the sales order and if it is blocked then system automatically send the information to respective person.
    You can get this in formation in ""SBWP" transaction code.
    Check the in box, the information what you have mentioned in the condition records will be appeared.
    Please let me know if you have any clarifications
    Thanks&Regards
    raghu.k

  • Work Flow for Purchase Order

    Dear All,
    How to create Business Work Flow for Purchase Order Creation and it’s release process.
    I want to create purchase order and forward for release process. I want to done all this process through Work Flow.
    So can anybody guide me step-by-step guidance for Purchase order creates & release process through “SWDD”?
    Regards,
    Mahesh Wagh

    Hi Mahesh,
    See this link. It might help you.
    [https://wiki.sdn.sap.com/wiki/display/ERPSCM/RELEASE%20PROCEDURE#RELEASEPROCEDURE-RELEASEPROCEDURE]
    Thanks&Regards,
    Manjula.S

  • Trigger Work Flow for payment release

    hi guys,
    kindly help me how to trigger the standard work flow for Payment release ((WS00400012).
    With Regards
    Pradeep N

    enter the Workflow
    in SWDD : WS00400012
    click on Agent Assignment and assign the Approver USer ID.
    click on the event linkage and activate and save.

  • How to config work flow for approval in snp?

    Dear Expert,
    we want to running TLB for deployment stock orders which are approved by leaders.
    please tell us how to config work flow for approval in snp?
    thanks so much

    Hi,
    I got to know from DB49 that some workflow is available in GATP, but as far as I know, there is no such possibility in SNP.
    Deployment stock transfer kind of data exists in livecache order series, and it's very tough to manipulate it in some way to suit the approval workflow.
    As far as I can propose, you would need to do following (big custom development):
    1) Create a custom transaction
    2) Read Deployment Stock transfer data in accordance with your selection criteria and display it to the relevant user/approver
    3) User would accept/reject the Deployment Stock Transfer. This action is possible in a custom transaction.
    4) If Deployment Stock transfer is rejected, delete it from livecache
    5) Now when you run TLB, only approved Deployment Stock Transfer would be available to be coverted to STOs.
    In the above development, you could create logs/reports as you need for audit kind of purpose.
    This won't be a very simple development, but it's possible.
    May be someone could give you some better alternative.
    Thanks - Pawan

  • Triggering a sub work flow for multiple users at same time.

    I have a scenario in which I have created sub workflow as an activity for approval process. This sub work flow should be triggered for multiple users at the same time and their decison is independent of each other.
    This is like creating multipe instance of the same sub work flow and then the sub work flow runs indepedently as a new work flow for each of the approver and the process is completeded for approver independently.
    How can this be achieved?

    Tyr to do like this,
    1. First include the subworkflow in the main workflow template.
    2. Now include standard Block Step in the main workflow template.
    3. In the block select the block type as ParForEach.
    4. Before doing the 3rd point make sure that all the agents for whom you want whom you want to initiate the workflow, populate them in a Multiline conatiner element.
    5. Once completing 3rd and 4th points open the block step under the tab ParallelProcessing  assign the multiline container element name in the   for e;g if the multi line container element name is COSTCENTER then do the binding like below. the conatiner element COSTCENTERLINE is created by default once you include the multi line conatiner element under parller processing tab.
    &COSTCENTER[&_WF_PARFOREACH_INDEX&]&   -------->     &_COSTCENTER_LINE&
    Now assign the agent of the subworkflow as COSTCENTERLINE , imean if suppose you have 3 entries in the internal table then three separate and for three different agents the workflow is instantiated.

  • Work flow for Goods issue MIGO_GI

    Hi friends,
    I want to develop a work flow for good issue MIGO_GI  transaction.  Is there any standard work flow this scenario.
    When I deliver the 4 materials, the Material cost is 100*4 = 400, if the Material cost is greatr than 500, mail should trigger to the manager, if it less it will go to the first approver.
    please advice me in this.,
    regards,
    Ajay

    I think no stanadard workflow will provide you with such a validation, Better to design your own customized workflow template,
    Follow the below steps.
    1. Open PFTC select the task type workflow template
    2. Click F5 and define the relevant fields and make the agent assignemnt for the workflow template as general task from the menu  addtional agent  ---> agent assginement  --> maintain --> general task.
    3.  Check the BOR BUS2017 this might be useful.
    Check the method GoodsMovement.SAPCreate and its parameters  interface, if you can get the total values of the then include a condition and validate th total cost if is satrisfyies send mail and workitem to approver, if it does not satisfy then send only workitem to approver.
    Check the below BADI's
    MB_BAPI_GOODSMVT_CREATE        MB_GOODSMOVEMENT
    MB_BATCH_MASTER                MB_GOODSMOVEMENT
    MB_DOCUMENT_BADI               MB_GOODSMOVEMENT
    from where you can trigger your customized workflow by using the standard fm SAP_WAPI_CREATE_EVENT or SAP_WAPI_START_WORKFLOW*

  • Work flow for Rejections in Quality- Usage decision

    Dear all
    We are in the process of activating work flow for Quality Inspection, During Usage decision there may be rejections for which we need to trigger a mail to the Internal department , stating the Remarks, description, rejected quantity etc ,
    If any one has come across the same scenario kindly help us so as to implement the same in our organization.
    Regards
    Rahul Bhat

    Hi,
    You can do any of the following according to you Requirement.
    1) Below the Rejection Branch using the Send mail you can send the mail to Respective person.
    2) Other wise using the Function Module you can send the mail, refer this l[ink|https://wiki.sdn.sap.com/wiki/x/nYKdAw ].
    3) Else place this Std. Task TS20000139 and provide the necessary binding below the Rejection branch a popup will open and the user can enter the comments and it will go to the Person whom you want.
    Try any of this according to you requirement.
    Regards,
    Surjith Kumar

  • Work Flow for Manually Disabling Account and Reporting on Disabling Account

    Hi All
    THis is my First Time To Create Work Flow for Idm Project Please Help me
    i want Work Flow for Manually Disabling Account and Reporting on Disabling Accounts
    Please Tell me How I will have to start, to create the code, I know how to configure but may be I will use BPEL or Through Netbeans and plugin I will use.
    please provide me sample code, so that I can start workflow work

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • Typical work flow for porting c/c++ libraries?

    I'm new to the whole Alchemy world and I'm also very rusty regarding my knowledge in C/C++ (which was never that good to begin with). This is making my experimenting with Alchemy somewhat difficult, since I don't know if the problems I have are related to me not understanding the C-compiling process or the library I'm trying to compile not even being possible to compile using the Alchemy gcc. I've managed to compile some of the samples in the Alchemy download and some "Hello world" level code of my own. But I've yet to fully understand the process of compiling an arbritary C-library to an swc. So, what I'm hoping for is for you guys that have more experience with this to give some pointers about the whole process by answering my questions below.
    1. Are there any indicators one can look for in C-libraries to determine if they can be successfully ported? (e.g. only use ANSI-C libs)
    2. What would be the typical work flow for porting a C-library after having downloaded it's source? How do you go about starting to build the C<-->AS3 interface? Do you dive into gluegen immediately, or write the glue.c by hand?
    3. When should one do ./configure; make etc. to compile a library and when does one simply use gcc alib.c...?
    4. Do you have any examples of simple C-libraries one could try to port? With simple I mean libraries that don't have any external dependencies to other libraries and have a relatively small source (say 5-10 files or something).
    Feel free to chip in with any answers you may have. And since I'm a n00b, please use idiot-speak as much as possible

    Thks for ur reply Jens.
    But still it not very much clear to me.
    Can you please throw some light in the bellow sinerio :
    Let say I want to build an sample  music player application in Linux  which will be having  following module
    1) GUI : which contain one button : say  PLAY
    2) Event handler :  for the click event of PLAY Button
    3)Plugin for playing music : code wich actually plays the music
    So GUI that is button if devolop in FLASH/FLEX
    Event handler module will be written in Action Script
    Plugin will be written in C which will use gstreamer framework APIs in turn . So these plugin API's should get called from Event Handler i.e Action Script code And here is the place where binding from FLASH to C API's is requried.
    So in the above senirio the actual execuable of the application will be nothing but swf file only.
    Can I use Alchemy as a glue  for binding FLASH & C??
    Plz correct me if I am worng.
    Please share ur thoughts ...
    Thanks in Advance
    Kapil

  • BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?

    Hi All.
    I have this request.
    BODS 3.1 : How to trigger an email alert for the jobs on BODS server ?
    We have jobs scheduled on BODS running smoothly and absolutely fine.
    But to check, i am logging into the admin console and check for the jobs status.
    I would like to have an email to be received from BODS after each job is finished.
    It could succuessful. Or it could fail.
    Whatsoever, i wish to receive an email alert as soon as a job is finished.
    Can anyone advise me as to whether this could be made possible.
    And if yes, how this could be done.
    Thanks for your help in advance.
    In BOE CMC / for webi / schedule / we find an option to send email for a job success or a job failure.
    Is there any option similar to that in BODS ?
    Also would like to know :
    how to use the smtp_to or mail_to functions ?
    how to set up the smtp server for this ?
    thanks
    REgards
    indu
    Edited by: Indumathy Narayanan on May 31, 2011 3:47 PM

    Hi.
    Since am new to this BODS. I need some help.
    I already have many jobs which are running absolutely fine.
    And when a job runs, and finishes, am able to see the trace saying
    e.g. :
    Job_abc is completed successfully.
    We got the smtp service activated for our test server.
    and we hae a group email id.
    I have put the details of the smtp server / ip address / and said apply restarted.
    The i created a simple test script as below :
    print (' Before email ' );
    smtp_to('abc@company_name.com', 'Job ' || job_name() ||' on ' || host_name() || ' has FAILED',
    ' the job has failed', 0, 0);
    print('After Email ');
    It does send a email to as per smtp_to whatever email is specified.
    But how to differentiate between a job success
    And a job which has failed.
    I wish to have a mail which says on the subject :
    'Job ' || job_name() ||' on ' || host_name() || ' has completed successfully'
    ==> IF it is a success
    OR
    'Job ' || job_name() ||' on ' || host_name() || ' has failed'
    ==> if it has failed
    How to make the system identify, whether
    to send a success message or a error message whatever
    Could anyone advise.
    thanks
    indu

  • Work Flow  for OWB 10.2.0.4.36

    Hi All,
    Can anybody please tell me where I can download work flow for OWB 10.2.0.4.36?
    Thanks,
    Siva

    http://www.oracle.com/technology/products/ias/workflow/index.html

  • Using work-flow for payment release

    Dear Experts
    I have a problem when using work-flow for payment release:
    I am using ws00400012 as standard work-flow for payment release ,after posting invoice documents via FB60 BSEG is crated but BKPFID dose not exist in container .
    when I test this work-flow it is running correctly via SWUS.
    It would be very helpful if someone can help me with this problem.
    Thanks and best regards,
    Azam

    http://help.sap.com/saphelp_46c/helpdata/en/6e/1217de9f0411d189b80000e829fbbd/frameset.htm
    Goto Accounts Payable (FI-AP) and in that "Vendor Down Payment Processing".
    Check out the link for workflow scenarios.. http://help.sap.com/erp2005_ehp_03/helpdata/EN/04/926f8546f311d189470000e829fbbd/frameset.htm
    Goto "Archiving Application Data (FI)" and check if your scenario exists or not !!!
    Regards,
    PR.

Maybe you are looking for

  • ITunes won't open after FW migration between G5 10.4.11 and iMac 10.6.2

    I just got my wonderful iMac i7 machine and used the migration assistant to move everything from my G5 OS 10.4.11 machine to the iMac. Everything has worked without a hitch except I have to re-active Photoshop and I had to re-input my Aperture serial

  • Data from MySQL to Oracle

    Hi All, Can anyone please help, how can i establish database link from oracle to mysql via pl/sql developer or sth else? thank you Ugur

  • AppleScript & AppleWorks Spreadsheet

    For years I have been using AppleWorks spreadsheets on my Quadra (ease-of-use, nostalgia, old habits die hard, etc.). After eventually deciding to transfer some of them to my G5 and work with them (as well as creating new ones) in a newer and faster

  • Develop a Musical Tuner

    I would like to develop a musical tuner using mobile phones. do you think a mobile phone can listen to a tune and determine the note name? if so, what methods should be used?? please help. Thanks.

  • Seeking EP6 Administration Guide

    Is there such a document in existence?  If so, any pointers would be appreciated.  I am aware of the SAP-press book, "SAP Enterprise Portal", but I'm looking for something specific to EP6, not generic. Thanks in advance -Joe Rufo