Line Item reporting, how?

Hi ...
My cube has sales order, item in addition to other 50 charecterstics.
1. Sales Order
2. Sales Ordr item.
I have made enough line items including sales order number but sales order item is causing the fact table grow.
I can not make sales order item as line item (or) inlcude in sales order dimension.
could you guys give me some advice which dimension i can put the sales order item field?
thanks in advance.

Hello,
Sounds like you have the following setup:
You already have sales order number as a line item, thus the only characteristic in the dimension it resides in (can only have 1 char in a dimension identified as line item).  You also have sales order item in your cube, but not as line item and it's causing your cube to grow to big.  Yes, having the sales order number is growth itself, but then to have the item number in the cube will cause huge growth because you can have many, many items per order.  If you cannot make line item for this char the best option is taking item number out of the cube. 
If you load to a DSO and then push to a cube, leave the item number in the DSO and only push sales order number and other char to the cube.  Now, when a report is needed you can report to report interface to the DSO to get the line item information.  Meaning reports written off the cube give the user a particular report output.  Then, if they need line item, then can perform RRI to go to the DSO to get line item information.  Do you know how many reports require line item number?  Percentage wise?  If the majority of your reports require line item right away then you'll have to re-design and make a line item dimension.  If the percentage of reports is small that need line item then leave it in the DSO and take out of the cube.
Hope this help!

Similar Messages

  • How to change column heading in line item report

    Hello Experts,
    How to change the column heading in the line item report CJI4 or CJI3  ?
    for eg: The field WBS will show as Object in the heading. Here  I would like to change to WBS.
    Is there a way to do this without changing ABAP code
    FATMAN

    Not possible through standard I guess.
    Enhancement you should be looking is COOMEP01 which includes the component EXIT_SAPLKAEP_009
    i.e., Line Item Reports: Customer-specific Formatting of the Lists.You use this enhancement to modify column headings.
    Regards
    Sreenivas

  • How to down load GR55 line items report

    Hi,
    Is it possible to down load the actual line item report (not the totals) from GR55 report in ECC 6.0? How can i down load it?
    I know that we can double click on each line and get the actual line items. But is there any way i can down load all the line items at a time?
    Thanks for your help.
    Kind Regards
    Umapathi G
    Edited by: Umapathi Naidu G on Dec 14, 2010 11:50 AM

    Hi
    Then better to create an account group in PCA and execute the line item reports rather than GR55 reports
    I guess the std way to get line items from Gr55 report is what you are doing now and certainly that cant be changed in my opinion... One should not be rigid for one extra click of a mouse
    Regards
    Ajay M

  • How to add the line item text in the Ledger line item report

    Hi SAP Gurus,
    I having one requirement from the user. He wants the line item text which we will enter in FB60/FB70/FB50 has to be shown in the Ledger line item report. Right now this field is not available. Is there any possible we can make this line item text in the ledger line item report i.e. FBL1N/FBL3N/FBL5N?
    advance thanks for the help.
    Regards,
    Deva.

    Hi,
    You can do the below to get this. (You can change the names of the function modules as per your wish/ organization naming convention):-
    Step 1:-
    Create function module Z_GET_SGTXT as below:-
    Import:-
    BELNR LIKE BKPF-BELNR
    BUKRS LIKE BKPF-BUKRS
    BUZEI LIKE BSEG-BUZEI
    GJAHR LIKE BKPF-GJAHR
    Export:-
    PRCTR LIKE BSEG-SGTXT
    FUNCTION Z_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(BELNR) LIKE BKPF-BELNR
    *" VALUE(BUKRS) LIKE BKPF-BUKRS
    *" VALUE(BUZEI) LIKE BSEG-BUZEI
    *" VALUE(GJAHR) LIKE BKPF-GJAHR
    *" EXPORTING
    *" VALUE(SGTXT) LIKE BSEG-SGTXT
    SELECT SINGLE SGTXT FROM BSEG INTO SGTXT WHERE GJAHR = GJAHR
    AND BELNR = BELNR
    AND BUKRS = BUKRS
    AND BUZEI = BUZEI.
    ENDFUNCTION.
    Step 2:-
    Then create the Function Modules as below:-
    Z_LINE_ITEMS_GET_SGTXT (Copy of SAMPLE_INTERFACE_00001650)
    FUNCTION Module Z_LINE_ITEMS_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(I_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    *" EXPORTING
    *" VALUE(E_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    Initialize Output by using the following line
    E_POSTAB = I_POSTAB.
    E_POSTAB = I_POSTAB. "<-- important
    CALL FUNCTION 'Z_GET_SGTXT'
    EXPORTING
    BELNR = I_POSTAB-BELNR
    BUKRS = I_POSTAB-BUKRS
    BUZEI = I_POSTAB-BUZEI
    GJAHR = I_POSTAB-GJAHR
    IMPORTING
    SGTXT = E_POSTAB-SGTXT
    EXCEPTIONS
    OTHERS = 1.
    ENDFUNCTION.
    Step3:-
    Transaction FIBF:-
    Settings -> Products -> of a Customer
    SGTXT Text in Line Item Display Active
    Settings -> P/S Module -> of a Customer
    00001650 SGTXT Z_LINE_ITEMS_GET_SGTXT
    Step 4:-
    Create the layout for FBL*N with display of the TEXT.
    Regards,
    Gaurav

  • How to identify Parked and Posted Documents in GL Line Item Report

    Is there any way to identify parked and posted documents in GL Line Item Report S_ALR_87012282? If i tick the parked documents in the further selection tab in the selection parameter, report will list all documents (parked and posted).
    There is no available field in the layout. Is there any other way?
    Thanks!

    HI,
    The other way to know the parked document details
    use tcode: FBV3 - Display
    OR
    you can go to SE16 and enter table name VBKPF -Document Header for Document Parking
    BSTAT = V
    V = parked document
    and ececute u will get the details of parked document.
    Edited by: Manohar Mathkunti on Sep 13, 2008 11:11 AM

  • WBS Element on AR/AP Line Item Report

    Hi All
    When I run the FBL1n report for a vendor who has a PO which has a WBS element - I dont see the WBS element coming up on the line item report(s).
    Although the field is there on the layout - it is not picking the WBS Element into the report - can anyone please tell me why this is and how I can get this field to fill with values...
    Thank you
    Rukshana

    hi,
    If you had activated Project Cash Management, you can try report CJIA which can substitute the report line item wise list for a particular project or for a Particular Vendor.
    Why the standard system is not showing WBS because, a single Vendor line can be posted against multiple expense so system cannot determine which WBS to be shown in the report so it is left blank in reports, this will be applicable for Purchase order no, Cost Centers, WBS etc.
    As suggested by Suresh you can use the BTE 1650, but it will keep one WBS in the line even you have multiple WBS elements used for the document posting.
    For Ex
    Expense 1 Dr  1000- WBS 1
    Expense 2 Dr  1000- WBS 2
    Expense 3 Dr  1000- WBS 3
    Vendor A Cr    3000
    Against Vendor line item A - it will show WBS 1 alone.As there is no standard solution you can use BTE if your are satisfied with the above example or you have to activate Project Cash management to find the exact reporting but in different reporting structure.
    Thanks and regards
    Praveen.J

  • Vendor line item report in New GL

    Hi
    We have activated New GL. We need vendor line item report based on GL view. FBL1n provides report based on entry view. But we need simillar to FBL1n based on GL view. There is a standard report S_AC0_52000888 which provides vendor line item doucment wise with New GL characteristics such as profit center. However, this report does not provide additional information such as posting date, due date et.c which is available in FBL1n. Hence, we are unable to monitor vendor accounts at profit center level.
    Can anyone suggest how to add additional fields in the above report or any other report available for the same.
    Thanks
    S.Radhakrishnan

    hI
    Thanks for the reply.
    As per your suggestion, we need to bring GL view parameters from FAGL* tables. I need clarification here:
    1. In our case, single line item in BSIK may correspond to multiple profit centers and hence multiple line items in FAGL* tables.
    2. Users run the report for multiple vendors ( beig range) with their profit centers as selection criteria.
    3. In the above case, we need to select all the line items for that vendor and go to FAGLFLEXA and select all line items and delete all line items not pertaining to the profit center entered as selection.
    4. The above process would be time consuming since all the open items will be selected and then delete all those items which are not required.
    5. Else, can we select the items from FAGLFLEXA directly for the profit centers entered and bring additional information from BSIK table. Since vendor accounts are not there in FAGLFLEXA, it would be cumbersome and time consuming.
    6. Which of the above approach would you recommend.
    7. Is it possible to modify the ACO report so that we can add additional information such as posting date, due date etc.
    Regards
    S.Radhakrishnan

  • Vendor line item reports

    In vendor line item reports I want plant field.
    How can I add this field to my report screen. In my dynamic selections it is not available.
    thanks and regards

    Hi,
    If a field in FBL1N is not filled it might be because the field has to be created as a special field.
    In the Line item Display list in FBL1N follow this menu path: Settings -> Special fields, and add the fields you want from relevant table.
    The fields are later available for display,and you can choose them from the Line item Display list following this menu: Settings -> Display variant -> Current. From the hidden list you can now choose the fields you want to have shown. If the technical name is shown for the fields, the special fields are all starting with '1-U_'. It's important, that you add the Special field, if the field also exist as Standard field.
    The Special fields are shown in the buttom of the Hiddden list.
    Please also read the solution part of note 215798 for some very import- ant steps to be aware of.
    But, for having a field shown in the vendor Line Item Display (FBL1N) the field has to exist in the vendor Line Item. If this is not the case, you will evt. be able to see the field in FBL1N by using Offsetting account info.
    Check if field WERKS is in the structures RFPOS and RFPOSX. If not, then you need to add the field to the structures RFPOS and RFPOSX. When the structures have been extended with the field then you need to run the reports  RFPOSXEXTEND and BALVBUFDEL (in the same way as seen in the solution part in note 215798).
    Please assign points if it useful
    Regards
    Ravinagh Boni

  • KE24 line item report  ( profitability line item report)

    Hi all,
    we need sub total sale order wise automatically in KE24 line item report  ( profitability line item report)  . How can i do for this .
    could you please help me.
    Regards,
    K.Satish
    [email protected]

    Hi,
    Please forward the same to my mail id:[email protected]
    Thanks in advance.
    Regards,
    Prasad

  • Profit center line item report

    Hello All,
    A sales order is created with reference to a service order, now when I see Profit center line items, the function area available in Service order is differ from the function area displaying with sales document number in profit center line item report. Can anyone please tell me where could be the problem.
    Full points will be awarded for the answer.
    Thanks & Regards
    Srini

    Hi,
    what SAP release do you have ?
    Normally the derivation of the functional area is made with the following logic:
    1) manually entered
    2) FI-Substitution (calling point 5 or 6 since ERP2004)
    3) cost center
    4) cost element
    Please see also SAP note 106180 of how to correct wrong functional areas in PCA.
    Best regards,
    Andreas

  • No line item display in FAGLL03 & FBL3N GL line Item reports

    Dear All,
    I have parked the customer invoices with normal customer recon account and with special GL indicators. The system do not display parked lines for Special GL indicators. How can i display the line item display information in FAGLL03 and in FBL3n report.
    Following settings have already been made are;
    1. Fs00 = line item display check is on.
    2. In initial screen for FAGLL03 & FBL3N Selection: Parked Items Parked items are displayed and checked.
    The  only information for parked special gl line items is get through FBL5N report only.
    Kindly suggest in there any way that we can get report from GL line Item reports???
    Regards

    Some how client do not want the functionality

  • "Always Use Selected Format" check box in line items report

    Hi Experts,
    I have an issue in ECC 6.0.
    From the transaction code FBL1N (Vendor Line Items) I am trying to export the report to spreadsheet by selecting the option  List> Export>Spreadsheet  then I have selected "Always Use Selected Format" check box.  But if I execute the same report again I am not getting this option "Always Use Selected Format". Please let me how can we retrieve that option. Is there any possibility to get that option again either functionally or technically. I would like to know all the possible ways to get this option again.
    Please do the needful.

    Hello,
    In one my thread Mr. Frank has replied as follows. I believe he has solved this.
    Hope this may be really helpful.
    The problem with the spreadsheet download is at one point, users have selected their default file type.
    That said, SAPGUI is working as it should. (gui710)
    Question though is how do we reset the values so they get the ?Select Spreadsheet Format? popup again.
    The following steps should be performed :
    - Call transaction SE38, enter program SALV_BS_ADMIN_MAINTAIN, and press F8.
    - Follow the parameters below :
    - Select ?DELETE? on the Actions Group
    - Select ?DETAILED SELECTION? on the General Data :
    - On Client - your number
    - User : <user name>
    -Hit EXECUTE.
    -Press ENTER on the POPUP
    - If there is an entry in the report that will need to be deleted. Also, make sure that the entry you will delete (for the user) has a value of GUI_ALV_XML_VER on field ?Parameter? .
    - Select the line and hit the DELETE icon .
    - Press ?Y? to continue delete. Press ENTER on the popup.
    - Then EXIT all the way out of the program.
    NOTE : When you run program SALV_BS_ADMIN_MAINTAIN, make sure they are out of any program that they are using for download.
    Re: "Always Use Selected Format" check box in line items report
    Regards,
    Ravi
    Edited by: Ravi Sankar Venna on May 15, 2009 2:31 PM

  • PLAN line items reporting in CCA

    Hi,
    We hava a requirement to develop report for cost center
    accounting. We have to report on line items. The standar cube 0CCA_11 gives us what we want but not by line item wise. We have an ODS for Actual line items but do not have anything to report on PLAN line items.
    How can we report PLAN line items in CCA.
    Any help is highly appreciated.

    Hi,
    In Cost center Accounting,you can retrieve Plan data if it has been maintained in teh SAP R/3 system. To extract the Plan data,you need to restrict the Info packages with the valut types e.g '10' for Actual, '20' for Plan etc.
    By restricting the Info packages with the value types,you should be able to extract the Plan data.For further information,<u>http://help.sap.com/saphelp_bw33/helpdata/en/8d/1f383fe58d5900e10000000a114084/frameset.htm</u>
    Regards,
    Srini

  • Internal Order - KOB1 - Actual Cost Line Item Report

    Hi Friends,
    I need to understand how the KOB1 Report - Actual Cost Line Item works.
    As per my understanding when ever there is cost posted with assignment to Internal order this report should reflect the amount.
    We have a PO with account assignment to Internal order and Asset.
    When Goods Receipts is posted the with posting key 70, the report is reflecting the amount.
    When Invoice Receipt is posted KOB1 report is not reflecting this amount.
    There is one Invoice receipt posted with  entry
    31 Dr
    70 DR
    86 Dr GR/IR
    and the 70 debit amount is coming in the report.
    So can any one please tell me does this report show all the entries with IO assignment or when posting key 70, 75 ,80,81 are used.
    And also is GR considered as cost posting or IR considered.
    This issue has been pending from 3 months.
    Appreciate your help.
    Thanks
    Satish

    The KOB1 line item report will show you any expense account posted to that order.
    Basically you are the order collecting the cost. During the invoice receipt, the expense account are not involved, except in cases of a price difference.
    The vendor account credit and debit to GR/IR are not concerned with the order.

  • Adding fileds to customer line items report  (RFITEMAR)

    Hi all,
             I am modifying a customer line items report<b>(RFITEMAR).</b> I have to add two fields to a structure <b>(rfposxext).</b> I have completed this task. But the problem is how to populate these two fields. I am not able to find the select statements in this report to add these two fields. Any one can help me in this issue.....Thanks in advance

    Hi Kalyan
    In the include "RFITEM_INC",
    Routine "reate_performance_tables" exists where they are assigning "fposxext" to a field-symbol.
    Add you fields after:
            gd_pos_reduced-bukrs = <lfs_pos>-bukrs.
            gd_pos_reduced-belnr = <lfs_pos>-belnr.
            gd_pos_reduced-gjahr = <lfs_pos>-gjahr.
            gd_pos_reduced-buzei = <lfs_pos>-buzei.
            gd_pos_reduced-budat = <lfs_pos>-budat.
    add:
            gd_pos_reduced-xxx = <lfs_pos>-xxx.
    regards,
    Dharitree

Maybe you are looking for

  • How do I run/use the Adobe Paper Texture Pro?

    I Am running Photoshop CS6 with Snow Leopard and I am trying to use the new Adobe Paper Texture Pro downloaded via Adobe Exchange.  I upgraded to the Cloud Membership to get this script.  How do I use/access it?  It does not show up as a menu option.

  • Application keeps moving out of the window to a phantom screen?

    I can start the application and it works fine. However it won't stay on my home screen and I have checked the other spaces and it won't stay there either. It keeps drifting off to the top and off the screen. Any ideas?

  • How can my applet communicate with servlet via HTTPS?

    hi all, I'm using jdk1.4.2_03. Tomcat 4.1.27/29. My applet used to communicate to serlvet/JSP via http protocol. However, I wish to apply SSL in my tomcat standalone. Is there any implication towards my existing applet to servlet codes? For example,

  • Portfolio Welcome opens oddly

    Hi folks, Maybe someone can help as I have tried every setting I can find. Using Acrobat Pro 9. I have it set for a Welcome Page and a full page fit doc with list of all included docs on the left. when it opens, you see the left half of the welcome p

  • Rendering PDF in flex

    Hi all, I have a task of rendering a PDF in the screen. Could anyone please help me out in this aspect. Is there a way for rendering PDF into a component in flex. Thanks, AMAR