Find Supplier Invoice PO And Recived Movments

Hi All
I am tring to find for supplier invoice all Purchase Orders and the Recieved movement.
I using tables RSEG - For Invoices and MSEG for material Doc.
I have a problem with on PO that have 3 Invoices.
I am tried to find for one Invoice all the movement but I getting all the movement
for the po (from all the Invoices).
What is the one relationship between the tables ? or how can I find with othe tables ?
Thanks In Advance Kobi
Regards

Hi Kobi,
you can find all movements related to purchase order in table EKBE. It may be quite complex i.e. because some movement types are used to cancel others which you have to check in BSEG (compare this snippet):
* Make sure that this is the cancellation of original
      SELECT COUNT( * )
        FROM mseg
        WHERE mblnr = lv_belnr
          AND mjahr = <ekbe>-gjahr
          AND smbln = <ekbe>-belnr.
      IF sy-subrc = 0.
        DELETE pt_ekbe.
        EXIT. "select - can't be more than one
      ENDIF.
    ENDSELECT.
You can use the relation between EKPO (with LIFNR) and EKBE to select the suplier-specific movement data.
BSEG and MSEG should be the last to read from - for sake of performance.
Regards,
Clemens

Similar Messages

  • How to find ar invoice number and order_number in gl

    hai all
    plase send ane one pfd are some other documents how to find the ar invoice number and order number in gl tables are in gl_interface

    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    Release 12.0.4 Documentation Library
    http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html

  • Report linking GL Expense AC with supplier invoice number

    Hi All,
    I need to generate a report that gives GL expense Acs with corresponding supplier invoice number and payment docu number.
    I am new to FI and not aware of the tables invloved
    Can anyone tell me the tables involved and the link?
    Regards,
    Anu

    >
    Anuradha Ramanathan wrote:
    > I need to generate a report that gives GL expense Acs with corresponding supplier invoice number and payment docu number.
    Hello Anu,
    You must have a look into the Vendor Closed Item tables - BSAK.
    GL Expense A/C --> BSAK-SAKNR or BSAK-HKONT
    Payment Docu. Number --> BSAK-AUGBL.
    Hope this helps.
    BR,
    Suhas

  • Seeburger help required for Supplier Invoice (EDI 810) and Dispatch Advice

    Hi All,
    Pls let me blog/steps for scenario for Supplier Invoice and Dispatch Advice using Seeburger.
    For Supplier Invoice I assume R/3 will send data to Vendor (810).
    1. Pls let me know for R/3 to XI will we use INVOCE IDOC?
    2. Pls let me know for R/3 to XI Communication do we will use same Distributiion Model setup?
    3. Pls let me know what Seeburger BIC modules I need to use in Seeburger AS2/File Receiver Adapter
    4. Which Interface and Adapter  I need to use for 810 and which Interface and Adapter  I need to use for 997.
        Pls send its setup with its Mappings defined in Modules.
    5. What is Disptach Advice?  Is it also same like Supplier Invoice ? Does it also have EDI Number and if yes then what?
    Pls send me blogs for the above Supplier Invoice and Dispatch Advice settings.
    Regards

    >
    Rickkk wrote:
    > Hi Ravi and All
    >
    > I am thankful to all of you for great help of yours.
    >
    > Steps:
    >
    > 1) I wil create an INvoice in your backend system. It will generate an IDOC.
    > 2) This IDOC will be sent to my XI system.
    > 3) I will map the IDOC to the Target XML 810 --- From where I will get this Target XML 810 ?
    YOu have to login to the Physical box in which XI is installed (Take Basis Help.
    In one of the drives, you will find a folder called seeburger.
    Inside that folder, you can browse to find the XSD structure for your 810 .
    YOu will find different XSDs for different versions of 810.
    Suppose your EDI 810 version is 4010, then you have to use the XSD for 810 4010 version (There will be separate folders for each transaction set/version combination.
    It will be there also in the software CD that seeburger provides when you buy it.
    > 4) I need a seeburger receiver AS2 adapter that consist of modules that will convert the XML 810 docuemnt to EDI document.
    >
    > Below are the modules will be present in you suggested seeburger receiver AS2 adapter
    > module key                  Parameter name               Parameter value
    > bic                                destSourceMsg               MainDocument
    > bic                                destTargetMsg                MainDocument
    > bic                                mappingName                  <the name of your X2E mapping for 810>
    > exit                               JNDIName                         deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    >
    Yes.
    > 5. As per blog  -
    /people/rajeshkumar.pasupula/blog/2009/08/05/wanna-implement-seeburger-for-edi-find-the-booster
    >
    > For 997 Interface we are using seeburger Sender adapter and for 850 Interface we are using Split997 Sender adapter -- Reverse order
    >
    > For this scenario will it be like this again like
    > For 997 Interface we will use Seeburger Receiver AS2 Adapter where the above modules are configured -- Pls suggest
    >
    > For 810  Interface we will use Split997 Receiver adapter -- No modules configured Pls suggest
    >
    > I request you to kindly send me snapshots or blogs which has snapsot for this scenario.
    >
    No need of split 997 in outbound case. In this case, you will send the 810 and the partner will send the 997.
    So, to receive that 997 file, you need another scenario. You need the split 997 communication channel only in inbound case like in 850, but not in outbound case.
    > Last point -- is Dispatch advice direction is like 850 (Inbound ) or its direction is like 810 (outbound)?
    > Do we have IDOC or something like that present and its mapping ?
    >
    like I said earlier, it is an outbound document if your company is the vendor.
    It will be inbound if your company is the Customer to some other company.
    The IDOC that is used usually will be DESADV idoc.
    > Regards

  • How do find Oustanding Sales Report and Collection Report for A/R Invoice

    Dear All,
                     I need to find the Sales Outstanding amount and Collection details like Check or Cash Or RTGS this is including A/R Invoice Amount and JE Pending Amount. Is it possible?
    Kindly any body let me know some idea or if any sql query, plz send me.
    Advance Thanks to all.
    Regards,
    A. Anvar

    Hi!
    Check this, with little modification you can get the report i think
    Declare @FromDate as Datetime
    Declare @ToDate as Datetime
    SET @FromDate = (Select Min(S0.TaxDate) from ORCT S0 where S0.TaxDate >='20110201')
    SET @ToDate = (Select Max(S1.TaxDate) from ORCT S1 Where S1.TaxDate < ='20110228')
    Select R0.TaxDate,R0.Docnum,R0.CardCode,
    'Cash' [Payment Mode],R0.CashSum [Amount]  from ORCT R0
    Where
    R0.TaxDate >=@FromDate and R0.TaxDate <=@ToDate   and R0.Canceled = 'N'
    Union All
    Select R0.TaxDate,R0.Docnum,R0.CardCode,
    'Cheque' [Payment Mode],R0.CheckSum  [Amount]  from ORCT R0
    Where
    R0.TaxDate >=@FromDate and R0.TaxDate <=@ToDate  and R0.Canceled = 'N'
    Union All
    Select R0.TaxDate,R0.Docnum,R0.CardCode,
    'Discount' [Payment Mode],R0.TrsfrSum  [Amount] from ORCT R0
    Where
    R0.TaxDate >=@FromDate and R0.TaxDate <=@ToDate and R0.Canceled = 'N'

  • HT4539 I sign up for the racing post app each month but didnt print past invoices off and now cant find them anywhere and need them for my books how do i find them

    I sign up for the racing post app each month but didnt print past invoices off and now cant find them anywhere and need them for my books how do i find them

    If you wish to submit comments to Apple, the best way is to use their feedback pages.
    http://www.apple.com/feedback/itunesapp.html
    It's not likely that anyone from Apple will see your comments here among the thousands of other posts.
    Regards.

  • 11i AP Different Liability Accounts at invoice header and supplier pay site

    Hi
    Noticed that Liab Acct at Invoice header and supplier pay site is different and not the same.
    How this is possible?
    need help
    SS

    Hi,
    While entering the invoice you can change the liability account on invoice header, if the filed is not displayed check in folder options (folder->show Field->Liability Account)
    Thanks,
    Vijay

  • Invoice verification and logistic invoice verification

    Hello,
    What is the different between invoice verification and logistic invoice verification?
    My Japanese client need to work with t.code: VXJ2 - customs declaration for import billing documents - Japan
    When i run this report, it finds no data.
    I read the help for this transaction and it says that only invoice verification (and not logistic invoice verification) is supported for this transaction.
    Best regards,
    Avishai Kaplan

    Hi Avishay, 
    Logistics Invoice Verification 
    Logistics Invoice Verification is a part of Materials Management (MM). It is situated at the end of the logistics supply chain that includes Purchasing, Inventory Management, and Invoice Verification. It is in Logistics Invoice Verification that incoming invoices [Seite 11] are verified in terms of their content, prices, and arithmetic. When the invoice is posted, the invoice data is saved in the system. The system updates the data saved in the invoice documents in Materials Management and Financial Accounting.
    Logistics Invoice Verification is closely integrated with the components Financial Accounting (FI) and Controlling (CO). It passes on the relevant information about payments or invoice analyses to these components.
    Features:
    In Materials Management, Logistics Invoice Verification has the following features:
    u2022 It completes the material procurement process, which started with the purchase requisition and resulted in a goods receipt.
    u2022 It allows invoices that do not originate in materials procurement (such as services, expenses, course costs) to be processed.
    u2022 It allows credit memos to be processed, either as invoice reversals or return deliveries.
    Invoice Verification 
    The main aim of invoice verification is to ensure that vendors are paid the correct amount at the right time ( not too late but also not too early ). The process should have a high incidence of fi rst-time matching, to ensure that as little time as possible is spent trying to manually match invoices that appear to be incorrect.it is important to include as few steps as possible in the process, considering that the process of handling payments
    does not in itself add value to the company or to the vendor.
    Main steps: 
    The capture of the vendoru2019s invoice details
      The matching of those details to the details that we
    believe to be correct
      The investigation of any mismatches
      The release for payment of matched invoices
      The accounting entries involved ( including taxes and
    delivery costs )
      The details recorded for audit purposes 
    Hope this information helps you out in understanding the differences  between the two
    I ncase of any further clarification do put a message
    In case if this information is of any help to you please do reward accordingly
    Thanks  & Rewards
    Pavan

  • Unable to make use of Service "Release Supplier Invoice"

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    I have configured the Logical Port and able to publish other Services... but not able to find this Service itslelf under wspublish too..
    This is the message comes under Dispaly Logs "No service(s) to be published with the given criteria.
    Message no. MSG_CL_ER022"..
    Thanks for your help
    Vikas

  • OKE Project Contracts - Generate Supplier invoice directly from Deliverable

    Dear All,
    In Project Contracts, Customer does not want to initiate requisition for the deliverables (Buy Contract - Non Item), instead they want Supplier invoice to be generated directly from the deliverables.
    The process flow which the customer looking for in Oracle project contracts is as follows,
    1. Create a Contract for Buy Intent - Non item deliverables
    2. Authoring the Contract
    3. Create Default deliverables
    4. IN DTS, based on the deliverables, system should generate Supplier Invoice directly with contract and Project references.
    Standard Flow - Contract Authoring > Default Deliverables > Initiate Requisition > Purchase order creation > Supplier Invoice > Interface costs to Projects
    Proposed Flow - Contract Authoring > Default Deliverables > Initiate Supplier Invoice > Interface costs to Projects
    Show some lights on this requirement.
    Regards,
    Kottee

    Hi
    As you may understand, the required flow is not delivered by Oracle.
    You might consider a customization. Develop a program that finds the completed deliverables and create from them a supplier invoice. The program might insert the supplier invoice into AP open interface. From there you should import the invoice into Payables, validate and approve it.
    Dina

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Difference between invoice import and manual entry

    Is there any difference between the expense reports manually entered into AP through invoice entry and the records imported into AP_INVOICES_ALL through invoice import? How do I find which is manually entered and which is imported?

    Hi!
    You can diffirentiate it by SOURCE field in AP_INVOICES_ALL table.
    The field value is 'Manual Invoice Entry' for manually entered invoices.
    In order, you can't see this field in Invoices Workbench, but you can use a folder with query.
    Regards, Alexey.

  • Invoice Number and Document Number

    Are Invoice Number and Document Number in FI AR same?
    Dont they differ, I could find only one infoobject 0INV_DOC_NO relating to both.
    Is there any seperate infoobject which gives the document number in 0FIAR_C03.
    Please comment.
    Thanks.

    hi,
    are you looking for clearing doc number ?
    http://help.sap.com/saphelp_nw04s/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    0CLR_DOC_NO - source field BSID-AUGBL
    hope this helps.

  • Define key figures -incoming order, invoiced sales and credit memo in BW

    Hi everyone,
    I combined two ODS into one ODS from 2LIS_11_VAITM & 2LIS_13_VDITM. I want to generate reports that contain net value, cost of incoming order, invoiced sales, and credit memo'(SD module).
    I tried to create some calculated key figures in BW that contain the net value and cost of incoming order, invoiced sales and credit memo. However, i couldn't find relative fields to define them.
    Can anyone provide help regarding how to create those key figures in BW? Thank you.

    Hello John,
    I think the best way to check it out is by looking at the business content. There might be mapping already defined for the fields you are looking for. The one standing out is perhaps the net value 'ONET_VALUE'.
    Please try to use as much of content KF as possible. A good approach to finding the right info-objects is by searching the business content by info-sources and marking the grouping as 'Collect before and afterwords', it should list down all the dependent info-objects.
    Hope that helps.
    Cheers, Ashu

  • Not able to find out invoice level for customer collection

    Hi Experts,
    We are not able to find out  invoice level payment details for the collection
    They are provided collection amount and reference no, but here problem is customer have more than 20 company codes and they cleared in multiple co.codes , also user not maintained any reference while clearing the invoice, so we only able to find out the collection amount but we dont know for which invoice it is cleared.
    can any one help us,

    The given link take to the window where CPU patch for all the quarter available.
    The Critical Patch Updates released to date are listed in the following table.
    Critical Patch Update Latest Version/Date
    Critical Patch Update - October 2012 Rev 1, 16 October 2012
    Critical Patch Update - July 2012 Rev 1, 17 July 2012
    Critical Patch Update - April 2012 Rev 2, 19 July 2012
    If I click on Critical Patch Update - October 2012 its takes to the window for selectin the database version (11.2.0.3). From there it goes to the Patch Set Update and Critical Patch Update October 2012 Availability Document [ID 1477727.1] which I had already checked.
    There for the database products it shows the below option.
    Table 9 Patch Availability for Oracle Database 11.2.0.3
    +*<moderator edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    It doesnt have the sepreate CPU patch. The below CPU patch is for the OC4J. I had a check.
    Thanks
    SHIYAS M

Maybe you are looking for

  • ITunes says I purchased an album but it wont let me download it

    I bought an album on on my laptop for my old iPod. Now I have an iPod touch and i went into the purchased items on the itunes app and it didnt have the album i was looking for in it. I then searched for it in the search bar and it still says i purcha

  • Scheduling Reports for Yesterday

    Post Author: MartinWVUH CA Forum: Migration to XI R2 I need some help. I have reports run automatically every morning that write or print across our network. I need every day's report to run using the previous day's data. In the old version of Crysta

  • Unable to use the same email address for a new blackberry Id

    I was unable to enter my blackberry Id password and so after the last attempt,the date wiped.now I want to create a new ID with the same email I used before but the system is telling me that this email is associated with an existing ID.please what do

  • Is there a selecting tool for doctoring specific portions of an image?

    In Photoshop I can use a select tool to outline the specific area I want to work on in a photo. Is there a similar tool in Aperture? I'm away from my own computer, no manual, and my client's Aperture help doesn't seem to respond. b

  • Ivi.dll problem because ivi_support_c.dll could not be found

    Hi all: I have a labview program to controll the HP6613C DC power source, written on Labview 6. It used the vi files of hp66xxbc.llb. It is working well on the old version labview. When I run this program in Labview 8.2 on a new computer, the error m