Outline agrement PR is deleting even when a contract is existing??

Hi,
in our ECC 6.0 implementation, it is possible to delete an Outline agreement PR even when there is a valid Contract exist (referred to said PR).
I want to restrict that. How can i restrict user by deleting the PR when a contract is there????
Pls advice
Cheers

control with help of ABAP develoment

Similar Messages

  • Bex Query - Display Rows, even when no database record exists?

    Hi everybody,
    im creating a Query with Bex Query designer and have a requirement which i cant cope with atm, so i hope you can help me.
    I made a small screenshot with excel to explain how the query should be:
    [http://yfrog.com/ncqueryj]
    So, the requirement now is, even when for example there are no records for company A at all, the rows A-A1 to A-A4 should still be displayed in the query simply with no values.
    The Accounts are already in an row structure, but it isnt an option to take the company into the row structure, as this would mean we have to do several thousands selections for one query and there is more then one query to do, with each time different accounts, so the row structure wouldnt be reusable too.
    Do you know any way to achieve this without adding the company to the row structure?
    I hope my explanation was comprehensible, if you still have any question just ask.
    Thanks in advance
    Noody

    Hi Harry,
    thanks for the answer, it was already very helpful, but my problem still isnt completely solved because actually they dont want to get all companies that exists, but only certain companies which then should always be displayed, even without records.
    So for example they have company A, B, C and D, they always want to have A, B and C, even without values, but never D, even when D has values.
    The companies they want to see in the Query are in an Hierarchy which is selected through filter, so actually they dont want all existing companies from master data but all existing companies from an hierarchy.
    Regards
    Noody

  • Podcasts Delete even when "keep all episodes" checked. How to stop this??

    All- I have a problem with podcasts deleting after they are played. Unlike a lot of people that listen to podcasts regularly, I don't mind if they sit around a while. I want to delete them manually, when I want to.
    When right clicking on the podcasts I have the "do not auto-delete" on.
    In the SETTINGS page I have the EPISODES TO KEEP set to KEEP ALL EPISODES.
    My problem is that when I play a podcast it deletes immediately (although it will play). Even if I am playing one and press PAUSE, it won't even continue as it has been deleted and instead goes to the most recent episode downloaded (which will then be deleted as well.)
    It seems I have the two most obvious things CHECKED the correct way. What am I missing here.
    thanks,
    Coffeeicepapers

    The short answer is "yes" you can stop Firefox from basing the folder on the site -- at least the last time I checked.
    This requires something a little special, which is to create a new preference. Here's how:
    (1) Select and copy the following:
    browser.download.lastDir.savePerSite
    (2) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (3) Right-click any existing preference and choose New, then Boolean
    (4) In the dialog that pops up, paste the preference name you copied in step 1 and click OK. The next dialog should have false already selected (but if not, select false) then click OK.
    You're done. That should do it.

  • Looping in stored prc even when no loop statement exists

    Hi All,
    There is a stored procedure that is doing a lot of inserts in tables and then finally selecting from those tables. It is used in report.
    The procedure takes 20 hrs - after the last final insert it is going back to the first insert statement and re-running it for the same parameters.
    There are NO loops of any kind. Do we need a EXPLICIT EXIT statement after the last statement so it exits out of code and the session gets closed.
    What could be the issue?
    Could someone give any pointers?
    Regards,

    904385 wrote:
    Hi All,
    There is a stored procedure that is doing a lot of inserts in tables and then finally selecting from those tables. It is used in report.
    The procedure takes 20 hrs - after the last final insert it is going back to the first insert statement and re-running it for the same parameters.
    There are NO loops of any kind. Do we need a EXPLICIT EXIT statement after the last statement so it exits out of code and the session gets closed.
    What could be the issue?
    Could someone give any pointers?
    Regards,You need to show us an example of your code.
    It's possible you can duplicate your statements if you use two terminator characters in an SQL script e.g.
    test.sql
    create table test (x number)
    insert into test (x) values (1);
    /And when run...
    SQL> @c:\test.sql
    Table created.
    1 row created.
    1 row created.
    SQL>the insert gets executed twice.
    This is becuase the ";" on the end of the insert statement causes it to insert and then the subsequent "/" on the next line causes SQL*Plus to execute the previous statement again.

  • Looking for a way to log privilege adds even when the user has that priv

    We've run into a situation where we want IDM to log privilege adds/removes, even when that privilege already exists (for add) or doesn't exist (for remove) on a person.  Let me give some background.
    We are a small team working on an IDM project, each team member with 6-30 months of experience with the IDM product.  We're using 7.1.
    We have two systems, one of which is queryable and (certain) privileges updatable via REST API -- we'll call this system REST.  The second system of course is IDM.
    When an IDM privilege is added or removed, the business requirement is to always keep IDM and REST in sync, privilege-wise.  This is no problem and we have provisioning set up to make the API call, and it works great.  However, if there is a problem with the REST API (network issue, just plain down, etc.) this sync can't happen.  So, within the provisioning framework, if there is a failure, the failure is logged and the privilege is reverted, keeping REST and IDM synced.  A job runs regularly to check this log table and re-attempt the appropriate action, which of course will trigger provisioning again, hopefully successfully.
    The problem occurs in a situation like this, where each point comes in chronological order.
    1. User X gets privilege Y granted within an IDM UI.
    2. Provisioning triggers, but for some reason the REST API call fails (twice, because of retry).
    3. The failure task for the REST API call removes privilege Y from user X.  The error is logged.
    4. After a while, some job runs which removes privilege Y from all users whose names begin with X.  Even if the job explicitly removes privilege Y from user X, this is not logged in the system in any way, doesn't trigger provisioning, etc.
    5. After another while, the "retry job" runs and attempts action #1 again.  This time, the provisioning succeeds.  Now user X has privilege Y on both IDM and REST.  However, because of step 4, clearly user X should not have privilege Y.
    The same (well, reverse) issue occurs when removing the priv in step 1 and doing a grant in step 4.  During tests, one can just set up a To Identity Center step and remove/assign a privilege to an arbitrary person, then run the job containing this step repeatedly.  If the action has no net effect, there's no record (in, for example, sentries, oentries, or indeed in mxi_(old)values).  It would be great if there was a generic way to cause these actions to be logged, and we've actually thought of a couple other cases where this logging would be useful as well.  Is there some simple way?  Is it already logged in some esoteric table we haven't thought of?
    Any thoughts on this interesting scenario would be appreciated.  Thanks!

    Hi Chris,
    If I understand correctly, since you are using the log to ensure that the privileges are synced.
    Any chance you could enhance step 4 to remove information about the failed assignment from the log, so that it will not be retried?
    Note also, that this is improved in IdM7.2 and the framework. You will only get the privilege assigned after the add-member task has successfully assigned the privilege in the back-end system (which is what you are trying to achieve).
    Best regard
    John Erik Setsaas
    Development Architect IdM

  • Timemachine only opens a finder window even when I'm in iPhoto or mail. I am trying to retrieve a deleted book project from iPhoto. Please help

    Timemachine only opens a finder window even when I'm in iPhoto or mail. I am trying to retrieve a deleted book project from iPhoto. Please help

    jon199 wrote:
    Timemachine only opens a finder window even when I'm in iPhoto or mail. I am trying to retrieve a deleted book project from iPhoto. Please help
    If you have iPhoto '09, you cannot browse or restore seleted items from your backups.  See the pink box in #15 of Time Machine - Frequently Asked Questions.
    Mail should work, however, per the blue box there. 

  • Latest Software of iOS 7.0.3 Wont install even when I have deleted all  applications.I don't want to buy more memory

    Latest Software of iOS 7.0.3 Wont install even when I have deleted all  applications.I don't want to buy more memory as I have already done.

    What model iPad and what iOS version is it currently running?
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 7.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • Swipe left is deleting mail messages even when swipe is disabled

    Swipe left is deleting mail messages even when swipe is disabled. I had it set to "Flag", but it was still deleting them so I tried disabling it.
    It does this only with my Exchange account, not other mail accounts. Running iOS 8.1, but it did it with 8.0, 8.02 as well.
    Anyone else experiencing this? any fixes?

    Thanks, that got me on the right track.  Searched a little more and changed the end to:
    tell application "Mail"
      (* do stuff *)
              set theSelection to selection
              set theMessage to item 1 of theSelection
              set theAccount to account of mailbox of theMessage
         set mailbox of theMessage to mailbox "Trash" of theAccount
    end tell
    And that seems to work.

  • I somehow changed a video in my imovie to zero fps, so it just plays black.  The video still exists on my desktop but even when I delete the files from imovie and reimport them the file is still in zero fps and play black.

    somehow changed a video in my imovie to zero fps, so it just plays black.  The video still exists on my desktop but even when I delete the files from imovie and reimport them the file is still in zero fps and play black.

    I'm not sure of your question.
    Are you asking how to use Photoshop?
    Or are you asking for the dimensions of video iMovie uses?
    It edits in 720P HD, which is 1280x720.
    You can make it a bit bigger so you can zoom in.
    Much bigger then this is a waste of time.

  • Once I accept a calendar invite on my iPhone, I cannot delete or otherwise modify it.  Even when it is updated or deleted by the invitor, it does not change on my iPhone.  Is there a fix for this?

    Once I accept a calendar invite on my iPhone, I cannot delete or otherwise modify it.  Even when it is updated or deleted by the invitor, it does not change on my iPhone.

    My husband and I both have iphone 4's and we both have this same problem.  I have an open ticket with apple, but so far they haven't been able to figure this out.  First, they told me the problem was the mail server I was using.  So, I tried sending/receiving invites from gmail and yahoo which they told me should work.  Neither did.  It doesn't matter whether the original invite was created in iCal or in Outlook or Google, once I open the invite in my mail and hit "add to calendar" the event is locked into my calendar.  If the originator sends an update or cancels the meeting, I will receive an email with the new info, but the event doesn't change in my iphone calendar.  This is completely lame.  Why bother putting a calendar app on the phone if it can't handle basic functions?
    Did you ever get a response from anyone or figure out a workaround?  I'll post if I hear back from Apple with a fix.

  • How can i delete the contains of my iCloud forever? I deleted erase the files in my iPhone but they come back when i start New backup, even when i erase the files and back ups and logoff.

    How can i delete the contains of my iCloud forever?
    I deleted the files in my iPhone but they come back when i start New backup, even when i erase the files and back-ups.
    When i start a new download, the pictures come back, but they aren't in my iphone.

    wow you too never got NO answer, what nerve its worse then mobileme

  • I deleted the picture in iphoto, then emptied my iphoto trash, but the picture is still showing on my computer when i go into my trash under "all images" How do you delete pictures even when you empty the trash and they stay in the computer?

    I deleted the picture in iphoto, then emptied my iphoto trash, but the picture is still showing on my computer when i go into my trash under “all images” How do you delete pictures even when you empty the trash and they stay in the computer?

    Wtih iPhoto 9 when the iPhoto Trash is emptied the files get moved to the Trash bin in the Dock as a second chance to change your mind.  Look in the Dock's Trash bin.
    OT

  • My hard drive is full even when I delete big files?

    I got a notification telling me my hard drive was full. I had been downloading a lot lately so I knew it was going to happen. I then went through and deleted 34GB that I had in one of my folders. But even when I deleted and emptyed my trash my hard drive says it's still full. I showed hidden files but there aren't enough of those to be causing the issue. 
    I'm planning on getting an external hard drive to free up another 68BG or more of space but until I do I need to know why the 34GB that I deleted didnt free up space.

    What version of the Mac OS is running on your MacBook?

  • Storage is full even when deleted

    I deleted iCloud but it doesnt backup even when it shows 5gb free. Says no free space, and Linns too storage.
    Rebooted phone, no good what too doo?

    Hello Molntuss,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: If you can't back up or restore from a backup in iTunes
    http://support.apple.com/kb/ts2529
    Free up space
    To back up or restore from backup, you need to free up enough space on your hard drive to store the backup or the capacity of the device.
    If iTunes couldn't restore the device because not enough free space was available on the device, follow these steps:
    Choose Settings > General > Reset > Erase all content and settings.
    Try to restore from the backup. You may need to restore from a smaller backup or create a new backup.
    Best of luck,
    Mario

  • Burst saves to Photo Stream even when deleted

    To start off, I have "Upload Burst Photos" switched to OFF in settings.  I will shoot a burst of photos and choose to delete ALL, yet at least one of these gets uploaded to Photo Stream.  This happens even when they are shot and deleted far from WiFi, so they aren't being uploaded via cellular.   Also, if I delete all but one, sometimes I'll find that one on Photo Stream plus another of the ones that I definitely deleted.  Anyone else having these issues?

    Hello Karelyn,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/ts3989
    I don't see photos in My Photo Stream on my iOS device.
    Ensure that the Camera app is closed on the device that took the photo. Photos will not upload from an iOS device to My Photo Stream until the Camera app is closed.
    Ensure that your iOS device has not fallen below 20% battery power. To preserve battery life, Photo Stream downloading and uploading are disabled when the battery reaches this threshold. Downloading and uploading will resume once you charge your device and the battery charge is greater than 20%.
    Best of luck,
    Mario

Maybe you are looking for

  • Example of client/servelt calling an Entity Bean(EJB 2.0)

    Hi !! Can somebody give any code of servlet or client calling an entity bean...please give any sample code... I am getting error while calling an entity bean in Servlet.... It says that the Jndi name not found SERVLET CODE---------- import javax.serv

  • Iphoto on ipad no longer sees my photostream since IOS 7 upgrade

    iPhoto on my ipad no longer sees my photostream in the albums page of the iPhoto app since IOS 7 upgrade?? I can see my photostream and shared photostreams in the ordinary Apple photo app on the iPad. Prior to IOS 7, all these photostreams were visib

  • How do I save videos from camera roll?

    I have a iPhone 4, I have videos that I have taken in my camera roll, how to I save them, or move them so I don't lose them. Can you do videos in iCloud?

  • My Razr has gotten so slow to respond to everything Any suggestions?

    My razr has gotten so slow responding to everything. Any suggestions?

  • Dump in f4 help

    I have developed one program to download spool job for that i have taking sppol number and file name in selection screen . In the seelction screen for file name i have kept f4 for filename it is working fine but if i did not give the extension it is