Delete request in which a task has been released

Is this possible?
cheerz

Once you release the task, the Objects tied to the task are locked to protect the changes. This prevents the Request to be deleted as it has locked objects. What you can do is release the Request & ask your Basis person to delete the Request from the buffer. This will prevent the changes from getting transported.
~Suresh

Similar Messages

  • How to find the date on which notification task has been released?

    Hi All,
    I am an ABAPer, I have a functional doubt. I have got a functional Spec's for which I have to create a report.
    Here, I need to retrieve the field for "Date when the notification RECV task has been released".
    I have checked and analysed that the data has to be pulled from 'QMEL' and 'AFIH' tables. I have the notification number with me, I need to pull the "Date when the notification RECV task has been released", there are a lot of date fields in QMEL and AFIH tables, I am able to identify the creation date for particular notification. I need to get the release date?
    Could someone please help me, what is the field for release date for the notification in these tables (OR) please let me know the transaction be which we can identify the release date for notification task, I'll get the field name from there.
    Please help, I dont have any functional consultants around me.
    Thanks,
    Vishal.

    There are no fields for date for release of notification task in these tables.
    Please help!!
    Edited by: Vishal Saxena on Jun 15, 2009 8:22 PM

  • Twitter app - 'The request is understood, but it has been refused'

    I'm having an issue with the Twitter app for my Blackberry Curve 8520.
    Basically I've been having problems with the app for a while now (various things not working/loading), but yesterday I received a message saying 'The request is understood, but it has been refused' when I tried to refresh my Twitter timeline. I kept getting this message, and the timeline never loaded.
    I then signed out of my Twitter account and attempted to log in again. I received the same message again and am now unable to sign into my account at all.
    I've re-installed the app at least three times and have done numerous restarts on my Blackberry (removing the battery so that it restarts itself), which has not fixed the issue.
    This is really irritating because I use the Twitter app for my Blackberry on a regular basis. If anyone else has experienced this issue or better yet knows of a way to fix it I would be very pleased.
    Thanks guys.
    Solved!
    Go to Solution.

    I deleted the app and started over and it now seems to work.

  • Request timed out because there has been no reply from the server in 600000

    Issue:
    Request timed out because there has been no reply from the server in 600000
    Scenario:
    1. All the crystal reports are designed by using Crystal Report 2008 Version -- 12.3.0.601
    2. All reports are uploaded to CMC (SAP Business Objects Enterprise XI, Product: 12.1.0)
    3. using Front-End .net Winform
    4. Crystal Report is binding is done using Business View Manager (since having more than one databases)
    5. Business View Manager Connects to Oracle using "Oracle Server" connection
    6. Loading reports as follows
    string queryString = string.Empty;
    SessionMgr sessionMgr = new SessionMgr();
    EnterpriseSession enterpriseSession = sessionMgr.Logon(userName, userPassword, serverName, authType);
    EnterpriseService enterpriseService = enterpriseSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(enterpriseService);
    enterpriseService = enterpriseSession.GetService("PSReportFactory");
    Object psrfObject = enterpriseService.Interface;
    PSReportFactory psReportFactory = (PSReportFactory)psrfObject;
    queryString = "Select SI_CUID, SI_ID, SI_NAME, SI_PARENTID From CI_INFOOBJECTS " + "Where SI_PROGID='CrystalEnterprise.Report' " + "And SI_ID=" + ReportId;
    InfoObjects infoObjects = infoStore.Query(queryString);
    InfoObject infoObject = infoObjects[1];
    ReportDocument crDoc = new ReportDocument();
    crDoc.Load(infoObject, enterpriseSession);
    7. All the reports are getting loaded properly and i am able to dynamically set the report parameters
    8. After executing report, some of the reports take more than 10 minutes, due to which shows following error
    Request timed out because there has been no reply from the server in 600000
    Note i have done following:
    1. I have checked stored procedure running through oracle for more than 10 minutes (1 hr, 2 hrs)
    2. Tried simply running crystal report without front-end running perfectly more than 10 minutes (1 hr, 2 hr)
    3. When i run .net winform application for specific reports which takes long time, gives "Request timed out because there has been no reply from the server in 600000"
    Also i have done lot much R&D and spent almost weeks to get resolution but not getting any solution out of it, please help me in this case
    HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerClient SDKCorbaAdapterWaitReplyTimeout = 600000 and HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Report Application ServerInprocServerEnterpriseRequ
    AS per following URL
    Session timeout
    1. Log into Central Management Console
    2. Go to server,right click on Crystal report processing server and select properties,change the idle connection time out to 60 minutes
    3. Also right click on crystal report cache server and select properties ,change the idle connection time out to 60 minutes
    4. Restart Crystal Report Processing Server and Crystal Report Cache Server
    5. Change the session time out to 60 minutes in web.xml of INfoviewApp,InfoViewAppAction,PlatformSerivces and CrystalReports.
    6. Navigate to the following location
    <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppWEB-INF
    7. Edit the web.xml in notepad and search for the below lines.
    <session-config>
    <session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
    </session-config>
    8. Increase the Session-Timeout parameter to 20 to 60 minutes in web.xml . Save this file
    9. Repeat the same for the web.xml file in the InfoViewAppActions folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    10. Repeat the same for the web.xml file in the PlatformSerivces folder in <BO Install Dir>Business ObjectsTomcat55webappsPlatformSerivcesWEB-INF
    11. Repeat the same for the web.xml file in the CrystalReports folder in <BO Install Dir>Business ObjectsTomcat55webappsInfoViewAppActionsWEB-INF
    12. Restart the tomcat server
    Still i am getting same error, please help me, if you have any idea, clue with respect to this error on winform

    This error is specific to RAS. The default CORBA request timeout is 10 minute = 600000 ms. When the RAS SDK does not get the reponse back from RAS server in 600000 ms it throws this message. Why it works in InfoView\CMC what I believe you refer to as "Front End' application is because InfoView\ CMC don't use RAS.
    1. First make sure that a smaller report wich runs pretty fast ( 1-2 min) works. This will confirm that there is no connectivitiy issues between RAS and RAS SDK.
    2. If you get the efrror for every single report, even the smaller ones, make sure the box running RAS and RAS SDK code( in case they are 2 different) can ping each other with IP, shortname and FQDN. If there is a firewall between them, the RAS port needs to be opened for bidirectional communication. By default RAS chooses a random port for communication with SDK but within CMC you can configure it to use a specific port and open it.
    3. If the issue is specific only to reports that are long running, typically more than 10 minutes, then you need to inclease the CORBA timeout to a value more than what the reports typically would take to process. This is done on client code side or IIS in this case.
    Here are the steps:
    Make the following changes on the application server/system.
    Open RegEdit by going to Start > Run and typing in regedit.exe. Then click Ok.
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Report Application Server\Client SDK\CorbaAdapter
    Change the value of SendRequestTimeout(ms) to 100000.
    Change the value of WaitReplyTimeout(ms) to 6,000,000 ms. The default value is 600,000 ms and may not be long enough.
    Restart IIS by going to Start > Run and typing in iisreset. Then click Ok.
    Retry the failing application.
    See note:  1296656
    This error should be easy to fix
    Edited by: Aasavari Bhave on Feb 2, 2012 11:20 AM

  • Request timed out because there has been no reply from the server

    Hi,
    I am using "Embedded report application server 11.5".
    When i am going to launch report with the help of above mentioned server i am getting "Request timed out because there has been no reply from the server for more than 600,000 milliseconds" error.I have already huge data for passed parameter
    Steps that i followed:
    1)I have set unlimited jobs in server.
    2)In registry entry i have set 10,00,000 miliseconds insted of 6,00,000 miliseconds.
    Can anybudy please provide me some solution for this.
    Regards
    Vishal

    See here if it's still an issue
    Re: which registry setting to change for long running reports

  • 5W332 No task has been created-HELP

    Hello
    We have a problem in workflow area. When trying to create an standard
    task TS (transaction pftc) I get transport request and ewerything seems
    ok and the message "standard task saved".
    However when exiting "pftc" I get message "5W332 No task has been
    created".
    Later on I can not invoke the task(I get the number in transport
    request objects)
    For 5W332 I do not find suitable note.
    Maybe the problem is that systam was upgraded from 3.0 to 4.7 ext2.0.
    How to solve this

    Hi,
    Once you create the task can you see the same in the Transport Organizer (SE01)? Just go into SE01 and choose to display and browse through and find whether the task is there?
    Also within workflow when you are specifying the task to be as a workflow step try using the "TS" prefix to the number.
    Hope this helps,
    Sudhi

  • Project Managers to know when a task has been updated for the last time

    Hi,
    I would like know if there is any timestamp feature in Project Server 2007, so that it can be possible for Project Managers to know when a task has been updated for the last time.
    Thanks in advance

    Hi,
    If you are using the My Tasks to drive the task updates then you can use the 'Applied Requests and Errors' available under 'Go To' in the Task Updates area. Here the PM can find when requests have been approved and how many updates he/she received for a
    particular task (by clicking the task name) etc.
    Hope this helps
    Paul

  • Change request description when it has been released.

    Hi, gurus here.
    The request has been released.
    Now it's need to change the request's description.
    Any idea about this?
    Thanks.

    Hi
    Once the transport is released, i think we can not change the description. The other could be create transport copy for this transport and change the name.
    foloow the below steps to create transport copy
      --> Go to SE01 --> Request -> Create --> Choose Transport of Copies --> Enter description
    --> Click Include Object button (Ctrl+F11) --> Choose Object list from request -> Enter Request Number which contains object(s) you want to copy.
    --> That's your new Transport Request.
    Regards,
    Venkatesh.

  • How to find out the PO line items for which no GRN has been done

    Dear Friends,
    I need a report which will show all the fully open PO items for which no GRN has been done.
    In ME2N when I give the selection parameter "open goods receipt" then it shows all the line items with partially & fully open. But my requirement is to get a report of only fully open items.
    Regards
    Rutabhadra Panda

    Hi Friends,
    Thanks a lot for your reply.
    But this is a report which projects the expected GRNs & does not depend whether partial or full.
    Is there any other way out?
    Can  I download from the table directly.
    Regards
    Rutabhadra Panda

  • PO List in which Payment Terms has been changed

    Hi,
    Please let me know how can i find the PO List, in which Payment Terms has been changed.
    Is there any table for it..
    Plz help...

    Hi,
    The change documents are stored in CDHDR (Header table) and CDPOS (Item) tables.
    You can find out the list of PO objects in theses tables.
    Cheers,
    Satish

  • How to determine which FileChooser ExtensionFilter has been selected

    Hi,
    I'm using a JavaFX fileChooser.showSaveDialog with two extension filters (*.csv and *.xml). How can I determine which filter was selected when the end-user clicks the save button?
    I am writing a program that allows the end-user to create an output file in CSV or XML format.
    If the end-user enters a file name with no extension, I need a way to determine if I should create a CSV or XML file. I would also like to add the proper extension to the file name if none is specified by the end-user. I want to do this based on which filter the end-user has selected. I wrote a Java program 5 years ago and I was able to do this with the following instruction:
    String extension = jFileChooser.getFileFilter().getDescription();
    I can't find a similar instruction for JavFX.
    My JavaFX Code:
    FileChooser fileChooser = new FileChooser();
    fileChooser.setInitialDirectory(new File(options.getOutputDirectory()));
    ExtensionFilter filter1 = new FileChooser.ExtensionFilter("Comma Delimited (*.csv)", "*.csv");
    fileChooser.getExtensionFilters().add(filter1);
    ExtensionFilter filter2 = new FileChooser.ExtensionFilter("XML Document (*.xml)", "*.xml");
    fileChooser.getExtensionFilters().add(filter2);
    File file = fileChooser.showSaveDialog(stage);
    String filename = file.getAbsolutePath();...How do I determine which extension filter has been selected?
    My Java Code:
    JFileChooser jFileChooser = new JFileChooser();
    jFileChooser.setCurrentDirectory(new File(outputDirectory));
    jFileChooser.setSelectedFile(new File(backupfile));
    FileFilter filter = new FileNameExtensionFilter("Comma Delimited (*.csv)", "csv");
    jFileChooser.addChoosableFileFilter(filter);
    jFileChooser.setFileFilter(filter);
    filter = new FileNameExtensionFilter("XML Document (*.xml)", "xml");
    jFileChooser.addChoosableFileFilter(filter);
    jFileChooser.setAcceptAllFileFilterUsed(false);
    jFileChooser.setDialogTitle("Export Alarms");
    jFileChooser.setBackground(colorFileChooser);
    int returnVal = jFileChooser.showDialog(jFrame, "Export");
    if (returnVal == JFileChooser.APPROVE_OPTION) {
        File file = jFileChooser.getSelectedFile();
        String filename = file.getAbsolutePath();
        String extension = jFileChooser.getFileFilter().getDescription();
        if (extension.equals("XML Document (*.xml)")) {
            if (!filename.endsWith(".xml") && !filename.endsWith(".XML")) {
                filename = filename + ".xml";
            saveTableXML(filename);
        else if (extension.equals("Comma Delimited (*.csv)")) {
            if (!filename.endsWith(".csv") && !filename.endsWith(".CSV")) {
                filename = filename + ".csv";
            saveTableCSV(filename);
    }Thanks,
    Barry
    Edited by: 907965 on May 13, 2012 1:14 PM
    Edited by: 907965 on May 13, 2012 1:15 PM
    Edited by: 907965 on May 13, 2012 1:19 PM

    This problem is currently tracked as http://javafx-jira.kenai.com/browse/RT-18836.

  • Select a location to which a plant has been assigned

    Hi all.
    We Work in SRM 5.0 Extended Scenario, ECC 6.0.
    When I try to make a PO from a SC system sends me the following error: Select a location to which a plant has been assigned.
    I made corrections in the organizational unit, assign default to the plant as buyers in extended attributes, but the problem persists.
    Any help will be good.

    Hi Raul,
    Check whether in the Extended Attributes of P.Org / P.Group where the user is assigned has Locations maintained or not.
    Also check for any check in the Deactivate check box.
    Check in BBP_LOCMAP table using SE16 txn. whether all the plants concerned were replicated from the correct logical system or not.
    Otherwise once again replicate the plants using BBP_LOCATIONS_GET_SELECTED report.
    Check for the consistency of Business partner using BBP_BP_OM_INTEGRATE txn by inputting the business partner number of plant.
    Please let us know after checking and modifying the above mentioned points for further help.
    Hope this will help you in resolving the issue.
    Award points for helpful answers.
    Rgds,
    Teja

  • Finding which menu item has been clicked

    Does oracle forms have anyway of knowing which menu item has been clicked.
    I have a security structure set up where menu items are made visible depending on their name, which in turn is based on the individual forms that a particular user can access.
    I would like to write a generic method for all menu items where it uses the name of the clicked menu item to perform a query, the result could be used to open a new form.
    So is there a build in or some 'secret source' which tells me the name or gives me the id of a clicked menu item?
    Message was edited by:
    gazbarber

    Not entirely sure what you mean, are you sugesting i have a generic method with a switch statment and uses the input paramter to decide what to do?
    It's not really what i'm after, rather I already have the name of the menu item in the database, the same table also contains the module filename that clicking the button should go to.
    So the idea would be somthing like
    declare
    begin
    select module name into new form from secutity table where menu item = :system.current menu item;
    open_form(new form);
    end;
    :sysem.current menu item is the missing ingreadiant.
    My menu has many items in the hundreds i think so even the generic switch staement would be pretty tedious and i want changes in the database to be felt system wide as they are else where in my system.
    Thanks for you help and i hope this explains my question better.
    Regards,
    Gareth
    Message was edited by:
    gazbarber

  • An access from an unrecognized location has been detected to your account using your devices, due to which your account has been temporarily disabled so that activity verification can be done. Activity Information •IP : 188.210.3.99  •Location : Pa

    I have just received a second email this morning :
    An access from an unrecognized location has been detected to your account using your devices, due to which your account has been temporarily disabled so that activity verification can be done.
    Activity Information
    IP : 188.210.3.99
    Location : Paris, France.
    I googled this last night and was told to inform Apple so this is what I am doing............. Need I do more? Just ignore the previous emails?
    Thanks for your time.....

    It is a phishing attempt. Do not respond. Do not divulge any personal or financial information. You can use the address below to forward the suspect email message to Apple.
    [email protected]
    The link below has information to help identify fraudulent emails.
    http://support.apple.com/kb/HT4933

  • Auto TECO Orders for which finished date has been reached-Periodic Job

    Dear PP GURUS N EXPERTS,
    My company want to TECO all the production order automatically for which finished date has been reached or (Finish date is before current date).
    On SDN, I have found that it can be carried our by scheduling the variant of PPIO_ENTRY or COHV. and it will be a periodic job.
    I want to know that for this which parameters I have to select and where / how I mention that order finish date has been reached. Since it will be a periodic job.
    Early response will be highly appreciated.
    With thanks,
    DSC

    Dear DSC
    You can use tranaction code CO44, define a variant for periodic job.
    Important selection parameters :
    Status selection profile : define which kind of production orders you want to set TECO indicator, for example with status CNF or DLV.
    Basic finish date : define basic finish date, for example if you want to TECO the production orders whose basic finish date is less than or equal current date, when you create the variant, selection variable can be D ( D: Dynamic date calculation ), name of variable can be "current date"
    Actions : please select the indicator "complete Technically".
    You can have a try, please let me know the result.
    Qiu

Maybe you are looking for

  • Multi Mapping - BPM -  Block 1 ( No Agent )  Error  --  Help Please  ?

    I am trying the the BPM scenario using Integration Process BpmPatternCollectTime from SAP BASIS ® SAP BASIS 7.00 in the namespace http://sap.com/xi/XI/System/Patterns I have done the scenario like the above . I have followed all the Steps which are u

  • My NEW phone acting up

    YO **bleep** IS WITH THIS **bleep**!?!?!? I JUST GOT MY PHONE ABOUT A MONTH OR TWO AGO AND I ALREADY NEED A NEW **bleep** BATTERY WHAT THE {word filter avoidance} {word filter avoidance} IS WITH THIS {word filter avoidance}!?!?!?

  • AR customer invoice mass printing

    Hi I am trying to test mass printing for the AR invoice and credit memo. I am trying to use t-code f.62 to achieve that, the transaction works fine (besides asking enter the printer name for every document to print), but when i look at the spool, the

  • Loading master data in BI production

    Dear Experts, While loading master data in BI production we are facing error when updating IDOCS. __MONITOR ADMINISTRATOR WORKBENCH__ STATUS: ERROR:Error when updating IDOCS in source system. DIAGNOSIS:Errors have been reported in source system durin

  • Unable to set the apn manually about the hotspot iphone4 with ios7.1

    Hello, I am writing in a forum and all the people who have updated their iphone4 ios7.1 to have the same problem, that it is impossible to set the apn manually. Here in Italy with the carrier (wind), we have tried all kinds of recovery, and also to c