Urgent :  Workflow Query...

Hi,
I have created one workflow by using the BOR BUS2021.
here the Request id is Key field .
i have created the 5 methods for this object with the customer name space(Y).
when i am binding the from workflow to step.the request id is not appearing in the workflow  container. is there any work need to be done before the binding .
my workflow should start after executing the transaction(FIBLFFP).how can i achieve this.?

Hi manjunatha,
You need to create a Container element in the workflow container of object type BUS2021  and also make sure that  Task container has the same element of object type BUS2021...
Note: A container element is already created with the same object you used in the Task
Let me know if this helps.
Thanks & regards
Srinivas

Similar Messages

  • Urgent Need: Query is taking time

    Hi,
    I have a query which is taking lots of time.Please help me in this regard...
    select subscripti0_.RENTAL_ID as RENTAL1_101_0_, movieprodu1_.product_id as product1_45_1_, moviepacka2_.PACKAGE_ID as PACKAGE1_47_2_, movietitle3_.TITLE_ID as TITLE1_48_3_, subscripti0_.LOGICAL_QUEUE_POSITION as LOGICAL2_101_0_, subscripti0_.STATUS as STATUS101_0_, subscripti0_.RENT_CODE as RENT4_101_0_, subscripti0_.IS_VISIBLE_FLAG as IS5_101_0_, subscripti0_.SHIP_DATE as SHIP6_101_0_, subscripti0_.DATE_CHECK_IN as DATE7_101_0_, subscripti0_.SET_NBR as SET8_101_0_, subscripti0_.ALLOCATION_DATE as ALLOCATION9_101_0_, subscripti0_.USPS_SHIP_DATE as USPS10_101_0_, subscripti0_.CENTRAL_CHECKIN_DATE as CENTRAL11_101_0_, subscripti0_.ESTIMATED_ARRIVAL_DATE as ESTIMATED12_101_0_, subscripti0_.CREATED_BY as CREATED13_101_0_, subscripti0_.CREATED_DATE as CREATED14_101_0_, subscripti0_.UPDATED_BY as UPDATED15_101_0_, subscripti0_.UPDATED_DATE as UPDATED16_101_0_, subscripti0_.SUBSCRIPTION_ID as SUBSCRI17_101_0_, subscripti0_.MOVIE_ID as MOVIE18_101_0_, movieprodu1_.ONLINE_RELEASE_DATE as ONLINE2_45_1_, movieprodu1_.PRODUCT_TITLE as PRODUCT3_45_1_, movieprodu1_.PACKAGE_ID as PACKAGE4_45_1_, movieprodu1_1_.AVAILABILITY_BAND as AVAILABI2_46_1_, movieprodu1_1_.TOTAL_RENTABLE_INVENTORY as TOTAL3_46_1_, NVL(movieprodu1_.ONLINE_FLAG, 0) as formula0_1_, NVL(movieprodu1_.PRIMARY_PRODUCT, 0) as formula1_1_, moviepacka2_.TITLE as TITLE47_2_, moviepacka2_.dvd_release_date as dvd3_47_2_, moviepacka2_.FORMAT as FORMAT47_2_, moviepacka2_.PACKAGE_MPAA as PACKAGE5_47_ 2_, moviepacka2_.T_ARTICLE as T6_47_2_, moviepacka2_.TITLE_ID as TITLE7_47_2_, movietitle3_.TITLE as TITLE48_3_, movietitle3_.THEATRICAL_RELEASE as THEATRICAL3_48_3_, movietitle3_.TITLE_MPAA as TITLE4_48_3_, movietitle3_.LEGACY_ID as LEGACY5_48_3_, movietitle3_.AVERAGE_USER_RATING as AVERAGE6_48_3_, movietitle3_.RUNNING_TIME as RUNNING7_48_3_, movietitle3_.PRIMARY_PACKAGE_ID as PRIMARY8_48_3_, movietitle3_1_.BUY_NEW as BUY2_49_3_, movietitle3_1_.BUY_USED as BUY3_49_3_, movietitle3_1_.RENT_DOWNLOAD as RENT4_49_3_, movietitle3_1_.BUY_DOWNLOAD as BUY5_49_3_, NVL(movietitle3_.HAS_RENTABLE_PRODUCTS, 0) as formula3_3_ from SUBSCRIPTION_RENTAL subscripti0_ inner join ACTIVE_MOVIE_PRODUCT movieprodu1_ on subscripti0_.MOVIE_ID=movieprodu1_.product_id left outer join PRODUCT_AVAILABILITY movieprodu1_1_ on movieprodu1_.product_id=movieprodu1_1_.MOVIE_ID inner join ACTIVE_MOVIE_PACKAGE moviepacka2_ on movieprodu1_.PACKAGE_ID=moviepacka2_.PACKAGE_ID inner join ACTIVE_MOVIE_TITLE movietitle3_ on moviepacka2_.TITLE_ID=movietitle3_.TITLE_ID left outer join MOVIE_TITLE_ATTRIBUTES movietitle3_1_ on movietitle3_.TITLE_ID=movietitle3_1_.TITLE_ID where subscripti0_.SUBSCRIPTION_ID=:1 and subscripti0_.DATE_CHECK_IN>:2 and (subscripti0_.DATE_CHECK_IN is not null) order by subscripti0_.DATE_CHECK_IN DESC
    Explain Plan for this query:
    OPERATION OBJECT_NAME OPTIMIZER COST BYTES CARDINALITY CPU_COST IO_COST
    SELECT STATEMENT ALL_ROWS 148 1570 5 10090819 147
    SORT 148 1570 5 10090819 147
    NESTED LOOPS 147 1570 5 1237900 147
    NESTED LOOPS 142 1530 5 1191042 142
    NESTED LOOPS 141 1470 5 1174111 141
    NESTED LOOPS 129 1398 6 1073114 129
    NESTED LOOPS 117 1062 6 968996 117
    PARTITION HASH 111 732 6 911328 111
    TABLE ACCESS SUBSCRIPTION_RENTAL ANALYZED 111 732 6 911328 111
    INDEX INDX_SUB_RENTAL_SUB ANALYZED 3 10 43164 3
    TABLE ACCESS MOVIE_PRODUCT ANALYZED 1 55 1 9611 1
    INDEX PK_MOVIE_PRODUCT ANALYZED 0 1 1900 0
    TABLE ACCESS MOVIE_PACKAGE ANALYZED 2 56 1 17353 2
    INDEX PK_MOVIE_PACKAGE ANALYZED 1 1 9021 1
    TABLE ACCESS MOVIE_TITLE ANALYZED 2 61 1 16833 2
    INDEX PK_MOVIE_TITLE ANALYZED 1 1 9021 1
    TABLE ACCESS MOVIE_TITLE_ATTRIBUTES ANALYZED 1 12 1 9331 1
    INDEX PK_MOVIE_TITLE_ATTRIBUTES ANALYZED 0 1 1900 0
    TABLE ACCESS PRODUCT_AVAILABILITY ANALYZED 1 8 1 9371 1
    INDEX PRODUCT_AVAILABILITY_PK ANALYZED 0 1 1900 0
    I need the help very urgently. Kindly give me the solution immediately.
    Edited by: msora on Feb 10, 2009 3:19 AM

    msora wrote:
    Thanks Ozy,
    The query is using joins instead of subquery. The statistics are latest. the query is using indexes too.the optimzer_mode is all_rows.
    Now, you tell me what hint i should use to optimize this query?
    Thanks and Regards,
    MSORAHmm, urgent, immediately, its not Support MSORA. Be patient while asking for help or if its really urgent, open an SR with support.
    Your query is not able to be read. Format it using the { code }( without spaces) and post it. Also there is no such thing that you can just put any hint and query will be tuned. Trace your query with 10046 trace( search this forum for that) and paste its output here.
    Aman....

  • Urgent Sql Query Problem - -Very Urgent

    Hi Guys,
    I need a urgent solution for a problem.I am
    using the following query
    select ename from emp where deptno =10
    Now I will declare a bind variable and if user passes 'A'
    then the query will run as it is and if he passes B
    then it should run the above query with this additional clause -> birthdate - hiredate >15.
    Please can any one help its very urgent

    Assuming that you have a birthdate column in your emp table, the following will do what you are asking for:
    VARIABLE bind_var VARCHAR2(1)
    EXECUTE :bind_var := '&bind_variable'
    SELECT ename FROM
    (SELECT 'A' AS selection, ename FROM emp WHERE deptno = 10
    UNION ALL
    SELECT 'B' AS selection, ename FROM emp WHERE deptno = 10 AND birthdate - hiredate > 15)
    WHERE selection = :bind_var
    However, the clause "birthdate - hiredate > 15" will only retrieve rows for employees who were born more than 15 days after they were hired. I doubt that this is what you really want, since this is impossible.

  • Very Urgent: SQL Query Help

    Hi,
    I have a table which has location ID and text for these locations are stored in a seperate table.
    I am running query on table which has location ID but for every location I want it display its text which is stored in another table.
    How can this be done with SQL? This is a bit urgent, please help.
    Thank you,
    Raja

    might be a good idea to improve basic SQL knowledge by reading
          http://tahiti.oracle.com
          http://oreilly.com/catalog/9780596006327/index.html
          http://asktom.oracle.com
          ... whatever ...will give you some new insight about something very urgent

  • Urgent: InfoSet Query Problem

    Hi:
    I have a question related to the InfoSet issue I have been experiencing.
    I have a SD ODS which has e.g Material, Cal Year/Month and Sales Qty, Sales Amt. I have another ODS which contains BOM (Bill Of Material Data) consists of Material, Components and Qty for each component. I created an InfoSet by using material as join field between this. When I created a query it shows report as shown below.
    Material     Component     Sales Qty      Sales Amt     BOM Qty
    111           AAA              1000          500          50
    111           BBB              1000          500          20
    111           CCC               1000          500          10
    It means It keeps sales Qty for each component so at aggregated level my sales qty and amt is 3000 and 1500 resp. Which is not correct. What can I do in order for Sales Qty & Sales Amt not to repeat. Any help will be appreciated.

    Hi,
    One way to get your correct values is by using formulas for sales quantity ands sales amt:
    sales qty formula = sales qty * BOM Qty / SUM(BOM Qty)
    in this way you will get
    111 AAA 625 312,5 50
    111 BBB 250 125    20
    111 CCC 125 75,5  10
    Cioa
    Joke

  • Urgent-Multiprovider Query

    Hi Experts,
    I have a Multiprovider on Purchasing Cube(0PUR_C01),General Ledger ODS(0FI_GL_O02)and Material Movement Cube.(YCPS_MOVE).
    Issue 1
    Currently the query is restricted by Company Code,when we do that the 0Vendor and 0Batch information from Material Movement cube is not being displayed.
    Issue 2
    When not restricting the query, i do get the 0Vendor and 0Batch info on the report.But the keyfigures(all of them from GL ODS ) are shown as parsed.
    This is how my output looks like currently.
    Ex:
    Plant  PO     Material  Vendor  Batch    GR Debit quantity  GR quantity GR variance
    03      6605     12          69        3007
             #             100Kg                 100KG       30.31 USD   
    Is there any solution to get the keyfigures into the same row.If so please pass on the solution.
    Thanks in advance.

    Hi Anil Kumar,
    Thanks for the suggestion.Points duly assigned.But now i have another situation,i have used infoset on GL ODS and MM Cube.
    in situations with item having multiple batches or Vendors,and in such situation i am getting same KFvalue in every row and the total of this obviously wrong.Is there any solution to get only one record for keyfigure value or correct the total.
    Example:
    Plant  FiscYr/Period    PO    Item  Material   Batch    Vendor   GRVariance  
    0353     001/2006       4500    10     104         19207    1007        -$3935
    0353     001/2006       4500    10     104         19208    1007        -$3935
    0353    001/2006        4500    10     104        19208     1008         -$3935
    The KF GR Variance is from GL ODS,is there any solution that i can have only one value or get the correct total for that particualt column.
    Please advice.
    Thanks in advance

  • Urgent : Workflow with two steps

    Hi All,
    i am doin a workflow in which i am using a activity step first to display the PO/SO and then a user decision step for either approving or rejecting it.
    bt once the activity step (work item in SAP inbox) is executed, the workflow is terminated.
    the user decision step is not executed.
    can anyone assist how can i make both step work synchronously?
    Thanks in advance.

    it is difficult to understand the issue. I request you to just do Business Business Object binding from Wflow to task in the decsion step. By doing that you will get the link of the PO/SO and you can use the decision also.
    By the way are the present task in sequential fashion. I dont think so. It appears they are in a fork of 2 parallel branch and 1 necessary branch wich should not be the case change it 2 necessary branch
    Thanks
    Arghadip

  • Urgent : Workflows for Purchase Order

    hi,
           My requirement is to make workflows for creation of Purchase Order.i,e Whenever a PO is made in the system,one mail should be sent to the concerned person for approval.I came across object type BUS2012 which is for Purchase Order but it's event list does not contain for "creation".How to approach for the same or any other solution.
    Thanks and Regards,
    Gaurav

    Hi,
    Standard Workflow for Purchase Order is WS20000075(Access it via PFTC_DIS Tcode). The business Object for Purchase order is BUS2012(access it via SWO1 Tcode).
    http://help.sap.com/saphelp_47x200/helpdata/en/75/ee153f55c811d189900000e8322d00/frameset.htm
    Regards
    Kiran Sure

  • URGENT (sql query not execute)

    Hi Forum
    i made an application which run on JRun server.
    In many of my jsps i used sql query like this:
    " select id, name, rollno from student where add = 'jj';"
    and retrieve the record from resultset like this:
    rs.getString("id");
    rs.getString("name");
    rs.getString("rollno");
    I got no error.
    BUT WHEN I RETRIEVE THE RECORDS LIKE THIS
    rs.getString("name");
    rs.getString("id");
    rs.getString("rollno");
    i got the error:
    java.sql.SQLException: [Oracle][ODBC]Invalid column number <1>.
    I can not understand what is the problem ?
    all the datatypes are correct.
    all coding is correct.
    and everything is correct.
    pls help me & suggest a solution.
    is there any problem of jdbc API OR of JRUN SERVER SETTINGS?
    thanks
    mail me at [email protected]
    Arvind Goel

    " select id, name, rollno from student where add =
    'jj';"
    BUT WHEN I RETRIEVE THE RECORDS LIKE THIS
    rs.getString("name");
    rs.getString("id");
    rs.getString("rollno");
    You are retrieving the fields in a different order than what is specified in the select statement.
    Some drivers don't allow that (I don't believe it matters what version of the driver you have.)

  • Urgent(sq01) query

    Hi friends
      I have generated a report using SAP query(sq01).can any one tell me how can i  make the selection fields obligatory here.
    Regards
    Bunty.

    Hi
    I think You can't make them as Obligatory
    see this
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b413afab52b9e10000009b38f974/content.htm
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp
    Step-by-step guide for creating ABAP query
    http://www.sappoint.com/abap/ab4query.pdf
    ABAP query is mostly used by functional consultants.
    SAP Query
    Purpose
    The SAP Query application is used to create lists not already contained in the SAP standard system. It has been designed for users with little or no knowledge of the SAP programming language ABAP. SAP Query offers users a broad range of ways to define reporting programs and create different types of reports such as basic lists, statistics, and ranked lists.
    Features
    SAP Query's range of functions corresponds to the classical reporting functions available in the system. Requirements in this area such as list, statistic, or ranked list creation can be met using queries.
    All the data required by users for their lists can be selected from any SAP table created by the customer.
    To define a report, you first have to enter individual texts, such as titles, and select the fields and options which determine the report layout. Then you can edit list display in WYSIWYG mode whenever you want using drag and drop and the other toolbox functions available.
    ABAP Query, as far as I Believe, is the use of select statements in the ABAP Programming. This needs a knowledge of Open SQL commands like Select,UPdtae, Modify etc. This has to be done only by someone who has a little bit of ABAP experience.
    To sum up, SAP queries are readymade programs given by SAP, which the user can use making slight modification like the slection texts, the tables from which the data is to be retrieved and the format in which the data is to be displayed.ABAP queries become imperative when there is no such SAP query existing and also when there is a lot of customizing involved to use a SAP Query directly
    use either SQ02 ans SQ01
    or SQVI tr code
    for more information please go thru this url:
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp
    http://goldenink.com/abap/sap_query.html
    Please check this PDF document (starting page 352) perhaps it will help u.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    check the below link will be helpful for u
    Tutorial on SQVI
    once you create query system generates a report starting with AQZZ/SAPQUERY/ABAGENCY2======= assing this report to tr code for the same
    Reward points if useful
    Regards
    Anji

  • URGENT : Workflow for Vendor Bid

    Hi all,
    Hope everyone is doin fine out there..
    We are having a workflow issue for the Vendor Bid...
    We have activated the event linkage for the Vendor Bid..
    WS79000010 (No approval required) and deleted all the start conditions for this bus. obj (BUS2202)..
    The vendor as a bidder is able to submit his bid.. and once this bid is accepted the status is alwayz awaiting approval...
    is there any way we can inactivate the awaiting approval...bcoz in BBP_PD i see for this vendor bid the awaiting approval is not marked inactive....
    or do we have to maintain anything in the org structure..
    Thankz in advance
    Regards
    Manoj A.

    Hi Yann,
    SRM_SERVER 500 0008 SAPKIBKS08
    we are in testing now.. we did not run into such problems on the dev system..
    and in my inbox we get an error..
    Workflow WS79000010 not activated
    Not activated due to:
    9999999999 E Workflow definition '' not in version ''
    Further results of syntax check:
    9999999999 I The container element Initiator is written, but not read or exported
    0000000104 W Data may be lost in assignment between type 'CHAR255' and 'WFSYST-ACT_AGENT'
    Correct the error either here in the local system or in source system
    and then transport it again
    appreciate someone looking into this..
    not sure if this is a config issue..
    Regards
    Manoj

  • Urgent , Two Query questions ...

    Hello everybody ,
          i have created a query in our production system . but i found some people can change my query setting (ex : my local fileds & selection fields ) , has any one can tell me how can i disable the 'Change' function in 'SQ01' ? many thanks !
    (i also use 'su24' to check the authorzation object in 'SQ01' , but i don't know which one can help me to solved this case)
          another question that is when i execute the query i found one of the field's sequence was wrong . but this query is used everyday & nobody has changed it . but when i use  sort this function to make it & it seems ok . therefore i think the problem is in the table index , right ? Has anyone can tell me how to check it ?
    Best Regards,
    Carlos

    hi Ramki
         the query is made by ourselves . the data is only fetched from the billing table (vbrk & vbak) . but today i found some filed's sequence was wrong & i don't know what cause this .
    another problem is that could you tell me how to disable 'Change' function in 'SQ01' ?
    many thanks ~
    Best Regards,
    Carlos

  • Urgent: Workflow for travel plan approval

    Hi all, can anyone tell me is there any standard workflow for travel plan approval??
    also let me is there any standard workflow for plant maintenance??
    thanks in advance
    with regards,
    Raj

    Check this out....
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d5/202038541ec006e10000009b38f8cf/frameset.htm
    -Pinkle

  • Workflow query

    I have a requirement where in on creating a condition type in ME11, based on condition types a workflow needs to be triggered.
    Each condition type will be entered by different users and the approvers will also be different.  The other thing is user can also enter condition type using ME12, MEK1, MEK2 for a new inforrecord request.
    For a change request, he can enter the condition types through ME12, MEK1, MEK2.
    User can at any point of time recall and re-submit or give up the request. If he gives up, the wrokflow should get terminated.
    I wanted to know how this can be achieved. 
    I was thinking of lines where in
    1) Events CREATE and CHANGE to be created for a custom BOR since standard BOR does not exists.
    2) Have enhance,enhancement spots/user exits in ME11/ME12/MEK1/MEK2 to trigger respective events if i cannot capture standard CREATE or CHANGE events.
    Appreciate your inputs.
    Regards
    PN

    Thanks,
    So u are saying instead of an event, use FM to trigger the workflow.
    There is a case when the workflow is triggered, two work items should come to initiator inbox, which allow him to either resubmit the same again, or recall the entire workflow.
    I have also a case where in on rejection by approver, the workitem will come back to the initiator to change and resubmit or he can terminate.
    Since i am using ZME11/ZME12 to trigger the workflow, i needed to know for the "revise and resubmit" workitem which comes back to initiator incase approver rejects, can i call the same transaction"ZMe12" on click on the revise workitem, so that the initaitor can see the details , change and resubmit in the same workflow.?
    in terminate case, i presume, i will need to trigger the terminating event on the button.
    Also any idea how i can maitain SWFVISU, in SAP 4.6c 6.20 since it doesnt have that transaction.
    Appreciate your help.
    Regards
    PN
    Edited by: Portal Newbie on Oct 5, 2008 10:27 AM

  • Urgent Required Query !!

    update
         ttfgld102777
    set
         t_amth_2 = (t_amth_2 + @diff)
    where exists
         ( select t_amth_2 from orabaan
         where
              t_dbcr = 1
              and t_btno = @batch
              and t_ttyp = @ttype
              and t_docn = @doc )
    I want to add for each 't_btno' clause in the where clause to auto update all records..
    ex t_btno is between 1 and 10000

    First off your use of the word "urgent" is offensive and deserves an apology. "Urgent" is when your house is on fire or someone is drowning. There is no urgency to your request.
    Second you didn't post an Oracle version number which is a strong indication you are just a student.
    Third your DML is written in Microsoft's/Sybase's SQL and has no meaning in Oracle.
    What you need to do is write the business case, in English or pseudo-code, so that we understand what you are trying to do.
    My guess is that you could easily do this using Oracle's CONNECT BY:
    http://www.psoug.org/reference/connectby.html
    but I am not inclined to offer a proposed solution given that your intent is unclear.

Maybe you are looking for