Cancel release of Contract

Dear Experts,
I am using std workflow WS20000079 forcontract release. I have a scenario where user can cancel contract release. From SWEL i found that SIGNIFICATLY CHANGED, RELEASE STEP CREATED events are triggered when cancellation of release occurs. In outcome Contract changed significantly of step 00047 (in WS20000079) i have included a activity step. There i have included a custom method in task step. When i cancel release i see that status of workflow is In process and does not become completed. Can you please tell me why the status is In Process.
KR,
S Bharath

Hi,
In these kind of scenarios please use fork and wait event.
In your fork one branch should have the normal flow and in another branch,
please use wait for an event for cancel and once it occurs , do complete the workflow.
Thanks and Regards,
Swaminathan

Similar Messages

  • Release Value Contract Report

    Hi,
    As we can get individual customer released value contract amount through T Code VA43 and report Via T code Z_XX_SD_059 for mass customers which is usually not giving the correct amount of released from value contract. The report which is extracted via T code Z_XX_SD_059 normally not reconciled with the end result of T Code VA43.So, Is there any other T code for getting correct release value contract report for multiple customers? Please share if anyone knows.
    Regards| Adnan Mahmood

    Hi,
    tcode Z is an in house development. Check with an abaper why there are differences with respect to VA43.
    Regards,
    JM

  • Question regarding cancelation of wireless contract and signing a new one

    Hi,  I have a question regarding my contract. My Cell was stolen 2 days ago ( Iphone 5)  had it for about year and 2 months. now I have a dilemma when it comes on getting a new device. the rep told me she can offer me some S... phones for over $200 as a replacement or I to look up Amazon; Ebay and craiglist. I also don't want to pay a retail price for a brand new device. So I was thinking of cancelation of this contract paying the fee and signing up a new contract with a new device like Iphone 5s or Samsung Galaxy. My question is, are there any waiting periods for doing such a thing, or I could do it at the same time, ditch old contract and sign for new one.

        I really want to take a closer look at your options, Filip.M. We definitely wouldn't want to see you cancelling out all the great history you have with us already. I have sent you a follow request here in the forum. Please access https://community.verizonwireless.com/actions to accept my request and follow me back so you can send me a private message with your name and mobile number so we can get started.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • Idoc Segment Cancel release error

    Hi all,
       I have problem in cancelling the release of an Idoc Segment. I have a requirement to add new fields to the segment. When I try to do Edit->Cancel Release it is throwing below error.
    "Error while resetting release of segment Z1PXXXX
    Message no. EA259"
    Could anyone tell me how to overcome this error or the root cause of this error?
    Many Thanks,
    Sri
    Edited by: Arunsri on Nov 10, 2009 8:37 AM

    Hello,
    The reason that you are getting these errors is that you cannot cancel
    the release of an extension made in previous version e.g. 4.6C. Instead you have to
    create a new extension.
    It is not possible to change a segment definition which is released in a
    lower release. This is a basic concept of our release strategy to
    guarantee compatibility between different releases.
    You must create a new segment definition for the new release e.g. 620 with a new segment
    field with the appropriate length. In transaction WE20, outbound parameters, you can specify
    the "segment release in IDoc type" for the communication. Please read the F1 help of this field for further
    information.
    For your own segments you can define a new version of the segment via
    transaction WE31 -> Add Version (Shift+F5).
    Please review your online help for more information on this and related topics.
    Hope this information helps.
    Regards,
    David

  • Cancel release in idoc

    Hi Friends,
    We are upgrading our ECC system from release 700 to 731. For one of the idoc interface we are using SHPMNT03 idoc. Post upgrade it is observed that E1EDT37 segment version is updated from 003 to 004. Biz Talk(middle ware), whose schema is desinged for old version of idoc(700) is unable to post idocs to SAP. Is there any way I can revert the version of this standard segment. While following the path EDIT->CANCEL RELEASE in WE31 for this segment I received an error - "Name range violation : Name E1EDT37 not permitted in CUSTOMER system".
    old system
    lo
    new system.
    Please let me know your thoughts.

    Thanks for the response Vadamalai.
    You are suggesting to enhance the code at coding level. Can you please eloborate me more on that. Inbound idoc is not coming to reaching to SAP itself. We are not sure at which level check is happening.
    One more thing is if we create custom idoc with z segments, will these z segments also get updated( change in release) while doing next upgrade.
    Thanks,
    Gowrinath.

  • Unable to cancel release of an IDOC

    Hi All,
    I am trying to cancel release of an IDOC that I developed in 4.6C environment. We are now on ECC6 environment and when I try to cancel release it gives me an error "Can not unclose segment: release of last version is not SAP-version". Has anyone ever experienced it? How can I resolve it?
    Thanks for your help.
    Regards.

    Hi,
    Do you remember how you did it?
    Many Thanks!

  • Internal Order Release/Cancel Release/...

    Dear All,
    I have several questions regarding Internal Order (Order type - 0401) release/cancel release options.
    In order to make IO "usable" After creation I select Release option and then assign the budget to the order. When the order is no longer needed I choose Cancel release so the order can be no longer used.
    So I am interested in:
    1) I have lots of orders which must be cancelled, is there any trasnaction for Batch canceling or releasing the orders?
    2) Does canceling the order affect for example expenses posted on this order? I mean expenses posted on this order dissapear or stay as it is?
    3) what is the difference between Cancel release and Technically completed.
    Thank you in advance.

    Hi,
    Yes CLOSE is the right option for finishing the order. As per my understanding there is no option in standard system to mass cancel/release an order.

  • PO Cancel release problem

    Hi, experts:
      I am a beginer of SAP workflow,  I've got a problem when testing customized PO cancel release workflow.
      My workflow is quite simple, just test whether the event  'SIGNIFICANTLYCHANGED' was trigered when cancel PO. I will receive information in my SAP Business workplace.
    Here is the configuration of PO release  Strategies:
    RGroup Rcode Workflow Agent
    PO     C1     1     Blank
    PO     C2     1     Blank                   
    PO     C3     1     Blank                  
    PO     C4     1     Blank      
    In my customized workflow template, I use the event 'SIGNIFICANTLYCHANGED' to deal with PO cancel release.
    But I find that this event will not be triggered from Level C4  cancel to C3.
    Here is my test result:
    Cancel        Result
    C4->C3       Not triggered
    C3->C2       Trigered
    C2->C1       Trigered
    I can get the result from my Business workplace  except cancel PO from C4 to C3.
    Does anyone come across with this problem?
    Please tell me why and how to handle it, thanks a lot!
    Best regards!

    Hi,Swaminathan PJ
    Appreciate for your reply!
    So, shall we change another event or even customize our own event?
    My requirement is that send e-mail with PO item detail (*.xls file) to specified users when final release or cancel final release.
    Thank you for any good advice.
    Best regards!

  • PO Cancel Release and Rejection

    Hi,
    Can anyone point me to any documentation on Cancelling of Release in a PO and the Rejection button in the PO? What are the differences and how can I disable the cancelling of release functionality?
    Thank you.

    Cancell Release - After release /output  if you want change the PO value .possible only in ME28
    Rejection - If the approver does not satisfy with conditions he can reject the PO - possible only in ME29N

  • Cancel Release

    Hi,
    I cannot cancel my release strategy(ME29N), once I click icon for cancel release the system prompt me this message:
    "Document has already been outputted (function not possible)". So I've try to change PO but system message dipslay:
    "Purchasing document has release indicator S (changes not possible)"
    Can anybody help me on how to change the config.?

    Hi
    I think we have some solution workarounds..
    1) Try this. Go to Me23n->Messages ->Repeat Output; You have a new message created; Ensure that the output option is 'output in a separate Txn' in 'Further data'.
    Now goto ME28 and try to cancel this PO. This trick works in some versions of R/3.
    2) If the above option fails...you need some ABAP help. Copy the ME28 program and create a new z-program and Ztxn (ZME28). In this program, there is a check for whether 'document was output'; just comment that check and you can cancel the release after output also.
    Best regards
    Ramki

  • Cannot cancel release stratigy after output is printed

    Dear Expert,
    I has been configuration output for PO ( print auto after release stratigy)
    After I release stratigy there is a scenario that user need to cancel release stratigy
    But the system is error not allow to cancel release stratigy after output is printed
    What's I miss? thank you very much.
    I release stratigy using ME29N and cancel using ME29N and ME28 also.
    Best regards,
    @tom _

    HI,
    In ME9F itself try to repeat the output.
    Thanks & Regards,
    Kiran

  • Authorization for Cancel Release

    Dear Expert,
    Does anyone know what is authorization object to restrict cancel release? Because now if there is 3 level release (ex: E1, E2 and E3) and status release PR already final (E3), user level E1 still can cancel release status in PR and all release status will reset even if follow up document such as PO already created for that PR.
    Any solution for this??Really need ur help....
    Thank You,
    Aleluya.

    The auth object is M_EINK_FRG
    But, That checks only release code. Not the activity ( Release or Reject)
    May be EXIT_SAPLEBND_001 is use ful to control
    Regards,
    Dev.

  • Want to cancel service when contract ends

    Hi,
    I was wondering how I go about ending my service with Verizon?  My contract ends 6/27/13.  What steps would I need to follow so I do not incur a cancellation fee?  I have an iPhone 4.  Any help would be appreciated.
    Thanks

        Let's pump those breaks Erben11 because we are always sad to lose a customer! I hope you allow me the chance to keep you with our family before leaving us. I can provide you with the information you need and some options to stay. If your contract ends 6/27/13, to prevent a cancellation fee, you can cancel on 6/28/13. If you cancel before your contract ends, you will incur a fee. To cancel, we will need to speak with you. You can call us at 1-800-922-0204 or *611 from your mobile phone. We can also assist you if you send us a private message with your name and mobile number. I would also like to know why are you cancelling service with us? Are you having issues with your account, bill or phone? I hope to hear from you soon.
    KinquanaH_VZW
    Follow us at @vzwsupport

  • How to users from releasing a contract that they have created

    Hi,
    can someone tell me how tp stop users from releasing a contract that they have created and or changed.  It should be released by a different user.
    I've been doing some investigation, and it looks as if function module EXIT_SAPLEBND_002 (SAP Enhancement M06E0004) might be the User-Exit that I may need. Does anyone know if this is correct?
    John

    Hi,
    You posted your query to wrong forum, should be posted to MM forum.
    Anyway probably your users have the authority of transaction code ME35K (Release) and authority object M_EINK_FRG (Release Code and Group (Purchasing)) to be able release contract that they created.
    Regards

  • Error Cancelling Release of Basic Type

    Hi,
    Im using WE30 to make changes to a BASIC type. So in the menu EDIT->Cancel Release an error prompted these messages:
    The release of the basis types cannot be reset
    Message no. EA506
    Diagnosis
    The release can only be reset if the basis type has been released in the current Release. Basis type ZPADET01 has already been released in Release 46C, so this release can no longer be removed.
    Procedure
    Create a successor to basis type ZPADET01 so this new basis type can be further developed.
    I usually modify BASIC type with WE30 successfully. But this error message I'm at a lost.
    Please Help,
    Sid

    i wouldn't go about and delete it. just create a new one, let's say YPADET01. when you clicked the button 'create' there comes a pop-up where you can decide how to proceed. it is there where you can decide whether you want the new one to be a successor of ZPADET01.
    actually, i have been doing some reading on the subject and found about that release-thing:
    http://help.sap.com/saphelp_erp2004/helpdata/DE/dc/6b832543d711d1893e0000e8323c4f/frameset.htm
    start there and dig a bit around, so you can get a better clue on how to go on.
    sorry, that was the german link, here you go in english:
    http://help.sap.com/saphelp_erp2004/helpdata/EN/dc/6b832543d711d1893e0000e8323c4f/frameset.htm
    Edited by: Mylene Euridice Dorias on Aug 11, 2009 8:13 AM

Maybe you are looking for

  • How to avoid present 302 page

              Hi,           In my app, I use jsp with servlet, and the servlet acts as the "traffic cop",           that is, the users fill up the form in jsp pages, and the jsp pages are submitted           (post) to this servlet, this servlet do some w

  • Time scale on 3D graph

    Hi, I'm having major problems converting the axis on my 3D curve from seconds into proper time. I've tried everything but nothing seems to work. I've attached a very shortened version of my code. Attachments: 3D_graph_for_NI.vi ‏29 KB

  • Integrating the programs

    hi, create one more module pool program with three > screen fields. > > A B > C > (Candidate) > ields. > > and put authorizations check if u required for above > fields. Hi Lashmi, Can you please elaborate more..Let me tell you that each of three mod

  • Preview is different than actual print

    Hi,   I am facing a problem in smartforms.In my form there is one date field in the print previem it is displaying as dd/mm/yyyy.But if you take the print it is showing as mm.dd.yyyy. Can any one clarify why it is displaying like that. Regards.

  • Automatic primary key generation for pointbase

    Hello friends, I was wondering whether it is possible to automatically generate primary keys for a pointbase database. Just like the SQL Server pointbase also has a indentity property. I have used weblogic builder to specify automatic key generation.