Change Parameters on Scheduled request

Hi,
Is there a way, maybe profile setting, to go back into one of your scheduled reports from the concurrent manager and modify the parameters?
Thanks,
Ken

Hi,
Let me clarify a little bit.
I have a concurrent request that runs for example every Sunday. Now this request is already scheduled and running fine. Now what I want to do is go back into the already scheduled request and change a value in one of the parameters.
What happens now is I find my scheduled request click on the 'View Details' button and then click in the Parameters field. All the parameters are grayed out and I cannot change them.
Hope this explanation helps a bit.

Similar Messages

  • NWA Job scheduler, how to change parameters?

    Dear guys,
    moving to AEX (java-only) the ABAP Stack is gone.
    Regarding job scheduling there is no more transaction sm37, but Job scheduler within NWA to be used for scheduling jobs.
    I configured a job for the predefined job definition AlertConsumerJob to get emails in case of alerts.
    Doing this the questions arises how to change parameters once a job is scheduled e.g. add additional email receiver.
    So far is seems you have to stop the configured job and define a NEW one from scratch by providing all job parameters. It seems not possible to adjust a job.
    This is not very comfortable?
    Is there an workaround / solution for this?
    Best regards
    Jochen

    Hello Gaurav
    thanks for your reply.
    It's a pity, but shows that there is still some room of improvement regarding AEX functionality (java only)
    Best regards
    Jochen

  • Change 'report parameters' of scheduled report

    How can I change the report parameters (not schedule parameters) programmatically and then schedule the 'modified' report immediately?
    Scheduling works off - Binding off InfoObjects model
    Modifying Parameters are based off - Binding off RAS model
    Should I be using the ReportDocument Object?
    Edited by: jam mend on Feb 2, 2009 6:31 PM

    IReport boReport = (IReport)boInfoObjects.get(0);
    IReportProcessingInfo reportInterface =
                   (IReportProcessingInfo) boReport.getPluginProcessingInterface("CrystalReport");
    reportInterface.getReportParameters()
    seems to have it.

  • Need current date embedded in scheduled request parameter

    Hi Experts,
    Need current date embedded in scheduled request parameter
    I have a concurrent program
    This is scheduled to run every day.
    One of the requests has a parameter that I need to set with the current date (YYYYMMDD), I tried fnd_standard_date, date value sets in the parameter..
    I tried using a SQL Statement (select to_char(sysdate, 'YYYYMMDD') from dual), but it appears to only run this when the request if first submitted and not on subsequent resubmissions. So the date never changes.
    The box is checked to "Increment date parameters each run" but since this is a date value in a regular parameter, it is not getting incremented.
    Any ideas how I can get this value to change every day?
    Please help it's very urgent.
    With Regards,
    Kumar.

    Hi,
    Please see if the following documents help.
    Note: 861953.1 - Request Set Date Parameters Are Not Defaulted As Per Setup
    Note: 339849.1 - Unexpected Behavior Using Increment Date Parameter Each Run
    Regards,
    Hussein

  • Mass Delete of Schedule Lines generated through changes in prod Schedule

    Hi friends,
    Kindly provide me the process of mass deleting schedule lines which are created through changes in Production Schedule in the month end.
    Regards,
    Ask

    Hi,
    Try T.code Me17
    thanks
    Rakesh

  • Need of Changing Parameters in Function Module

    Hi All,
    Why we need sepearte Import and Export parameters in Function Module if the Changing Parameters
    acts as both import and export parameters.
    What is the use of using Changing Parametrs in Function Module.
    Thanks in advance.
    Sundaresan

    Hi,
    EXPORT PARAMETERS: When u r passing some value to the function, and the parameter will not be changed in the function, we use export parameter. Example: u pass parameter (a : 10) to a function, even after the function has been executed, value of a will be 10 only.
    IMPORT PARAMETER: When u require some value back from the function. u do not provide any initial value to the function. Example : u pass a parameter (b: <blank>) to the function, function returns the same import parameter as (b : 20).
    CHANGING PARAMETER: When u pass some value to the function and that function may change that value inside function, then changing parameters are used. Example: u pass parameter ( c: 30) to the function as changing parameter and function modifies this variable and return ( c: 50).
    Reward points if helpful.
    Thanks & Regards
    - Rishika Bawa

  • Getting Rolling Date for a request in scheduled request set

    Hi All,
    I have a request set and autoinvoice runs as a part of this request set , autoinvoice has parameter default Date and when I schedule this request set , I have to fill this parameter (eg:07/07/2006) as this is mandatory parameter. However when I schedule this request set , I find that now reques set runs autoinvoice everyday with default date parameter having same value ie 07/07/2006 even though I have setup request set correctly ie I have supplied current date as default value for this parameter in request set.
    Can anybody tell me how do I get rolling date for a Autoinvoice request which fires as a part of scheduled request set running everyday.

    Hi Robert,
    This is an AOL problem. Please post your query in the AOL forum to get better replies.
    Regards,
    Swapna.

  • Possible to change the default spool request title ?

    Hello,
    I'm SAP Basis guy, I've been asked by our functional team if it would be possible to change the default spool request title.
    Our endusers have access to transaction SP01, where every morning, they can see the spools request that have been generated during the execution of night batches.
    Currently, the default spool name is displayed :
    Title or name of spool request LIST1S LOCL ZREPORTSUFFIX (in transactions sm37 and sp01)
    Is it possible to change the default name of this spool request with some abap coding ?
    Thank you.

    hi,
    goto transaction SPAD and change the default values as you require but i doubt whether you would be able to change the spool title after the job has been triggered i think it is nt possible
    but for further requests you can change it from SPAD
    reard if helpful
    vivekanand

  • Report of Changes made to Cusotmer requested and Actul Committed date

    Hi,
    Please guide me for the preparation of a report of Changes made to Customer requested date and Actual delivery Date. Which field should I take for the Actual delovery date and the field for Customer requested date.
    Finally the Tables for these Fields.
    Thanks,
    Jans

    Dear Lakshmipathi,
    Thank you for your reply in details. I appreciate your kind help. But the requirement of the user is different. She is telling that she wants a report of changes made (Including name of the person, Date time and what field) for all the Sales Documents starting from One period to another period and for a Particular Sales area.
    I tried to use your Transaction code  AUT10. I was not authorized in the production but I did in the Development but it does not have any choice of Sales Are. I am working in a Global Template. So, if I give any Transaction code it will take all the Sales Areas of all the countries. I want only one sales Area of only one Company code.
    Then, there is a SAP Menu but I never used it. Please guide me how I can get the reports as per the user's requirement as it becomes a serious problem.
    I can elaborate the situation: If we go to Environment and click the "change " it will show the detailed of the changes made by person and topics. This report is needed for all the documents for a particular Sales Area.
    Please help me.
    Jans

  • How to use bapi to change so's schedule line category

    dear friends:
       I try to change so's schedule line category using bapi "BAPI_SALESORDER_CHANGE", but it doesn't work,the code is as following:
      T_SCHEDULE_LINES-ITM_NUMBER = ITAB-POSNR.
      T_SCHEDULE_LINES-SCHED_TYPE = ITAB-ETTYP.
      T_SCHEDULE_LINES-SCHED_LINE = '0001'.
      APPEND T_SCHEDULE_LINES.
      T_SCHEDULE_LINESX-ITM_NUMBER = ITAB-POSNR.
      T_SCHEDULE_LINES-SCHED_TYPE = ITAB-ETTYP.
      T_SCHEDULE_LINESX-SCHED_LINE = '0001'.
      T_SCHEDULE_LINESX-UPDATEFLAG = 'U'.
    who can tell me the reason.thanks in advance.

    Hi 
    First try to execute same bapi in test mode and then check thwe respective SO if this work then you have to commint the changes through program, some more help on this topic
    The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.

  • Syntax for defining a variable  with size in changing parameters

    hi,
    syntax for defining a variable  with size in changing parameters in the form statement.

    Hi prasad,
    1. one option is to type it as an data element.
    eg.
    form abc changing myvar type char10.
    endform.
    where char10 is a data element with length 10 characters.
    regards,
    amit m.

  • To include the Rule changes to a transport request

    Hello,
    I have a rule with the category as responsiblities and tried adding the agent to that rule. The agent got added and saved. But not assigned to any transport request. How can i save these changes in a tranport request.
    Thanks,.
    neslin.

    I think it got already savedin some other workbench request, what you can do is try to createa  new workbench request and then goto PFAC txn and enter the rule ID and click on Utilities  -  > request management -
    > and select the newly created request number and Give the PROG as R3TR and OBJID as PDAC..
    But make sure that the task created for you should be of type Development/Corrections...
    In the responsibilities TAB you have a ICON with symbol Bus/Lorry click on it each time you add a new agent to the rule.

  • How to change the content in request at approval stage

    Dear experts,
    We have a requirement like following:
    Frist, User submits a new account request, the field "Position" is set to cerntain value, eg. sales support
    Then, Manager should have the capbility to change the content in field "Position", such as changeing sales support to sales manager, when he approves the request.
    However, it seems that only very few fields can be changed after request submition.
    How could we configure AC to let the managers can change the content in request at approval stage?
    Thanks a lot!

    Tang,
    In the stage for the Manager set the "Change Request" to 'Yes'.  This will open up a few fields for you, including user group, role validity dates, etc.  I do not believe this will open up position though.

  • Supplying parameters in a request to run a parameterized request?

    Hi all,
    I was wondering if there was a way to include the parameters to pass to a parameterized test in a request to run that parameterized test. If a test is parameterized, adding the request returned by Request.method() to the list of requests passed to FlexUnitCore.run() will cause the parameterized test to be run once for each item returned by the parameterized test's [Parameters] method. I don't know of a way to create a request to pass to FlexUnitCore.run() which would run a test once, with specific parameters passed to the test.
    For example, here's a simple parameterized test:
    package
         import org.flexunit.runners.Parameterized;
         [RunWith("org.flexunit.runners.Parameterized")]
         public class SimpleParameterizedTest
              private var _param:int = 1;
              public function SimpleParameterizedTest(param:int)
                   _param = param;
              [Parameters]
              public static function getData():Array
                   return [[1], [2], [3]];
              [Test]
              public function runTest():void
                   trace(_param);
    If I run the test with this code:
                   var flexUnitCore:FlexUnitCore = new FlexUnitCore();
                   var request:Request = Request.method(SimpleParameterizedTest, "runTest");
                   flexUnitCore.run(request);
    ... then SimpleParameterizedTest's constructor is called three times, first with 1, then with 2, and finally with 3, and runTest() is called three times. What I would like to do is, e.g., to create a request that would cause the constructor to SimpleParameterizedTest to be called once with a value of 2.
    We have a set of large files and real-world files which we use in performance tests - e.g., to time opening, saving, and closing. We have a set of parameterized tests which take these files as inputs: each of the [Parameter] methods for these tests gets the contents of a folder, and returns a list of filenames which match a particular pattern. Our test automation system has a UI which allows a dev or QE to select the set of tests to run, but without modifying the contents of the folders the tests look in, there is not a way for him or her to select a subset of these parameterized tests to run. Similarly, we would like our test automation which executes the performance tests to be able to run a test on a particular file.
    If there is not a way to include the parameters in the request, our plan is to modify the [Parameters] method for the test so that the test can ask the test automation system for the parameters and (e.g.) return a list generated by the contents of a folder if the test automation system does not have parameters.

    You could use the external data loading feature of the test runner and then just write a file ahead of time (or use an in memory static class if you wanted)
    http://tutorials.digitalprimates.net/flexunit/Unit-11.html
    Scroll down to using external data. Read that first (briefly) it builds on the knoweldge taught here:
    http://tutorials.digitalprimates.net/flexunit/Unit-9.html
    You could use this interface to wedge your data in, either via an external file, remote call, or even just populate a static class before you call run and use this technique to draw it out.
    That is my best suggestion,
    Mike

  • Blocks in standalone applications which can be double clicked for changing parameters

    Can we have blocks in standalone applications which can be double clicked for changing parameters.
    something like an options/configure button which opens another window and helps us to change tha parameters  of that particular
    block.

    Well, you will need to program your application that way. Maybe I am not understanding this correctly but what parameters do you want to change in your standalone application?
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

Maybe you are looking for

  • Keep external display full screen on macbook pro

    Anyone know how to get an external display to go full screen and not exit full screen when using the internal display? When you click away from the full screen window or switch applications full screen automatically exits. Is there a way to write a s

  • DSS problems when publishing large amount of data fast

    Has anyone experienced problems when sending large amounts of data using the DSS. I have approximately 130 to 150 items that I send through the DSS to communicate between different parts of my application. There are several loops publishing data. One

  • Refund a weird payment due to a lag ?

    Hello everyone, After having lagg hard this morning, i received an email from apple saying that i've been charged $100 for something i never tryied to buy and the worst thing is that i don't even have the contain of the pack. I contacted the company

  • Table or Custom View

    Hello Gurus, I have requirement to extract data from a single ecc table which has got about 70 fields. Then i was told as a best practice i need to use a custom view based on that single table Question: What is difference for generic extractor is bas

  • Popup menu on menuItem

    I want to show the popupmenu when users do the right click on the menuitem to do something like the mozilla or internet explorer Favorites menu which can be do right click to show the popup. I tried this, but i always have the following problems: 1)