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

Similar Messages

  • 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

  • Report Painter - What is value type 10 Statistical Plan

    One of my customers is running report 6o00-001 Orders: Actual / Plan / Variance. This report is displaying a plan value when, they say, no plan value has been entered. I have checked normal planning and this is correct - there is no plan value. However, when I check the report painter definition, the column in question will display value type 1 (Plan) and value type 10 (Statistical Plan).
    Can anyone tell me:
    - what is a statistical plan on an order?
    - how can I remove the statistical plan value?
    Many thanks in advance.

    Hi Szymon
    Thanks for your answer.
    But checking the correction constructions the code do reference to the operation RKP5 and the posting are being recording with operation RKP1.
    I'm checking for a similar note but with this operation but I can't find it.
    Do you know if it is something like that?
    Regards
    This is like the record looks in the table COSP.
    Client
    130
    MANDT
    130
    Ledger
    0
    LEDNR
    00
    Object number
    OR000000760636
    OBJNR
    OR000000760636
    Fiscal Year
    2014
    GJAHR
    2014
    Value Type
    10
    WRTTP
    10
    Version
    1
    VERSN
    001
    Cost Element
    56650101
    KSTAR
    0056650101
    CO subkey
    HRKFT
    Business Transaction
    RKP1
    VRGNG
    RKP1
    Trading Partner
    VBUND
    Trading Part.BA
    PARGB
    Dr/Cr indicator
    D
    BEKNZ
    S
    Transaction Currency
    BRL
    TWAER
    BRL
    Period block
    016
    PERBL
    016
    Unit of Measure
    MEINH
                                                                                                                                        *  modification to post revenues - Note 604092 if coeja-wrttp = '10' and uf-activ = 'RKP5'. elseif coeja-wrttp ge '01' and coeja-wrttp le '04'. else. continue. endif. *  end modification to post revenues - Note 604092
    Code in correction instruction.
    *   modification to post revenues - Note 604092 if coeja-wrttp = '10' and uf-activ = 'RKP5'. elseif coeja-wrttp ge '01' and coeja-wrttp le '04'. else. continue. endif. *   end modification to post revenues - Note 604092

  • How to add new Characteristic in Report painter?

    Hi All,
    My requirement is Create/Modify a Report in Report Painter/Writer which should generate cost information in Controlling Area Currency for all sites (domestic & international) associated to the Project. Earlier same Report is fecthing Object Currency Values for the given Project.
    When i  tried to add  "Controlling Area currency"  in place of "Object Currency" characteristic, then from the available characteristics of the FORM/Report,   i am unable to find the  "Controlling Area urrency".
    Please let me know  how to get this "Controlling Area currency" characteristic.
    Note: This Report is intially developed in Report painter  So no ABAP code is present , So People who knows Report painter/Report Writer concepts with Currency translations can helpme out.
    Please do the needful  as i am new to Report Painter please Give T-codes and any useful links regarding this Multiple Currency handling /Currency conversion concepts of Report Painter.

    I am designing the P&L report and I want to split my R&D expenses split down by Internal Orders. Since, I have not seen Internal order field in summary table of new GL..ie., FAGFLEXT  table.
    I want to know how this can be achieved in the same report in report painter.
    I am talking this issue from Report Painter point of view where each report is based on library , which is defined per summary table.(ie., Library can refer to only one table....finding it odd to believe there is no join in reporting tool).....
    Thanks and let me know if you want to know more on the issue I am facing.

  • Create heading in a New Report in Report Painter

    Good day everyone!
       Does anyone know how I could add a header or heading in my report? Im new with Report Painter and I can't seem to find any related literature about making a header in Report Painter. Thank you very much!
    >Christian<

    Extras > Report Texts > Headers

  • Lead Columns in Report Painter

    Hi All
    Is it possible to have two lead columns in a report?  My requirement is that i want to prepare a profit and loss account by using report painter. It should look like
    Expense           Amount           Revenue          Amount
    Exp G/L A/c       XXX             Sale G/L A/c      XXX          (For Example)
    Now i want to define Expense column as lead column and revenue column as a lead column
    Kindly help me with issue
    Regards
    Invin

    Hi Abhijit
    Kindly elaborate it I am new to report painter i would like to tell you again what is my specific design requirement
    LEAD Column                Column 1                              LEAD Column                    Column 2
    Expense                      Amount                                     Revenue                      Amount
    (These four will be my columns under this following will be )
    Salary Exp G/L       1000                                 Sale G/L A/c       2000 (For Example)
    (This salary will be my heading and i will be typing in words and under this i will be assigning my salary Gl A/c same will be the case with Sale)
    Now i want to define Expense column as lead column and revenue column as a lead column so that i can write Salary as heading and sales as heading just like traditional Profit and loss account what earlier we use to prepare by hand.
    Kindly elaborate it how to do it
    Regards
    Invin
    Edited by: sapcofi on Oct 6, 2009 1:37 PM

  • EXTREMELY URGENT: % Cost (out of Total Costs) Column in Report Painter

    Hi Gurus,
    I'm not new to Report Painter, but, am stuck at one thing.
    In report, Col 1 shows Costs by Administration (row 1), Labor (row 2), Others (row 3) and total (row 4 being formula as total of row 1, 2 & 3).
    Client wants col 2 to show % Cost of each row out of total Expenses (so totals row in this col. will have 100%)
    How to do it technically.
    Please help. It's EXTREMELY URGENT.
    I'll award points ASAP
    Regards,
    SB

    Its abit difficult to illustrate without having a screen dump, what you can do is make use of something called special cell definition. Now if you double click on the cell for column 1 of row 4 for total costs then the system identifies it as a cell Z001 which in fact will recognise a constant value of total costs , thereby you can define in Column 2 as a formula element with (X001/Z001)*100 thereby giving a value in %. Try it and see if it helps

  • Can you define constants in Report Painter?

    Hi, I'm new to Report Painter and SAP in general. I was just wondering if it's possible to define constants that are visible across reports. e.g. In the header text for all our reports, we want our company name to be displayed. But instead of hardcoding it, we want to retrieve it from a constant or variable.
    Does anyone know if this is possible?

    Hi Andrew,
    Thanks for the response but this isn't exactly what I was looking for. From my understanding, the "Sel. Parameters" button allows you to access and display values that were entered by the user in the selection screen of the report (correct me if I'm wrong). What I'm aiming for is something like a global variable defined on the backend that all reports can access.
    I've looked at the other buttons that you pointed out, but it seems like I'm only able to use some pre-defined tables and fields. Does this mean that there isn't any way for me to define and use my own customized variables for reports?
    Thanks,
    Carlo
    Edited by: CarloInting on Jul 21, 2009 5:45 AM

  • Report Painter: CO area must be specified

    Dear Gurus,
    I am new to Report Painter, now I want to create a new report for  Actual expanses and Budget expanses. But after I create my variable and my Row and Column, it come out error 'CO area must be specified --> Add in general data selections or rows/column' when I want to save it.
    Any idea what had I missed out ?
    Can you please provided my any  study material or step by step guide? I was quite confusing regarding this report painter.
    Thank you very much.
    Warm regards

    Hi,
    Perameters in General Data Selection apply to the entire repost (every column and row). Since the four columns of your report are having different period and possibly different FY, you can not put these two parameters in General Data Selection. As my previous posting explained, in addition of standard variable &1PERIV and 1CGJAHE,  you will need to define 3 more variables for period FY respectively:
    Period Variable 1 - ZPERI2 - Formula: IF '&1PERIV' < 12 THEN '&1PERIV' + 1 ELSE 1
    Period Variable 2 - ZPERI3 - Formula: IF '&ZPERI2' < 12 THEN '&ZPERI2' + 1 ELSE 1
    Period Variable 3 - ZPERI4 - Formula: IF '&ZPERI3' < 12 THEN '&ZPERI3' + 1 ELSE 1
    FY Variable 1 - ZGJAHR2 - Formula: IF '&1PERIV' < 12 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    FY Variable 2 - ZGJAHR3 - Formula: IF '&1PERIV' < 11 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    FY Variable 3 - ZGJAHR4 - Formula: IF '&1PERIV' < 10 THEN '&CGJAHE'  ELSE '&CGJAHE' + 1
    You then use variable 1PERIV and 1CGJAHE for column 1, ZPERI2 and ZGJAHR2 for column 2, ZPERI3 and ZGJAHR3 for column 3, and ZPERI4 and ZGJAHR4 for column 4.
    Regards,
    Ming

  • Dynamic Rows in Report Painter

    Hello everyone,
    I'm new to report painter and m using the SAP Library help  material to understand report painter. I've one query though i.e
    Is it possible to create a report hrough report painter with dynamic rows ? if yes then pls let me know how.
    Regards
    Anik

    Thank you.
    See I have the below Rows
    Total Revenue
    Cost2
    Cost3
    Direct Cost
    Gross = Total revenue - Direct Cost
    Gross % = (Gross/Total revenue ) * 100
    I have Columns as with basic Key figures and Formulas
    Year(basic key Figure)
    Year+1(basic key Figure)
    Total = Year + (Year+1)
    Its giving me correct values in case of Basic Key figures and not in the formula case.
    It giving error when there is formula both in Row and Column.
    In the above case last row and last colum. Only Column formula is getting implemented.
    Here for example I have mentioned 4 rows and 4 columns.. But I have 15 Rows and 30 columns .. out of which 15 rows and columns have formulas...
    % Rows are problem.. which gives me errors... I tried using Special cells, but I am not 100% sure how to use them.
    I would be very thankful if you can help me out.. Please

  • Report painter report

    Hi,
    Hopefully correct group I make this thread in.
    I'm new in report painter and have a question from a customer which is costcentre reporting related.
    In reports when current fiscal year and previous year(s) is selected and period 1-7 also for the previous year(s) period 1-7 is selected.
    Does anybody know if it's possible to have in one column current year period 1-7 and for the previous year(s) 1-12.
    Thanks for a reply.
    Dick

    it is deffinitelly possible - you have to define variables in columns in the RP
                          col1                                      col2
    year              1GJAHLJ                                1GJAHVJ
    month           1CPERIV to 1CPERIB              1 to 12
    1GJAHLJ is a variable from the selection screen
    1GJAHVJ is a formula variable wich computes 1GJAHLJ - 1
    1CPERIV and 1CPERIB  are variables from the selection screen           
    1 to 12 are fixed values in the column definition of the report
    cheers
    matej

  • Report Painter - Change multiple selection criteria

    Hi Experts,
    I am new to report painter. I need to change a report which is being developed in Report Painter. I need to add extra selection criteria.
    Please help.
    Regards,
    Nitin.

    Please search for available information before posting, do not post basic questions.
    Thread locked.
    Thomas

  • Display the values in Docment Currency in Report Painter-FDI4

    Hi,
    Am new to report painter. i created report painter in FDI4. this report is to display the due amount.
    when i click on table cell, which is amount field . Am chosen cell type as 'Select with Key figure' option .
    After then i try to select key figure for that cell (Popup:Element definition).
    In F4 selection there is only one Key figure which is Amount in LC.
    I need to display the field value as Amount in Document currency.
    How to bring Amount in Docment curreny in that F4. Is it possible.
    I didnt get any thread related to my requirement in SDN.
    pl help.

    Hi there,
    Could you insert the field FAEDT (Net due date) in customer reports? (reports from transaction FDI3). This field is not in a table, only in a structure. I defined it in TKAF like that:
    USGFL
    D
    ROLNM 
    FAEDT_FPOS
    CHTAB
    RFPOSXEXT
    CHFIE
    FAEDT
    ORTAB
    RFPOSXEXT
    ORFIE 
    FAEDT
    DIMPR
    2
    RSLIN
    1
    And I also added it in the RFRRD20, but did not work. Can you tell me how to do it? I will reward with point. Thanx!!

  • How to Enter Text in Report Painter

    Dear Sap Guru's
    I am new to Report Painter i want to add some text under the lead column and then i want to choose Characteristics which i had done but i am not getting any option to simply insert some text under the Lead column in between the Rows.Example.
    Lead Column      Period1 Period2 Period3
    Current Account
    5149107             20,000   10,000 5,000
    5149106             2000       3000   40000
    PRofit Center Account
    254136               4000      2000   1000
    254137               3000      2000    5000
    Please let me know how to Enter Text : Current Account and Profit Center Account in the Report.
    Please send the reply as early as possible as i have to submit the report today.Thanks in advance.
    Regards,
    Abhishek

    Sorry, but this is not related to SAP on Oracle.
    I would try ABAP forum instead.

  • Report painter- Amount in Document currecy instead of LC

    Hi,
       Am new to report painter. i created report painter in FDI4. this report is to display the due amount.
       when i click on table cell, which is amount field . Am chosen cell type as  'Select with Key figure' option .
       After then i try to select key figure for that cell (Popup:Element definition).
       In F4 selection there is only one Key figure which is Amount in LC.
       I need to display the field value as Amount in Document currency.
       How to bring Amount in Docment curreny in that F4. Is it possible.
      I didnt get any thread related to my requirement in SDN.
      pl help.

    Solved by myself..
    Two steps to be taken to bring Amount in Doc. currency as a key figure(F4 help).
    1. Added new field 'WRSHB' , data element for this field WRSHB_D (Used Append Structure) in RFRRD20 structure. FDI4 used this structure only.
    2. create new entries in TKAF table under application class Account receivable FBRD. field value WRSHB ,data element  value WRSHB_D, and others field value are as same as DMSHB record.
    After these steps, now u check in FDI4 tcode.  U can get Amt in doc. currency as key figure.

Maybe you are looking for