PO Release (Revoke PO Release after GR done )

Scenario : PO is released.   GR is done and delivery is completed.
Even after the GR being completely done, the release of the PO can be revoked !
What is the business logic behind this? Once the GR is done completely with the tick Delivery completed indicator, SAP must not allow anyone to revoke the release of the PO.
Can anyone give me a business scenario where it is required to revoke the release of the PO after the complete GR is done.
Thanks..

Hi,
Scenario-1:
1. Vendor sends the material with complete qunatity (=PO quantity) and GR is done for that -
1st shipment
2. Vendor sends material more qantity than ordered qunatity under the same PO number and business accepts that quntity, then the PO has to be modified to receive the extra qunatity.
To do the modifications in the PO the release strategy has to be revoked.
Such scenarios exists when business reuires the material continuosly and the material is to be in the stock.
Scenario-2:
Vendor is a manufacturer and is continuosly supplying the material as soon as he manufactures a consignment.
In such cases also the above scenario is applicable if business is not willing to maintain a contract with the vendor (may be because contract is a legal document).
Scenario-3:
If vendor delivers the material on the date which is different than the PO delivery date and it is required for further reporting that the PO should have correct delivery date then the PO madifications are reuired.In this case also PO release strategy has to be revoked.
It means there can be N number of scenarios where PO modification is required ( but the modification should be controled) after GR is done and hence PO release revoke is required.
Cheers,
Satish Purandare

Similar Messages

  • Automatic credit release after payment done

    Hey Experts
    My client wants to automatically release the credit block after posting customer payment. Thus, the user does not need to manually go to VKM1/VKM3 t code and release the order.  Is this possible in standardr SAP?  or do I need help from an abaper ?
    thanks in advance

    Hi,
    As per Credit Setting if the Payment received from the Customer updated in SAP system the credit exposure gets tallied and resets itself in FD33 transaction.
    But for already blocked sales orders either you need to release it in VKM3 or run the report
    RVKRED07
    This RVKRED07 you can run it for a single customer with selected settings.
    This RVKRED07 updates the S066 and S067 info structure pertaining to Credit limit.
    But as per my knowledge it will not suffice for already blocked Sales Orders. Kindly do check and confirm.
    Regards,
    SRK

  • My macbook pro early 2012 won't install release version of yosemite after being in the beta test

    my macbook pro early 2012 won't install release version of yosemite after being in the beta test, anyone else having any issues with this?

    Received an email from apple saying thank you for being in the beta test and they tell you to download the release version from the mac app store and install it. Done this twice and it says installed successfully after rebooting twice and doing the usual install of a new OS. However when it boots up and opens your desktop it still has the Feedback assistant installed and continuity and all the new features do not work at all. Making me assume that the final release has not installed at all. Spoke to apple on the Phone and they Don't know how to solve it. Except for doing a fresh OS Install. Which i would rather not do, but might have too. currently backing up my Mac as we spec to do it

  • PO Release Strategy not changed after deletion of few line items with less

    Subject : PO Release Strategy not changed after deletion of few line items with less Total PO
    Dear Friends
    We have issue with PO Release strategy. We have created the PO. with release strategy  with multiple approvers.  After approval of first approval manager , one of the PO line item got deleted and Total PO value is reduced . The new PO value should have changed the PO release strategy. But it is not changed. Old release strategy only showing in the PO which is wrong. 
    Details of the PO
    PO no 4500000123 with 5 line items Total PO value : 100,000 USD Release strategy : AB
    PO line item 5 deleted. Now total PO value changed to 50,000 USD and the PO release strategy should have been changed to AA but not changed. Still showing PO release strategy AB only.
    Are there any OSS notes available to correct his bug.
    Please let me know if you need more details
    Thanks in Advance
    Thanks
    MVS

    Hi,
    release indicators  change it to 4.It may works. Please explore to all 6 indicators..........
    i.e,
    1-cannot be changed
    2-changable,no new determination of strategy
    3-changable,new release in case of strategy
    4-changable,new release in case of strategy or value change
    5-changable,new release if new strategy/outputted
    6-changable,new release if new strategy or value changed/ outputted......
    And check   Characteristic description and value in Classification  of Release strategies ........
    I hope this will help you. Thanking you.
    Regards,
    Venkat.

  • Some puzzle for the 'Upgrade Guide: Release 11i to Release 12'

    We are on 11.5.10.2 with 10g db,now we are going to upgrade to R12
    I have done all the pre jobs in the 'Upgrade Guide: Release 11i to Release 12''s character 2 except the 'Prepare for the Upgrade' section.
    In the 'Prepare for the Upgrade's step 3:Step 3 Run Rapid Install (required),it ask me to run Rapid Install wizard
    But i can not understand what use of the action?
    When run rapidwiz,should i close the app and db?or only keep the db running?
    Anyone can help me?
    Thanks!
    Remen
    2007.8.18

    When run rapidwiz,should i install the R12's app to the same dict that the 11i's files locate?
    Sample:
    Before Upgrade the APPL_TOP=/u8/TEST/app/testappl,and the $AD_top=/U8/TEST/app/testappl/ad/11.5.0
    After run rapidwiz,the dict will change to $AD_top=/U8/TEST/app/testappl/ad/12.0.0 automaticly??No need to create the dicts manualy??
    Remen
    2007.8.18

  • BUS2012 releaser RELEASE - BAPI_PO_RELEASE, saving releaser

    Hi all,
    I know, this kind of topic was already processed a couple of times, however I did not find a suitable solution for our problem.
    Customer wants to be able to save (and report later) releasers of the PO. There is a new processed being implemented, which uses the (slightly modified) BUS2012 object and it's RELEASE method to release the step of the PO in the workflow. Now this calls BAPI BAPI_PO_RELEASE, but it's interface does not incorporate the RELEASER.
    We can't use change documents for this purpose, as, from workflow-orientated releases there will only be WF-BATCH users releasing everything. We would be able to find the place, where CDHEAD and CDPOS are filled, but however this could be not only one place and the added value would be very low, as customer wants a transparent reporting on who and when did which release. For this purpose we enhanced the EKKO table with 16 fields (combinations of uname + date), which will serve the purpose of saving releaser / date of release for every step.
    We can get the actual agent of the workflow, but I do not know how to pass him / her to the BAPI. Of course we can redefine the RELEASE method (and we also will have to), but whatever I put to a e.g. Z_BAPI_PO_RELEASE, will need to be accessed somewhere deeper (maybe in FM ME_REL_SET, maybe in  ME_PURCHASE_DOCUMENT_DATA_SAVE)...
    I believe this was already solved by somebody and we do have something like a best-practise to work with it. Can anybody guide me? Of course, the whole process should be ready to accept releases also from ME29N, should also be implemented for the cancellation of the release and for rejection. But this first step would be a good kick for me.
    Thanks in advance.

    I can give you one option:
    define a new 'release' method, still calling the BAPI_PO_RELEASE but define it as dialog not background
    place the task calling the new method directly after the decision task , transfer the WI_actual_agent of the decision task as the executing agent of the new task. 
    This way the BAPI_PO_RELEASE will be executed with the RELEASER user and not WF-BACTH.
    however, this solution has a few limitations:
    this will work only in SAP GUI
    the user will need to have authorizations to release the PO.
    But, I have created many reports simply reading the workflow logs, this is not more complected then the change documents logs. you can use function modules:
    SAP_WAPI_READ_CONTAINER
    SAP_WAPI_DECISION_READ
    SAP_WAPI_WORKITEMS_TO_OBJECT
    And the logs themselves can be much clearer to the user then the change documents release status has changed from XXX to XXXX logs.

  • Differences beetwen Oracle AS 10g Release 2 and Release 3

    Hi
    Could you give me links or just write about differences between Oracle AS 10g Release 2 and Release 3. I have books to Oracle 10g AS Release 2, and I don't know, what information are incorrect with reference to Release 3. I've found this link http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/whatsnew.htm#sthref7 , but Oracle 10g AS Release 3 for example does not require a metadata repository. So where can I find all diferences?
    Thanks awfully for help.
    Regards

    Application Server 10R2 (10.1.2.0.2) includes products such as OID, Forms & Reports, Discoverer, Oracle Portal etc. These are not included in Application Server 10R3, which was a JEE only install geared towards JEE solutions.
    Both versions will be desupported in December 2011 so I would spend to much time on these versions. Go with Fusion Middleware 11g : http://download.oracle.com/docs/cd/E21764_01/index.htm
    Thanks,
    EJ

  • Release indicator in release strategy

    Hye,
    I need to  change release indicator in release strategies. can anyone let me know how to do the same
    I have done this in confi -> sap - >mm -> purchasing - >PO - >release strategy and i changed indicator as x to y in release strategy, but i have nearly 500
    Is there any other way where i can change directly
    Thx

    HI Raj,
    This could be done using a BDC program. Else you can go for any testing tool or SCAT for solving ur purpose.
    My understanding is...u r not going to create 500 new release indicators. U r going to change rel indicators in *relase statuses*
    Cheers
    Arun.

  • ME55 error - Release via individual release

    Hi I have a question,..
    We are using overall release strategy.
    Now I have 2 line item in a same purchase requisition, and when run ME55 it show me the message "Release Possible".
    Then after that, using ME52N we change the requisition and cancel 1 of those items, of couse a new release strategy was defined by the amount we defined.
    But now, when go to ME55 now the messahe said "Release via individual release"... ann with ME55 cannot be release.. I need to go to ME54 and ME54N.
    Do you know why SAP do that? what is the reason of this?

    Dear,
    As available in SAP NOTES 668940
    Program error.
    This problem occurs after deleting one item of a purchase requisition. The consequence is that all documents created afterwards will no longer be releasable via ME55.
    Check the corrective information.
    Please also check: Note 69792 - ME55->ME54 Changes from ind.release updated wrongly
    Note 92315 - Call individual release - call transaction
    Note 72100 - Individual release - only allowed items
    Regards,
    Syed Hussain.

  • Release date and release no of Scheduling Agreement

    Hi All,
    I have a problem with Scheduling agreement.
    I have created a scheduling agreement with long validity period.
    I maintained delivery schedules within that validity period.
    I have generated forecast schedules. then using ME84, creating a releases.
    the problem is occurs here.
    it was not updating the release no and release date for the schedule line.
    still it is showing a *yellow light* .
    where is the problem and why it was not updating.
    and can u please explain the process and significance of those lights.
    Thanks in Advance.
    Regards
    Kishore

    Verify the table T161M has the values
    kvewe = 'B'
    kappl = 'EL'
    druvo = 1
    kschl = LHPA
    as mentioned in the code.
    The solution is add in SPAD the

  • My ipad mini says to connect to itunes, and I try to restore it, but after its done extracting a message comes up saying that device is not found, is there anyway i can fix this? I don't care if i don't get my stuff back

    My iPad mini says to connect to iTunes, and I try to restore it, but after its done extracting a message comes up saying that device is not found, is there anyway i can fix this? I don't care if i don't get my stuff back, i just want my iPad restored to its starting settings.

    If everything else that you try fails, I would try using another computer. Since you don't care about saving any data, any computer that is running the latest version of iTunes might be able to restore the iPad. You could make an appointment at an Apple Store Genius Bar and they can do it for you.
    If that isn't feasible for you, try using a different cable, a different USB port. reboot the computer, and reset the iPad by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears on the screen. Then try again.

  • My iphone 4 after ios 5.1 update. had error updating.my phones now in recovery mode now.usb to itunes.keeps saying!itunes doesn't recognise phone ,after update done now error.i recall doing a firmware update for the old 5.0 update.happened again.i recall

    my iphone 4 after ios 5.1 update. had error updating.my phones now in recovery mode. usb to itunes when switched on.doesnt recognise. after update done.yes updates itunes.trued different usb ports. etc . for restore .but nothing.says my phones backed up in preferences.on itunes.but can get back up.i recall doing a firware update for the last os 5.0 update..but forgot where the link was .do i have to buy a new phone ?

    UPDATE: I attempted to bypass activation using the emergency call 112 to get into the homescreen, but the call failed, in fact, even 911 will not go through and give me a call failed. (before you yell at me for dialing 911, I'm a firemedic )

  • I had my vaio serviced and now I have had to download itunes again. After having done so, I no longer am able to see my old playlists on itunes though they are there on my phone. How do i sync new music? Please help; I'm exhausted trying to read up online

    I had my vaio serviced and now I have had to download itunes again. After having done so, I no longer am able to see my old playlists on itunes though they are there on my phone.
    I would like to view my old playlists & add new music on them. I keep my phone pretty organised & now to not see the music & playlists I already have on there on itunes is irritating me.
    My first time here on the Support Communities.. I hope I am able to find my way around.
    Please help; I'm exhausted trying to read up online.

    I had my vaio serviced and now I have had to download itunes again. After having done so, I no longer am able to see my old playlists on itunes though they are there on my phone.
    I would like to view my old playlists & add new music on them. I keep my phone pretty organised & now to not see the music & playlists I already have on there on itunes is irritating me.
    My first time here on the Support Communities.. I hope I am able to find my way around.
    Please help; I'm exhausted trying to read up online.

  • Release strategy for Release POs

    Hi Every one,
    We have a requirement.
    A contract is created and approved as per the regular strategy.
    The releases (POs) are created against it and sent directly to the vendor.
    As the Contract is already approved, standard SAP does not apply the release strategy for the POs created for the contract.
    But the business wants the PO releases too to follow the release strategy.
    Can you please look in to this and let me what changes we need to make this happen.
    Regards
    Pavan

    As the Contract is already approved, standard SAP does not apply the release strategy for the POs created for the contract
    This statement is not correct, it's upto you to use or Not to use Release Process for release Orders (PO) created w.r.to Contract.
    As the table & fields are Common for both Contract & PO release ..you need to choose the PO relevant fields & values in the Release Strategy..
    So that the Release Process is applicable to PO's created w.r.to Contract also..
    For ex: if you use the field purchase Doc category as a Character  in  the Release , it differentiates whether it is PO or Contract..
    So that you can define different Release Strategy for PO & Contract
    Or  if you maintain the Doc type of PO in the Contract Release Strategy in CL20N / CL24N trxn code..
    then the release strategy applies to PO also..

  • Stack file is invalid: 'SEM-BW' (stack release 600 source release 602)

    Hi experts,
    I encountered the following error while patching my BCS SEM system using EHPi.
    Servere error(s) occured in phase PREP_EXTENSION/EHP_INCLUSION!
    Last error code set: Stack file is invalid: component 'SEM-BW' (stack release 600 < source release 602)
    The BCS SEM system is currently installed with SEM-BW 602. But the xml stack file generated by solution manager contains SEM-BW 600. From SMSY, under the Software Components tab, the release for software component SEM-BW is 602.
    Where does solution manager obtain the data when calculating the xml stack? How can I generate a xml stack with SEM-BW release 602?
    Thanks,
    Tzyy Ming

    Hi.
    When installing this system you have used an installation guide. If i were you i would try to configure the system described in the guide. SAP note 852447 talks about an IInstallation SEM-BW 600 on SAP NW 2004s AS ABAP;
    So why not try to configure this system as netweaver as abap in smsy and add the add-ons as relevant. But i am not completely sure - i am at home and can not look to our SolMan system.
    I do not think that the configured system should be the problem. You said, the smsy contains the correct data. Did you refresh the product data in your solution manager. That could be the reason why the queue ist not calculated correct ly.
    regards,
    Martin

Maybe you are looking for

  • Ipod not recognised by iTunes or My Computer

    Initially I successfully linked my ipod to iTunes and the iPod screen displays "Do not disconnect" This time I have connected my iPod and it doees not display the "Do not Disconnect" symbol. iTunes does not recognise the iPod. My Computer does not re

  • SVG Pie chart : how to display no dat found message

    Hello, I have a SVG pie chart and written a message 'no data found' under charts attributes. If there is no data for the chart, In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed. In

  • Problem in Purchase Requisition Upload

    Hi all, I am uploading Purchase Requisition through BAPI by BAPI_REQUISITION_CREATE. Then I am appending text both in items and header by fm CREATE TEXT. But when i am uploading the item text Line Comments are transfering with the extra characters. e

  • Can anyone through some light on configuration and implementation

    In SAP BW, I Want some useful information on Backend configuration,modelling,implementation of retail balance scorecard / KPI'S / TREND ANALYSIS

  • Security concern when selling broken 3G

    I have an old iphone 3g that was submerged in water. I tried the "bag of rice" trick, but that didn't work so I bought a new 4S. My questions is: what are the security concerns of seeling the 3g on craigslist? I can't turn the phone on to reset it to