How to see open items for vendor.

Hi,
What condition I should put to select values from Bseg to select open item amount for vendor.
Regards
Mave

Hi,
  to select open items for vendor you should read from table BSIK.
After this you can read table BSEG with BSIK-BUKRS, BSIK-BELNR, BSIK-GJAHR.
( Bseg is a cluster table and selections for vendor are slower than bsik)
for example:
  select * from bsik
  where bukrs = company_code
  and lifnr = vendor_no
  select * from bseg
  where bukrs = bsik-bukrs
  and belnr = bsik-belnr
  and gjahr = bsik-gjahr
Regards, Manuel

Similar Messages

  • How to catch due Items for open Items for vendors

    hello everybody,
    How to catch due open Items amounts for vendors
    for 0-30 30-60 60-90
    regards
    Mave

    Hi
    Mave
    You have to get the open items from BSIK and then calculate the due date (there's only the baseline date, ZFBDT, in BSIK), you can use fm NET_DUE_DATE_GET to do it:
    LOOP AT I_BSIK.
    CALL FUNCTION NET_DUE_DATE_GET.
       EXPORTING
         I_ZFBDT =  I_BSID-ZFBDT
         I_ZBD1T =  I_BSID-ZBD1T
         I_ZBD2T =  I_BSID-ZBD2T
         I_ZBD3T =  I_BSID-ZBD3T
         I_SHKZG =  I_BSID-SHKZG
         I_REBZG =  I_BSID-REBZG
         I_KOART =  'K'
       IMPORTING
         E_FAEDT =  DUE_DATE
    Now you can calcultate the range:
       DELTA_DAY = SY-DATUM - DUE_DATE.
       IF DELTA_DAY < 30.
    ENDLOOP.
    Max

  • How to find open item in bsik table

    anyone can tell me how to find open items for vendor in bsik table or it will store only open item.
    i debug the tcode fbl1n to see . but not able to find
    Kumar

    Hi
    There is no specific field name for open item in the table BSIK.Yes BSIK include a structure named ABSIK_PSO and which is a "IS-PS: Data appendix of open items vendors".
    Yes there is a field name
    BUZEI - Line Item
    EBELP - Item
    You check with your requirement again and try to use these fields,if you still facing some probs than write back to me,i will try to give the appropriate solutions.
    Thanks
    Mrutyunjaya Tripathy

  • How to identify the open items of vendor/customers/general ledger

    i would like to know the t.code for identifing the user wise open items for vendor/customer/general ledger.

    Dear,
    You can use frequently used reports like FBL1N for vendors, FBL3N for GL and FBL5N for customer. You can exeucte open item report and drag Username field from the layout and sort the report in ascending or descending order.
    Regards,
    Chintan Joshi

  • Clearing of Open items (per Vendor)

    Hi All,
    I would like to ask if there is a way to show multiple line items of a single vendor as multiple line items and not the sum of these line items during clearing in F-04.
    Right now, when clearing multiple line items of a single vendor, these line items will appear as one single item during simulation with the lump sum of all the line items being cleared. Is there a way of showing these items separately?
    Ex.
    User wants to clear Vendor 2000000000.
    Open items for vendor 200000000 are as follows:
    document 1 with amount 100
    document 2 with amount 200
    document 3 with amount 300
    When clearing in F-04, user will select these three documents to clear.
    During simulation, posting will be as follows:
                    DR VENDOR 200000000                 AMOUNT 600
                    CR CASH                                       AMOUNT 600
    Is there a way of showing it this way?
                    DR VENDOR 200000000                 AMOUNT 100
                    DR VENDOR 200000000                 AMOUNT 200
                    DR VENDOR 200000000                 AMOUNT 300
                    CR CASH                                       AMOUNT 600
    Thanks! Would appreciate your answers soon.

    Hi,
    The client requirement is that each time the user clears multiple line items of one single vendor or customer, separate line items will be displayed for each line item cleared.
    If you use f-04 and clear multiple line items for a single customer or vendor, these line items are lumped into one line item.
    Ex.
    Doc. 1
    Dr. Customer 1 100USD
    Cr. Sales         100 USD
    Doc 2
    Dr. Customer 1 200 USD
    Cr. Sales         200 USD
    Upon clearing, two open items will be selected, the one with 100 USD and another one with 200USD,
    Postings will be as follows:
    Dr. Sample Account   300 USD
    Cr. Customer 1          300 USD
    Would it be possible if the posting of the clearing is
    Dr. Sample Account   300USD
    Cr. Customer 1          100USD
    Cr. Customer 1          200 USD
    Thanks.
    Edited by: pinoy sap on Sep 23, 2008 11:29 AM

  • Re:- How to see customer/vendor open items for profit center wise

    any one help me regarding : How to see customer/vendor open items for profit center wise. That is possiable or not please suggest to me. I am using 4.6c version .

    Run the report from Tcode FBL1N for vendor open item and from FBL5N fron Customer open items.
    When you get the report, click on Change Layout icon ( or press Control + F8 from keyboard), search Profit Center fron the Table of Hidden fields on the right hand side. Move that field to the Left hand side table. Click ok, now you should be able to see the Profit Center column in your report.
    You can save this layout by clicking on the Save Layout icon ( or press Control + F12 from keyboard)
    Next time you can choose the saved layout by clicking on the Select Layout icon ( or press Control + F9 from keyboard)
    Regards
    Dharmveer

  • How to Prepare Flat File for Vendor Open Items for RFBIBL00

    Hi Experts,
    I have to prepare a flat file structure for vendor open items to use in RFBIBL00.
    I tried to take structure from the structures BBKPF and BBSEG structures.
    I have 59 fields in my file and I need to map these fields with the structures BBKPF and BBSEG to prepare the structures for
    Header and Items for vendor open items.
    Can any body help me how to prepare the flat file structures.
    Thanks & Regards,
    Sudheer
    Edited by: sudheer kumar on Dec 4, 2009 11:09 AM

    RFBIBL00 has a documentation please check it

  • Vendor Open Items for each Segment ?

    Hi all,
    What is the most effective way to grouped the all Vendor Open Items for each Segment ?
    I think i should use tables BSIK and (BSEG or FAGLFLEXA).
    Field BSEG-SEGMENT does not always have a value (often is empty), so it is likely to be used FAGLFLEXA-SEGMENT.
    Thanks in advance
    Serena

    .

  • Payment run didnt pick the open items of Vendor(special G/L for downpmnt)

    Hi,
    Payment run didnt pick the open items of Vendor(special G/L for downpmnt). The line item is due on 2.11.2010.
    The payment run was done on 12.11.2010. Why this line was not picked?
    Edited by: Rudra Prasanna Mohapatra on Nov 14, 2010 11:11 AM

    Hi Rudra,
    In order for the special GL's to be selected for Payment run, you need to define them in your configuration.
    Go to FBZP, click on All company codes, and double click on your company code, and check whether special GL is entered in vendors>Sp. G/L transactions to be paid.
    Regards,
    SAPFICO

  • How to enter opening balance for GL A/C(Ex. Bank A/C, Cash A/C, Vendor A/C)

    Hi Expert,
    How to enter opening balance for last year to closing balance to this year opening balance explain deeply helpful for me Thanks in advance.
    Example
    All Bank A/C, Cash Book, Vendors, Customers, like that how to enter closing to opening balance.
    With Warm regards,
    Selva

    Dear,
    As per SAP standard there is no need to carry forward the balances as the system will do a virtual carry forward into next year opening without creating any FI documents.
    If your business scenario demands then you can use the transaction code F-02 for posting a carry forward balances, this will not effect any of your balances but only creates a FI document.
    If your R3 version is SAP ECC5 or 6 then use the transaction code FAGLGVTR

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • How to clear the open item for non-leading ledger?

    Hi, Experts,
    I have two valuation area VA001 and VA004 and two accouting principle GAAP and IFRS.
    Then I assign VA001 to GAAP (post to leading ledger) and VA004 assgin to IFRS (Post to non-leading ledger "IF").
    There are two ledger group ,one is  0L and the other is IF.
    When i run TBB1, system generate 2 FI documentes.
    Then  I run F13E to clear the GL account, because some GL is open item management.
    But only ledger 0L is cleared, the other non-leading ledger "IF" is not cleared.
    I don't know is there any possiblity that system will clear open item for leading ledger and non-leading ledger together?
    TKS a lot.

    Hi Louise,
    you do posting in TRM, but clearing is done in FI, so I moved the thread.
    BR, Tomislav

  • Difference between vendor open items and vendor balance

    Hi all,
    I have the following problem: When I display open items for a vendor with a special general ledger code, it happens that for some vendors, the total of these open items do not equal the vendor balance concerning this special GL code.
    Or in other words, the sum of BSIK and BSAK entries are not equal to the totals in table LFC3.
    I identified SAP standard program RFEWA003, that gives me exactly these differences, but how can I correct the entry in LFC3?
    The difference only occurs in the current fiscal year and is in the carryforward amount of LFC3. I checked the totals of debits and credits for the current year which are 100% correct.
    Our last fiscal year was shortened (only 11 months). Could this be the reason?
    How to correct LFC3 entries? Any correction program existing that is not related to Euro conversion?
    Thanks for your appreciated help,
    andie.m
    Edited by: andie.m on Jul 2, 2009 2:49 PM

    Hi Michael,
    Thanks for your answer, but I tried already the carry forward. It just says there is nothing to be treated.
    I thought there might be a special carry forward transaction for special general ledger accounts, but it does not seem.
    Any other ideas?
    Thanks for your help.
    Andreas

  • Interest calculation only for open item for customers

    Hi, do you know how to calculate Interest calculation only for open item for customers?I do not want to see cleared   items. I have problem with customization.
    Best Regards
    Tom

    In the item interest calculation, you can tick the  'open items' for calculation of interest and also select the 'no cleared items'.
    Regards

  • Clearing: how to get open items with net amount?

    Hi
    I need to obtain the open items for clearing <b>with the net amount</b> as it shows up in the transaction FB05 after considering any discounts that may apply. The BAPI BAPI_AR_ACC_GETOPENITEMS does not calculate the net amount.
    I see that the data is calculated in SAPMF05B and saved in the internal table POSTAB which has the structure RFOPS. Basically i need to obtain the data of this internal table.
    I was thinking of exporting the table in some user exit, but didn't find any suitable exit yet.
    Any ideas anyone...?
    Thanks for any hint.
    Andreas

    Hi All,
    Thanks for the reply..
    ==============================================================
    Basically create one ckf and two rkfs for each aging bucket
    ie ckf 0-30 days = rkf 0-30 days open + rkf 0-30 days subsequently cleared
    Because you need to restate the AP report to a key date - some items have changed their status since that key date but were open at the key date (ie we call those subsequently cleared)
    so rkf 0-30 days open is
    posting date <= key date
    item status = O
    net due date between variable date (cmod which reads key date) offset 0 and variable date (cmod which reads key date) offset -30
    rkf 0-30 days subsequently cleared is
    posting date <= key date
    cleared date > variable date (which reads cmod of key date)
    net due date between variable date (cmod which reads key date) offset 0 and variable date (cmod which reads key date) offset -30
    ========================================================================
    In the above two cases, while creating restricted key figures how to design this;
    net due date between variable date (cmod which reads key date) offset 0 and variable date (cmod which reads key date) offset -30
    And also after creation of two rkfs i created a ckf i.e ckf = rkf1+rkf2.
    Now i dragged this ckf into columns and when i checked the query it is giving error that key date variable is used more than once. ( Bcz we have used key date variable both in rkf1 and rkf2 for getting posting date <= to key date )
    What is the solution for this ?
    Regards,
    Rao.

Maybe you are looking for

  • Short dump in SAP R/3: SQL statement buffer overflow?

    Hello, I hope someone can help us with the following problem: A short dump in SAP R/3 (DBIF_RSQL_INVALID_RSQL, CX_SY_OPEN_SQL_DB) occurred during a delta load, which worked fine for several month. The custom code crashes at a FETCH NEXT CURSOR statem

  • Pacman -Syu returns system up to date after a new 2008.03 (solved)

    I just installed arch from the march 08 live cd (the new cd got stuck on the grub boot screen, but that is another bug for another thread). I eventually got a totally working installation (installing only core packages). what's strange is, i've updat

  • How to edit audio file in iTunes, rename file

    I finally figured out how to join mulitple tracks I'd ripped from a CD into one file, but now there's space between each track as it plays. Is there a way for me to edit the spaces out? Where do I find the file for the new track? I need to upload it

  • Restrictions passcode

    Is the restiction passcode different from the remote locking password on icloud for Iphone 4? As you gathered, I do not remember the restrictions passcode and cannot access my iphone, 7 attempts made already. To avoid losing my data, can i in itunes

  • How to resolve error 403 response error code

    Hi to All Openstream to a webpage like google.com works fine, but openstream wid a search string like following gives error 403. http://www.google.co.in/search?hl=en&q=forums&btnG=Search&meta= Can anyone help with working around this?? Thanks