New GL - Report Painter report

Hi Sapiens,
Does ECC6 have any standard Report painter libraries using New GL tables FAGLFLEXT, FAGLFLEXA, FAGLFLEXP etc.
Thanks in advance....
Gowsi

Hi,
As Barbara said library 0FL is based on FAGLFLEXT table. You can use that library for reports based in that table. What you don't have are default reports for that library,
Check also notes:
-1555535 FAQs: Migration of PCA Report Painter reports to NewGL.
-948819 - NEWGL: Report Writer settings incomplete (2)
Best regards!
Mgitur

Similar Messages

  • New to report painter - what is 8A-A-PL

    Gentleman,
    I am new to Report painter but have a fairly modest report to build, so I went into building it:
    I have copied     PCA standard report   8A26-001   from report group 8A2.
    I want nothing more than the output of the standard report, but organize differently (lines in  different orders) and with subtotals.
    I was expecting to be able to list the desired accounts in the Characteristic values.
    The std report lists 'Account number'   from  ''8A-A-PL '' to ..
    Can one of the gurus be kind enough to explain to me what this is, and ideally, if I am on the wrong track?
    KR -  Loïc
    Moderator: Please, search SDN and read help.sap.com on Report Painter

    Juan, be aware that returning null won't work with value types, such as an int, which can't be null. You'd have to use a nullable value type. A nullable int would be declared with a "?", such as:
    int? someOtherFunction(int param)
    if(something goes great)
    return param * 42;
    return null;
    And you have to use it like this:
    int? result = someOtherFunction(666);
    if (result != null) // you can also use result.HasValue
    // it worked, do something with the result
    // if you're doing math with the result, no problem
    int x = result * 2;
    // but if you're assigning it to another an int, you need to use this syntax
    int y = result.Value;
    Before nullable value types came along, for a method that returned an int, I'd use a value of something that wouldn't normally be returned by that method to indicate failure, such as a -1.
    ~~Bonnie DeWitt [C# MVP]
    That's something very very important to keep in mind. Can save you from a lot of headaches!
    So if you have an int function and it might return NULL, if you are doing Math with the return value you can use it directly, but if you're assigning it to another variable you have to use .Value?
    Thanks

  • New GR55 report

    Hi Friends,
    "I am the FI consultant and I got one requiremet for the New GR55 report and following are the inputs...........But i don't have an idea that how to create a new report. Can any body help me please..............
    "New GR55 Cost center report
    Could you create a new GR55 report based on the existing report GR55   ZAIQ for Holts UK (Co code EUK1) to include the accounts highlighted below?
    Hello
    Could you create a new GR55 report based on the existing report GR55 u2013 ZAIQ for Holts UK (Co code EUK1) to include the accounts highlighted below?
    Subject: RE: Trial Balance and Cost center report
    41111000     Gross Trade Sales - Automated
    41112000     Gross Trade Sales - Manual
    41121000     Trade Sales Deductions - Automated
    41122001     Trade Sales Cash Discounts Manual
    41131000     Trade Royalty, License, Mgmt & Tech Revenues
    42111000     Gross InterCompany Sales - Automated
    42131000     InterCompany Royalty, License, Mgmt & Tech Revenue
    51111000     Product Direct Cost of Sales - Automated
    51112000     Product Direct Cost of Sales - Manual
    51164000     Production Settlement Variance
    51170001     WIP Period End Backflush Clearing
    51170002     Material Absorption
    51170007     Material Consumed-WIP
    51172000     Transfer to Inventory Finished Goods
    51191001     Labor Absorption
    51191002     Variable OH Absorption
    61030011     FX Monthend Rate Variance Gain
    61030012     FX Monthend Rate Variance Loss
    Mike
    These are the items that are missing u2013 essentially the accounts without cost centre elements. But we would need a report that has everything or we will have to piece a report together which will be more time consuming."
    Raju

    hi,
    first of all, GR55 is "execute report group" transaction ...
    with GR53 you can check which reports are included in this report group .. .
    after that .. depending on the type of report (painter or writer) you can go to tr GR32 or GRR2 ...
    there you can adjust the needed report ... copy to new and change, or add new info ...
    BUT  ... to me ... it looks like you have to maintain set or report group with the mentioned accounts ...
    so please try to maintain set (RW) or ordinary CE group ..
    to maintain set ... go to GS02 ...
    to maintain CE group ... got to KAH2 ...
    hope this was helpful ...
    br,
    d.

  • Generate a new pdf report with itens on my pdf form

    Hi! My name is Heitor.
    I have Adobe Forms Central and Adobe Acrobat XI Pro installed on my machine.
    I would like to know if its possible to make a pdf report.
    Example: Clicking in a button "print" on my already open and filled pdf form, and gathering all my 30 itens (see that i am only showing 5 itens on my form. but on my form exists a "Add" button to add itens on variables) on a dropdown list and generating a new pdf report with all these itens listed.
    Thanks!
    Heitor Teixeira
    www.heitorteixeira.com

    Hi! My name is Heitor.
    I have Adobe Forms Central and Adobe Acrobat XI Pro installed on my machine.
    I would like to know if its possible to make a pdf report.
    Example: Clicking in a button "print" on my already open and filled pdf form, and gathering all my 30 itens (see that i am only showing 5 itens on my form. but on my form exists a "Add" button to add itens on variables) on a dropdown list and generating a new pdf report with all these itens listed.
    Thanks!
    Heitor Teixeira
    www.heitorteixeira.com

  • How to copy existing query report into new query report in SQ00

    Hi Experts,
    Hi Experts,
    I want to add fields "company code" "'region" to existing  query report AQZZ/SAPQUERY/FKF1============
    (list of vendor address) for this i done as following:
    1.In SQ01  go to "EDIT->other user group" and i selected user group as /SAPQUERY/FK
    2.I typed F1 in query field and click change button
    3.I clicked next screen button and entered into "change query f1: select fields screen".here i clicked "basic list" button and searched company code checkbox and saved it as result company code is appearing in the standard report"AQZZ/SAPQUERY/FKF1============"
    but unfortunately there is no region field(LFA1-REGIO) for this i think i should copy the existing  query report  into new query report(Ex:Z_LIST_OF_VEND) which should be 14 characters.please tell me briefly how to do this because this is first time i am using SQ00.
    one more issue is when i selected "edit-otheruser group" and choosing /SAPQUERY/FK  i  am getting only infoset "/SAPQUERY/FIKD" but i should need Info set: "/SAPQUERY/FIDD" please tell me how to add the previous one into user group.i think if i got /SAPQUERY/FIDD into usergroup  /SAPQUERY/FK i can add region also into Query report as i mentioned above by going SQ01 ...............................
    please help regarding this which should be very beneficiary to my carrier.
    Regards,
    naresh

    Hi Experts ,
    I solved issue by changing infoset in SQ02 by means of assigning field to field group and changed the query in SQ00.
    Regards,
    naresh.

  • New customized report using PLD or QUERY PRINT LAYOUT to show customers onl

    I am working with a Software Developing firm as an SAP Consultant.
    Please tell me how to create a new     customized     report displaying various details as required by the client in the report using PLD or Query Print Layout.
    Please help me asap.

    Hi,
    You can create queries using the Query Generator or the Query Wizard tools.
    After you have created your own queries, you can link them to a required print layout.
    for user reports.Look at:
    Tools --> Queries --> Query Print Layout
    Set there your query reports.
    Printing User-Defined Queries
    After you had linked a user-defined query to a user report template, you can now print it
    according to its linked print layout.
    There are two ways for printing your user-defined queries.
    1. Using the Query Print Layout window:
    • Select from the upper menu Tools 􀃆 Queries 􀃆 Query Print Layout.
    • Click the Reports tab page.
    • Click to highlight the required query you would like to print.
    • Click on the printer icon or select from the upper menu File 􀃆 Print.
    • The user-defined query is printed according to its linked print layout.
    2. Using the Queries Manager window:
    • Click the Queries Manager icon on the upper tool bar.
    • Click to highlight the required query you would like to print.
    • Click on the printer icon or select from the upper menu File 􀃆 Print.
    • The user-defined query is printed according to its linked print layout.
    Note! You can also print preview user-defined queries. Do so by selecting the Print
    Preview option as described in the methods above for printing your query.
    Btw, you could search the manual training files relate to query PLD in http://www.service.sap.com/smb
    Rgds,

  • New-Asset Report - awesome, but can't get it to run?

    Howdy - I am trying to run the awesome new-asset report that Zachary Loeber shared with the technet community.
    The script is here:  http://gallery.technet.microsoft.com/Excel-and-HTML-Asset-0ffbf569
    However I can't get it to run against 1 server or multiple servers.
    I followed this information someone else asked and I get back many errors, all related to the parameters.
    Can someone help me out with this?
    A. Should this be saved as a function? And then I've read conflicting or maybe different ways to run a function.  Should I do import-module or just run the script as a single command line, and I've had this issue with other functions.  Should they
    be put in a specific location on my system?  I'm newbie, so thanks for the help!
    B.  When I run this, I've tried using this simple command:  .\New-AssetReport.ps1 -Computers testserver1.domain.local -PromptForCredentials -Verbose
    C.  Then I tried this example as well from a single line or creating another ps1 script, fails either way.
    D.  What variables are required to be filled in, and what parameters are available such as report type, include memory, but not disk, etc?
    Here's the error if I enter the command like this:  .\New-AssetReport.ps1 -Computers testserver1 -PromptForCredentials -Verbose
    New-AssetReport : Cannot process argument transformation on parameter 'SaveDataFile'. Cannot convert value
    "System.String" to type "System.Management.Automation.SwitchParameter". Boolean parameters accept only Boolean values
    and numbers, such as $True, $False, 1 or 0.
    Here is the error if I use the other example which is below.  I get many errors, all tied to the parameters such as -verbose, etc.
    $Servers = @('Server1','Server2')
            .\New-AssetReport.ps1 -Computers $Servers -PromptForCredentials -Verbose
    New-AssetReport : The term 'New-AssetReport' is not recognized as the name of a cmdlet, function, script file, or
    operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
    again.
    -ReportContainer : The term '-ReportContainer' is not recognized as the name of a cmdlet, function, script file, or
    operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
    again.

    Hi,
    Please ask the author your question on the Q&A tab for that gallery entry.
    Bill

  • Hierarchies for New GL reporting

    Hi,
    what is the best way to create hierarchies so to visualize it in the correct way in New GL Reports created in FGI1.
    Thanx 1000.
    Diego

    For the GL view create a Financial Statement Version.
    For PCs and CC's either use the standard hierarchies, or groups.

  • New VAT report Italy

    Hello,
    I need to know if SAP has done some work (or is now working on) on the new VAT report for Italy. From year 2006 it is mandatory to send to fiscal authorities(from Internet) a list of customers and  vendors with total VAT and not VAT amounts - this is mandatory for all companies with VATCODE  IT (Italy).
    Thank you for help,
    Slawek
    Latest update: please see the sap note 990185 - all the details are described.
    Message was edited by:
            Slawomir Ptas

    Hi,
    you can update the table with new entry for the Region.
    Regards,
    Srinivas

  • New to report

    hi gurus
    i am new to report i know how to design but i don't know how to write triggers as someone said we cannot learn report by asking question in forums so i need some web help by those example learning i can do well so please send some thing regarding that

    Hi,
    Check out
    http://www.oracle.com/technology/documentation/reports.html
    Nilaksha

  • What is the Executable file name of my new RXi report

    Hi friends,
    Im registering a new RXi report in oracle 11i. Can anyone pls tell me how can i identify the newly developed RXi Executable file name and its Execution method? Ive been searching for it for last several weeks but not found any. pls help me.
    Thanks in advance.
    LISAN

    Which module are you working in ? Pl see if these MOS Docs can help
    430075.1 - FAQ: RXi Reports (JGRX/RXJG, FARX/RXFA, APRX/RXAP, ARRX/RXAR)
    261318.1 - About RXi Executable Names
    HTH
    Srini

  • How to Customise new ISO27002 reports with iReport

    Hi.
    Any Idea how I can customise new ISO27002 reports on iReports. ISO27002
    reports are included in Sentinel 7.1 and ISO27002 Solution pack. I'm
    especially interested in "Additional criteria" feature, which is not
    found on old reports.
    Sentinel SDK doesn't include ISO27002 reports. I tried to open ISO27002
    reports with iReports. It opens just fine, but when I try to compile
    report, I get bunch of error messages.
    -vesa
    vesakeinanen
    vesakeinanen's Profile: https://forums.netiq.com/member.php?userid=1491
    View this thread: https://forums.netiq.com/showthread.php?t=48711

    Thank's, that helped a lot.
    I found three jar files (master.jar, reportutils,jar and
    taxonomyutils.jar). I added master.jar to iReport classpath ("Add
    File"), moved master.jar to the top of class path, and now I can compile
    report. (I'll add other jar files later, if it seems that those are
    needed too).
    I haven't yet tested if I can actually create a report that works.
    Tomorrow I'll pick one ISO27002 report, tweak it some, and try to import
    it back to Sentinel.
    One extra question. Is there any way to import new ISO27002 report to
    SDK, so I can see those in Eclipse's Sentinel SDK/Reports folder? Or
    should I just open those reports I wish to customize directly with
    iReport?
    vesakeinanen
    vesakeinanen's Profile: https://forums.netiq.com/member.php?userid=1491
    View this thread: https://forums.netiq.com/showthread.php?t=48711

  • Print New invoices Report

    Can some give me the complete documentation related to this 'Print New Invoices' report.
    Also, is this report supposed to display all the installments spanning various months in the output or is it supposed to show only the installment for the current month for which the report is run.
    Thanks in advance,
    Pradeep

    Welcome to the forums !
    I believe your questions are answered in the documentation. Pl see Chapter 10 of the Receivables User Guide at http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120arug.zip
    HTH
    Srini

  • New WebUI report

    Hi All,
    I want to create new reports for Service Contract orders, which should be displayed in WebUI CRM2007.
    I am new to CRM, if anybody worked on this please let me know.
    Thanks in advance,
    Umesh

    Hi,
    just use the CRM Active Reporting -or- if there are special requirements, build up a new WebUI reporting application that can be linked e.g. in your ICWC.
    Cheers,
    André

  • How add new Oracle Report server

    Dear All
    I need to add new Oracle Report Server on my oracle application server beside server exists
    it is applicable and how?
    also i need to change database using by this report server
    i'm using oracle application server 10.1.2.0.2
    on windows server 2008
    Edited by: Hshihadah on Jan 19, 2011 12:49 AM

    hi,
    Go to ORACLE_HOME/bin
    Open AddNewServerterget.sh ---------for unix
    and AddNewServerterget.bat ---------for windows
    $./AddNewServertarget.sh <reportserver name>
    $dcmctl updateconfig
    $dcmctl resyncInstance
    $opmnctl status
    Thanks,
    Santosh
    Edited by: user12045405 on Jan 19, 2011 1:50 AM

  • Unable to create a new WEBi Report in XI R4

    Hi all,
         I am using BO XI R4 , where i can login to Infoview with the credentials and even i can see the home page. But when i click on Create new webi report , it keeps on loading(attached screenshot) and at the end end up saying Session Time out without navigating to New page.
    All the serveres are up and running
    Kindly let me knmow the reason for this and how to resolve the same.
    Thanks in Advance
    Arjun

    Hi Arjun,
    Good Afternoon...!!!
    Please check following things :
    - In which Viewer/Mode (Applet/Web) you are facing this issue?
    - Are you able to create new report in Webi Rich Client (2- tier Mode)?
    - Check whether you are able to see Web Intelligence tab in the BI Launchpad Preference.
    - We have seen this issue in BI 4.1 SP03, The issue occurs due the the BOE License.
    - For testing first Download the Temporary Licence key from service market place.
    - Check whether you can use the Web Intelligence Application or not.
    Hope this will help...!!!
    Regards,
    Veer S.

Maybe you are looking for