Tables to find out Vendor Invoices without refrence to a PO

Hi All,
I need to extract all the invoices for a time period which have been raised without refrence to PO and with refrence to a GL account.
If possible I need to get a table from where I can get all these invoices which have been raised with refrence to a GL by giving certain selection parameters.
Awaiting an early reply
Pratiksha

HI
You can find out the vendor invoices with the tables BSIK (Vendor Open items and BSAK(Vendor cleaed items)..with the document type..
If you want the vendor invoices without PO then you have to extract all the vendor invoices open items and cleared items from the above table and give the same document numbers in the table BSEG by mentioning with the not equal to option in the Purchasing Doc field with the blank details.
Try the above solution and let me know if you have any queries...
Thanks

Similar Messages

  • Post vendor Invoice without Purchase order.

    Hi all
    good afternoon
    how can i post vendor Invoice without Purchase order.
    And any option
    Regards
    Manju

    Hi,
    Use following transactions to do so;
    1. MIGO - Goods Receipt > Others
    Here use movement type as "501" and enter material, vendor, quantity, Plant, storage location, etc... manually and post the material document.
    Here following A/c entry will appear;
    (BSX) Stock Account - Dr
    (GBB-ZOB) Expense A/c - Cr
    2. FB60 - Post Vendor Invoice
    Here following A/c entry will appear;
    Vendor Account - Cr
    Expense A/c - Dr
    3. F-53 - Post Payment w.r.t. the Invoice posted in step2.
    Here following A/c entry will appear;
    Vendor Account - Dr
    Bank Account - Cr
    Note: - If you don't want to carry out inventory transactions then follow only steps 2 & 3.

  • Table for finding out all the G/L accounts of a financial statement version

    Hi all,
      is there any table to find out the G/L accounts which will come under the tree of financial statement version(OB58). Please help.

    With FM FI_IMPORT_BALANCE_SHEET_POS, you will get the account list in the internal table I011Z.
    You will get a list of intervals  I011Z-VONKT -  I011Z-BILKT.

  • Table to find out the volume of data

    HI Experts,
    Is there any table to find  out the volume of data in the data targets(infocubes and DSO)
    Thanks & Regards,
    Prasad.

    Hey.  I am not aware of anything that can give you a flat list of providers and number of total records.  It would be a fairly simple program to write though. 
    But, you could just go the old school route and just lookup the number of entries on the active table for the DSOs.  Cube would be a bit different and would probably depend on what you really want to meassure but I guess the E table is a place to start.
    I also know there are some DB size summary tables that show you number of records per table.  One of those tables is DBSTATTORA (other similar tables exist).  But again it is at the actual table level and not a provider summary.  And I will not speak to how accurate the data is as I have not tried to validate.  I will say the FM in the link posted above actually just does a number of records select on whatever table you enter. 
    Thanks

  • Table to find out the function modules used in a particular program

    Hi,
    Is there any standard table to find out the function modules used in a particular program?
    Such as there is a table D010TAB to find out the tables used in a program .

    Hello
    There is no exist such table.
    But try this snippet:
    REPORT ZSEARCH.
    PARAMETERS: P_NAME LIKE D010SINF-PROG.
    DATA: PROGTXT(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: TMP(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: FUNCT TYPE RS38L_FNAM OCCURS 0 WITH HEADER LINE.
    DATA: INCL TYPE RSEUINC OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_GET_ALL_INCLUDES'
         EXPORTING PROGRAM    = P_NAME
         TABLES    INCLUDETAB = INCL.
    LOOP AT INCL.
      READ REPORT INCL-MASTER INTO TMP.
      APPEND LINES OF TMP TO PROGTXT.
      REFRESH TMP.
    ENDLOOP.
    READ REPORT P_NAME INTO TMP.
    APPEND LINES OF TMP TO PROGTXT.
    LOOP AT PROGTXT.
      IF PROGTXT CS 'CALL FUNCTION'.
        SEARCH PROGTXT FOR ''''.
        IF SY-SUBRC = 0.
          DO.
            SHIFT PROGTXT LEFT BY 1 PLACES.
            IF PROGTXT(1) = ''''.
              SHIFT PROGTXT LEFT BY 1 PLACES.
              DO.
                SHIFT PROGTXT RIGHT BY 1 PLACES.
                IF PROGTXT+71(1) = ''''.
                  SHIFT PROGTXT RIGHT BY 1 PLACES.
                  CONDENSE PROGTXT.
                  FUNCT = PROGTXT. COLLECT FUNCT. EXIT.
                ENDIF.
              ENDDO.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
      ENDIF.
    ENDLOOP.
    SORT FUNCT.
    LOOP AT FUNCT.
      WRITE: FUNCT. NEW-LINE.
    ENDLOOP.

  • Vendor Invoice Without FI Postings / Pro Forma Invoice

    Is there any possibility to post vendor invoices without doing the FI postings?
    Vendor invoices are posted automatically through an interface to a legacy system. Is there any interaction chance, like userexit etc. in posting to avoid FI postings?
    Thanks in advance for a fast feedback, S.

    I meant I want to create the logistical document vendor invoice, but without posting anything to FI accounts. I know that it is not as easy as in SD, where you can really influence the assigned accounts.
    It also would help, when I get an idea how to use different accounts than for normal vendor invoice.
    Thanks, S.

  • Find out serial number without opening program

    I want to register my premiere elements editor 11 (bought it in the mac Appstore). Therefore I need the serial number. But since i work with yosemite, I can't load the program anymore. How can I find out the serial without loading the program?

    Hi there
    Purchases from the Mac App Store do not have a serial number.  Please check this doc for more info: http://helpx.adobe.com/photoshop-elements/kb/purchases-mac-app-store-faq.html
    Thanks
    Bev

  • BAPI required for incoming vendor invoice (without PO)

    Hi,
    Which BAPI can be used to post a "vendor invoice" ie.like a utility bill where there is no PO or GR ?
    The few BAPI's that I have searched and obtained is:
    1. BAPI_INCOMINGINVOICE_CREATE
    2. BAPI_ACC_INVOICE_RECEIPT_POST
    Our exact requirement is to have a BAPI which can take the following fields as input:
    GL Account
    Cost Center
    WBS element
    Material No
    Customer
    Tax Code
    Trade Partner
    Customer group
    And give the following data as response
    Verification number in SAP
    Payment status
    Vendor master data
    Kindly help me to find the correct BAPI.
    Greatly appreciate your help.
    Thanks,
    John

    Hi,
    When we use BAPI_ACC_INVOICE_RECEIPT_POST for posting an invoice without a PO, we are facing major issues.
    We have to input vendor account number and the amount. This should be entered in 'ACCOUNTPAYABLE'.
    Even though there is the field 'VENDOR_NO' for entering the vendor number, there is no field for entering the amount !!.
    Kindly help me to identify where I should input vendor amount as input (either in 'ACCOUNTPAYABLE' or elsewhere).
    Also, I am entering GL account number in field 'GL_ACCOUNT' in the segment 'ACCOUNTGL'. But there is not field to enter the amount.
    Kindly help me to identify where I should input GL account amount as input (either in 'ACCOUNTGL' or elsewhere).
    Thanks,
    John

  • Vendor Invoice without TDS deducted

    Hi All...
    I am fresher in ABAP.
    I had a report for those vendor invoices for which TDS has been deducted.
    In that report tables J_1IEWTCHLN,bsas, with_item etc tables were used. The data was retrieved using external and internal challan no.,and the document no. i.e BELNR.
    Now i wants those vendor invoices for which TDS has not been deducted on basis of vendor no. and belnr.
    But table bsas is the secondary index for GL a/cs So i cannot get data based on vendor a/c no.
    So what tables should be used for this.
    I think BSAK would be a better option instead of bsas as it is the table for secondary index for vendor.
    Can you please help me about this. I also want the difference between BSAK and BSAS.
    Would there be any difference in report if i use BSAK instead of BSAS
    Also what logic should be used for this report.
    Fast replies will be highly appreciated

    Hi
    Without any reference like PO/ delivery note we cannot post vendor invoice in MM. Even if you try in MIRO directly posting to vendor - you need to choose any one of open purchase orders (which are not invoiced yet). Only option left is FI invoice.
    MR11 cannot be used for invoice.
    Thanks

  • BUS6035 - create vendor invoice (without PO)

    Hi Friends,
    I want create a Vendor invoice (FB60) through BUS6035.
    Now I have to indicate is it a credit note or an invoice, but I could not find a corresponding field in the  LSMW- target structure.
    Can someone give me some help on this issue?
    Thank you very mutch in advance.
    Rg. Jimbob

    Hi
    Without any reference like PO/ delivery note we cannot post vendor invoice in MM. Even if you try in MIRO directly posting to vendor - you need to choose any one of open purchase orders (which are not invoiced yet). Only option left is FI invoice.
    MR11 cannot be used for invoice.
    Thanks

  • Log/Table to find out User Activity in HANA

    Hi,
    Someone has moved a particular package from AB* Delivery Unit to CD* Delivery Unit.Due to which it has caused a huge problem.How to find out which user has moved the package from AB* Delivery Unit to CD* Delivery Unit?Is there any table or log to find out in HANA?

    Srithar,
    Audit is fine but for that I need to implement it..Now I need to find out who has made the change.
    In HANA is it not possible to track any change through table or log without activitng audit??

  • Material master table for finding out valuation category and valuation type

    Hi,
    I have a material XYZ for which a valuation category 'H' is assigned. Now I need to create a valuation type for that.
    Question - I want to find out for the same plant & st location which are the other materials with valuation category H, and what are the valuation types used.
    I checked in mara, mard, mbew etc but of no use.
    Which table can i get the data ?

    hi,
    As the valuation details are saved and are based on the material, you can see the details of valuation type in MBEW table...and field as BWTAR
    For valuation catagory, you can see the table MARC...field as BWTTY...
    If want the valuation type details for both plant and storage location, you shd check the GR table ie. MSEG where you will get the valuation type ....
    hope its enough to retrieve the data..
    Regards
    Priyanka.P

  • How to generate a report from crm table to find out user status changes

    Dear all,
    Could you please help me on generating a report from SAP CRM table level
    to find out user status changes in crm orders for a specific period of time?
    Thanks in advance,
    Regards,
    Shaik

    Hi Shaik.
    You would not need to write report for this. You need to create a Table view mainenance for the CRMD_ORDERADM_H or CRMD_ORDERADM_I for whichever  you need.
    Follow the below or search on google for more on table view maintenance.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.
    In the table maintenance generator screen, you should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually you will create with one
    step. You should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, you find display, Maintain options.
    You can view the table contents by choosing Display and  supplying the selection criteria of dates.
    Regards
    Apoorva

  • Table to find out the list  which shows the last load of infoobjects

    Hi All,
    I have to find out the Info objects which stop loading in production system, so that we can delete number range buffering for those objects. In table  RSDCHABALSLOC I found the info objects which has number range buffering. But total 17000 objects are there its not possible for me to go and check in manage tab for each object manually. I need a table which shows the information like when was the last load happened for the info object. I checked in RSDIOBJ table but time stamp of it not matching with manage data target tab of Infoobject.
    Regards,
    Asim

    Hello Asim,
    Have a look at the table RSLDPIO, this should give the last run time of infopackage with other details like related datasource, info object etc. everything.
    Just go to SE11 and display data of this table - provide your datasource name to OLTPSOURCE or Info Object Name to VARIANT. Also you can check based on specific infopackage name.
    Then sort it in ascending on TIMESTAMP, top most timestamp will be the last run time of that infopackage.
    Another helpful table will be RSREQDONE.
    Please let me know if this serves the purpose.
    Thanks
    Amit

  • Table for finding out the User details

    Hi All,
    We need to create a KPI for number of hours a user has looged into a system. Is there any specific table where all the user related information is captured.If the information is not present in a table where  can we find the above information?Please someone help me out.....
    Also is it the same in all the systems or does this information differ from system to system?If it differs then how do we find the number of hours a user has logged in for a BW system, for a CRM system and for ECC system?
    Regards,
    Shravani

    Hello,
    USR01User master record (run-time data)
    USR02 Logon data
    USR03 User address data
    USR04 User master authorizations
    USR05 User Master Parameter ID
    USR06 Additional data per user
    USR07 Object/values of last failed authorization check
    USR08 Table for user menu entries
    USR09 Entries for user menus (work areas)
    USR10 User master authorization profiles
    USR11 User Master Texts for Profiles (USR10)
    USR12 User master authorization values
    USR13 Short Texts for Authorizations
    USR14 Surchargeable language versions per user
    USR15 External User Name
    USR20 Date of last user master reorganization
    USR30 Additional Information for User Menu
    USR40 Table for illegal passwords
    USR41 User master: Additional data
    USRCOBJ Object Filters for Exploding Product Structures
    USRM0 Material Master User Settings: User Screen Reference
    USRM1 Material Master User Settings: Organizational Levels
    USRM2 Material Master User Settings: Logical Screens
    USRMM User settings: material master
    Might be these can help you.
    Thanks
    Geeta

Maybe you are looking for

  • Smartforms output could not be issued

    hi all, i have executed my smartforms. and activated and checked the syntax it doesnt show any error. but while i excute the form through the transaction code it throws me an error. stating output culd not be issued. thanxs in advance

  • Controlling Access to Classes

    Hi, I know that you can use the keywords private and protected for methods and variables, but can you also use these keywords at the class level? I understand that the public modifier enables a class to be accessed outside of its package, and that if

  • Storage after syncing

    I just went thru 2 hours of updating my iphone 4 I had to b/c I could no longer take pictures of my daughter b/c I kept getting "storage almost full" and "storage full" many times. I have 13.68GB capacity 4.4 is designated to "other" - what is this O

  • Transport financial statement version

    Hello, I want to transport a financial statement version. I select the option table view and transport and I select "Include in the transport request" but the system does not give me the option to enter any transport request Is it possible to transpo

  • Infoobject  Masterdata/Texts tab

    Hello friends I would like to know when i am creating an info object how would i know if the object has a text (small,medium or long description) and if the infoobject should or shouldnt be text dependent.What will be the best place to check.As of so