Custom Table for Verifying Duplicate Invoice against Legacy Invoice Data

Hi All,
We are trying to upload legacy invoice data in a custom table. Then we want to use SAP duplicate invoice check functionality to look for the potential duplicate invoice from this custom table as well apart from the standard SAP tables.
If you know of some user exit or any function module which I can use to link this custom table with the standard SAP duplicate invoice check functionality then it would be of great help.
Regards,
Sanjay

Hi Jurgan!
Thanks for the reply,
We are using ECC6,
Support pack : SAPKH60013
Settings for Duplicate Invoice Check In Vendor Master is correct
Customization setting OMRDC transaction, tick mark for invoice reference no. only
If all the cited characteristics match, the system displays a
customizable message. M8462 (if logistics invoice documents are found) or M8108 (if accounting documents are found).
I have ensured that message M8108 (if accounting documents are found) is maintained as an error message in OMRM.
Still system is allowing duplicate invoices for the reference nos. 00082 and 00072.
For other reference Nos. which are previously used for other documents, system issues error message successfully.
I dont want to delete archived accounting doc. and if I maintaind BKPF entris of this archived doc manually it will create probelm in FI.
is this happen due to life span of secondory index of archived accounting doc. is completed ?.
Please Help
Many Thanks
Vikas

Similar Messages

  • Setup custom table for textedit

    how can you set up a custom table for textedit? I have a custom sap table for user to enter a project.
    ie.
    field        data element   Datatype   length     
    projectnum   zprojectnum       char       8
    projectid    zprojectid        char       4
    projectname  zprojectname      char       20
    projectdesc     ?                ?        ? 
    how would you set this up so that project desc can have unlimited length?
    also where is the text store and how to store the textedit?

    There are three important parameters that we will require while dealing with long texts.
    TEXT ID
    TEXT OBJECT
    TEXT NAME
    Usually TEXT ID will ST and TEXT OBJECT will be TEXT unless you have created some other values for the same. Now coming to the TEXT NAME, this could be your unique key of the data for which you want to maintain the long text.
    If you don't have single unique column, you can concatenate two or three columns and store the long text against that using the SAVE_TEXT function.
    While reading the text, the same columns will have to concatenated and use it the READ_TEXT function.
    Regards,
    Ravi
    Note : Please mark all the helpful answers and close the thread if the issue is resolved.

  • Archiving Object - Entry missing in Customizing table for object Z*********

    Hello friends,
    We have created a archiving object in transaction AOBJ. However when i enter this object in SARA, we get this error message.
    "Entry missing in Customizing table for object Z******* "
    I have matched my object with few other archiving objects and things looks similar.
    Have you faced this kind of problem..
    thanks
    ashish

    Hi,
    I checked and i can see entry for ZSCS_TRAFO object in AOBJ.
    But when i enter ZSCS_TRAFO, i get this error :
    Entry missing in Customizing table for object ZSCS_TRAFO
    Message no. BA057
    Diagnosis
    A function cannot be executed due to a missing table entry.
    Procedure
    Please create an entry for the archive object ZSCS_TRAFO with the AOBJ transaction.
    However, a few other Z objects works well.
    thanks
    ashish

  • Custom table for DRAW

    Hi,
        I need to create a custom table for document. For each document, there may be some people comment it, so one DRAW record may have several comment record in ZXXX table.
        I try to use user exit CV110001 to implement this, but when I try to save my custom data in my ZXXX table, I can't get the document type, document number and other primary key fields for the docment I am edting...
        What shall I do to implement this?
        Thank you in advance.

    Hi Lupin,
    maybe the BADI DOCUMENT_MAIN01 with method BEFORE_READ_DATA or AFTER_READ_DATA could be useful for you. Please check also the BADI DOCUMENT_MAIN02 definition in transaction SE18.
    Best regards,
    Christoph

  • Can we make the weblogic look at custom table for emailid

    Hi,
    I am implementing the SQL based provider for weblogic.
    I want the weblogic look for email id of the user in the same custom table for sending notifications. Is it possible ?
    By defualt I think weblogic maintains some attributes for user, email id is of those. I want weblogic to look into custom table instead for email id.
    Thanks
    Saikrishna

    Hi,
    Oops, I might have take my words back, since you will use it for finding for superiors.
    In general you can find superiors with SWX_GET_MANAGER or search *GET_MANAGER in SE37. You will probably find nice examples here in SCN if you just find the correct function module and search with that.
    Check also workflow rule 00000168 (in transaction PFAC). That is the standard rule for finding superior.
    Anyhow what comes to me taking my words back: If you use the above-mentioned functions or rules, it will actually find the managers from existing org. structure AND perhaps your new structure. You might want to test it. This is something I didn't think when I first gave my answer (in the cases when I've seen another org.structure, superiors were not used). Also, if you create new org. structure with superiors, I am not sure but it might have some effect to  the existing HR structure ("who is the right superior for an employee?").
    I might need to think again.
    Regards,
    Karri
    Edited by: Karri Kemppi on Nov 25, 2011 7:11 PM

  • Usage of formula variable with custom table for values

    Hi,
    I have the following scenario:
    a customer wants a report regarding payments of invoices with a formula in it to calculate interest results. In order to do so they want to be able to define a interest rate wich can be used to calculate te result by multiplying the rate by time and amount (for every line in the query the same rate should be used).
    As a solution I thought it would be easiest to give the key user access to a custom table via a custom transaction and then use the entered rate in the query by selecting it from this table using a formula variable (using an exit).
    I was wondering if anyone has ever used such a solution, or if one thinks this is possible.

    Hi Brock,
    Its possible, but I haven't tried as requirements didn't imply.
    More simpler idea is why don't you use a flat file loading through the IP to Info providers?
    Or even more better option is why don't you adapt to Virtual Info providers?
    For your suggested custom table using custom transaction, we can surely make it. Its possible in SE93. Try this transaction code. It must definitely help.
    Thanks,
    Arun Bala G
    Edited by: Arun Bala G on Jan 11, 2010 2:16 PM

  • Custom table for documents

    I want to create a table to store documents. I created a table with three columns (doc, doc_desc, and mime_type). I then created a form based on this table to upload docs. I can succesfully load docs into the table.
    My question is how can I retrieve them? I used to be able to get the item ID from the WWV_THINGS table and get the doc even though the doc was not in a Portal table. Its like a duplicate entry was being made into WWV_THINGS, but thats not the case anymore. Anyone know how I can create a table, load docs into it and get the docs out?
    I dont want to use item areas.
    Thanks

    Hi Gopal,
    As this is custom table attribute it will not be displayed on standard page. You need to enhance it with custom page.
    Creating change document object is first step. Now you need to update change document. You can use FM DPR_PROJECT_WRITE_DOCUMENT as reference for creating a FM module to update the change document with custom table attribute. Call it in update task after updating data to custom table.
    You can use the FM CHANGEDOCUMENT_READ to read the change document for custom table attribute.
    Regards,
    Alok.

  • Add a custom table for field selection while creating field catalog for LIS

    Hi,
    I have a requirement to add a Custom table to be available for field selection while creating a field catalog for LIS. Its required as there are many custom fields to be used for field catalog creation and adding them in one of the existing tables listed is not a feasible option for us. Please let me knw if its possible..?? If yes how to get it done..??
    Regards,
    Akash Sinha

    hi,
    You need to add your field in the Data Dictionary first. For example, if
    you want the new field in the Order Item field catalog do the following.
    Look at structure MCVBAPUSR (SE11). If you already have a user structure
    appended to this structure then you can add your new field to your existing
    structure. If there is no structure already appended to MCVBAPUSR then you
    must create a new structure with your field in it and then append the new
    structure to this one.
    If you look at structure MCVBAP you will see the data appended to the end
    of it.
    Now you should see it in the field catalog.
    regards,
    balajia

  • Auto-numbering of item field in custom table for EEW enhancements for BUPA

    Hi Experts,
    We have a requirement to generat 3 custom tables in EEWB,for BUPA and assigned it to BP_HEAD. I have done all the generations and it works fine, the problem  is that the tables that are generated is not allowing us to have a data(material) of 0...n cardinality. 
    The table that we are aiming is to allow multiple records, so my solution is to have an extra item number field so that it will allow multiple records for a material. But users are requesting to have the item number field of the tables to be auto-numbering.
    I would like to know if this autonumbering is possible or not? what methods in BP_EEW should i use to implement this logic. I 'm very new to CRM2007, so I'm still not very familiar on how to use the objects generated by the component workbench.
    p.s.
    I've already search the forum but can find any relevant topic related to my request. If you have any known related topic, It would be highly appreciated.
    Thanks and regards,
    JP
    Edited by: John Paul Auditor on Sep 1, 2009 3:36 AM

    Dear Syed,
       You can do many things in table maintenance screen like validation of some field, making some field required or displayed etc.
       For auto increment you have to use Number-Ranges. FM NUMBER_GET_NEXT is helpful in this case.
       Where to write the code??? The Function-Group you have made. There will be includes. You can easily locate the place to write these codes.
       Caution point is that if you re-generate the table maintenance then all code will be gone.
    Regards,
    Deva.

  • Customized Table is giving Short Dump .Want to extract data in Production S

    Hi ,
    I have a problem in customized table .Table is giving a data after trying to access 185th record.There is some problem in the table.But I want to pull out all the data from the table..Is it possible to download it .Pls suggest..
    Even If I put one select query also it is givning dump..
    Pls suggest some other technique to download it..
    Regards
    Arun.P

    Hi Arun,
    Where there you are using WHERE condition  in select statement while fetching the records?
    if yes means check for the fields are primary key, available in WHERE condition, or else create secondary index for those
    non Primary key Fields in WHERE condition.
    This may help you.
    Thanks and Regards,
    Prakash.K

  • Custom table(in separate Tray) to display Vendor Master data inSRM 7.0

    Hi,
    How to add custom table as a tray in under Bidder data Tab of Display Supplier screen. All the ther trays in that Tab are under FPM_OIF_COMPONENT.
    Do I need to modify FPM component? If so than how can I catch the Business Partner Number as the data needs to be fetched based on that.
    I am using SRM 7.0 version.

    Moderator message - Cross post locked

  • Table for open Purchase order and pending invoices for vendors

    Hi,
    Are there any table to know open Purchase orders and pending invoices for vendors.
    Quick response will be appreciated.
    Thanks & Regards

    hi,
    Purchase Order:
    S011:(PURCH: Purch. Group Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Vendor No (LIFNR)
    S012: (PURCHIS: Purchasing Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Material No (MATNR)
    Plant (WERKS)
    Info Record Category (ESOKZ)
    Material Group (MATKL)
    Info Record (INFNR)
    Country (LAND1)
    EINE: (Purchasing Info Record: Purchasing
    Organization Data)
    Info Record (INFNR)
    Purchasing Org (EKORG)
    Info Record Type (ESOKZ)
    Plant (WEKS)
    EKET: (Delivery Schedules)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Delivery Schedule (ETENR)
    EKPO: (Purchasing Document Item)
    Purchasing Doc (EBELN)
    Item (EBELP)
    EKKN: (Account Assignment in Purchasing
    Document)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Account Assignment (ZEKKN)
    EKKO: (Purchasing Document Header)
    Purchasing Doc (EBELN)
    EORD: (Purchasing Source List)
    Material No (MATNR)
    Plant (WERKS)
    Source List No (ZEORD)
    thx,
    Ganpat

  • Custom Table for RFC destinations

    Hi,
    I am working on SAP PI/XI. I had created an Custom Function Module (RFC Wrapper) in XI or PI which calls Bapi's in SAP R/3.
    So we specify the RFC Destinations in the code to call the Bapis. But these RFC destination Values changes for DEV, QA and PRD systems. when we transport, these Values we need to change as per the Enviromment(DEV,QA,PRD).
    I want to Maintain the the RFC destinations Values dynamically.
    For that I want to define a Table to maintain the RFC destinations. There could be "n" of RFC destinations to R/3. I want to differentiate RfC destinations pertained only to my scenario or Interface.
    How do I proceed. what should be the table structure and fields?
    Kindly provide your valueable Inputs
    Thanks &Regards,
    Varun

    Hey
    You should be able to handle this by reading the System Id of the current system
    Just have a If-Else condition in your FM.
    If SY-SYSID ="Dev"
       then call Dev RFC dest
    If SY-SYSID="Qa"
       then call QA RFC dest
    etc etc
    Thanks
    Aamir

  • Tables for amount of document against assessment cycle & distribution cycle

    Hi,
    Please let me know in which table the transaction value of document(s) are updated in CO module when we run the assessment cycle & distribution cycle ( through T Code - KSV5 OR KSU5).
    With regards,
    B.Padhy

    Hi,
    The documents are updated in COEP table.
    Regards,
    Eli

  • Creating custom fields for manual entry and fields that gather data from Active Directory

    So I am no SQL developer but I am being asked to do this.. I've spent the last few days researching but cannot find anything related to my particular situation.
    I have made a copy of the following report to add or modify a few columns:
     Hardware 01A - Summary of computers in a specific collection
    So I have 2 questions:
    How do I create a field that will search the "Managed By" tab in the Computer Properties window in Active Directory.
    How do I create a field that can be manually updated for example: "Date Deployed" or "Deployed By: Analyst"
    I understand I need edit this in SQL report builder and think I know how to create the columns. I believe all I am really asking is.. What are the SQL statements I need to write in order to get this to work?
    I'm sure it's not as cut and dry as I hope it to be so I will be standing by to try to answer any further information that you will want to know.
    thanks!

    Before you can accomplish this you need:
    "Managed by" -attribute has to be added to your Active Directory System Discovery, more on this here: http://technet.microsoft.com/en-us/library/bb693618.aspx
    For "Date Deployed", I'd use a custom Tattoo script in your task sequence to "Tattoo" the installation info in the registry, after that I'd configure the Hardware Inventory to pick that from the registry, more on this here: http://ccmexec.com/2012/08/script-to-tattoo-the-client-registry-during-osd/
    and here: http://www.petervanderwoude.nl/post/reporting-about-the-all-the-different-os-deployment-versions-with-configmgr-2012/
    After those prerequisites, you can start working with SQL reports. More info here: http://myitforum.com/myitforumwp/2012/10/29/sccm-2012-reporting-for-dummies-creating-your-own-ssrs-reports/

Maybe you are looking for

  • What is happening with my new line install?

    Hi, I don't normally post on anything like this, but feel I am being left no alternative, other than cancelling my order. I am a new customer to BT and on the 14th of May I placed a order for a broadband and phone package, which was to include a new

  • Can I set up two different start up pages

    I want 2 different start up pages that you have to log into on my I pad 1 for me and 1 for my son

  • Calendar App shortcut

    Ok, let's be intuitive here. If there's a great and convenient back swipe gesture on the Pre, which I love, why not use it? For instance, in the Calendar app (which I again love), If I go: Month view -> Week view -> Day view I should be able to back

  • Error when updating Idocs in Source System - Urgent

    Hi Team, When i was loading the data from SAP R/3 to BW, i was facing the error "Error when updating Idocs in Source System" (0 From 0 Records). When i check in the Environment>Transaction RFC->In the Source System, it was displaying the error-- <b>"

  • ThinInstal​ler.exe fails collecting Updates

    Hey there , I am one my way to setup a IBM Update Repository. I have downloaded severel gigs of IBM Updates with the Update Receiver, everything works fine. When Iam starting the thininstaller.exe on a client with following parameters: /CM -search A