CO Allocation test run report  development (About program AL01800R )

At first, user will use T-CODE KSV5 to execute the cost center distribution.
After that, they want to output a report to analyse the distribution result.
We have an add-on report to realize it.
But now, user department need to output a same report just after KSV5 test run. (simulation report)
The data will not be stored in database after TEST RUN.
So we can't find the distribution result from the database.
We just found an useful function "k_allocations_run", and a program "AL01800R".
Does anyone have a solution to develop the report?
Thanks!
Vicky

Hi, Ali
Thank you for your reply.
The test run result isn't enough to support analysis.
we also need to link to other tables (like cost center group table etc.)
For the program AL01800R, If you never run the cycle in your system, you can't find it.
you have to run the cycle one time at least.
Regards
Vicky

Similar Messages

  • Need to add TEST RUN in the Z  Program (URGENT)

    Dear All,
    I have to add a TEST RUN check Box in the Selection screen,same as Tcode:MRRL.
    Current Functionality: When we run this Z program,this will update the Local file data into DATABASE,will create a list stating the number of records updated and so.
    Required Functionality is: Before updating the data into DATABASE,want a preview of list with the details of number of records will update and so.
    Once user confirms the message,will back to the Selection-Screen and Uncheck the Check box and execute.Now data will update in the DATABASE.
    I hope You understand what i mean to say.
    Thanks & Regards,
    Seshadri G

    Hello Seshadri
    If the DB table is updated from an itab having the same structure then you could simply display the data in an ALV list, e.g.:
      IF ( p_test = 'X' ).
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
          EXPORTING
            I_STRUCTURE_NAME = <name of DB tabe>
         TABLES
            t_outtab = <your itab with updated data>.
      ELSE.
    * ... update DB table
      ENDIF.
    Regards
      Uwe

  • Report Developer 10g won't run

    I wan't to run Report Developer, but when I start it only appears Reports logo: Oracle Reports Builder 10g and nothing else.
    In the task manager there is the rwbuilder.exe.
    What can I do?
    please Help!!!!
    Thanks in advance.
    Regards

    the other products had functioned normally. Only the Reports presented this behavior. <<u never know until u get to spefifics. Usually products are certified to run on specific jvm versions.
    That means it is fully qa tested on that jvm.
    It doesnt necessarily mean it wont run in previous jvm version, or that it will run for all cases for a previous jvm version.

  • What to install to run reports through application server!

    Dear All,
    I have to run reports developed in Oracle 6i windows platform on web.
    I have to install this application server on Linux operating system.
    Kindly help me what components of application server 10gR2 I need to install to configure reports.
    Is there any tutorial available?
    Regards,Imran

    I am installing forms and reports services standalone on CentOS 5.Well, CentOS is not certified by Oracle, but it's a Red Hat clone, so you shouldn't have problems.
    Nevertheless I have to say that I've never used it for Application Server (I normally use Oracle Linux).
    is there any tutorial to install report services standalone on CentOS operating system?Follow the Linux Red Hat sections within above link.

  • Report runs OK through concurrent program, but not when called through URL

    We have a custom 6i report developed that works successfully 100% of the time when run through a concurrent program.
    We are now attempting to integrate this into an OAF application. To do this, we build the necessary call to the reports server by reading different profile options, etc and come up with a URL like this:
    http://ebsd777.xxxxx.com:8000/dev60cgi/rwcgi60?d777_APPS+report=XXMFG_ESPEC_REPORT.rdf+P_SPEC_ID=43+DESFORMAT=PDF
    This report works 90% of the time when called like this, but the other 10%, we get the following error:
    "Error: The requested URL was not found, or cannot be served at this time.
    Incorrect usage."
    Trying to find what the differences are between the reports that work and those that don't - found that reports which fail seem to extend out further to the right than the reports that do work. But, these reports still fit on standard letter paper in landscape format - as we can verify through the concurrent program call.
    Is there some sort of report server setting or parameter which we can change to get this to work when called through the reports server URL?
    Any thoughts would be appreciated!
    Thanks,
    Craig

    Hi,
    Please post the application release along with the database version and OS.
    But when i call the same program through the pl/sql executable of another concurrent program , it does not print the pdf output by defaultHow do you call the program? What is the value of the number of copies profile option?
    Please see if these docs help.
    Note: 757901.1 - How To Restrict The Number Of Copies To 1?
    Note: 729117.1 - How To Specify the Number of Copies to Print by Report?
    Thanks,
    Hussein

  • Run Web Layout in Reports Developer not working properly

    I created a simple tabular report on hr.employees. It runs fine for the "Run Paper Layout" button. When I click "Run Web Layout" I get an IE browser window with the following:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    I do not know where to 'Set the init-param debug_mode to "true"'
    I'm using windows XP
    My "home" for the 10g Developer Suite is I:\DevSuite10g
    My "home" for the 10g Rel2 database is I:\oracle\product\10.2.0\
    I can navigate to http://mycomputer:8890/reports/rwservlet and see the
    "OracleAS Reports Services - Servlet Command Help" webpage
    I'm not using Oracle Application Server software.
    Please Advise........Mark

    Sure, here is the note.
    Subject:  Running JSP Report in Builder returns: Error: 404 Not Found Oraclejsp: Java.Io.Filenotfoundexception
      Doc ID:  372624.1 Type:  PROBLEM
      Modified Date :  07-JUN-2006 Status:  MODERATED
    In this Document
      Symptoms
      Cause
      Solution
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to: Oracle Reports Developer - Version: 10.1.2.0.2
    This problem can occur on any platform.
    Symptomso The loss of functionality
    Cannot test jsp using Run to Web Layout button.
    o The sequence of events
    Open a report in builder.
    Click on Run to Web Layout.
    Browser shows 404 error.
    o The significance of loss
    Cannot test reports in builder.
    o Include specific error messages (error number with syntax)
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the initialization parameter in debug_mode to "true" to query the complete exception message.</HT
    o What IS working
    Paper layout reports work.
    CauseA space in the name caused the URL call for the jsp not to be valid.
    When the URL is generated, the space is treated as the need for a new parameter.
    EXAMPLE
    JSP name: 'my test.jsp'
    Builds the following URL:
    http://server:3000%2Fmy+test000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    While the following name without a space produces a good URL
    JSP name: 'myname.jsp'
    http://server:3000%2Fmyname000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    Note that the '+' is not in the good URL.
    SolutionTo implement the solution, please execute the following steps:
    1. Rename you report from my test.jsp' (with space) to 'mytest.jsp' (no space)

  • How to run my program in "test run" mode, programmatically ??

    Hi,
    Assume I have written a Zprogram and called a BDC to input a batch of data from an CSV file. I could see that in a normal input mode, some of the SAP transactions allow me to select "Test Run" so that SAP first checks if the data I enter is correct and can be saved. It then reports a succes and then I re execute !! U can see that option in transaction KP90, Delete Planned cost.
    Can I do the same programmatically so that I ensure that my batch data upload will be successful for this set of data ??
    Also, another question related to BDC... what happens when a record fails to confirm the SAP input rules ?? will only that be skipped from the batch input and rest be stored in the DB or will the entire batch of data will be reverted , something like ROLLBACK ??
    thanks

    hi,
       set one flag in the program for test run.
       if flag = 'X'.
          write success message here.
          dont save ur data
       else.
         save ur data
       endif.
       regarding ur 2nd question if one record is error also the data will not be updated for all the records.
       as u had mentioned it will ROLLBACK

  • Unable to run report from forms developer.

    hi....
    i m not very much in developer 9i.from last 2 month i m doing developer 9i.I m desiging and running
    report from report builder.but i m not able to run that report from forms developer.Can anyone help to solve my problem?is there any particular extension i have to follow or any configuration(Application server) i have to made change?What code i have to write to run a report from forms?

    Hi frank...
    Thanx for ur reply...
    Actually what i did,i created a report and save that report with .rdf extension.I set reports_path(In Registry) property to the particular folder where i put all of my reports.In forms developer i add the report as report object from that folder.i set the following few lines in a button click event
    --=============================================
    declare
    rep_id report_object;
    v_rep varchar2(30);
    begin
    rep_id :=find_report_object('report4');
    v_rep :=run_report_object(rep_id);
    end;
    --=============================================
    when i click the button it is showing a error "You didnot specify the report name".This is all about from me what i did to run a report from forms.So should i do to run report?

  • Creating ABAP Unit Tests for Report Programs

    How can we create ABAP unit test  for report programs.
    Please explain the steps?

    Hi Devendra.
    I would like to suggest some references which are as below:
    [SAP HELP - Complete ABAP unit|http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm]
    [SDN - Reference for ABAP unit testing|about unit testing;
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave
    Edited by: Harsh Dave on Jul 14, 2008 2:13 PM
    Edited by: Harsh Dave on Jul 14, 2008 2:20 PM

  • Report developed in 6i and open and run in 10g, Web Layout is not working

    Hi,
    Initially reports were developed in Reports 6i now we need to convert into 10g. I just opened the .rdf in Reports10g. Report is successfully running in paper layout and showing the data. But when i try to run the report in Web Layout im getting a BLANK INTERNET EXPLORER SCREEN. Why is it so? What should i do to run my report successfully in Web Layout? When i see Web Source, i am seeing the below code,
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    <!--
    <rw:report id="report">
    <rw:objects id="objects">
    </rw:objects>
    -->
    <html>
    <head>
    <meta name="GENERATOR" content="Oracle 9i Reports Developer"/>
    <title> Your Title </title>
    <rw:style id="yourStyle">
    <!-- Report Wizard inserts style link clause here -->
    </rw:style>
    </head>
    <body>
    <rw:dataArea id="yourDataArea">
    <!-- Report Wizard inserts the default jsp here -->
    </rw:dataArea>
    </body>
    </html>
    <!--
    </rw:report>
    -->
    Please, guide to achive the Web Layout Report.
    Thanks & Rgds,
    M Thiyagarajan

    Hello,
    The answer is in the Migration FAQ :
    When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
    Regards

  • Questions about the Apple Developer Enterprise Program

    Hi there,
    i got some questions about the Apple Developer Enterprise Program:
    - is there a way a company can create their own "AppStore" with only the APPs the employees should use?
    - when I developed the enterprise app are the install files on a apple hosted server or do i need my own infrastructure to distribute my app?
    Thanks in advance for answers!

    Google: MDM

  • Error when I run report RSCMST to test the content server.

    when I run report "RSCMST" to test the my content server.    I get the error:
    header        HTTP/1.1 401 Authorization Required
                  date: Fri, 05 Dec 2008 20:20:45 GMT
                  server: Apache/1.3.41 (Unix) SAPCS/640
                  x-servertime: 20:20:45
                  x-query: create&pVersion=0046&contRep=ZTEST001&docId=020D3949CA03445AE10000000A14022B&compId=data&docPro ..
                  t=rud&accessMode=c&authId=CN%3DCPJ&expiration=20081205142027&secKey=MIH3BgkqhkiG9w0BBwKggekwgeYC
                  x-serverdate: 2008-12-05
                  x-pversion: 0046
                  x-errordescription: URI signature has expired
                  x-serverid: server="content01.ivo.com.cn";serverPort="1090"
                  x-servertype: SAP HTTP Content Server
                  content-length: 752
                  connection: close
                  content-type: text/plain
                  ~remote_addr:
                  ~uri_scheme_expanded: NONE
    want                 201
    bad           401
    time              17.974
    It seems that the "bad 401" means a http error.    I do not know how to configure it ?
    my content server uses the maxdb,  and http is apache, they are all running on redhat linux ese 5
    who can give me some advices?  thanks

    Victor,
            Looks like a web server authentication issue. I suggest you raise this issue in a basis/ web application server forum,
    Sojan

  • Error 401 when run report "RSCMST" to test my content server

    when I run report "RSCMST" to test the my content server. I get the error:
    header HTTP/1.1 401 Authorization Required
    date: Fri, 05 Dec 2008 20:20:45 GMT
    server: Apache/1.3.41 (Unix) SAPCS/640
    x-servertime: 20:20:45
    x-query: create&pVersion=0046&contRep=ZTEST001&docId=020D3949CA03445AE10000000A14022B&compId=data&docPro ..
    t=rud&accessMode=c&authId=CN%3DCPJ&expiration=20081205142027&secKey=MIH3BgkqhkiG9w0BBwKggekwgeYC
    x-serverdate: 2008-12-05
    x-pversion: 0046
    x-errordescription: URI signature has expired
    x-serverid: server="content01.ivo.com.cn";serverPort="1090"
    x-servertype: SAP HTTP Content Server
    content-length: 752
    connection: close
    content-type: text/plain
    ~remote_addr:
    ~uri_scheme_expanded: NONE
    want 201
    bad 401
    time 17.974
    It seems that the "bad 401" means a http error. I do not know how to configure it ?
    my content server uses the maxdb, and http is apache, they are all running on redhat linux ese 5
    who can give me some advices? thanks

    hello,
    I am also getting same problem with newly installed content server.
    I have defined connectivity through CSADMIN. but when I 'm running this report I 'm getting same
    time (-93) problem.
    Could you please tell me how you rectified time zone setting problem..
    would be great help..
    Regards
    Anju

  • Crystal Reports Developer XI shuts down when trying to run a report

    I have been using Crystal Reports in my office since 2005 without any problems.
    However, recently when previewing reports in the Developer edition of Crystal Reports XI I have experienced a problem. After logging onto the databases and selecting the parameters, instead of displaying the report the application closes. This only occurs on a few of my reports, I have not made any changes to these reports and up until now they have been working without error.
    The only change to the operating environment has been a recent upgrade to Windows XP.
    Any suggestions for a fix?

    Naveen,
    The reports where developed in the current version. 
    There isn't any other version installed on the machine.
    I only have Crystal Reports Developer XI installed on 1 machine in the office.  The reports are loaded in the Business Objects Management Console and available for other office staff to run from the Business Objects Viewer.  The reports run OK from the viewer.
    I have tried un-installing Crystal Reports Developer XI and re-installing it already - the problem still occurred.
    There are a number of faulty reports, some query 1 database others only 1 database, some have SQL tables others do not, most of them have subreports, formula fields, parameter fields, and group name fields, 1 also has a running total field.
    Most of the reports I have created are similar but have different selections.
    Thanks for your help, hope we can find a solution.
    Ann.

  • Test simulation or Test run in program RFBIBL00

    Hi,
    I am trying to use the program RFBIBL00 for invoice posting...
    I have filled the relevant data in the strucutres and populated the file...
    Now i need to simulate/or do a test run to check the data is correct before the actual posting...
    There is a checkbox for "Check File Only"... is this checkbox for the same purpose of simulation or test run?
    Have anybody done the test run using this program, Do let me know
    Also i am getting an error "Not able to open the file"....what could be the problem..(i have created a txt file and placed the same in the presentation server/desktop with some data..still there is an error)
    Thanks
    Shiva..

    Hi,
    Check file only checks the validity of the data in the file. The file must be sitting in app server.
    Cheers.
    ...Reward if useful

Maybe you are looking for