Unable to compile Move order pick slip report using report builder

Hi, I'm unable to compile the Standard Move order pick slip report using report 6i. I'm getting the error "wrong no of or types of arguments in call to "RUN_DETAIL_ENGINE". Please help.

Hi,
Looking for some help on this.
Thanks in advance!
Venkat

Similar Messages

  • 'Move order pick slip report' Report not picking XML publisher Template.

    Hi,
    SUB: i have to create one XML report on .RDF(move order pick slip report).
    Submitting procedure move order pick slip report : i have created one Discrete Job and released that Job, then Component pick release for that particular job. then move order number will generates. then automatically fires the 'Move Order Pick Slip' Report.
    NOTE: what i meant to say is i am not submitting the report from SRS window. it will fires automatically when Component pick release.
    For this i have taken .xml and generated .rtf according to my layout and i have registered with XML publisher also.it is correct . But while running the report i am geting output as XML codes not in template(wht i have .rtf) format.
    if i have to see the output in template from. (i have taken in conc program output as XML also) still same problem.
    please help me if anybody having solutions.
    Thanks
    Valli

    Hi Valli,
    1:The first thing i would suggest that please check the BI Publisher version you are using (on apps/and on template builder also).
    2: In any case if your report is not picking up the template and generating the xml output , i suggest you to attach one program "XML Report Publisher" in your SRS.
    Oncwe you run your report and its generate the xml output. you have to take the request id & from view ---> submit request--->XML Report Publisher. run this request again.
    it will ask for the request id , select the appropriate request id and it will generate the pdf output as per your requirement.
    But this is temporary solution , i strongly recommend you to check the updated version of BI Publisher and instaal it on your oracle apps instance. also use the updated version of bi publisher for Layout(Template Builder).
    Regards
    SRatnesh

  • Move order pick slip report XML report not geting out put as templete

    Hi,
    SUB: i have to create one XML report on .RDF(move order pick slip report).
    Submitting procedure move order pick slip report : i have created one Discrete Job and released that Job, then Component pick release for that particular job. then move order number will generates. then automatically fires the Move Order Pick Slip Report.
    NOTE: what i meant to say is i am not submitting the report from SRS window. it will fires automatically when move order is generated.
    for this i have taken .xml and generated .rtf according to my layout and i have registered with XML publisher also.it is correct . But while running the report i am getiing output as geting codes not in template(wht i have .rtf) format.
    if i have to see the output in template from. (i have taken in conc program output as XML also) still same problem.
    please help me if anybody having solutions.
    Thanks
    Venakt M

    Hi,
    Looking for some help on this.
    Thanks in advance!
    Venkat

  • Move order pick slip report in Oracle Application 11i

    hello
    I have problem with Move Order Pick Slip Report in Oracle Application 11i that in my system it is not running. when I submit this report from my system, the application halt and I have to restart application on my system.
    on other computer it is running properly
    Pls help me in this regard
    Sadiq

    Hi,
    Looking for some help on this.
    Thanks in advance!
    Venkat

  • How to fix export error - unable to compile movie?

    I can seem to find any concrete / concise solution for this.

    I am not having any lucky fixing this export error (unable to compile movie) in Premiere Pro CC.  All available articles seem to run me in circles and dont seem to help.  I am running on macbook pro 17" and OS X 10.8.4.
    I have about 200 GB available for storage and 8 GB RAM. 
    This problem just began a couple of days ago and has been frustrating to say the least.   I have uninstalled program and reinstalled it to no avail.
    Help.
    Bill

  • How to Display  'purchase order text' in MM03 using report program

    Hi Friends,
    Can anybody suggest me how to display 'purchase order text' in MM03 using report program.
    'Purchase order text' tab displays purchase long text of particular material .
    I coded as:
          SET PARAMETER ID 'MXX' FIELD 'E'.
          SET PARAMETER ID 'MAT' FIELD k_final-matnr.
          SET PARAMETER ID 'WRK' FIELD k_final-werks.
          CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
    It displays Purchasing tab other than Purchase Order Text tab of MM03.
    Please suggest me how can i solve this.
    Is there any parameter id to set values for Purchase Order text tab

    >
    Madhu Mano Chitra wrote:
    > I want how to navigate to MM03 'Purchase Order text'  tab/ view using ABAP code.
    > could any suggest me
    You can call a transaction and pass it a BDC table that tells it where you want it to go.  You have to work out for yourself what to put into the BDC table.  The code below works for tcode CATSSHOW.
    DATA: bdcdata_wa  TYPE bdcdata,
          bdcdata_tab TYPE TABLE OF bdcdata.
    DATA opt TYPE ctu_params.
       CLEAR bdcdata_wa.
        bdcdata_wa-program  = 'CATSSHOW'.
        bdcdata_wa-dynpro   = '1000'.
        bdcdata_wa-dynbegin = 'X'.
        APPEND bdcdata_wa TO bdcdata_tab.
        CLEAR bdcdata_wa.
        bdcdata_wa-fnam = 'SO_STATU-LOW'.
        bdcdata_wa-fval = '20'.
        APPEND bdcdata_wa TO bdcdata_tab.
        CLEAR bdcdata_wa.
        bdcdata_wa-fnam = 'ANDZEIT'.
        bdcdata_wa-fval = SPACE.
        APPEND bdcdata_wa TO bdcdata_tab.
        CLEAR bdcdata_wa.
        bdcdata_wa-fnam = 'PAST'.
        bdcdata_wa-fval = 'X'.
        APPEND bdcdata_wa TO bdcdata_tab.
        IF p_selscr = SPACE.
           CLEAR bdcdata_wa.
           bdcdata_wa-fnam = 'BDC_OKCODE'.
           bdcdata_wa-fval = '=ONLI'.
           APPEND bdcdata_wa TO bdcdata_tab.
        ENDIF.
        opt-dismode = 'E'.
        opt-defsize = 'X'.
    CALL TRANSACTION 'CAPP' USING bdcdata_tab OPTIONS FROM opt.

  • Creation of report using Report Painter

    Dear All,
    I have a requirement to create a report using Report Painter. I don't have any idea about this.
    Could you pls provide me some study materials or Links to study Materials, it could of great help.
    Regards
    Ranjan

    report painter
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    <b>reward points if helpful</b>
    Message was edited by: Rahul Kavuri
    Message was edited by: Rahul Kavuri

  • Query for recurring reports using Query Builder in Business objects

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

  • Can you create report using report painter with Tcodes:FAGLL03,FCHN

    Hi Experts,
    1.I want to create report using report painter by using tcodes FAGLL03,FCHN.Can i create with report painter?
    2.i never used report painter can anyone provide report painter pdf for ecc6.0
    3.can any oneguide me how to develop report in report painter by using this tcodes.
    4.If not possible can i do with report writer?
    Regards,
    naresh.
    Moderator: Don't mix report painter with the TCodes wyou mentioned; there is no link between them. Regarding Report Painter - search SDN. Respect the rules and don't cross-post: you asked the same unclear question in several forums!

    cross posted
    Edited by: nareshvarma on Jul 19, 2010 9:11 AM

  • Regarding reports using Report Painter

    Hi gurus,
              I am new for this reports. I have to create a report for HU's with material number,handling unit number, description and status. I am trying create this report using report painter. I have gone through forums on how to create a report. But there is no standard reporting table for this HU's. To create a report libraries are needed but these are linked to reporting tables. So can any one explain me how to create a reporting table and also report.
            Let me know if I am not clear about anything.
    Thanks in advance.
    Ravi Boppana

    Hi,
    You can use this link, it describes pretty fair the procedure:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/d1/44f2b5c7f411d296080000e82de14a/frameset.htm
    Generally, the technique is the same as for other SQL tools.
    Regards,
    Eli

  • Predecessor/Successor Report using Report Wizard

    I would like to create a Predecessor/Successor Report using Report Wizard similar to old style pred/succ reports with pred ID with description on top of main activity and succ ID with description below main activity. I currently use version 8.2. Please respond here and direct to [email protected] if you can assist.
    Dan

    Email sent.

  • Unable query button move order

    please help,
    I want to query move order in wms,but there is no query button appear. is it something wrong with the setup?or is it a bug?
    anyone please help..thankyou.

    pls help me on the below issue..
    After creation of move order i m unable to query it again. While i m trying to query the same order in shows "no data to be retrieved".
    But i can do transact move order for the same.
    Is there any setup issue or anyother issue?
    Thanks in advance...

  • How to popluate user defined values in Paramter field of a report using "Report Server Project", BIDS

    Hello,
    I am creating report using "Business Intelligence Development Studio", creating "Report Server Project" connected to TFS database.
    I have created Variance report and the output of report  as below sample:
    Project   Assigned To      Planned Effort        Completed    Remaining  Variance
    P1            X                        20                        
    10                 5              5
    P2            Y                        10                        
    10                 0             0
    P3            Z                          5                        
    0                  5              0
    By default I made Assigned To as parameter field and its showing data for selection in a drop down box (X, Y and Z) and data also filtered correctly.
    Q. how can I fill resource names in a drop down of my own choice (in this scenario, I want to display only X and Y) and display data based on the selected resource? By default parameter displays all the resources which I don't want.
    I did the below but could not get correct result:
    1. Right Click on "Assigned To" parameter, Clicked on "Available Values" and Selected "Specify values" instead of "Get values from query"
    2. Added X as Label and Value as 2 (Employee ID as mentioned in dbPerson table)
    Drop down displays X but when I clicked on report, it gives an error...
    Appreciate your help on this.
    Regards
    Abdul Kalam

    Hi Abdul,
    From the document, we know that CONSTRAINED flag is used to reduce the risk of injection attacks via the specified string. If a string is provided that is not directly resolvable to qualified
    or unqualified member names, the following error appears: "The restrictions imposed by the CONSTRAINED flag in the STRTOSET function were violated."
    So you need to make sure the members are passed properly to the STRTOSET function. For more details, please see the following links:
    http://ch1n2.wordpress.com/2010/02/21/the-restrictions-imposed-by-the-constrained-flag-in-the-strtoset-function-were-violated/
    http://www.bp-msbi.com/2010/04/passing-unconstrained-set-and-member-parameters-between-reports-in-reporting-services/
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Profit center trail balance report using report painter

    HI Experts,
    Please let me know steps to write functional specs for creating profit center trail balancing using report painter and also steps to create profit center trail balance using report painter.
    Thnaks,
    Vani

    Hi ,
    If that kind of report is not available in sap standard then write functional specification with relavant technical field name and table name with the required logic .Give that functional spec to  abapers they will write the technical specification and they will create the required report.
    Thanks & Regards
       pavan

  • Functional Area Reporting using Report Painter/Report Writer

    Hi,
    Could anyone let me know how we can draw up report for a company with functional areas using Report Painter/Report Writer?
    Our client wants to draw Financial Statements on the basis of Functional Area.
    Thanks & Regards,
    Sajan  C P

    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/5f/b77625a0f811d39755006094b969cf/content.htm">Creating a Profit and Loss Statement with Cost of Sales Accounting</a>
    FSI4 for creating forms and FSI1 for creating assocaited reports.
    Standard report 0SAPPRALO-01 Annual Profit and Loss Statement by functional area, can be checked, under FSI3 Type 005.

Maybe you are looking for

  • Can you merge monitors for a single display for video playback?

    I use a projector for a monitor and it's 720p(1080x768) I'd like to add another identical one to up it to 2160x768. Will the os(or at least in part the applications such as itunes, imovie, dvd player and videos played in safari)play across both as on

  • Schedule a webi report to email issue

    Hi, A webi report was scheduled to run and send exel file to email one time. The instance is in a status of "Running" for more than 24 hours. When checked the instance details, it said "waiting for scheduling to complete. Job ID: 15,786, name:[Report

  • After 4.2.1 upgrade get:  requested URL /pls/apex/wwv_flow.accept not found

    Hi, Our hosted site just upgraded to 4.2.1 and I am getting: The requested URL /pls/apex/wwv_flow.accept was not found on this server. After trying to make a change on a master/detail form. I thought Apex 4.2 increased the # of fields on a master det

  • Is there a plug in for nuance pdf reader?

    I have stopped using Adobe Reader and started using Nuance PDF Reader. It is much more efficient and a much smaller footprint. My problem is that it will not open pdf documents imbeded in a web page. Example, I am trying to read my messages from Veri

  • Firefox 21 is not showing theme preview images

    In Firefox 21 for Mac OS, there is no longer any preview image, which is usually a little screenshot of the left end of the toolbar, shown for a theme when you click the "More" link to get more information about the theme. The only image there now is