Display Vendor Code in FBL3N GL Line Items

I am working on ECC 6 Version. I have observed that in the GL Line Items list ( T code FBL3N) for GR/IR accounts, Vendor Code Field is blank for some of the line items. Mostly the document types involved are RE (MIRO) and WE (Goods Receipt) where vendor code field is blank in the GR/IR Account line item list.
Is there any way that I could update the Vendor Code in all the line lines displayed in the GL Line Items list (FBL3N).
Thank you for the reply.
Gemini

Hi Gemeni,
GO TO FIBF -  SETTINGS > PRODUCTS > CUSTOMER
ASSIGN NEW PRODUCT AS ZOFF..OFFSETTING ACCOUNT DETERMINATION
AND ACTIVE THE PRODUCT
COME BACK
SETTINGS > P/S MODULE > CUSTOMER >
EVENT : 00001650............USE FM.......LINE_ITEMS_GET_GKONT
SAVE.....
GO TO GR IR ACCOUNT IN FBL3N AND CHANGE LAYOUT ASSIGN OFFSETTING ACCOUNT
YOU CAN GET OFFSETTING ACCOUNT NUMBER AS VENDOR IN FBL3N
NO NEED ABAP DEVELOPMENT
Rgds
SumaMani

Similar Messages

  • Vendor code in FBL3N

    hello,
    In FBL3N, could we get the vendor code and description in the output of this report after executing with G/L account?
    if no, and we go for zreport then wat are the tables we should use to fetch the output. BSEG and BKPF are the tables we can use but these tables are bulky and heavy and make the  report annd server slow.
    so what are other options to get vendor name in corespondence with a/c document no. in FBL3N

    Hi Prem,
    FBL3N is the transaction for G/L Account line item display.
    For Goods Receipt documents, line items will populate with Vendor LIFNR, but for Invoice Receipts only the vendor line item would populate LIFNR, the G/L lines for IR documents do not populate LIFNR.
    You can see this yourself by looking in SE16 at table BSEG for the GR and IR accounting documents. For GR document, BSEG-LIFNR should be filled for all line items. For IR document, BSEG-LIFNR should be filled only for the vendor line item.
    The line item display can't display any value, because there is no value on the database.
    The relevant tables for the G/L Line Item Display is BSIS/BSAS and BSEG. In BSIS/BSAS you will not find the fields Vendor number (LIFNR) and Vendor name (NAME1), and in BSEG Vendor number is only stored in the Vendor Line Item and not in the G/L line item, and you will not find Vendor name in BSEG. Therefore, you are not able to add the fields to the Line Item Display as a standard field or as a special field in the normal way.
    Hence, this is SAP standard design and it is not possible to have vendor number in the G/L line item display.
    There is a workaround for this, which should work in both 46* and Enterprise versions :
    The fields LIFNR and NAME1 do not exist in the structures RFPOS and RFPOSX. If you need these fields to be shown in the Line Item Display then you need to add the fields to the structures RFPOS and RFPOSX.
    When the structure has been extended with the fields then you need to run the reports RFPOSXEXTEND and BALVBUFDEL (in the same way as seen in the solution part in note 215798).
    After that you need to use the Open FI Exit 1650 to fill the fields. You will find a function group FI_ITEMS from transaction SE80. In this function group you will find a function module FI_ITEMS_DISPLAY where the form ITEMS_DISPLAY_INIT includes the exits 1610 to 1650. The important one for your problem is 1650 (OPEN_FI_PERFORM_00001650_E).
    This exit is used if you want to display fields in e.g. FBL3N which do not exist in the tables BSIS/BSAS and also not in the G/L Line in BSEG.
    Through this user exit it should be possible to get the value from the relevant tables e.g. from the vendor items from BSEG or the value from BSIK into structure RFPOSXEXT if there is a relation between the relevant tables e.g. BSEG/BSIK to RFPOSX/BSIS.
    Please also have a look at the notes 112312 and 217189.
    Hope it helps.
    Regards,
    Emoke

  • How to display the sales order in the line item in FB03

    Hi Experts,
    I have a requirement to display the sales order in the line item of t-code FBO3, could anybody suggest an userexit or BADI for the same.
    Thanks in advance.
    RP.

    >
    S. Rajesh Paul wrote:
    > Hi Experts,
    >
    > I have a requirement to display the sales order in the line item of t-code FBO3, could anybody suggest an userexit or BADI for the same.
    >
    > Thanks in advance.
    >
    > RP.
    I assume, you want to display sales order number in accounting document..... .
    This is not something you can do it through the BADI..
    You will have to change the G/L account field group (if it is already not there). you can then assign sales order number when posting to FI.  In the field group, better choose sales order number and item number as optional fields.
    If you can see the sales order field (may be empty) - you have to enter the sales order number when you post it.
    Good luck

  • 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.

  • Vendor field empty for RE line items in FBL3N

    dear all-
    I'm experiencing a strange situation. Instead of using the MM-report, I want to do a GRIR analysis in FI. When I run FBL3N for the GRIR account I see that for the goods-receipt related documents (doc type WE) field like puchase order and vendor number are populated (and contain a value). However for the line items that come from the invoice the field purchase order is filled but the field vendor is blank.
    I did have a look at the BSEG table for the WE- and RE-related documents: for all line items of the WE document (goods receipt) the fields purchase order and vendor contained a value, for the RE document (invoice receipt) all line items have a value for purchase order but only the first line item (vendor line) has a value for the field vendor. On all the other line items the vendor field is blank.
    Looks pretty strange to me, who has a good solution?
    thx
    Ben

    hi Vishal-
    Thanks for the BSIK, BSIS tip!
    In the meantime I did find report RFWERE00. I was able to generate a list that indeed showed the vendor number on the GRIR account both from the GR- and RE-document. Didn't have time yet to go over the code to figure out where this report gets its data from.
    The report offers options to do actual clearing and do postings ... I'm not interested in that. Only in the list. I have a start now ...
    ... If you have another I idea that prevents me from creating a customer report ... I'm eager to hear it!
    rgds
    Ben

  • Vendor name in g/l line item display

    Hi,
    I have a requirement to get the name of the Vendor in line item display of Rec. G/L code. In standard reports FBL1N and FAGLL03 we can get only vendor code. Is there any possibility to insert the vendor name in standard report or any alternative report available in the system.

    Hi Sridhar,
    If you want to display the report on the system, then you may look at the options suggested above by other friends.
    If your requirement is to download the report, then you can have a vendor list seperately, download the normal FAGLL03 report and run a simple vlookup function and get the names of the vendors.
    Regards,
    Mike

  • 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

  • Display Username on G/L account line item display of T-code FAGLB03

    Hi Experts:
    Now I have a issue,we want to display the header level username (BKPF-USNAM) on the list of G/L account line item display.What I want to ask is if there is another report existed in which contain this field? Or only change the standard code of SAP?

    Hi,
    In case you wish to see the User name details in the report,
    go to the Report go to the Menu options - Settings Tab - select special fields and add the field name BKPF-USNAM as a special field and save it. This is a cross client settings so it gwill generate a transport request. Save it and then execute the report. You will get the desired result of displaying the user name for the report.
    hope this helps
    regards,
    radhika

  • Urgent - "Vendor balances carried forward and line items report."

    Hello,
    Is there any report which will give me the vendor balance carried forward and the line items during that period.
    ==============================================
    Format-
    eg: statement taken from 1.8.2006 to 30.9.2006 is required as
    Bal b/f …………………………… 25000 cr.
    3.8.2006 Purchase Inv XXX ……   3000 cr.
    5.9.2006 Payment Chq XX ……  26000 dr.
    Bal c/f ……………………………  2000 cr.
    ==============================================
    Please advise on this.....
    Regards,
    J

    thanks for the response, but i have already tried those transactions.
    FK10N will give me the periodic bal statements and NOT line items display which will also have balance carried forward.
    F.41 and F.43 again gives the periodic and line items...but i want the vendor balances to  be in the format given above..
    like say, account statement.
    Please advise............
    Regards,
    J

  • Two deductions for invoice with same reason code posted as one line item

    Hi
    We have a scenario wherein we are taking two or more deductions on the same invoice and are using the same reason code which have a setting of charge off.
    SAP system displays the FI posting with same reason codes with charge off setting as one line item.
    However we want the FI Posting to display separate line items per deduction and not combine amounts of deductions based on same reason code with charge off setting.
    Any comments are appreciated.
    Edited by: Kirti Bhardwaj on Jul 24, 2011 9:46 AM

    Hi,
    you can use different reason codes in distribute differences screen once you have fist selected one reason code for one invoice.

  • 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

  • Erro display allocation in G/L account line items by FBL3

    Helllo
    I changed the line layout that add vendor no. and allocation field to dislpaly line items in FBL3,
    the vendor no. is displayed ok as the "2****",but the allocation is displayed that "00002***" as same as the vendor no. ,and when I double click the line item into display document that allocation is ok not the  "00002****" .
    I have checked the inserted allocation field name is also ZUNOR,what happend? How can I correct this?
    Tks a lot for your help!
    Best Regards
    Liu Jie

    no repy

  • How to select Vendor information as per the line item of the shopping cart

    SRM ABAPers,
    I want to create a custom report and needs to produce SC's item details with vendor's information.
    So I want to select the vendor information(including the partner function- 00000019 or 00000039) as per the line item of the shopping cart, which SRM table can give me this information?
    Thank you!
    MP

    Hi,
    To get the SC item details,you an use the FM 'BBP_PD_SC_GETDETAIL".
    Also to get the vendor details,you can use the FM "BBP_PARTNER_GET_PURCH_DATA_NEW".
    BR,
    Disha.
    Pls reward points for useful answers.

  • Tax break up of Tax code assigned to every line item

    hi all,
    i want tax break of a tax applied to line item after every line item in the pld.
    ex:-  ITEM CODE         ITEM DSC        QTY      RATE    TAX CODE
            abc                     dhfh                   1          100        BED+VAT
                                                                           eses 2% 10                                                                               
    hses 1%  5
                                                    packing &Forwarding       200
                                                                            VAT 4%  100
    client  want same tax split up for all line item and not after end of report.
    can u guide me how to do it?
    thanx in advance.

    Hi,
    This might be helpful
    Link:[Tax Break up|https://websmp208.sap-ag.de/~sapdownload/011000358700004326202006E/HowToTaxBreakup_2004_2B_IN.pdf]
    *S-User ID is needed for access

  • VA01 - Need to display an error popup message on line item check

    Hi All,
    I'm working on a user exit (report MV45AFZZ, form routine USEREXIT_FIELD_MODIFICATION).
    I already have all the logic necessary - the one final piece that is left is to display an error pop-up message if the line item quantity is less than a certain number.
    The pop-up should display when the enter key is pressed in the quantity field. Also, the pop-up should display if the SAVE button is pressed.
    I tried using
    MESSAGE 'Please increase quantity' TYPE 'E'.
    This worked, but unfortunately it caused VA01 to terminate when I click off the pop-up. This is strange, since type 'E', unlike type 'A', should not do that.
    I also tried POPUP_TO_INFORM, but that's just an informational message which does not prevent saving.
    Any ideas ?
    Regards,
    Roman D.

    You can try this fm
                    CALL FUNCTION 'DD_POPUP_TO_CONFIRM_CANCEL'
                         EXPORTING
                              textline1    = text-902
                              textline2    = text-903
                              title        = text-901
                              start_column = 25
                              start_row    = 6
                              defaultpos   = 'C'
                         IMPORTING
                              answer       = cancel_rc.
                    CASE cancel_rc.
                      WHEN 'A'.
                      WHEN 'C'.
                        LEAVE PROGRAM.
                      WHEN OTHERS.
                    ENDCASE.
    Based upon user inputs you can handle conditions (CANCEL_RC) accordingly.

Maybe you are looking for

  • Embedding external content in a Framework page

    Hi, I want to embed some external content, like YouTube video or a presentation on Slideshare, on my iRecruitment home page. I added an Item of type Servlet Include, and simply pasted in the Embed code from the host into the Source URI field. When I

  • Vendor code, transaction

    dear sir, i have one vendor code i want to check from which Transaction code the same is created. i know vendoe code can be created by XK01, MK01 and FK01.(if any other TC available plz let me also know the same)

  • When I open mailbox the messages are already opened.

    When I open my mailbox the messages are already opened.

  • How to monitor Network Performance - RAC Problem

    Hi all, I need help on something. I´m having some performance problems on my RAC enviroment and Oracle suporte says that i need to test my network. What kind of tools can i use to do these tests on network cards, switchs, etc. Tks, Paulo.

  • Adding an mSATA SSD to an X230

    I gather in some parts of the world you can get an X230 with an HDD and an SSD (in place of the WWAN adapter) from the factory, but not in the US.  So, I'm thinking of doing it myself.  My plan would be to add the SSD before installing any of my own