Use the requested_start_date as a default parameter of a periodically sched

Hi,
Anyone knows how to use the requested_start_date as a default parameter of a periodically scheduled concurrent request.
Sample:
Date Submitted Requested Start Date Default Parameter
January 01, 2010 January 15, 2010 January 15, 2010
January 15, 2010 February 15, 2010 February 15, 2010
February 15, 2010 March 15, 2010 March 15, 2010
March 15, 2010 April 15, 2010 April 15, 2010
And so on...

What if you schedule the request with a default for the parameter = sysdate
and then click on "increment date" when scheduling the concurrent program?

Similar Messages

  • I currently have a mac osx, and my CC keeps coming saying its expired, when it should be running the CS6 design standard.  So how do I get my platform to use the CS6 as my default instead of the CC one.

    I currently have a mac osx, and my CC keeps coming saying its expired, when it should be running the CS6 design standard.  So how do I get my platform to use the CS6 as my default instead of the CC one.

    Sign in, activation, or connection errors | CS5.5 and later
    And you can change the default program for a file type under File --> Info.
    Mylenium

  • How can i set the html5 player by default in ubuntu instead of the flash player ? i just can use the flash player as default

    Well i use lubuntu 14.04 and i've realized that the html5 player on youtube works so much better than the flash player, but i can't use it by default, for play videos i have to request the html5 player, and the problem is when i restart the browser or when i turn off my computer, big is my surprise because youtube is using the flash player. If i disable the flash plugin is ok because youtube doesn't have another option but to use html5, but this is not the solution, because there is still some videos that use flash, and other web sites too. so: how can i fix this or i just have to wait that mozilla gives html5 support for linux, because on windows the default player is the html5. i'd really appreciate any help, thanks

    I usually use Ubuntu, and am not aware of HTML5 being the default for Flash videos on Windows.
    Is it more likely you have chosen an option on the YouTube website to use HTML5. I think this page offers support and includes an option to toggle HTML5 or FlashPlayer.
    * https://www.youtube.com/html5

  • Using the result of an OUT Parameter

    Hi,
    A little help?, I want to use the OUT parameter in another procedure, I can do it with a function but its bugging me what I'm doing wrong in the procedure.
    I code compiles i.e.
    PROCEDURE LOG_OUT(calc_id OUT NOCOPY VARCHAR2) AS
    BEGIN
    SELECT MAX(calculation_ID)
    INTO calc_id
    FROM AXMW_FA_TRX_DETAIL_BASE;
    DBMS_OUTPUT.PUT_LINE('LOG Value Returned IS : '||calc_id ) ;
    END;
    But when I call this from another procedure as
    v_log_name     VARCHAR2(400);
    v_log_name     := Fnd_File.LOG_OUT;
    The error is
    PLS-00306: wrong number or types of arguments in call to 'LOG_OUT'
    Is it something with bind variables
    Thanks
    Querty

    Try
    v_log_name := 'Fnd_File.LOG_OUT';Hey, what r u doing with above code?
    You are assigning string value to a variable?
    The compilation won't give any error.
    And OP thinks it's solution!!!!!!!!!!!
    LOL

  • How to use the field checkbox for bapi parameter ?

    Dear All,
    Now, i find some code as below.
    The BAPI is uesd to create or update the sales order; but checkbox for bapi parameter have not been give values 'X'. why?
    take the first bapi for example, i think table order_items_inx (table parameter) should be given value 'X' for the field which will be update.
    Could you teach what happed?
    case gt_all_hd-sd_doc_cat.
    when 'C'.
    call function 'BAPI_SALESORDER_CREATEFROMDAT2'
    exporting
    order_header_in = gs_order_hd
    importing
    salesdocument = gv_vbeln
    tables
    return = gt_return
    order_items_in = gt_items
    order_partners = gt_partners
    order_schedules_in = gt_schedules
    order_conditions_in = gt_conditions.
    when others.
    call function 'BAPI_SALESDOCU_CREATEFROMDATA1'
    exporting
    sales_header_in = gs_order_hd1
    importing
    salesdocument_ex = gv_vbeln
    tables
    return = gt_return
    sales_items_in = gt_item1
    sales_partners = gt_part1
    sales_schedules_in = gt_sch1
    sales_conditions_in = gt_cond1.
    endcase.

    If you want to change a value, you need to pass the value in the 'order_items_in = gt_items' structure.
    You also need to add an 'X' in the 'order_items_inx = gt_itemsx'  structure for the same field.
    If you do not pass the 'X' then the value will not be updated...
    It looks like you are not passing the required '...x' structures.
    For more info see the documentation:
    Notes                                                                               
    1.  Mandatory entries:                                                                               
    ORDER_HEADER_IN : DOC_TYPE     Sales document type                      
                        SALES_ORG    Sales organization                       
                        DISTR_CHAN   Distribution channel                     
                        DIVISION     Division                                                                               
    ORDER_PARTNERS..: PARTN_ROLE   Partner role, SP sold-to party           
                        PARTN_NUMB   Customer number                                                                               
    ORDER_ITEMS_IN..: MATERIAL     Material number                                                                               
    2.  Ship-to party:                                                                               
    If no ship-to party is entered, use the following: Ship-to party =  
          sold-to party.                                                                               
    3.  Commit control:                                                     
          The BAPI does not have a database commit. This means that the       
          relevant application must leave the commit, in order that can be    
          carried out on on the database. The BAPI BAPI_TRANSACTION_COMMIT is 
          available for this.                                                                               
    4.  German key words:                                                   
          The following key words must be entered in German, independantly of 
          the logon language:                                                 
          DOC_TYPE     Sales document type, for example: TA for standard order
          PARTN_ROLE   Partner role, for example: WE for ship-to party                                                                               
    Further information                                                                               
    You can find further information in the OSS. The note 93091 contains    
      general information on the BAPIs in SD.

  • Using the WLS 7.0 default realm can users/groups be added/deleted within a web app?

    If I use the default realm provided in WebLogic Server 7.0,
    is it possible for me to programatically add/delete users/groups
    from within a web application? Is there an API I can use to
    add/delete users/groups from the embedded LDAP server? Or can
    you only add/delete users/groups using the WebLogic Admin Console?

    Tom,
    The below is the program for creating a new user:
    import weblogic.management.MBeanHome;
    import weblogic.management.configuration.DomainMBean;
    import weblogic.management.configuration.SecurityConfigurationMBean;
    import weblogic.management.security.RealmMBean;
    import
    weblogic.management.security.authentication.AuthenticationProviderMBean;
    import weblogic.management.security.authentication.UserEditorMBean;
    import weblogic.management.security.authentication.GroupEditorMBean;
    import weblogic.management.utils.InvalidParameterException;
    import weblogic.management.utils.AlreadyExistsException;
    import weblogic.servlet.security.ServletAuthentication;
    import javax.naming.NamingException;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    MBeanHome mbh;
    try{
    Hashtable env = new Hashtable();
    env.put( Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory" );
    // use administrator account in order to create a user
    env.put( Context.SECURITY_PRINCIPAL, "system" );
    env.put( Context.SECURITY_CREDENTIALS, "weblogic" );
    Context ctx = new InitialContext( env );
    mbh = (MBeanHome)ctx.lookup( "weblogic.management.home.localhome" );
    catch( NamingException e ){
    throw new ServletException( e.toString() );
    DomainMBean dmb = mbh.getActiveDomain();
    SecurityConfigurationMBean scmb = dmb.getSecurityConfiguration();
    RealmMBean rmb = scmb.findDefaultRealm();
    AuthenticationProviderMBean providers[] = rmb.getAuthenticationProviders();
    for( int i = 0; i < providers.length; i++ ){
    if( providers[i] instanceof UserEditorMBean ){
    UserEditorMBean uemb = (UserEditorMBean)providers;
    uemb.createUser( username, password, "dynamically created user" );
    hope this helps,
    Koji
    "Tom" <[email protected]> wrote in message
    news:[email protected]...
    >
    If I use the default realm provided in WebLogic Server 7.0,
    is it possible for me to programatically add/delete users/groups
    from within a web application? Is there an API I can use to
    add/delete users/groups from the embedded LDAP server? Or can
    you only add/delete users/groups using the WebLogic Admin Console?

  • Stop using the deposit function - change default G/L account

    We originally configured our system to use a separate clearing account and the deposit function for cash, credit card, and check incoming payment types.  Now, we would like to change that and post payments directly into our cash account without having to go through the deposit function.   I have two questions regarding this.  1.) Would this cause problems in the future, and 2.) when I go to set the cash account as the default account in the G/L Account Determination window for Checks Received, it will not let me choose or directly type the cash account.  It will allow me to choose any account starting with our clearing account numbering. What would be the reason or resolution to this?

    Hi!
    If you select a different acc (cash acc) in Check tab, i belive it will affect the Cash flow report.

  • Exchange Email using the wrong username by default

    Hi, I recently setup our new imac for the family to use. One log in (my name) and then i set up my wifes hotmail on the same login. After the kids took over and had all their stuff we changed to multi user logins. On my login I deleted my wifes hotmail and replaced with my hotmail and also my exchange email however it would not connect as it defaults everytime back to my wifes name and not mine. I change it and then restart to see if it will hold but it doesn't. getting frustrated. Any suggestions would be appreciated.
    Thanks

    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which iMac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***
    =================
    If your problem is w/Hotmail, you need to contact their tech support and/or post in their forum.

  • Using the "Apply Call Blocking Percentage" parameter

    Hi Guys, what I need to do is to limit the number of calls going to a particular route pattern during heavy load. So I'd like to see an upper and lower threshold limit on a route pattern where it would start to deny traffic as a %age to a particular route point/route pattern if the upper limit is met over a certain time period. Is this possible? How does the "Apply Call Blocking Percentage" feature when to start blocking calls and is it all the time whatever the traffic load?
    Thanks

    Try
    v_log_name := 'Fnd_File.LOG_OUT';Hey, what r u doing with above code?
    You are assigning string value to a variable?
    The compilation won't give any error.
    And OP thinks it's solution!!!!!!!!!!!
    LOL

  • Is there a way to force href="mailto: to use the default email client

    I would like to use the href="mailto:" in my website to automatically open an email but the end user gets the message "There is no email program associated to perform the requested action..."
    Is there a way to force to the mailto to use the and user's default email client?
    Thank you for your help

    Hi James -
    That is the default behavior of browsers when handling the mailto link.
    Please keep in mind that nearly half of website visitors do not have an email client as they are using mobile devices or public computers or web-based email like Gmail, MSN mail etc.
    Please don't feed the spambots. Best practice is to use an HTML "form" in conjunction with a server-side forms processing script. Ask your hosting provider if they provide one for you.

  • Using the default date for presentation variable

    In the report I want to use the default date for the presentation variable.
    If I use the query like below,default value is giving correctly.but if I pass the date value from dashboard prompt it is throwing error
    Anybody help me to modify the below
    query to get the valid results?
    Timestampadd(SQL_TSI_day,(dayofmonth(date @{asdf}{date '1900-01-01'})*-1)+1,date @{asdf}{date '1900-01-01'})
    Edited by: user12255470 on Dec 2, 2010 12:11 PM
    Edited by: user12255470 on Dec 2, 2010 12:12 PM

    try this:
    Timestampadd(SQL_TSI_day,(dayofmonth(date '@{asdf}{1900-01-01}')*-1)+1,date '@{asdf}{1900-01-01}')
    mark answers promptly.
    J
    -bifacts
    http://www.obinotes.com
    Edited by: bifacts on Dec 2, 2010 3:21 PM

  • Hello, everybody, who know how to use the function READ_TEXT

    Hello , everybody,  I came across a program in which there is a function  READ_TEXT, what is it used for ? please specify the parameters  id object 
    . Thank you in advance, mate.
             Best regards                                                                               
    Frank
    CALL FUNCTION 'READ_TEXT'
          EXPORTING
        CLIENT                        = SY-MANDT
            id                            = '0207'
            language                      = sy-langu
            name                          = tmp_name
            object                        = 'VBBK'
        ARCHIVE_HANDLE                = 0
        LOCAL_CAT                     = ' '
      IMPORTING
        HEADER                        =
          TABLES
            lines                         = text_itab
         EXCEPTIONS
           id                            = 1
           language                      = 2
           name                          = 3
           not_found                     = 4
           object                        = 5
           reference_check               = 6
           wrong_access_to_archive       = 7
           OTHERS                        = 8

    Refer this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db764494511d182b70000e829fbfe/frameset.htm
    READ_TEXT provides a text for the application program in the specified work areas.
    The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.
    After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.
    If a reference text is used, SAPscript automatically processes the reference chain and provides the text lines found in the text at the end of the chain. If an error occurs, the system leaves the function module and triggers the exception REFERENCE_CHECK.
    Function call:
    CALL FUNCTION 'READ_TEXT'
    EXPORTING CLIENT = SY-MANDT
    OBJECT = ?...
    NAME = ?...
    ID = ?...
    LANGUAGE = ?...
    ARCHIVE_HANDLE = 0
    IMPORTING HEADER =
    TABLES LINES = ?...
    EXCEPTIONS ID =
    LANGUAGE =
    NAME =
    NOT_FOUND =
    OBJECT =
    REFERENCE_CHECK =
    WRONG_ACCESS_TO_ARCHIVE =
    Export parameters:
    CLIENT
    Specify the client under which the text is stored. If you omit this parameter, the system uses the current client as default.
    Reference field: SY-MANDT
    Default value: SY-MANDT
    OBJECT
    Enter the name of the text object to which the text is allocated. Table TTXOB contains the valid objects.
    Reference field: THEAD-TDOBJECT
    NAME
    Enter the name of the text module. The name may be up to 70 characters long. Its internal structure depends on the text object used.
    Reference field: THEAD-TDNAME
    ID
    Enter the text ID of the text module. Table TTXID contains the valid text IDs, depending on the text object.
    Reference field: THEAD-TDID
    LANGUAGE
    Enter the language key of the text module. The system accepts only languages that are defined in table T002.
    Reference field: THEAD-TDSPRAS
    ARCHIVE_HANDLE
    If you want to read the text from the archive, you must enter a handle here. The system uses it to access the archive. You can create the handle using the function module ACHIVE_OPEN_FOR_READ.
    The value '0' indicates that you do not want to read the text from the archive.
    Reference field: SY-TABIX
    Default value: 0
    Import parameters:
    HEADER
    If the system finds the desired text, it returns the text header in this parameter.
    Structure: THEAD
    Table parameters:
    LINES
    The table contains all text lines that belong to the text read.
    Structure: TLINE
    Exceptions:
    ID
    The text ID specified in the parameter ID does not exist in table TTXID. It must be defined there together with the object of the text module.
    LANGUAGE
    The parameter LANGUAGE contains a language key that does not exist in table T002.
    NAME
    The parameter NAME contains the name of a text module that does not correspond to the SAPscript conventions.
    Possible errors:
    The field contains only blanks.
    The field contains the invalid characters ‘*’ or ‘,’.
    OBJECT
    The parameter OBJECT contains the name of a text object that does not exist in table TTXOB.
    NOT_FOUND
    The system did not find the specified text module.
    REFERENCE_CHECK
    The text module to be read has no text lines of its own but refers to the lines of another text module. This reference chain can include several levels. For the current text, the chain is interrupted, that is, one of the text modules referred to in the chain no longer exists.
    WRONG_ACCESS_ TO_ARCHIVE
    The exception WRONG_ACCESS_TO_ARCHIVE is triggered if an archive is accessed using an incorrect or non-existing archive handle or an incorrect mode (that is, read if the archive is open for writing or vice versa).
    Raja T

  • Default Parameter Not Working

    Hello,
    I have an SSRS report with a multi value parameter assigned to it. I have also assigned a default value so that when the report is run, the report will initially open based on the default values. However, the report still prompts the user to chose a value
    from the picklist first upon running the report without firing the report based on the default parameter. To add more context, my multi value parameter and default parameter come from two different datasets. I have also based my query to check if values are
    not null as a condition. Any help regarding this would be greatly appreciated!

    I think the issue is your default parameter value is not included among the values returned by your dataset which is used for filling the parameter combo. Thats when it selects nothing and waits for the user selection.
    What you need to do is to tweak the dataset for parameter values population and also include logic to return default value also within it. Then once report runs it will show default value as selected and render the report with it.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Use the system lang of AIR applications auto update.

    Hello,
    I recently used the auto update framework for my AIR application, this works fine but i have a small problem.
    I made some reasearches and i found AIR uses the system lang by default. When i install my package for the first time, the lang is my sytem lang but when i find a new update after running auto update of my app, the AIR updater window doesn't use my sytem lang, which is french, but uses english lang. I'd like to put this window in french.
    Thanks.

    Try loading and using the add-on from this link: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Many add-ons do in fact work if you force them to run. The procedure to roll-back is given in this article: [[installing previous versions of firefox]]
    Unfortunately the official Firefox policy is that you downgrade to 3.6 which is supported for a while longer, and not the now unsupported Firefox 4. If after installing and running the ''add-on compatibility reporter'' you still have problems there are ways around the official policy.
    I think it is absurd that Firefox 4 may be used by tens of millions of users one day and a few days later those that upgrade to Firefox 5 should be not only told not to use a now unsupported browser, if they need to revert due to problems, but are actually obstructed in attempts to do so. See also [/questions/840397#answer-205154]

  • [Solved] Hybrid graphics. Can't use the dedicated card

    Hey. I've just installed Arch on a laptop that's got 2 AMD cards. 6520G and 7xxx.
    I'm trying to disable the dedicated one, but I don't really know how.
    Running xrandr --listproviders only shows one of the cards:
    Providers: number : 1
    Provider 0: id: 0xXY cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 3 associated providers: 0 name:radeon
    cat /sys/kernel/debug/vgaswitcheroo/switch
    0:IGD:+:Pwr:0000:00:01.0
    1:DIS: :Pwr:0000:01:00.0
    OpenGL renderer string: Gallium 0.4 on AMD SUMO
    It seems that the internal one is running at the moment.
    Why is just one of them detected by xrandr?
    Using kernel 3.11.1, Gnome 3.8, early KMS; I've also added the "performance tuning" options in my 20-radeon.conf
    Edit: Disabled it with echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    I'm still wondering why it was using the internal one by default..
    Edit2: Now both are showing up but it's still running on the integrated one though. What if I want to use the dedicated one?
    Providers: number : 2
    Provider 0: id: 0xXY cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 3 associated providers: 0 name:radeon
    Provider 1: id: 0xYZ cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 0 associated providers: 0 name:radeon
    Edit3: Tried with Prime too. It's still running on the IGP.
    The thing is: one card is r600 driven, and the other, radeonsi. The X does restart after running Prime, but still.
    Problem solved
    It needs manual intervention but it works!
    https://bbs.archlinux.org/viewtopic.php … 3#p1329853
    Last edited by archie0 (2013-09-28 14:50:07)

    If you want to keep it from using the IGD entirely, you can blacklist the module with a conf file in your /etc/modprobe.d folder.  Like so:
    /etc/modprobe.d/no_igd.conf
    blacklist r600
    Note that this will prevent vga_switcheroo from seeing the card at all.  Vga_switcheroo requires ALL modules to be loaded for graphic devices in order to switch between them.
    The other route is to create a customized device entry in your /etc/X11/xorg.d folder to specifically set your graphics device using the module you want.  I don't have a code example of this handy at the moment, but you can look around and are sure to find one.

Maybe you are looking for

  • How to make Vi file as input file in Event structure?

    Hiii All.. i got problems when to construct a event structure. The file input  (vi format) doesnt have source of wire connection to conect the wire (shift register) .For your information the vi that i create only contain simple mathematical equation.

  • I f I upgrade to mountain lion do I need to buy keynote again?, I f I upgrade to mountain lion do I need to buy keynote again?

    I f I upgrade to mountain lion do I need to buy keynote again?, I f I upgrade to mountain lion do I need to buy keynote again?

  • Need help in alv append in one row

    I need to append in one row in alv and I’m using 'REUSE_ALV_FIELDCATALOG_MERGE'. Here’s my code: DATA: lv_spras LIKE sy-langu,         lv_datbi LIKE a005-datbi.   CLEAR t_final.   SELECT t~vtext          a~kschl          a~kunnr          k~name1     

  • MATCHCODE FOR ALV

    Check this scenario: After I display a ALV using the function 'REUSE_ALV_GRID_DISPLAY', the user will put values in some editable fields using matchcodes. I need to know, when I'm doing the fieldcat, if there´s a way to reference a matchcode that I m

  • JSP Page displays code

    I have a site written in jsp sent to me by a client. We are running Apache 2.0 with Tomcat but some (index.jsp) pages simply return the jsp code to the browser instead of running the scripts whereas others run just fine. I am new to JSP however I hav