Extra event container element in BUS2203

HI All,
I have a standard workflow template WS10400002 which has some start condtions defined. If you check in the binding between event container --> workflow container, there is a extra element for "Gross Amount(USD)". Kindly let me know how we can have an extra element.
I copied the template to my Z template and there that extra element is not available.
Kindly check in your systems and let me know.
There is no delegation of BO done.
Thanks & Regards,
Srinivas Rao.

Hi Pavan,
Thanks for the reply. I will make my question more clearer.
I dont want to do anything right noew regarding start condition set up . It is already done in the STANDARD template WS10400002. What I wish to understand is, when you will check the template in your system and check the event-> workflow binding, you will notice that there is extra container element "Gross Amount(USD)". Where did this come from ?
I hope I am clear this time..
Waiting for your reply..

Similar Messages

  • Event container element creation

    Hi,
    I am implementing PO WOrkflow I want to know how to create parameter/element in the event container
    as for PO Workflow I have to create the release code parameter in the event container and then according process the same.
    Please tell me in which transaction i can create the event container element?
    Prince

    Thanx.. Solved

  • Debug Container Element Transfer

    Dear all,
    In our scenario a String variable was sent to workflow as event container element. It is then transferred to a workflow container element. Then it is given to an element in a task container. But now the execution has some problem. How should I debug the workflow and find the runtime value of container elements?
    Thanks
    Jerome

    Shweta,
    Yes, the triggering event has the input for the workflow.
    I just catch the event trace. But cannot find the runtime value of event container elements there. Only the following information:
    Event Instance ID
    Object Type
    Object Key
    Event
    Event Creator
    Creation Time
    How can I make sure whether the event contains the correct value?
    Thanks, Jerome

  • (function ($) { // Checks if a given element resides in default extra leaving container page. function isInExtraLeavingContainer(element) { return $(element)

    [email protected] my xbox 360 (function ($) { // Checks if a given element resides in default extra leaving container page. function isInExtraLeavingContainer(element) { return $(element)

    I suspect it has something to do with the java but not sure
    Just so you'll know, there is no Java on that page.  There is, however JavaScript.  You should know that those two things are different as night and day.
    To fix your problem, change this -
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
      </script>
    </head>
    to this -
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    -->
      </script>
    </head>

  • Which container element contains the triggering event name?

    hi,gurus,
    i have a workflow template, and i want to use a 'switch' to deal with different triggering event inside the template logic.
    but i can not find a element in the container which supposed to contain the triggering event name.
    could you please help me ?
    br.
    zj

    Hello,
    The element which stores the name of triggering event is '_EVT_NAME' which is present in the event container. To use it in the workflow template, you have to create an element in the workflow container and bind this element to the above mentioned element through the binding for triggering event.
    Thus you can use the workflow container element in the switch.
    Hope this will help.
    Regards,
    Samson

  • Error while creating container Element in WF

    Hi,
    I have created a container element with field vbeln, and specified an initial value. Created mail step and activated it.  I have given the mail subject and content  as "value given : &vbeln&".  When I try to test this I couldn't find the container element in " Input Data" tab  of the Test Data and getting the message as "Contnr elem. VBELN  is for read purposes only. No values are assigned to it." 
    Could anyone suggest me to correct this, because I am new to WF.
    Thanks,
    AA

    Hi AA,
    You would probably need to create more than one containers.
    In workflows, we have following types of containers:
    1. Workflow container
    2. Task Container
    3. Event Container
    Now, since you need the element VBELN, try the following:
    1. Create a WF container for VBELN. Make it as both input and output parameter.
    2. Create a container for the Mail Step, again with VBELN field as an input parameter.
    3. There would be a button for binding in the mailstep. Bind the Field VBELN from Work flow container to the Mail Step container.
    Once binding is done, save it and Activate the Workflow.
    Hope this helps.
    Do get back in case of any issues.
    Regards,
    Sonal

  • Error while using container element _WF_PARFOREACH_INDEX in workflow

    Hi All,
    I am using internal container element WFPARFOREACH_INDEX in internal table so that i can use it as index to read table row one by one..but in binding i am getting error "Container element '_WF_PARFOREACH_INDEX' does not exist" in form of an example.
    Can someone tell me that how to get rid of this error in binding? I am using this element variable to achieve parallel branching in workflow.
    Regards,
    Sumit

    Hi AA,
    You would probably need to create more than one containers.
    In workflows, we have following types of containers:
    1. Workflow container
    2. Task Container
    3. Event Container
    Now, since you need the element VBELN, try the following:
    1. Create a WF container for VBELN. Make it as both input and output parameter.
    2. Create a container for the Mail Step, again with VBELN field as an input parameter.
    3. There would be a button for binding in the mailstep. Bind the Field VBELN from Work flow container to the Mail Step container.
    Once binding is done, save it and Activate the Workflow.
    Hope this helps.
    Do get back in case of any issues.
    Regards,
    Sonal

  • Displaying Container element in send mail

    Hi Experts,
    I am a beginner in SAP Workflows. I  have created a simple wokflow in which a mail is sent to a particular user.The workflow is triggered whenever a  complaint (BUS20000120)is raised.Now I want to display values of certain container elements in the workflow.I  have  also created a container element based on BUS20000120. But every time I use some or the other container element attributes, in the mail it is displayed '<BONmae>.<Attributename> not  found.
    I  am  not  getting  any  solution to this problem.Please  help  me.....

    Hi Raja Sekhar,
    The  start  event  of  my  workflow  is  'created' event  of  the  Business Object (BUS20000120) .But where to implement the binding for  the  'EVT_Object'?The start  event  for  the  workflow  is  firing  as  I  have  checked  in  the  transaction 'SWEL'  and  also  the  mail  is  being  sent  to  the  desired  user.The  only  problem is  that  I   cannot  display  any  data  of  my  container  element  based  on  Business Object  BUS20000120 . I  can  display  elements  of  the  system  container  like  current  date  ,time  etc. Please give me  a  solution.Infact  this  is  happening  to  some  other  workflows  as  well.

  • Over Time Workflow Container elements not updated

    Hi,
    I am using Standard Task TS20000459 for approval of Overtime entered for an employee in CAT2 transaction.
    Work item is getting generated to his manager's inbox.
    Issue is, subject of the work item should have employee number and Employe name. Standard Task contains Container elements &TS_PERNR& and &TS_ENAME& which is not getting filled with any values.
    Can any one suggest me how to get the same?
    Regards,
    Saravana Perumal

    Hi Shanti
    I faced the same problem...And i resolved that problem by binding...
    Create the container element for PERNR and ENAME in the standard task ts20000459 as well as in workflow container.Then bind those container values.
    Before bind the workflow and task container, you have to bind the workflow container with the event container.
    Regards,
    Hemalatha.

  • Help on workflow event container creation.

    Can any one tell me how to create event containers in workflow? If the steps will be given in details it will be very help.Pls

    Hi,
    Events are part of business objects, events are linked to workflows, in the linkage you can link the standard container elements, like initiator to workflow containers and you can link the attributes of the (then) instantiated business object to containers in the workflow.
    You can create additional attributes on business objects in SWO1 (make sure you don't change the sap standard, rather create a subtype and uses delegation (also doable in SWO1) to "override" the sap standard.
    You can create additional containers in pftc, type is WS and task is your workflow number after pressing change you can tick the tab container to create additional containers and in the tab starting events you can change the event-->wf linkage.
    Kind regards, Rob Dielemans

  • BPM - Viewing Container Elements

    I have a small BPM Scenario, in which I receive a message and Transform it and send it to the Receiver. It ran OK.
    I am trying to see the content of Container Element!
    To do the above taks I did the following
    So from MONI I clicked the PE in the INBound, it took me to Workflow Log ,then I clicked one of the Step and it took me to  "Display Work Item Screen", in this screen from the Menu   Extras --> Container  I see one message went in. I clicked that and a window opened below, I right clicked Nested Table --- Messages.  But I am unable to see the container Element content
    Please help me. Thanks friends.

    Hi Karen,
    Even screen shot in the document shows SXMB_MONI (Step 8). But the only difference is SXMB_MONI will shows only the input message to your BPM but if you go through the steps mentioned in the document it will show you the selected message only.  This will be useful when you have multiple mapping steps in your BPM or multi mappings. Say you have two mappings in your BPM (MAP1, MAP2). If you directly go to SXMB_MONI and double click on a message it will just show you the input to the BPM.
    But if you go through the steps specified in the document it will show you input message to map1, output message of map1 and similarly for map2(input/output). All this four messages input/output for map1 and map2 which cannot be seen directly through SXMB_MONI. only through the steps specified you can see all these four messages.
    This will make sense when you have multiple mappings or multimappings.
    hope this clears your doubt...
    Regards
    Anand

  • Event container

    Hi ,
    I am just learning how to trigger workflow from scratch.
    I have created a business object with key field matnr.
    I have also entered the event in SWEC.
    Now coming to the triggering part ...in PFTC , I am looking to trigger event based on the change document number . But I don't know , how to find the CD_changenr in the Event container.
    How do I get them there , to map it with the workflow container element ?
    Anyone please help me , with the step by step .

    Hi 
    Check it out Kanika's wiki in SCN.
    https://wiki.sdn.sap.com/wiki/x/aYDUAw
    It will clear all your Doubts
    Regards
    Sachin

  • How to determine worklfow container element  for BUS2031?

    Hai,
    I am new to W/F. I would like to know how to detemine workflow container element  for Customer Quotation generated(BUS2031)- [event] created.ie based on what?
    Example :&Jquotation&,&JtransactionCode& etc.....
    any screen shot docu for binding/import/export purpsoe.
    Points will be given.
    With Regards,Jaheer

    Hai Aditya,
    Thanks for your reply.
    yes . I want to know what base we can create container element.
    Flow is like this :somebody create quotation , it will for manager approval & finally goes(mail) to customer.
    For this I am using object type BUS2031. Now I want to create w/f container element(in workflow template).From BUS2031(customer quotation), I understand that I need to create one w/f container as &Quotation&.what are others container element I have to create. This is my questions.
    I hope now it is clear.
    If you have any workflow documents/sample please send it to me [email protected]
    With Regards,Jaheer.
    -Jaheer

  • CHANGE EVENT CREATOR IN EVENT CONTAINER

    Hello,
    In CRM 7.0, I need to change in the EVENT CONTAINER the element &_EVT_CREATOR&, wich passes the value to the &_Wf_Initiator&.
    Can you please tell me where the  EVENT COINTAINER is populated (FM, program, etc)
    Thanks.
    Best Regards,
    Filipe Pinheira

    Hello,
    Of course, you can't change the event creator after it's been created, but I assume that's not what you're asking.
    Look at the parameters of SAP_WAPI_CREATE_EVENT and see if you can set the creator there.
    If not, you could pass the name of the user as an event parameter and bind it to WF Initiator.
    regards
    Rick Bakker
    hanabi technology

  • Container elements

    In standard methods of bor , they used to get values from the container by using macro instructions,
    how do we know that  container elements existing in bor, any one just tell me what are the elements & tables are existing in container   i mean how to see container elements in bor

    Hi,
    Here is a trick to know wht is getting passed from Event to Workflow:
    If you know the event is being triggered, but cannot tell what is being passed to your
    workflow, create an entry in via SWETYPV, and specify your username as the RECEIVERTYPE and the Receiver FM as SWE_EVENT_MAIL.Then raise the event. You will get mail in SAPOffice
    Regards,
    Sivagami

Maybe you are looking for

  • How to make top level navigation not refresh

    Hello Guys, I have a question concerning on my External Facing Portal, my boss wants that when I click on a tab or a link in the Top Level Navigation , to load the content in the Content Area without refreshing the whole page, What I want is that whe

  • How to retreive the instance name of a class

    Hello, Does anyone know how you can retreive the instance name of a class ? For example my class is: class Example{ public static var createdClasses:Array; function Example() { createdClasses.push(this); trace("how can i trace the original name of th

  • How do I get Firefox to use less memory? None of the answers I've found online work. I'm ready to go back to IE!

    I like to keep several tabs open while I'm working. I have friends who do this with no noticeable effect on their computer speed. My Task Manager consistently shows a huge amount of memory being used by firefox, increasing as I keep my browser open.

  • Can't find character in character palette or in Font Book

    I have used the Om symbol (Sanskrit symbol used in lots of spiritual stuff - looks like "30") in a couple of documents in the past but when I open them now the Om symbol is missing and I can't find it in the Character Palette or anywhere in Font Book

  • What's that song?

    What's the best software for identifying a song playing in the background? Nothing I've tried works.