Duplicate ItemCode Alert On AR Invoice

Hi All,
I am looking for an alert that will find duplicate ItemCodes on a single invoice.
Once the invoice is posted it must alert a user that the specific invoice contains duplicate ItemCodes.
Any help will be appreciated.
Regards,
Quinn

Hi Rahul,
Thanks for the reply.
I have a SP already but they want me to take it off.
They want to let the Invoice go through and only be alerted to the event.
Regards,
Quinn

Similar Messages

  • Reg.Debite note alert message during invoice

    Dear Experts
    We want an alert message during Invoice against Purchase order that "Debite note is raised" if I created debit note advise in F-41. what I should do. Pls advise.
    Thanks
    Rajakumar.K

    Dear All
    I solved my problem myself. Thanks
    I made an entry in MIRO with the option "Credit memo" and made payment to vendor the balance amount only will come deducting the debit amount from vendor.
    Thanks
    Rajakumar.K

  • Reg.Debite note alert message during invoice MIR7

    Dear Experts
    We want an alert message during Invoice against Purchase order that "Debite note is raised". what I should do. Pls advise.
    Thanks
    Rajakumar.K

    Dear Expert
    I have one idea,but I don't know how far it is ok,
    in vendor master one option is there that Payment block where if I select blocked for payment during control the debit note. If I do so,I will get the message during invoice that the payment is blocked like then, then I have to change the Payment block to Free for payment.
    I changed the Payment block to Blocked for payment which was not working while invoice.
    Pls advise
    Thanks
    Rajakumar.K

  • Help for Alert once AR Invoice booked to sales employees

    Hi all,
    I have made an alert in which when a sales invoice is added to the system an automayic alert goes to the sales employee but the problem is that when the sales employee logs in, he get the complete full as on date ar invoices which are been made into the system which includes old invoices.
    SELECT T0.[DocNum], T0.DocDate,T0.[CardCode], T0.[CardName], T0.[OwnerCode], T0.SlpCode,T1.[lastName]' 'T1.[firstName] as Creater
    FROM OINV T0 INNER JOIN OHEM T1 ON T0.OwnerCode = T1.empID
    WHERE T0.[SlpCode] =1
    I want that in the alert invoices should come from e.g 01/02/2009 onwards. Also when the sales employee gets and sees the alert, it should automatically get removed from the alert list of the sales employee.
    How to achive this...Kindly help please
    Regards
    Kamlesh

    Hi Kamlesh,
    Datediff(yy,T0.DocDate,getdate()) = 0
    Datediff calculate the different between 2 dates. With a normal math function you are not able to calculate a different between dates. So the part in the brackets are the statement.
    yy means display / use year, the last 2 numbers
    T0.DocDate is the first date from your table
    getdate() get the actual date from the system
    =0 is the condition.
    So in with it means, check / calculate if the date differenz  between the date from T0.DocDate and the actual system date is equal 0.
    Regards Steffen
    P.S. i hope i explained it well

  • Duplicate iMessage Alerts With 4S

    Hello,
    I'm using an IP4S and have a small annoyance.  When I receive a text message the phone alerts me correctly.  As soon as I pick up the phone and enter my unlock PIN I get a second alert for the same message.  I have my message notifications set to never repeat.  Any way to stop this, so it only alerts me once and doesn't repeat the alert when I unlock the phone?
    Thanks!

    No one is doing anything wrong.  Apple can fix this. Notice that you always get the text message first. Here's what's happening to millions of people:
    - Your friend's iPhone is on the default setting, to "Send as SMS when iMessage is unavailable."
    - Your friend sends a message from a place where data service (3G, etc.) is spotty, or has cut out for a second, and there is no wi-fi. This triggers iMessage to send the message via SMS, which basically goes through the voice channel of the cellular network, which almost always works. Therefore, you receive the text message.
    - Shortly afterward, many times within seconds, your friend regains data service (back on 3G or wifi or whatever) and their phone automatically sends the message again via iMessage.
    - You receive a duplicate message.
    Solution? On the receiving end, if two messages from the same person contain the same exact text and are received within a minute of each other, iMessage shouldn't show the second one. I'm open to other ideas, but I for one would be happy if my phone did exactly this.

  • Duplicate calendar alerts

    Whenever I create an event in calendar on my iphone running iOS 8.1 it seems to create duplicate alerts in calendar on my MacBook Air running Yosemite. This is driving me bonkers. Anyone having this problem too? How to sort it?

    I solved my double alerts problem by deleting my old gmail calendar.  I had imported the calendar into Apple Calendar and then disabled the gmail calendar by unchecking the box next to it in Apple Calendar so the events did not show up on the calendar, but the alerts were still appearing.  After I deleted the calendar the alerts stopped so now I only get an alert from the imported event in Apple Calendar.
    Gmail and mac mail don't play well together!  There is a good discussion here and Steve's Fix worked for me, particularly stopping mac mail from saving drafts to the server.
    https://discussions.apple.com/thread/5468664?start=15&tstart=0#thread-message-23 500944

  • Duplicate IP alerts

    Hi all,
    We're receving duplicate IP address warnings which we believe are to do with teamed NICs on servers. A few minutes later we get a resolved message:
    Duplicate  IP on host ON100-K9 (192.168.xxx.xxx) at 2012-08-19 22:57:20 +0100 - IP  192.168.yyy.yyy detected on (MAC Address1  MAC Address2)
    Duplicate IP on host ON100-K9 (192.168.xxx.xxx) at 2012-08-20 16:20:59 +0100 - No duplicate IPs detected
    Is there any way of configuring the Onplus device to recognise teamed NICs or to ignore them?
    Regards,

    Hi Chris,
    This is a known deficiency in OnPlus duplicate IP monitoring, OnPlus does not currently support the announcement of the same IP address across multiple hardware interfaces. You are very likely correct that you are seeing this issue because you have a server/device that has multiple NICs bonding via ALB/LACP or other NIC teaming strategy.
    Until the OnPlus product team adds a feature to OnPlus to allow for multiple 'devices' to be aggregated into the same device, I'm afraid that the only alternative is to drill into the ON100 device and to disable the Duplicate IP monitor for the time being on this network.
    -mike

  • How to Get ...............................of  Duplicate Invoice...........

    Dear Members
        I have problem, actually vendor sends us the invoice with 2 more duplicate copies of the same Invoice, there is a possibility of double entry of the same invoice , how can i restrict the same
    i am using Invoice number in user defined felid

    Ajay,
    May be this was implemented on a later patch.  Could you check your patch level and see if it works on a later patch by upgrading a standalone PC.
    If you do not prefer this route, then you could use the SBO_SP_TransactionNotification. Code sample below.
    IF @transaction_type = 'A' AND @Object_type = '18'
    BEGIN
    IF EXISTS (SELECT T0.DocEntry FROM [dbo\].[OPCH\] T0 WHERE T0.NumatCard IN (Select NumatCard FROM OPCH WHERE CardCode = T0.CardCode)
    AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
         SELECT @Error = 1, @error_message = 'Duplicate AP Invoice'
    END
    END
    Suda

  • Invoice date Alert

    Hi experts,
    Is there a way that different payment/customer invoicing dates can be entered into the system (in the sales order) and that the system procedures an alert when the invoice due dates arrives. This process is done manually be reviewing different sales orders to check when a customer has to be billed. By having an alert we will minimize the chances of error (not billing the customer on time).
    Sreenivas
    Edited by: Sreenivas Kolla on Mar 24, 2008 2:27 PM

    Hi,
    You can look the note 398418. This note explains you how to add fields in VA01/02/03 (e.g. an append to VBAK/VBAP) in additional data B.
    For the alert, I'm sorry, but I dont know any solution. Perhaps with workflow (I dont know it) or with a BAPI (BAPI_BILLINGDOC_CREATE or BAPI_BILLINGDOC_CREATEFROMDATA) in an event (userexit) with a job (with the function modules open_job, close_job and so on).
    I hope this helps you,
    Regards
    Eduardo

  • Sender FTP MVS file duplicate Handling

    Hello,
    I am facing the following challenge in one of my current development. I know it is an age old issue but Would greatly appreciate
    some new inputs/views into this.
    The following is the scenario.
    1. PI 7.3 Sender File adapter (FTP) reads the file from the mainframe (MVS)
    2. The MVS dataset is like
         TEST.MVS.DATA.C001D00
         TEST.MVS.DATA.C002D00
         TEST.MVS.DATA.C003D00 ....
    3. For a specific reason the MVS file is not allowed to be deleted/archived, were as the new file will be keep on adding (004, 005, 006 ....)
      3.1 Handled this using "ftp. ignoreSourceFileDeletion " -- true
    4.  Now the challenge in SAP PI is "how to READ the NEW files ONLY, ignoring/skipping the old files"
      4.1 The file size is big enough to avoid reading all files and filter/delete using Mapping/Script
    5. I have used the default "Duplicate Handling" option available in the File Sender adapter, but
            5.1 the problem is, the channel throws the duplicate error after processing the first file (DATA.C001D00)
                but dose not move on to process the next file (since the first file is still available on the FTP, as mentioned in step 3).
            5.2 For every poll interval it throws the duplicate error/message (in CC monitor) for the first file again n again.
            5.3 Duplicate handling config :- Duplicate Message Alert Threshold = 0
    Pls let me know if you have had a similar scenario and how to handle it.
    Adapter module would be a last resort :-)
    Thanks in advance
    Prasanna

    Hi Hareesh
    Thanks for the reply. The mainframe dosent allow the file permission to be changed!!
    We have figured out to use an abap program (bg scheduled job) which will do the ftp pull and also maintains the filename, timestand and size in an custom table. So every time it will check the table entries and will get the latest files only.
    Marking it as answered!!
    Regards
    Prasanna

  • Duplicate message handling in the sender file adapter

    Hi,
    I enabled duplicate file handling check in the sender file adapter so that whenever there is a duplicate file it should send me an alert also it should disable the channel so that i do not get that duplicate file alert message again and again.
    My question is will it activate the channel again as soon as a new file arrives or do i need to manually do that.
    Michal's PI tips: Duplicate handling in file adapter - 7.31

    Hi Hema,
    You will have to activate the channel manually. The idea behind the 'disable' functionality is to avoid further file processing through that channel which can only start once the channel is activated again manually.
    Regards,
    Abhishek

  • Duplicate handling Not Working

    Hi PI EXperts,
    I need your help here.
    I am using the option of Duplicate handling in sender FTP channel as below:
    Enabled Duplicate handling: Yes, Duplicate message alert threshold:0.
    But I found few duplicate files are processed and archived twice?
    These files have same name(with extension) , are of same size and last modified time stamp is also same.
    Please let me know how I can resolve this issue so duplicate files are not processed more than once ?
    Regards,
    SV

    Hi PI experts, I have checked the message logs. I have noticed that duplicate files are being processed again. As per my understanding, PI does not have sufficient rights to delete the (duplicate) files; it can only pick, process and archive them. Due to this, a duplicate file stays for 24 hours in the FTP folder and the duplicate check gets expired the moment the file remains there for 24 hours. Due to this, PI treats this duplicate file as a new file and reprocesses it. Please let me know if my understanding is correct or there could be some other reason for this? If my understanding is correct, I believe one option to resolve the issue is as below Option 1: Modify file properties so that PI has sufficient rights to delete duplicate files. Please let me know your thoughts. Regards, SV

  • Duplicate Message in Inbox SBWP

    Hi All,
    I have the problems for messsages release in inbox sbwp. I used the workflow FIPP single level release amount for parked document. When I parked the document in FV60, I got one messages release amount in inbox sbwp. It is correct. But When I have completed this document in FBV0, The inbox will appear duplicate messages for release amount (4 or 5 messages) for same document number. Do you ever have the same problems? How can I solve this problems? Please kindly need your advise.
    Thanks,
    John

    Hii,
    Thanks for all reply. This is issue is not about invoice duplicate, I have check the invoice duplicate. In Tcode SWEL, I check there is appears several event release for one document. When I have investigate the details of the transaction. If I didn't select the cost center, the workflow is fine and only one messages for release one document. But in another case, It is not cause by all cost center. If I selected several cost center, it can be wrong and inbow will show several messages in SBWP. This is not affected in all cost center. In workflow, is there any step to determine cost center? How could Workflow define for cost center? Kindly need your help to solve this issue.
    Thanks,
    John

  • How to send one mail if multiple updates happend using alert

    Hi all,
    I have one requirement.i had created one alert on a table.
    It will fire only for update of the table.but i am getting mails on each update.
    If 10 records updated then i am getting 10 mails.Is there any way to get one mail to show all the updated records in one mail.
    reply me if anybody known.It would be helpfull to me.
    Thanks,
    Kumar.

    Hi Kumar,
    936453 wrote:
    Hi all,
    I have one requirement.i had created one alert on a table.
    It will fire only for update of the table.but i am getting mails on each update.
    If 10 records updated then i am getting 10 mails.Is there any way to get one mail to show all the updated records in one mail.Please see old threads which can help you on this
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Periodic+AND+Alert+AND+Multiple&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Duplicate+AND+Alert&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    ;) AppsMasti ;)
    Sharing is Caring

  • Create Item AR Invoice to Service AR Credit Memo

    Hi Expert,
    Customer is running 2007A PL30. We understanding that it is impossible to copy Item AR Invoice to service AR credit memo. It is customer business practice to issue same AR invoice to all customer for same item and later issue service AR credit memo to customer. Customer wants the item information to be copied to service AR credit memo rather than keying multiple rows to indicate discount given on which items. It is not possible to include discount at original AR invoice.
    Any workaround or solution to solve this problem?
    Regards
    Thomas

    Please note the following:
    Item and Service type documents do not have a one to one match of the row level fields.  So the ItemCode from the AR Invoice could not be copied to a AR Service CM as the ItemCode column is not exposed and these are 2 different types of documents.
    This is what you could do....
    Open the AR Credit Memo...Enter the Customer Code....
    Add a formatted search to the Description field to Display the list of Items and take the Invoice number from the user as a parameter.
    Query same below
    SELECT T0.ItemCode FROM [dbo].[INV1] T0 INNER JOIN [dbo].[OINV] T1 ON T0.DocEntry = T1.DocEntry
    WHERE T1.CardCode = $[$4.0.0.] AND T1.DocNum = '[%0]'

Maybe you are looking for

  • Date format in XML Forms

    Hi all, I already have done my article using XML FORMS. I added into the article the date field that I needed. So, I would like to format the date output in Render List as “dd/mm/yyyy” instead of “mm/dd/yyyy”. It’s possible? Anyone knows how to do it

  • Bridge (2.1.1.9) in CS3 10.0.1 won't open psd file in Camera Raw

    Why is File/"Open In Camera Raw" greyed out when I try to open a psd file in Bridge?  It will open a jpeg file in Camera Raw.  Thanks

  • Plot data with absolute time

    Why is it that when I plot an array of data to a wavechart and changed the time (x axis) to absolute time, it always display 12/31/1903? Thanks,

  • The message app in mountain lion suddenly stopped working?

    hey, chatting away to friends and family today sending through my messages, a red esclamation mark popped up at the side of the message i was about to send asking me do i want to resend ive repeatedly clicked re-send is the system down or? im not sur

  • Publishing multiple websites

    Hi. Can anyone tell me whether iWeb 08 allows you to publish each site you create separately? I've read in the forums about separating out the domains to publish separately for '06 version, but wondered if this problem is now solved in the update. Ma