Extractor for RSEG incoming invoice table

Does anyone know if there is a standard extractor that includes incoming invoices from table RSEG?  Also is there documentation somewhere on all of the standard extractors?

Dorothy,
I'm looking for the same extractor. Have you found the answer in the meantime?
Thanks,
Sigal.

Similar Messages

  • BAPI for MIRO Incoming Invoice

    Hi All,
    I want BAPI for MIRO Posting ie for Incoming Invoice.
    .here MIRO is being done with Delivery Note number
    Following are the necessary entries for MIRO Posting
    Invoice date
    Reference
    Amount
    Calculate Tax
    Tax amount
    Delivery Note
    Vednor
    Business Area
    Please suggest me suitable BAPI for MIRO Incoming Invoice Posting with sample code.
    immediately.Please give some sample code for my reference.
    Rewards will be given.
    Regards.
    Ulhas

    Hi,
    BAPI for Invoice Verification: Post Invoice
    BAPI_INCOMINGINVOICE_CREATE
    The method can only carry out your function if no error messages were
    generated in the Return table. This is the case if the header data and
    all the items were processed successfully.
    Transaction control is not implemented. The calling program therefore
    has to execute the Commit Work itself after this method has been
    successfully called (in other words, if no errors were reported in the
    Return parameter).

  • Can we Use T Code MIRA instead of MIRO for posting incoming invoice?

    Hi All,
    Can we Use T Code MIRA instead of MIRO for posting incoming invoice?
    While trying to post a incoming invoice using MIRO, I am getting a error "HKONT is EMPTY". But when using MIRA i could get the invoice posted.
    And in which situations we use MIRA?
    Thanks in Advance
    Gopi Krishna

    Hello
    MIRA is for Invoice Verification in the Background
    Purpose
    This process is suitable for the following transactions:
    Posting invoices with mass amounts of data for which no item check is required
    Posting invoices referring to transactions not yet entered in the system
    Entering Invoices for Verification in the Background (Without Item List)
    When verifying invoices in the background, you enter only a small set of document header data, such as the invoice amount, the currency and the tax information. You also allocate the incoming invoice to a purchasing document or a vendor. The system saves the data and allocation criteria you enter.
    At a later point, the system verifies the invoice in the background. It uses the allocation criteria you entered to determine the item list. It then calculates the net total from the item list.
    If the net total = gross amount invoiced - tax amount (+/- tolerance), the system posts the invoice in the background.
    If the net total ¹ gross amount invoiced - tax amount (+/- tolerance), the system does not post the invoice in the background. It saves the document header data and the items determined in the background; the saved document then has to be processed manually in Invoice Verification.
    With Invoice Verification in the background, the system does not check for any quantity or price differences at item level. Since you do not enter any actual invoice item data, the system uses the default data for comparison.
    Regards
    Gregory Mathews

  • ERROR TRIGGERING DEFAULT METHOD FOR OBJECT (INCOMING INVOICE).

    When trying to open invoices in my ERP inbox to authorise I get the following message.
    ERROR TRIGGERING DEFAULT METHOD FOR OBJECT (INCOMING INVOICE).
    . There might be an authorisation issue. but i am not confirm.
    I have checked the authorisation in SU53 also.
    is it possible that there is some other reason for it.
    If so then what are they?
    please help.

    Hi Naval,
            Is it a custom business object....make sure that the status of all object components are set to Implemented or released..and  regenerate the Object...
    Thanks
    Srinivas

  • RBKP vs RSEG - incoming invoice w/o PO

    Dear All,
    Please give a hand in this issue:
    I created an incoming invoice in MIRO with WBS reference (no PO was involved into this process). There was two lines in MIRO when I created the document in MIRO (WBS were the same for both lines).
    1. Using the number of MIRO-invoice I can see a record in RBKP.
    2. In RSEG I haven't found any record using this document number.
    3. In RSEG I can find only record with PO reference.
    My questions:
    1. Where are stored my document lines? I thought the should be in RSEG but they aren't... How does this work?
    2. How can I connect my MIRO document items (that were booked w/o PO reference) to accounting document items (BKPF, BSEG)?
    Thanks in advance,
    Csaba
    Edited by: Csaba Szommer on Aug 26, 2008 5:31 PM

    Hello
    Link between RBCO and BSEG:
    1. select single * from RBKP where BELNR = RBCO-BELNR and GJAHR = RBCO-GJAHR.
    2. concatenate RBCO-BELNR RBCO-GJAHR into AWKEY1.
    3. select single * from BKPF where BUKRS = RBKP-BUKRS and GJAHR = RBKP-GJAHR
    and BLART = RBKP-BLART and BUDAT =RBKP-BUDAT and TCODE = RBKP-TCODE
    and XBLNR = RBKP-XBLNR and AWKEY = AWKEY1.
    4. select * from BSEG where BUKRS = BKPF-BUKRS and BELNR = BKPF-BELNR
    and GJAHR = BKPF-GJAHR.

  • Tax Jurisdiction code for EDI Incoming invoice

    Hi,
    We have implemented EDI incoming invoice using INVOIC02. The process code is INVL.The invoice is to be posted against a Purchase Order line item. It is noticed that the EDI invoice is not getting the Tax Jurisdiction code from the Purchase Order line . Instead the Tax Juridiction code is copied from the company code. However when we post the invoice manually using MIRO , then the Tax Juridiction code is copied from the Purchase Order. We understand that the system should take the Tax Jurisdiction code from the Purchase Order even for EDI invoices. Is it compulsory that we have to use the user exit EXIT_SAPLMRMH_014 in order to populate the Tax Jurisdiction code field TXJCD from the Purchase Order line? or is there any config required to enable the transfer of Tax Juridication code from the Purchase Order? In transaction OBCE there is a config to transfer the tax jurisdiction code supplied by the external vendor. If we do not check that box , then system is supposed to get the tax jurisdiction code from the Purchase Order.
    Thanks
    Sukumar

    The issue is resolved through OSS Note 506343. In the standard R/3 system, the tax jurisdiction code can't be written to invoice via EDI and only the Ship To Plant's Tax Jurisdiction Code is written to the invoice.
    Regards
    Sukumar

  • Extractor for AUFK and AFKO tables

    Hello Experts,
    I am looking for a standard extractor for the tables AUFK (Order Master data) and AFKO (Order Header). I wanted to know if there a exists a standard extractor for the same or I have to create a generic one.
    Thanks,
    Rishi

    For internal orders (ie aufk) have a look at 0COORDER and the transaction data  0CO_OM_OP*
    and the rest of the content for IOs
    http://help.sap.com/saphelp_nw70/helpdata/en/f2/db0c3c99d56448e10000000a114084/frameset.htm

  • Populating value in idoc segment E1EDP02 for INVOIC01- incoming invoice

    Hi Friends,
    I am working to get the incoming freight invoice posted to MIRO, using
    IDOC : INVOIC01
    message type: INVOIC
    process code: INVL
    function module : IDOC_INPUT_INVOIC_MRM
    Vendor does not send the PO number only send the bill of lading number(shipment number). So i have customised the IDOC with one segment for getting bill of lading number. My requirement is get bill of lading number and then get PO no and populate into segment E1EDP02. I am not able to populate this field and hence each time the IDOC fails with message :
    Required field BELNR(001) is missing in segment E1EDP02
    Required field ZEILE(001) is missing in segment E1EDP02
    Please tell me how to get this field populated and get the issue resolved. I have been trying to figure out for couple of days but no success OR My approach is incorrect for posting invoice to MIRO with populating field segment.
    Please suggest.
    Thanks
    Deepak

    Thanks everyone for getting the issue resolved. I have implemented implicit enhanencement and before the function module strarts procesing, I loop over segments and fill up the PO number to E1EDP02 for bill of lading number. There was also a case of error handling for IDOC. That is to check if the amount sent by vendor is correct as compared to the amount on the shipment cost docuemnt, if they dont match then I need to send an email to the business informing them for bill of lading number and amount. There is also another check to find out if the bill of lading number has already been invoiced, if invoiced I again need to inform the business user.
    So keep all the requirements in mind I went with Implicit enhancement, thus populating the required segment and if the validations fail for amount or invoice document already generated, then I send the mail to business with bill of lading number and reason of failure. In such case IDOC is not executed and after sending the mail, the logic exits out of function module.
    I

  • Linksys WRT54GL not logging for its "Incoming Log Table"?

    Hello.
    Is it me or does Linksys WRT54GL v1.1, with its firmware v4.30.13, not log "Incoming Log Table"? I see nothing in http://192.168.0.1/Log_incoming.asp (yes, I changed its IP address from its default 192.168.1.1). I do see logs in its outgoing though. I assume incoming log table is logging blockages and other datas.
    Thank you in advance.
    Solved!
    Go to Solution.

    Same problem in IE6, SeaMonkey v2.0.6, Firefox v3.5.11, etc. on two different computers (Windows XP Pro. SP3 and Debian/Linux). I only see:
    Incoming Log Table  
    Source IP Destination Port Number
    No IP addresses, etc. Just empty logs. I also tried power cycling the router too.

  • Extractor For VENDOR Blocked Invoices

    I have a requirement to create a report for Vendor aging report for Blocked invoices
    for which I need to do data modelling first.
    My questions are as follows
    1) I found extractor 0FI_AP_4 for Vendor Line items. but I need following fields
    who blocked the invoice and on what date the invoice is blocked
    pls see tcode fb03 for an eg.
    Note this is only for vendor invoices

    Hello Syed,
    Classification data for objects like material or vendor needs to pulled through classification data sources which needs to created specifically through transaction CTBW.
    I am not sure whak kind of information you are looking for...but if it is the information about classification then it has to be created.
    You can just make a search on classification data sources as there are numerous threads about it.
    If its just classification characteristics like vendor type then you can look for master data sources for these objects.
    Thanks
    Ajeet

  • Find accounting document for deleted incoming invoice document

    Hi all,
    I have few ncoming invoice documents which were deleted. those documents i can see in RBKP table.
    I want to trace the accounting documents for those deleted documents.
    Can any one help me to find the accounting documents for deleted documents.
    thanks in advance.

    Hi,
    this might give you an idea:
    data: l_belnr like bkpf-belnr, l_gjahr like bkpf-gjahr.
    clear: l_belnr, l_gjahr.
    data: l_string(20) type c.
    clear l_string.
    data: l_belnr_2 like bkpf-belnr, l_gjahr_2 like bkpf-gjahr.
    clear: l_belnr_2, l_gjahr_2.
    select belnr gjahr from rbkp into (l_belnr, l_gjahr)
    where rbstat = '2'. "Status = deleted
    concatenate l_belnr l_gjahr into l_string.
    select single belnr gjahr from bkpf into (l_belnr_2, l_gjahr_2)
    where awkey = l_string.
    write: /'FI', l_belnr_2, l_gjahr_2, 'MM', l_belnr, l_gjahr.
    endselect.
    Note that the key here is AWKEY.
    Best regards.
    Edited by: Pablo Casamayor on Apr 13, 2009 3:03 PM

  • Linkage for RSEG and BSIS tables for tax item

    Hi,
    How to find corresponding tax line item in BSIS or BSAS table for a RSEG line item. 
    In case of BSET table I could find the linkage by BSET-TXGRP and RSEG-BUZEI.

    The obvious link I can see is on bukrs/belnr/buzei/mwskz fields.
    All available in all tables.  The company code and accounting document number is normally enough but if there are multiple line items use the buzei fields as well.  The tax field on is MWSKZ. 
    Same on both BSIS/BSAS and RSEG. 
    BSAS is almost the same table as BSIS but has the clearing items as well.
    Message was edited by: Barry Neaves

  • Parameters for IDOCs - Incoming Invoices

    Hi All,
    We are able to post Incoming Vendor Invoices(T. code : MIRO) thru IDOCs. We would like to extend the functionality for Credit memos in Logistics Invoice Verification (LIV) as well.
    Request you to provide us the changes/parameters, which we would need to make to achieve desired functionality
    Thanks & Regards,
    Anji

    Hi Anji,
    Would you pls give the idoc names for Invoice posting & Credit memo postings.
    Regards
    Basavaraj Patil

  • No error for imbalance incoming invoice

    Dear Guru,
    This issue in IR (MIRO)
    GR amount is 1.48
    Tax amount : No tax (V0-Input tax - 0%)
    Amount : 1.55 entered in basic data
    Balance : 0.07 MYR
    As per my understanding, error (red button) will prompt if the balance is not 0.00 in balance field. In this case green button prompt & no error prompt. The balance shows is correct (1.55-1.48=0.07) & it suppose show error if it's not balance but it doesn't happen. This issue found in test system. Appreciate if you assist me to resolve this issue. Thank you.
    rgds,
    nantha

    Hi
    If tolerance group for company code is 0001 then maintain the same group in Vendor master record payment transaction tab (for IV). Then if the payment difference (between invoice line item and invoice amount in header) is not with in limits specified for that tolerance group system issues an error message (message number M8/534).
    Please see the help note:
    *1. The system determines the difference between the net invoice amount (= gross invoice amount less taxes and unplanned delivery costs) and the net total of the items.
    If the net invoice amount is the greater, the difference is positive; if the net invoice amount is the smaller, the difference is negative.
    2. Negative differences:
    a) If the negative difference is smaller than the absolute negative small difference limit defined, the system generates a posting to a small differences account for this difference.
    b) If the negative difference is greater than the absolute small difference limit defined, the system checks if the absolute difference is smaller than the lower of the absolute and percentage lower limits.
    If this is the case, the system creates a posting to a small differences account.
    If this is not the case, the system cannot post the invoice*
    It the difference is more than the tolerance value (either negative or positive - if it is more than the absolute limit or % value - * in local currency*) then system issues an error message. Just try to enter an invoice with difference value more and see the difference. Before that maintain tolerance key in VM otherwise system will not propose any debit/credit message.
    Thanks

  • FIeld selection for MIRO Incoming Invoice

    HI,
    Iam creating invoice entry (MIRO). After entring purchase order number i will get all the GRN against that PO.
    But iam getting all the fields with  not necessary. pls tell what is the path in SPRO setting to select filed selection.
    Regards
    Sunil

    Hi
    Please check the Tcode OLMRLIST  . Here you can make fields mandatory/display/optional. You need to select transaction MIRO with appropriate screen variant and have to search for juridiction code , make it optinal.
    Else check the GL code used for the particular line item and check if tax data is made mandatory for that.
    Cheers
    Mukta

Maybe you are looking for

  • How do you close safari web pages on iPad air

    Hi  Can any body tell me how to close the safari web pages on ipad air.  I have a 5S and it has your pages collected in the right had corner you can click on this and then delete each page, but the Air does not have this.  Can anybody tell me please.

  • Export and import of a schema

    Hi all, I'm having some trouble doing a simply export than import of a schema (data + structure, tables, sequences, triggers, indexes) from 10g XE to a same version server on another machine. I follow different ways: 1) Export from "script sql" both

  • Where can I get a longer Digital DIN cable? Help!

    I need an extension for the digital din cable to my creative inspire 5.1 digital 5700. I can't get it anywhere and my speakers are now connected with the normal stereo speaker cable extension and I can't output 5.1 sound off of my PC cause only 2 spe

  • Matching a string of text with another

    Hello Gurus I have what is hopefully a fun problem for someone to help me solve. I was unable to find the relevant commands in the ABAP dictionary and am not the best at ABAP anyway! We have field with properties: /BIC/OZBARCODE Data Type  NUMC Lengt

  • I forget the answer of my scurity question

    While i was trying to purchase one of the games . An aditional vergiction of scurity question to be answered ,unfortunitly i had forget the answer. I need help to get to know the answer or to resit it once a gaine.