Woek flow for PO change Event

Hi,
I'm developing WF for PO change event based on Purch doc type = NB.
I have provided the start events and created WFcontainer elements and generated the bindings for the same.
Noe the problem is, i have to specify the start condition as Purch doc Type = NB.
when i click on the conditions button i'm not getting the Purch doc type parameter.
has any one come across this problem.
Regards,
Raghavendra

Check if this can help you....
Goto Basic Data (Hat Symbol) in workflow Builder.
Goto Start Events.
Click on the 3rd column for start conditions settings.
Expand the Container -> Expand Purchase Order.
Expand Functional Methods -> Expand PO Details.
In that you will find Document Type.
&Purchase Order.BUS2012.GETDETAIL(_RESULT='POHEADER').Document Type& Would be the expression.
Good Luck..
Regards,
PR.

Similar Messages

  • SAP STANDARD RETRIGGER WORK FLOW FOR SC CHANGES -SRM 550

    Hello ALL
    assume that we use any standard sap WF templates
    SC created
    SC awaiting for manager approval
    now requester changes any piece of data . will work flow retrigger ( again workitem created) for any cosmetic changes upon standard work flow templates used?
    what are the actions on shopping cart will retrigger the workflow
    now sc is awaiting for approval but below actions done by REQUESTER in the shopping cart
    1. changing sc descrition name?
    2. notes for approval?
    3.change qty /price /uom/ pg /product changes/ cost center changes /add attachment
    4.changing vendor
    please share what are the above actions will retrigger the workflow in SAP STANDARD.
    etc
    Mutu

    Hi,
    There is BBP_WFL_SECURITY setting in SRM 5.0.
    http://help.sap.com/saphelp_srm50/helpdata/en/37/830b3b7e7ef74de10000000a114084/frameset.htm
    I'm not sure if the table BBPD_COMP_FIELDS is for checking the changes.
    We can get answer by testing.
    Regards,
    Masa

  • Optical flow for speed change clips

    Im just found out about optical flow. what speeds is it worth using it on?
    Ive got some clips that I want to play between 40% and 80%.
    just asking because in the tutorial I saw they where using it on a clip at 10%
    thnaks for any advise

    I see two issues.
    One is that your source footage is 15 frames per second. Most video that iMovie sees is 30 frames per second or 25 frames per second.
    Second issue is that you don't appear to have the Apple Intermediate Codec component installed on your system. When the footage can't be speed adjusted natively, iMovie will convert the footage to Apple Intermediate Codec at 30 frames per second so that the speed adjustment can be applied.
    So, you need to reinstall iMovie from the original iLife 09 disks. If iLife 09 was preinstalled on your Mac, reinstall it from the Leopard Disks that came with your Mac.
    You are missing the file called AppleIntermediateCodec.component in the MacintoshHD/Library/QuickTIme/ folder.

  • Can I create an IDOC Based on A Change Event Being Triggered

    I have a BOR object that when changed - triggers event 'Change'
    I would like to code the event linkage such that an IDoc is created everytime the event is raised.
    Has anyone done this before?
    The message type I am using is a standard one and is associated with the same BOR object.
    Which function module should I use in the event linkage for that 'change' event?
    The IDoc doesnt have an outbound function module.
    Please indicate steps or point me to related weblogs/threads
    Thanks

    Hi Anand,
    What happens generally  is that -- Initiator are created on the basis on the main role. User submit the request for main roles and the dependent roles are added automatically. Dependent roles are added later automatically the initiator needs to be created on the main roles. So if initiator is created on the basis of dependent role ( secondary roles ) and you are not selecing the dependent role in the request ( selecting only the main roles ) the initiator's conditions will not meet.
    Kind Regards,
    Srinivasan

  • WF for PO change

    Hi ,
         We are into Ecc6.0.Our requirment is when a PO is created a mail should be triggered to the manager for approval.Again if the same PO is changed then a mail should be triggered to the same manager with some extra info.So i assigned a event for create, then  used Wait for event in my workflow and called change event.But as per the reqirement for the change event my workflow is not triggereing.

    hI,
      Have you linked your change event to the workflow through SWE2 transaction.Also check if the type linkage is active.
    Regards,
    Shlesha

  • A glitch in my use of the change event

    I have a script in the change event of a drop down list field that works when a certain choice is made then another field becomes visible. I am trying to get that field to become visible when when a record from a database populates the field the correct value. Right now all that happens is the drop down field shows the correct value but the field in question isn't visible.
    Here is the code I am using for the change event.
    var contractLangs = xfa.event.newText;
    if (contractLangs == "Creative Works Unlimited")
    xfa.form.form1.MainPageSF.ContractSF.ContractLanguageSF.presence = "visible";
    else
    xfa.form.form1.MainPageSF.ContractSF.ContractLanguageSF.presence = "hidden";
    I can't figure out how to get the field to become visible when right value goes into the drop down field.

    I don't think I have been explaining this very well so here is another try.
    I have a Drop-down List called "ContractTypeList" that has three items in the list;
    Limited Permission
    Creative Works Unlimited
    Commission for Creative Works
    If Creative Works Unlimited is chosen a hidden Drop-down List called "ContractLanguageList" becomes visible otherwise if either of the other two are chosen then it is hidden.
    I would like the "ContractLanguageList" to be hidden or shown depending on which item shows in the Drop-down List when I cycle through records in a database. Right now it only works with user interaction.
    I'm not sure what to do. I have been using the line, xfa.even.newText. If anyone can help me out it would most appreciated.

  • Workflow Change Event Issue

    Hello Experts,
    We have a workflow wherein 2 levels of approvals are needed. One level of approval is handled thru workflow mails/BSP.
    After first level approval, using some logic I will find a value like 6 or 5. Which will be updated as trip status.
    After that there is a Z program which will be used by admin to select the trips which has status 6 or 5. And then does the final approval.
    In short
    1.     Manager approval. If approved step 2. Else exit.
    2.     Set trip status as 6 or 5 (decide using a logic and then set the status)
    3.     Wait for Admin app/rejection
    4.     Final approval in z program..
    5.             Control comes back to workflow(thru wait events), does some  logic and sends a mail and stop
    The problem I am facing here is step 2 triggers a change event (after status set) and ends the workflow .. (as the workflow is designed to end as soon as change event is triggered)
    Very few times it works fine and waits in 3rd step ..
    Please let me know how to handle this.
    Thanks
    Meenakshi

    Hi,
    Are you using wait for event step in your workflow that waits for the changed event. I guess this is happening because as soon as the first approver is done the trip status changes and change event is triggered. Try to use some logic over there and avoid triggering of this event if only the trip status is changed.
    Hope it helps.
    Regards,
    Raj

  • Error in work flow wait for change event

    Error in work flow wait for change event of business object bus1014, Actually this business object is triggering for two transaction one is me21n and another is c201 . am trying to create fork with two branches one is create and another if change occurs wait will trigger, bt when i trigger work flow controll is not after fork, it will stop in fork only. and am not getting my workflow container variable getting instantiate, am getting error in wait. please any one get out of me in this

    Hi Sangeetha
    What is LV_MATERIAL? is it a BO container element? or a class element or a just a simple variable?
    Error message is clear, you are trying to evaluate LV_MATERIAL but it does not contain a value.
    This is a custom workflow as it begins with WS9xxxxxxx... what is LV_MATERIAL used for? what are we expecting it to hold? maybe, from event to workflow binding we can pass the value to it.
    Please share the following:
    1) Definition screen shot of LV_MATERIAL
    2) Screen shot of The step where it is first used - from SWDD
    3) Screenshot of Event to Workflow Binding
    4) name of your base Business Object (seen in the triggering events tab of the WF template in PFTC)
    5) What is the corresponding variable for that BO in your workflow container
    6) Screen shot of WF definition from SWDD - please identify the step going in error in that screen shot
    Regards,
    Modak

  • Process flow for the Mid-year Status Changes based upon the Qualifying Even

    Hi Experts,
    I'm looking some information for the process flow for the Mid-year Status Changes based upon the Qualifying Events. Basically, I need to know, what would be the impact of these changes on various info types (Via IT0014 - Deduction changes & so forth) and the things that needs to be considered during it's Configuration and the things that needs to be checked due to the occurrence of the change. I would greatly appreciate any kind of help/document.
    Thanks a bunch in advance,
    Thanks,
    Exertive.

    Hello guys,
    Can anyone has any kind of input on this? Basically, I need to know the procees for Mid-year status changes based upon Qualified events. Any kind of help is greatly appreciated.
    Thanks,
    Exertive.

  • No calendar change for a single event in a recurrring string of events

    Why won't iCal allow me to change the calendar for a single event in a string of recurring events? Why am I not allowed this, but can change other details and even get prompted whether I want these changes to take effect over the single event or all the recurring events????
    Could this be implemented in a future version of iCal???
    Thanks.

    How are you making the .ics file? What value has the METHOD: entry?
    AK

  • 'CHANGE' event not triggering for BTE 2214 on park/change from FBV1/FBV2

    I have designed a workflow template for FI parking. If the parked document is rejected, i need to trigger FIPP 'CHANGE' event for sending workitem to approver when someone changes the parked document. In SWEL event trace, the 'CHANGE' event is not getting raised.
    So i implemented a BTE 000002214 and now i am able to raise 'CHANGE' event and capture it in workflow. But this is only working when i park a document using FV50 transaction and later change it.
    But when i park a document using FBV1 and then make changes from FBV2, the 'CHANGE' event is not being triggered in SWEL. Should i implement some other BTE like 2218 etc? Can you please help?

    Hi Gokul,
    You can try handling the SAVE event instead of the CHANGED event.
    T-code FBV2 will not allow you to save the document unless you make some changes.
    Try implementing BTE 2218 and revert.
    Thanks,
    Sreekanth

  • Event for a change in the cursor legend

    Hi!
    I need to recognize a change of the cursor properties by the user through the XY-Graph Cursor Legend! (i.e. changing cursor color)
    There seems to be no event for that in my event structure (although there is a event for changing the plot properties through the plot legend).
    I'm using LV2009SP1.
    Greets CtheR

    I need the recognize any change of the cursor props made by the user. Like that:
    Watching the cursor-Property for a change would be no help because there are automatic changes that I do not want to catch.
    Something similar to the plot attribute change event in an event structure would be most helpful:
    Greets CtheR

  • No Data Change event generated for a XControl in a Type Def.

    Hello,
    Maybe I am missing something but the Data Change event of a XControl is not called when the XControl is used in a Type Def. or Strictly Type Def. (see the attached file).
    There may be some logics behind it but it eludes me. Any idea of why or any idea of a workaround still keeping the Type Def. ?
    Best Regards.
    Julian
    Windows XP SP2 & Windows Vista 64 - LV 8.5 & LV 8.5.1
    Attachments:
    XControl No Data Change event.zip ‏45 KB

    Hi TWGomez,
    Thank you for addressing this issue. It must be a XControl because it carries many implemented functions/methods (though there is none in the provided example).
    Also consider that the provided non-working example is in fact a reduction of my actual problem (in a 1000-VI large application) to the smallest relevant elements. In fact I use a  typedef of a mix of a lot of different XControls and normal controls, some of them being typedef, strictly typedef or normal controls and other XControls of XControls (of XControls...) in a object oriented like approach...
    Hi Prashant,
    I use a typedef to propagate its modifications automatically everywhere it is used in the application (a lot of places). As you imply a XControl would do the same, though one would like to construct a simple typedef when no additional functionality is wanted.
    The remark "XControl=typedef+block diagram" is actually very neat (never thought of it that way) because it provides a workaround by transforming every typedef into a XControl. Thanks very much, I will explore this solution.
    One issue remains: All normal controls update their displayed value when inserted into a typedef but not XControls. Data change event is not triggered. I known that XControls have some limitations (no array of XControls) but I would say, like TWGomez, that this is a “bug” considering the expected functionality.

  • What is the equivalent for 'On Change of' Event in ABAP OBJECTS?

    What is the equivalent for 'On Change of' Event in ABAP OBJECTS?  and how to use it in LOOP control?

    hi,
    There is no such Equivalent in OO ABAP.
    You have to Raise your own Event within tha class checking the value of the field whose value is changing.
    Regards
    Sumit Agarwal

  • Event for value change of an input field

    Hello,
    I'm a newbie in WD4A.
    I've got a input field. Is there a event that's fired, if the value of an input field is changed?
    Regards Christian

    No.  There is only an event when the user presses enter.  You can check the online help for all events of all UI elements.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d7/ef8841e3af1609e10000000a155106/frameset.htm
    In 7.02 there is an AJAX based change event on the inputField, but it is not available as a normal WD Event. It instead triggers the attached SearchHelp without the WD Phase Model.  This is the new SuggestValues feature in 7.02.

Maybe you are looking for

  • Urgent help needed in Query Find Window

    Gurus In my custom form i have a Query Find Window with three fields. The requirement is when user selects a value ( LOV) from any of the fields the other fields in the Query Find Window should get the relative value. I can acheive this only if i set

  • I cannot upload attachments to e-mails. When I click on browse in the attachment pop up nothing happens

    I cannot upload attachments to e-mails. When I click on browse in the attachment pop up nothing happens, I cant even type in a document address in the file location box == This happened == Every time Firefox opened == I downloaded the latest version

  • Icons disappear in toshiba bulletin board ???

    Hi... The icons in toshiba bulletin board program disappear ?? I uninstall it but it's same you can see it: http://yfrog.com/4rproblemep please help my regards

  • Pantone uncoated swatches look washed out

    I'm somewhat green on the print side of things. I understand that pantone coated vs uncoated are formulated for printing on coated or uncoated papers. But what I'm not getting is, why do the uncoated color swatches in the illustrator color book look

  • Running a job repetitively

    Hi, We need to run a script (SCRIPT_A) every hour, every workday from 14:00 to 20:00. This script is in a job chain (GLOBAL_JOBCHAIN) which is executed every workday too. We use "schedule parameters" and "timewidows" to schedule scripts between 14h a