Oracle FA FASRSVED.rdf report need to customized ...FABAL.pll

Hi there
I have to customized the report FASRSVED, I have downloaded the file and FABAL.pll.
When I open the rdf into the Oracle Report I see the FA_BALANCES_REPORT_GT table , and If I go look data in sql I don’t see any records.
It looks like that there should be a process some where in FABAL.ppl which populate the FA_BALANCES_REPORT_GT table during the report process.
Can some body share the knowledge how I am going to populate this table.
Thanks
ASIM

Hi,
Table FA_BALANCES_REPORT_GT is a global table. Data in this table is maintained session wise. Once session is lost data will be gone
When we run the report the data gets inserted into this table and the interface tables suffix with _itf are used to display the data in the report and report queries are based on same.
So you have to populate the table during session and then need to store in some other table for later use if required.
Look in the code of FABAL.pll you will get an idea.
Cheers
Sunil

Similar Messages

  • RM06EN00(Purch Docs per Doc Numb Report): Need a Custom Alternative

    I need to copy and revise this standard report. The user wants one line that has the PO Num,and all items lines on one line.
    Does anybody have anything close to this created they could share?
    Else, the logic seems very complex, does anybody know where exactly the data is formatted for output?
    Any feedback is appreciated.      Thank-You.

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • Error in Custom RDF reports

    Hi-
    I have installed new UAT instance, after that i have registered CUstom Top in new instance(using same procedure which i have followed for Dev).
    For creting custom top i used following steps:-
    1. Create directory structure.
    2. Put necessary rdf and other supported files in the respective locations(I fact i cloned this folder from DEV).
    3. Created custom Schema owner in the DB.
    4. Registered schema in the application.
    5. Registered oracle user.
    6. Assign data group to the application
    7. Edited top.txt and added new top in that
    8. Ran autoconfig
    Now when my technical team member is running any pl/sql report(using concurrent program), that is working fine.
    But the rdf reports are erroring outs, It is not creationg .out file for the request. Getting following error in the request log file:
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SHIPMENT_NUM='10'
    FILE-BUILD FILE PATH ERROR
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 408824.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 408824 on node xyz at 09-MAR-2010 10:18:33.
    Post-processing of request 408824 failed at 09-MAR-2010 10:18:33 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Please help.
    Regards

    Hi-
    Below are the messages from OPP log file:-
    [3/9/10 3:31:11 PM] [UNEXPECTED] [12849:RT408857] java.io.FileNotFoundException: /u01/UAT/inst/apps/UAT_xyz/logs/appl/conc/out/o408857.out (No such file or
    directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:267)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [3/9/10 3:31:11 PM] [12849:RT408857] Completed post-processing actions for request 408857.
    secs]
    Regards

  • How to assign  custom rdf report as  stylesheet PO communicator

    R12 :How to assign custom rdf report as stylesheet PO communicator

    Are you trying to have the table where the lines are always be the same size no matter how many lines are present?
    If so, you some choices:
    1) If your lines are always the same height, you might get some ideas on what to do from this article:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html
    2) If your lines vary in height, then you should look into a PDF template. This will give you a pre-printed stationary look in which the drawing of boxes and lines is not affected by the data content.
    3) Other less attractive options are a) making the report in XSL-FO, and b) making a bitmapped RDF report
    There is currently no solution that I am aware of for a pre-printed stationary look using an RTF template in which the data lines are of variable height.

  • Stand alone oracle report - need help asap

    Hi,
    We are in ORACLE Apps 11i. We started using ORACLE BI Publisher to create templates for the Oracle Reports. How we are doing reports now is
    1) create data definition XML which has all the queries embedded.
    2) Create Data definition in XML Publisher Admin responsibility.
    3. Attach the Data definition XML to that.
    4. Create a concurrent program definition for the report with XML Type and run the report and save the data file with tags.
    5. Create the template ,rtf in Word and export data using ORACLE BI Publisher. 6. Create template definition in the XML Publisher Admin responsibility and attach this .rtf to that and run the report.
    Now I have a requirement stating that the REPORT SHOULD BE AN ORACLE STAND ALONE REPORT AND THE REPORT NEEDS TO BE RUN THROUGH CONCURRENT PROGRAM SCREEN. I am planning on doing the following steps.
    1. I have to create an .rdf using report builder.
    2. Create concurrent program executable and definition for the report.
    3. Create data definition in XML Publisher admin responsibility.
    4. Run the report in apps.
    5. Create the tempalte .rtf in word and export data with the XML Data file with tags,
    6. Run the report.
    Am I correct? Any help is appreciated asap.
    Thanks
    Akil

    You said,
    standalone report ?? is that mean without using bipublisher ??
    1st method.
    create concurrent program, output xml,
    create data template, create datadefintion , attach Datatemplate.
    run the cc pgm, get xml, design RTF , create template definition , attach RTF,
    run the cc pgm, you get the pdf output.
    2nd method.
    create rdf,
    create concurrent program, output xml,
    run the cc pgm, get xml, design RTF ,
    create datadefintion , create template definition , attach RTF,
    run the cc pgm, you get the pdf output.
    , both requires, cc pgm, rtf, data defintion , template definition.
    only differnece is , how do you get the data, i mean, xml...
    data template or RDF.

  • Oracle Apps RDF Report generates file with ^M (Carriage return) characters

    We are upgrading from 11i to r12 (also moving from HP unix to AIX on hardware side) and this rdf report generates a text file which is then eventually sent to a third party system for printing. Report works just fine in 11i as it generates a file without any ^M chars but in R12 environment, the same report generates file with ^M chars.
    Also want to understand how the Oracle Apps system hands over the output files to O/S which is saved.
    Pls advice
    Thanks
    Ram M.

    What type of concurrent program are we talk about here?
    This is a Report type of Concurrent program
    How does the text file get generated?
    Report is generating a Text file on :desname, a custom folder. 
    Was the binary mode used to copy the files from the old server to the new one?
    I believe RDF Reports were copied over in Binary format but none of the text files generated from old server are copied over.

  • Deploying 6i RDF reports into Oracle Reports 10g

    Hi
    We need urgent help on the below requirement,
    We have installed Oracle 10g Standalone Report Server (Oracle 10g Business Intelligence),
    We have some 6i RDF reports which are needed to be deployed into the newly installed 10g Report Server,
    had anybody done this before?
    Appreciate if you could provide steps to achieve this.
    This is a quite urgent requirement and any help will be highly appreciated.
    Thanks & Regards,
    Jeet

    Hello Jeet,
    PITSS can seriously help you with your deployment. Please contact me today to discuss your current environment and we can solve your urgent needs.
    Regards,
    Jason Marra
    +1 248 524 0328
    [email protected]

  • Oracle rdf reports - MLS R12

    Hi,
    I am working on Oracle EBS R12 which has full MLS installed. I have a custom rdf report and I have a base rtf in US-English and generated a French version using the "Translatable" option using xlif file.
    Post installation of full MLS, I see that a separate language directory is created under each prodcut top. So now I see /report/US and reports/F. My question is, should I place my custom .rdf file in both US and F directories or placing in just US directory alone is sufficient?
    Regards,
    Divya

    882517 wrote:
    Hi,
    I am working on Oracle EBS R12 which has full MLS installed. I have a custom rdf report and I have a base rtf in US-English and generated a French version using the "Translatable" option using xlif file.
    Post installation of full MLS, I see that a separate language directory is created under each prodcut top. So now I see /report/US and reports/F. My question is, should I place my custom .rdf file in both US and F directories or placing in just US directory alone is sufficient?
    Regards,
    Divya
    When you install Oracle E-Business Suite in a language other than American English, each product tree includes directories that use the relevant NLS language code. These directories hold translated data, forms, and message files. For example, the language directory named D designates German. The data loader files in the D subdirectory of the admin directory contain the German translation of the product seed data.
    The US subdirectory in the forms directory contains Oracle Forms forms in American English. The D directory in the forms directory contains the same forms, translated into German. However, the mesg directory contains message files in both American English and German.
    Language Files
    http://docs.oracle.com/cd/E18727_01/doc.121/e12841/T120505T120509.htm#338712
    Thanks,
    Hussein

  • Custom Report Needed

    Hi,
    One of my client needs the custom report as follows . The report should display the  MONTHLY SALES QTY ,  AVAILABLE STOCK  AT THE ENDOF THE MONTH  for an Item by Warehouse or Location. The format is like this
                                       Item1                                                                         Item2
                      Monthly Sale QTY,   Available Stock                Monthly Sale QTY,   Available Stock   
    WHS-1                     x                         y                                          x                               y
    WHS-2                     x                         y                                          x                               y                        
    WHS-3                     x                         y                                          x                               y
    if any custom query or XL- Report available , plz reply me .
    Regards,
    Srinivas

    Hi Srini,
    Check the thread,
    Re: SALES REGISTER QUERY
    Customer Aging report query
    aging query
    Regards,
    Madhan.

  • Shipping customized BOL report needs to be printed from 'Print BOL' button

    Hi All,
    We have requirement whereby
    Our customized Bill of Lading (BOL) report should be printed when ‘Print BOL’ button is clicked on shipping transaction form. Can this be achieved with any setup change? (we would like to check this option before going for customization)
    Our customized BOL report is ready and as of now we print it by manually submitting concurrent request. As of now clicking ‘Print BOL’ button submits Oracle seeded/standard BOL report.
    (Oracle EBS R12.1.3)
    Thanks
    SidK

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • How to print message in oracle rdf report output?

    Hi,
    There is a requirement to print message in output of oracle rdf report. srw.message prints the message in log file but how to print message in output.
    Please suggest.
    Thanks & Regards,
    Sunita

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • Need help in rdf report 'footer'printing option

    Dear All,
    I have a requirement as below.
    I have a RDF report in that i am printing 3 copies of print in the printer,my requirement is in the second print copy i need to print a different footer.
    Ex: 1st copy footer:'ABC'
          2nd copy footer:'DEF'
          3rd copy footer:'ABC'
    Please help me on this.

    Than perhaps you don't have your mail system configured properly, such as a missing "smart host" or missing smtp relay in your sendmail configuraiton, or perhaps security options on your smtp gateway, or a networking or DNS issue, etc, etc.
    I suggest to try sending a normal e-mail and check the logs to make sure that it works, before troubleshooting the script.

  • Need Report based on "CUSTOM DATA field @ Shop Order Maintenance"

    Need the REPORT based on CUSTOM DATA field.
    Requirement - I am having the CUSTOM data at Shop Order Maintenance that is called as XXX, I need some report in SAP ME which can display the SFC related to particular Shop order based on XXX Number.

    Hi!
    As far as I remember there is no such base report. So, you may try to create it using SDK or request it as custom enhancement from SAP.
    If you want to create it using SDK, you can find the required data for report in CUSTOM_FIELDS table.
    Regards,
    Alex.

  • Oracle rdf report format

    I want a help form you . If you can, please share.
    In a oracle .rdf report, suppose data are arranged in this format, like this
    RED     5
    RED     6
    RED     10
    GREEN     15
    GREEN     2
    BLUE     10
    BLUE     5
    but now, I want the report like this format:-
    RED     5
    ''     6
    ''     10
    GREEN     15
    "     2
    BLUE     10
    "     5
    How can i do this ? I am waiting for your early reply.

    In Data Model, find the group that contains your data.
    In that group:
    1. create a formula column named for example ”CF_set_value_color”
    2. create a placeholder column named for example ”CP_show_value_color” of VARCHAR2
    Outside the group; create a stand alone placeholder named ”CP_last_value_color” of VARCHAR2
    Now, create a PL/SQL procedure for your formula column ”CF_set_value_color:
    ”color” should be replaced with the name of the column that returns RED, GREEN or BLUE..
    function CF_set_value_colorFormula return Number is
    begin
    -- First row
    if :cp_last_value_color is null then
    -- Set values for placeholders
    :cp_last_value_color := :color;
    :cp_show_value_color := :color;
    else
    -- Second row and beyond
    if :cp_last_value_color = :color then
    -- If last color is the same as the current, show "
    :cp_show_value_color := '"';
    else
    -- If last color is NOT the same as this one, show new color
    :cp_last_value_color := :color; -- Set for comparison of next row
    :cp_show_value_color := :color;
    end if;
    end if;
    return 1;
    end;
    For each row the query retrieves, the value of “CP_show_value_color” will be RED, ”, ”, GREEN, ”, BLUE, ”
    Use that column for output instead of ”color” and it should work just fine.
    Morten

  • Customer aging report-needs the line items behind it

    We have created a Z report for customer aging report,is it feasible to get the drilldown against each aging bucket.I.e to call the FBL5n report to be displayed to see the line items behind each aging bucket.
    Regards
    Rekha

    If standard report does not suffice your requirement, then create your own.
    FOR vendor USE K in transaction code instead of D.
    Hello,
    The following example I have given is for customers.
    The only difference is in transaction codes. For customer you go to FDI1, for vendor you go to FKI1 (reports).
    For Customer you go to FDI4, for vendor you go to FKI4 for forms.
    Remaining all are the same.
    Hello,
    Go to transaction code FDI4
    Select Form Type RFFRRD20 Line item analysis
    Give your form name and description
    Structure (Two axis) - as defaulted
    Click on Create
    You will have lead column
    Delete the rows 2, 3 and 4
    Double click on column 1
    Enter the customer numbers from 1 to 999999
    First column double click (A)
    Slelect following values
    Due date analysis 1
    Days for net due date 0 to 30
    Give the short name, medium name and long text for the column.
    Repeat this step in next columns like 31 to 60, 61 to 90, 91 to 120 and 121 to 99999 days etc in other columns and select due date analysis 1. (B,C,D,E)
    Create one more column by way of formula. To create a new column you need to double click on blue line. Put formula add all five columns you have created above. (F = ABCDE)
    You prepare one more column with
    Due date analysis 2 (G)
    Now you prepare one more column add (F+G) = This will be total open items = over due and not due.
    Now go to FDI1 and prepare a report - assign the form created in FDI4 to the report.
    Characteristics you need to select are
    Account Type (Select Account Type as D for customers)
    Currency
    Customer
    Document Type
    Special G/L Ind
    Company Code
    Change the output types and options according to your requirement.
    Refer FDI2 and FDI3 for other standard reports created.
    Refer FDI5 and FDI6 for other standard forms created.
    Save your report and execute.
    From there you can put the cursor on customer number and from the menu goto -> line items then it will go for each line item wise..
    Regards,
    Nauma

Maybe you are looking for

  • How Can I download a Windows 8.1 ISO file to my MacBook Pro for a VMWare Installation?

    I am attempting to install Windows 8.0 into a virtual machine with VMWare Fusion 6.02.  I've got XP running on an older MacPro so with VMWare so I'm somewhat familiar with how this works but by no means an expert.  Foolishly I purchased a license for

  • Windows, Oracle XE & PHP

    I have the following code failing to connect to my database even though I can access that database using sqldeveloper as well as apex(http://localhost:8080/apex/) <?php     $SGMDBUsername            = "big";     $SGMDBPassword            = "big";    

  • Unknown charecters for polish letters in pdf when generated through RAD.

    Hi, I have created a report in Crystal Reports which extracts data from SQL Server database. In crystal report viewer, when i extract to  pdf or any other form , i get expected result. When I use this .rpt file in my application which is deployed in

  • Without calling stored procedure or functions from database

    Hi, I am using Jdeveloper 11.1.1.5.0. =>How to do PL/SQL procedures and functions in ADF without calling stored procedure or function from DB?

  • Account assignment category for services with ME21N

    Hello friends, I have created a purchase order with account assignment category K(cost centre) and material xxxxx with material type UNBW non valuated materials. But while doing GRN getting error, "ACCOUNT DETERMINATION FOR ENTRY xxxx KBS 0001 NOT PO