Tax Column on the Customer Line Item Report

Hi All
We need a report for AR that has the fields : Business Area, Customer, Document Type, Document Number, Clearing Document(if any), Currency, Posting date, Amount, tax amount, payment amount, due date, payment date..
I tried the standard report (FBL5n) but it doesnt have the fields 'tax amount' and 'cleared amounts' - so I tried to join the BSID
and BSAD table in a query - which again times out...
Is there another table I can map and or when using table(s) BSID and BSAD - what should be my join conditions..?
Thank you
Rukshana

Please search the forum before posting your question.  This question has been asked several times.
BSET does not maintain the values with respect to the Line Items.  So it is not possible to combine the values from BSET with line item reports.  You'll have to write a custom (Z-Report) report to cater your needs.
Ravi.

Similar Messages

  • Grant number in customer line item report

    Is it possible to bring in the grant number in the customer line item report, fbl5n? I tried expanding the fields in the report, but grant does not seem to be one of them.
    Please help!!!
    Thanks,
    MJ

    Hi, check this Add new field in output of FBL1N

  • Customer line item report with GL account display

    Hi
    Please guide some customer reports for the following
    Client need a Customer Line item reports with Customer number and repective gl account for each line items.
    for ex: Product A/c xxxxxx
              To Sales A/c xxxxxx(recon A/c)
    Thanks in advance

    Hi
    1.FBL5N -  Customer Line item Display (Customer Line item reports with Customer number )
    2.FBL1N - Vendor Line item Display
    3.FBL3N - General Ledger Line item Display
    The sales entry will be
         DR  Customer - to view this entry FBL5N
               CR Sales - to view this entry FBL3N
    Hope this will be usefull

  • 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

  • Business Area wise Vendor & Customer Line item report

    Hi
    We are on SAP ECC 6. Can I get Business Area wise Vendor & Customer Line item report (as like FBL1N)
    Regards
    Debojyoti

    Hi,
    In FBL1N in dynamic selections you can give the business area as the selection parameter otherwise after execution of report with the help of layout you can set filters for business area.
    Go to FAGLB03 give the vendor or customer reconciliation account along with business area. So after you execute the report you can choose vendor code and business area.
    Check once it may help you
    Regards,
    Sankar

  • 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

  • Noted Items in customer line item report

    Hi Friends,
    What is noted items? what is this use ?
    i have seen in fbl5n screen ( customer line item report) in type selection.
    please give u r reply on this i will assign points to you.
    Thahnks
    KSR

    Hello
    Noted items are single line items and basically payments due from the customer/vendors. These transactions  do not affect the balances of the company.
    Example of noted items are post dated cheques from customers/vendors.
    Hope this helps.
    Kavitha

  • RE: COPA report and customer line item report not matching

    Hi All,
    COPA report and customer line item reports (fd10n) are not matching please let me know the reason.

    ok

  • Defaulting Tax Code in the PO line item by Material Group

    Hi All,
    How do I default the Tax code for the PO line item by material group in INDIRECT purchasing (without Material Number)
    What is the config for this?
    Thanks in advance.

    Not possible with mateiral group except you devvelope custom solution or try the following
    Do the config in thetcode
    OMKL
    OMKN
    OMKO
    than maintain that for your conditon in MEK1. 
    In this section, you maintain the tax code determination facility.                                                                               
    Within the framework of the price determination process, it is possible       
    to have the tax code determined automatically via the conditions.                                                                               
    For the purposes of automatic tax code determination, tax indicators          
    derived from the material master record, Customizing, or the purchasing       
    document are used. The system determines the tax code on the basis of the     
    combination of these tax indicators.                                                                               
    To assign a tax code to a combination of tax indicators, you must             
    maintain master conditions in Purchasing (menu options "Master data ->        
    Taxes").                                                                               
    There are tax indicators at the levels "plant", "account assignment           
    category" and "material".                                                                               
    In addition, there are two tax indicators that are derived from the           
    purchasing document:                                                                               
    o  Country of origin and country of destination differ                        
    o  Region of origin and region of destination differ                                                                               
    The assignments "tax indicator -> plant" and "tax indicator -> account        
    assignment category" must be made in Customizing.                                                                               
    Automatic tax code determination can be useful, for example, if different     
    tax rates apply depending on whether a material is placed in stock or is      
    consumed immediately following its procurement.

  • Profit Center wise Vendor & Customer  Line item report

    Hi
    We are on SAP ECC 6. Can I get Profit Center wise Vendor & Customer  Line item report (as like FBL1N)
    Regards
    Sandeep

    Hi,
    Please Try using "S_ALR_87013343 - Profit Center: Receivables " and "S_ALR_87013344 - Profit Center: Payables"
    Reports
    Best Regards,
    Ravi Reddy

  • Unable to update profit center or plant code in the customer line item

    Hi,
    We require the profit center and plant code and division in FI
    documents (Posted through billing document or through direct FI entry)
    We are unable to input plant or profit center in the customer line item
    while using F-21 or any other FI transaction
    The plant and profit center is not appearing even in customer line item
    in RV document (From SD billing)
    We have made the Field status group as optional for the reconcilation
    accounts.
    Regards
    Sembian

    Hi
    Profit center / cost center are generally entered in revenue & expense line items (P&L items). Customer / vendor master and line items are balance sheet items which will not show profit / cost centers.
    Regards
    Neeraj

  • WBS element field in the customer line item

    Hi Experts
    Clientu2019s requirement is to populate the WBS element in the customer line item.
    Field status of Posting key -01 for WBS element is u2013 Optional
    Field status of Customer recon a/c  for WBS element is u2013 Optional
    Still in the customer line item screen, the WBS element field is hidden.
    Kindly advise how to make the field WBS element available in the customer line item.
    Regards,
    Purnima

    Hello,
    When you post customer invoice, screen no 301 is active. Here you can find only fields like payment terms.baseline date,payment block etc.
    As this is not a cost object you will not find cost center, wbs element. You could find them on credit item.
    Regards,
    SK

  • Calculate teh tax maintained for the PO line items

    I need to calculate teh tax maintained for the PO line items...how do i do it????
    can somebody help??
    kanishak

    Hi,
    Use this FM to get data from KOMP
    tax amount = komp-mwsbp
    CALL FUNCTION 'RV_PRICE_PRINT_ITEM'
        EXPORTING
          comm_head_i = komk
          comm_item_i = komp
          language    = nast-spras
        IMPORTING
          comm_head_e = komk
          comm_item_e = komp
        TABLES
          tkomv       = tkomv
          tkomvd      = tkomvd.
    Regards
    Krishna

  • Profit centre needs to be updated in Vendor and Customer line item reports

    We are using ECC 6. 
    Profit centre is updating for vendor and customer line items in document level.  But the same is to be reflected/updated in profit centre field in FBL1N and Reports.

    hi
    Use this T codes you will get Profit center wise  S_AC0_52000888 Paybles (vendor balances )
    Tcode for Profit center wise receviables S_AC0_52000887  (customer balances )
    Regards
    Babu.k

  • FBL5N --customer line item report

    Dear all,
    our clients want to see "customer name" in FBL5N report, vendor name in FBL1N by each line items when selecting  all customers or vendors .
    I wonder how you guys could make it possible to meet this requests?
    Sincerely,
    J.

    Dear Jimmy,
                                                                                    the Customer Name may be displayed in the Header Data via the following              
    Menu path in FBL5N : Settings > Display Variant > Current Header Rows.               
    The attached OSS note 181592 and 181697 explain more in detail how to                
    set up the headers.                                                                               
    Should you require the same to be on line item basis, I am sorry to                  
    tell you that the same is not possible as per the standard, as                       
    customer name is not saved on document line item tables. It can only                 
    be visible in the header lines of FBL5N as explained.                                
    For the line items, you can only see values of tables: BSIK, BSEG, BKPF,             
    BSED, PAYR, BSEGC and BSEC (the last one is only for one time vendors).   
    The table KNA1 is not a permitted table.
    I hope this helps.
    Mauri

Maybe you are looking for

  • Customer cheques given to vendor error

    Hi, when we run the t. code ftr03 "customer cheques give to vendor", normally there should be created two documents, however when we control from cheque history we see one document and an error saying: Error:     ICC_TR186 Diagnosis     When you post

  • Burning Blu-ray from FCP?  Seems I've encountered a glitch.

    Followed these instructions (Ken Stone): http://www.kenstone.net/fcphomepage/burn_br_mac_superdrivestone.html Only difference is instead of using SD disks as instructed in those guidelines, I'm using actual Blu-ray disks with an external Blu-ray burn

  • Live cache lock handler not available

    Hi we are frequently getting this error Live cache lock handler not available and this causes our process chains to fail. Can anyone please explain in details what this error refers to and direct to any good links for error resolution.

  • Old Gmail, is not showing on Mail application ?!

    HI.. i opened the mail application today and i got my GMAIL account in there now. but all i could see in it is the mail (inbox) and (sent) from the day i opened the account on my mac book pro . So i cant get the mail that i had in my mail before then

  • [svn:fx-trunk] 14199: ToolTip border skin bug fix

    Revision: 14199 Revision: 14199 Author:   [email protected] Date:     2010-02-16 13:59:53 -0800 (Tue, 16 Feb 2010) Log Message: ToolTip border skin bug fix http://bugs.adobe.com/jira/browse/SDK-24282 - SliderDataTip instantiates it?\226?\128?\153s bo