Avoid cancellation of invoice after a month validity

Hi
We need to prevent the cancellation of Invoice after the month is over. eg In  Billing documnet 123 created on 30.07.2011, should not be allowed to be cancelled on 25.10.2011 once the month is over. It can be cancelled upto 31.07.2011
How do we do this.
Thanks

Hi,
You can do it by enhancement, use this Include RV60AFZZ.you have to activate at VF11 transaction.while calcelling the billing system has to check the current date and billing creation date.if the current date is after the next month of the billing date.system should through an error message.
For this consult your abaper with above specified process.
Thank you,

Similar Messages

  • Can you buy Creative Cloud for a single month? Or do you have to buy the membership which lasts a year? If so can you cancel the membership after a month and only pay for that month.

    Can you buy Creative Cloud for a single month? Or do you have to buy the membership which lasts a year? If so can you cancel the membership after 1 month and only pay for that month?
    Thanks

    Hello Tom,
    You may sign up for a free trial of creative cloud which you can check out here. Download a free trial or buy Adobe products | Adobe downloads
    You may either pay for a month to month membership or annual as listed here. Creative Cloud pricing and membership plans | Adobe Creative Cloud
    Let us know if this helps!
    Thank you,
    Jo-Marie

  • How to avoid cancellation of invoice for payment recevied

    Short Description:
    Cancellation of Invoice raised on customer after receipt of Payment from him
    Description:
    There is an Invoice dated 22.10.2008. We have received the payment for this Invoice vide document number posting date 06.12.2008. So the Invoice has been cleared. Now the Invoice has been wrongly reversed / cancelled vide Invoice No. dated 11.08.2010.
    Is there any check that we can put so that the system does not reverse the Invoice for which payment has been received. Is there any standard check for the same.
    Please guide
    Thanks.

    Yes SAP has given a standard routine to meet this requirement.
    Go to VTFL, select your delivery type and billing type and execute. There you can see a field "Copying Requirements".  Maintain routine 29 here and save.  Also, go to VOFA, select your billing type and assign this routine to the same field.
    Now try to cancel a billing document which has its status as "Cleared".
    thanks
    G. Lakshmipathi

  • Posting of cancelled Invoice after posting date is over

    Hello Experts,
    I am stuck up with a situation and as such seek your help.
    A invoice was generated and the subsequent accounting document was also cleared. Now after the posting date was over, someone cancelled the invoice by T.code VF11 and as expected it didnt get posted .The document flow showing is as per below :
    Order - open
    Invoice - completed
    Accounting Document - Cleared
    Cancel Invoice - Open
    Now, the business and their audit policies do not allow the client to cancel the invoice in back date ( within the posting period).
    What are the options do we have to tackle the situation.
    Joy

    The issue has been temporarily addressed by changing the posting date.
    However, now the client wants us to make an ABAP development so that no user is able to cancel the invoice after posting date is over. Now for that I have the following issues. Can someone please help me out in this.
    The basic process details I am following is as per below:
    For Transaction Code VF11 (i.e for Cancellation of Invoice) , when the invoice number which is subject to cancellation is provided, the System should search in VBRK table for the following :-
    1)The System will at first search whether the entry exists or not. If the Entry is not valid then it should give an message u201C Document xxxxx does not Existu201D.This is in line to the existing practice.
    2) If the Document number is valid then it will go to the billing date field and  will fetch the value from the VBRK table . Then it will match  whether the value fetched (i.e. this Invoice date)  is in present posting period or not. The system can find the posting period from the table V_T001B.
    a.If  the  Invoice date lies in the present posting period then the system will allow the cancellation document to be saved. This is in line to the existing process.
    b.If the Invoice date lies beyond the present posting period then the system will not allow to save the cancellation of the Invoice with a pop up message of u201C The Document number subject to cancellation do not lie within the present posting periodu201D .
    Now We have looked both the tables, from VBRK we will get Doc# and Billing date(FKDAT) but when we select Posting Date from table T001B( Permitted Posting Periods) there is some issue.
    1.  What will be the condition for selecting records from T001B table.Since there is multiple key fields
        RRCTY (Record Type) ,
        BUKRS (Posting Period Variant) ,
        MKOAR (Account Type or Masking)
        BKONT (To Account). 
    So, to get unique record what will be the value of this key fields. Is there any relationship with VBRK table ? 
    2.  Which field I have to consider as Posting Date or Period. Because there are many fields related to Posting period.

  • Based on some Information that my Account iD isn`t valid anymore i opened a second account ID. After several month i found out that both account-ID`s are still in place. Is it possible to request a consolidation of both account IDs from Apple?

    After an Update I-Tunes I received an Information that my Apple-ID is not valid anymore. So i opend a new account filling in the same personal informations but using a different Emailadress (Account - ID) and passwort. Now after several month i recognized after syncronizing my new Iphone 4s that both of my Account-ID`S are still activated. Now i have 2 questions.
    1. Is it possible to request a consolidation of my 2 Account-ID`s via Apple i-Tunes Support and how this be done?
    2. If there is no other way can i cancel my old Account ID within I-Tunes? And if so do i have to buy all App`s and Songs which are related to this Account-ID one more time?
    Thanks for any helpful information!
    Ralph

    Since posting the above, I have resolved a sensible work-around in regard to ebookstores which prefer us to have separate accounts for our separate Adobe IDs.
    However, I really would appreciate it if anyone here can confirm that a DRM controlled book does actually become associated with a particular Adobe ID account at the time of first download to Digital Editions on that PC/device.
    Two large book stores have said using my account with them to download books to our two separate Adobe IDs is OK, but I don't want to find my husband is unable to open his downloaded books.
    Thank you folks for any advice you can give,
    Sue

  • SD Billing - Avoid Cancellation Creation if Invoice has not been posted yet

    Dear all,
    I have noticed this problem in my company system.
    Problem descripion:
    - you creates an invoice and the system doesn't post it for any reason
    - then you create the cancel of the invoice, BEFORE forcing the posting of the invoice
    --> user creates Cancel, Cancel is not posted as well.
    --> from now it is impossible to post both invoices: if you try to post the Invoice after the cancel creation, the VF02 recongnise that a CANCEL exists and do not allow for the posting
    --> standard VFX3 doesn't signal this kind of not posted documents situation.
    Ok, The right procedure for thes user should be: create invoice, if not posted then try to understand why not posted, and not CANCEL it.
    But in this case VFK3 was not able to detect the invoice was not posted: it was not in the list.
    So the 2 ways must be:
    1) one possibility could be undestand in VFX3 could be enhanced: I checked in OSS but I didn't find anything.
    2) other possibility: add a further check in interface between SD and FI in order to check if original invoice is not posted to FI and in this case block the cancel creation, as instead standard SAP does.
    Could you please give me an idea on how it would be better proceed?
    Thank You very much.
    Raffaella

    Dear,
    thank you for your feedback.
    in VOFA the flag is not ticked.
    The problem was that In VFX3 no data were found for the specified document (with all "Inclomplete Due To" check box  flagged), even if invoice and relative cancel were already created, but not posted.
    When we tryied to to post them, via VF02 for example, the system didn't warned anything specific and, doing the posting via debug, we discovered that the posting was stopped because VBRK-RFBSK = E = "Billing Document Cancelled".
    So, forcing via debug that value = ' ', because of the urgency of Finance Office, we could invoice it and then do the same for its cancel.
    So at the moment it is not possible for me to reproduce the error in the system.
    The only workaround I can imagine, is to find a way to avoid cancel creation if invoice is not posted yet.
    Do you think this is feasible way?
    Thank You veyr much for your suggestions.
    KR
    Raffaella
    Edited by: Raffaella Sacchetto on Nov 29, 2010 3:43 PM

  • Cancellation of Excise invoice after MIRO

    Hi Everybody,
    How do i cancel the Excise Invoice after MIRO.my scenario is Net Inclusive of Excise duty. the procedures which i followed as follows,
    1.PO with Zero Tax code > J1iex(captured the Excise Invoice)>GR which refers EI>Posted EI.
    After posting EI i found thats wrongly captured then i did canceled the EI as follows
    2. GR Cancellation>Posted EI against canceled GR>Canceled the EI.
    Now my RG23A got cleared.then i did again step 1 as well as MIRO.After did miro again i found that captured EI is Wrong. I have to followed below procedure to Cancel the EI,
    3.Cancell the MIRO document in MR8M>GR Cancellation>Posted EI against canceled GR>Canceled the EI.
    When i tried to POST EI one pop up message is coming i.e status of EI one is for INPROCESS another one one is for Posted .I chose Inprocess and entered i was getting following Error
    No Part I exists for availing credit in excise invoice 364 2008
    Message no. 4F112
    If i Chose POSTED i was getting following error,
    Excise invoice 364 2008 has already been posted for vendor 103769
    Message no. 4F107.
    Can anybody tell me where i'm wrong what  procedure i need to follow
    Regards
    Govindaraj

    hi
    plz check the document year for inprocess and posted doc
    now steps for excise invoice cancellation will be as follows
    1  cancel MIRO document with MR8M
    2  cancel MIGO document in MIGO
    3 goto J1IEX choose post here give the excise invoice no of the document (u will get this no from table J_1IEXCDTL and field DOCNO)
    4 now in misclinious tab give the rejection code and simulate u will find all the duties are reversed (compare with previous posting)
    5 now ur invoice is cancelled and u can go for new GR and new postings
    regards
    kunal

  • Cancel the GR after UD and capture excise invoice

    Hi
    i have created a GR (migo) and in this step i have also captured the excise invoice. QC people done the UD. after that i came to know that GR is wrong. now i want to cancel the GR.
    and make the new GR against the same PO.
    but after doing 102 movement, i am going to cancel the excise invoice (j1iex), but it is now allowing me to cancel the invoice.
    Thanks & Regards
    Pankaj Garg

    Hi Pankaj.,
    Firstly i would like to share some must-do things in Excise
    Whenever  any excisable  material comes in your company premises  
    you must do excise postings(as per CBEC rule).
    Your registers should update for the same (rather the material is damaged/spoiled).
    The provision for separate capturing the excise invoice & later posting it is for only convenience purpose for the users.
    Because when material enters in company premises ,generally  it goes to store.They do the GR & only captures the details of excise invoice(this is because sometimes vendors passes partial amount of excise duty).After that accounting person posts the excise duty as per vendor excise invoice.so don't confuse while reversing the excise duty.
    Remember that it is compulsory to post excise invoice as per excise rules.
    procedure is.
    1)goto-J1IEX_P-post vendor excise invoice
    2)Do cancel/return delivery of GR No.
    3)Goto-J1IS-create excise invoice-give references-post excise invoice
    4)Goto-J1IV-Print the excise invoice
    5)Send this rejection excise invoice with the rejected material to vendor
    regards,
    satpal

  • New Macbook Pro hard drive crash after 9 months?  How to avoid it again...?

    Hi - I've just had my hard drive replaced after it crashed - only after 9 months!!!!  How can this be?  I thought Macs were supposed to be more resilient and reliable?   I always kept the software up to date.
    Is there anything I should be doing to avoid this happening again?  
    - let the battery run down completely / always keep it charged and power source plugged in?
    - don't run too many programmes at once?
    - shut down completely rather than sleep mode?
    If anyone has any tips / advice...otherwise I'm considering selling it.
    Thanks

    You can't just take that drive from the older system and install it in the new system. Even though both run Lion the Lion install on the older system does not have the correct driver set for the new hardware. In fact Apple came out with a newer version of Lion Just For these Newer System.
    It may now be on the Apple servers bot it wasn't a few days, 5-12, ago..

  • HT4571 Can I cancel service after one month

    IIf I sign up for Internet with my Verizon account ...can I cancel after one month of service

    Verizon has been permitting month-by-month data cell plans for iPads, unlike iPhones that cannot go in and out of service.

  • How to cancel the Excise Invoice after Delivery Cancellation

    Hi,
    We are facing a Problem in Cancel Excise Invoice through J1IJ...
    By mistake, enter the amount in Excise Invoice was correct, so we reverse all the document i.e. Billing, Delivery BUT Skip the Excise Invoice.
    Now after Delivery cancellation, How can we cancel the Excise Invoice...
    Please guide...

    Hi,
    As a standard process J1IJ docuemnt must be reversed before you reverse the delivery. Else you will not be able to reverse J1IJ as delivery will no longer be available.
    You will have to come out of the error in debug mode by taking help of your ABAPer
    The logic for cancellation can be seen in the program SAPMJ1IJ subroutines CANCEL_DELIVERY.
    The tables to be updated are;
      1. J_1IEXCDTL
      2. J_1IRG23D
    Take the help of a technical consultant to update the tables according to the logic in subroutine CANCEL_DELIVERY.
    I suggest try this in DEV/TEST system before doing the same in PRD.
    Regards,
    Brinda

  • I still cannot login to Creative Cloud after 3 months. Your intervention had no effect. Please cancel my subscription, as already suggested by your technical expert. If I subsequently rejoin might that solve the problem?

    I still cannot login to Creative Cloud after 3 months. Your intervention had no effect. Please cancel my subscription, as already suggested by your technical expert. If I subsequently rejoin might that solve the problem?

    Oliverfauve I am sorry you have faced difficulty establishing a connection between the computer and our activation server.  If you have already completed the steps listed in Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html then I would recommend working directly with our support team.  If you have done so already can you please post the case number so that I can review the interaction?
    If you would like to cancel your membership then please contact our support team directly at Contact Customer Care.

  • What happens if I decide to cancel my CC Photoshop Photography Program AFTER 12 months are over?

    In the "Terms and conditions," it states under "Renewal," "After the first 12 months, we will automatically renew your contract based on the current price of the offering."
    I think I understand that the statement means that the monthly price of $9.99 is subject to change after the contract is over. I just want to make sure basically what I ask in my topic: what will happen if we decide to cancel after the 12 months are up? Is this program something we'd have to pay for forever?
    What happens if we decide to stay in the program after 12 months? Will we keep getting charged monthly or will we eventually not be asked to pay for it if we've, let's say, cumulatively "paid up" for the softwares?

    What happens if we decide to stay in the program after 12 months? Will we keep getting charged monthly or will we eventually not be asked to pay for it if we've, let's say, cumulatively "paid up" for the softwares?
    You never stop paying for subscription software. You will keep getting charged monthly. It's not a hire purchase agreement where you own the software after paying a set amount for an agreed time period. Neither is it a lease where you pay a residual amount to own the software at the end.
    You will keep paying the monthly fee for as long as you want to use the software. If you want to use the software forever then you keep paying forever.
    On the plus side, you get all updates and upgrades for free as part of your membership.
    When you stop paying the monthly fee, you lose the use of the software.

  • I cancelled creative cloud after 29 days yet was charged a second month.

    i cancelled creative cloud after 29 days yet was charged a second month on that very 29th day.  this is not ok.  how do i get my refund?

    telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Satellite L670 - Hard Disk Dead after 8 months only

    Hi,
    this morning I had to retunr my laptop due to bad hard disk problem. After 8 months, it's dead already.
    The positive points are: I am still under warranty and second the toshiba software hilighted me on time, allowing me to back up my data before the crash. Tks Toshiba for this tool, very usefull.
    The question is, how can a hard disk die that quick after just fews months ?
    Bad luck or bad use ? I am wondering.
    I wish to have a feedback from those who owns same model, L670 (windows 7), to understand if this problem is commun or if I was unluckily concerned.
    Also, if there are possible solutions to avoid HD stress in the daily use ? Like for example, reduce writing on it (back up of blu-ray using AnyDvD HD ON hd, then cut&paste to external HD), or to not connect too often external hard disk to avoid electricity surcharge if any ?
    In future, will I have to perform chkdsk more often ? Defrag ? If yes, at which frequency ?
    This is my 3rd laptop dying, Sony VAIO = mothercard dead after 1.2 years, Fujitsu Amilo xi = explosed after 3 years, and now Toshiba HD after 8 months.
    From 900EUR up to 1600EUR, I do not see a significative resistance of one of those models, Sony was the badest ever in terms of video card longevity and compatibility (games unplayable after 2 months, no driver update), keyboard "painting" was a mess with deterioration after fews months compared to Fujitsu and Toshiba (no pb). Toshiba L670 more recent, was the best in terms of game compatibility.
    What to do ? Stop buying laptop or use it only fews hours a day with a PC on top ?
    For time beeing I can't afford to have a PC + a laptop as I am unemployed, surviving with 10EUR/day,
    time to find a job again.
    Despite this situation, I managed to buy new Zelman notebook cooler for my Toshiba at around 40/50EUR, but, it didn't help apparently.
    Tks for feedback about L670 duration life, and particulary HD problem + best use to protect it.
    Guillaume

    You're not the only one.
    I bought an L670 in September last year. It was strictly for home use as replacement for a desktop PC, so it was never moved.
    Just after a few weeks things started to go wrong: boot fails, programs crashing, Windows 7 crashing...
    It's almost 7 months now since purchase and I'm writing this message on the very same notebook with 'Hard Disk Sentinel' running in the background, reporting more bad sectors every day. It tells me that hard disk health is now down to only 9% and that it has an estimated 14 days to live.
    Since the notebook is technically still running fine, I don't think I can have the HDD replaced under warranty or am I wrong? Does the HDD have to cease working alltogether before I can have it replaced under warranty?

Maybe you are looking for

  • How to insert and retrieve zip files in to blob column in oracle database?

    Hi All, I have a requirement where i need to insert zip files to BLOB and retrieve them. Please suggest me any good example or redirect me to them.

  • Master detail form - drop down list in detail (ADF)

    Hi, Been racking our brains for a few days/weeks about this one, and would be grateful for any pointers why this does not work. We have developed an in-house application for dealing with risk and chemical assessments. The process we have adopted allo

  • Write sql query to a file

    I have a sql query: select * from XXWFS_CUSTOMER_EXT t2 where t2.rowid > (SELECT min(t1.rowid) FROM XXWFS_CUSTOMER_EXT t1 WHERE t1.PARTY_ID=t2.PARTY_ID); I want to put this in a stored procedure and write it to a file to see what all the records i am

  • Why is the CME not showing pls

    The phones are all ringing one another with the router 2620XM but am unable to open the CME when l typed http://172.168.1.1/cme.html on the internet explorer (error message is) 404 not found. Can so one pls help me thanks Router#sh run Building conf

  • Indesign CS5.5 - file name history?

    Hi everyone, I'm curious to find out if indesign has a filename log? We open files and save them as unique filenames. But now we need to find a files original filename. Is there some sort of file info which tracks filenames as you resave? I have chec