But how to use submit??

but how to use submit?? i mean how to generate an event thru submit and how to receive these values in the next page

but how to use submit??You can do it by using Simple HTML Code
<INPUT TYPE="SUMBIT" VALUE="SUBMIT">
i mean how to generate an event thru submit and how to receive these values in the next pageTo generate an event through Submit! You need to do this using java script.
I think you are talking about assingning some values on the click of submit and collecting those values in the next page!
To do that
keep some input fields in page1. Then try to assign the values to those input fileds using javascript through onclick event.
<INPUT TYPE="SUMBIT" VALUE="SUBMIT" onclick="javascript:callSomeFunc()">
In
callSomeFunc() {
//Assign values to the hidden fields
In next page say page2 collect those values using request.getAttribute(" InputHiddenFieldsName);
That's it.

Similar Messages

  • I have problem  in signing in I don't like read and accept terms I cannot access this I don't know about this read and accept terms this is poor, I just like android's simple option and simple singing in, but how to use apple I'd?

    I have problem  in signing in I don't like read and accept terms I cannot access this I don't know about this read and accept terms this is poor, I just like android's simple option and simple singing in, but how to use apple I'd?

    Your computer is called an iMac.
    Did you turn proxies on?  If so, you should turn them off.

  • How to use SUBMIT for transaction program?

    Hello,
    Please help me with following requirement.
    I need to pass selection screen values from ZReport to transaction F.01 and collect displayed data output in internal table in ZReport and use internal table for further processing.
    Please let me know,
    1) How to use SUBMIT with transaction code or modulepool program (<b>remember I don't want to submit report program</b>)?
    2) How to collect F.01 output data and bring back to Zreport ?
    Thanks in advance.

    Hi ab,
    1.  How to collect F.01 output data and bring back to Zreport
    The data (of output) can be collected,
    for display purpose.
    We cannot get the full data, which makes sense.
    2. The data shall be collected, in a printable format only,
       ie. with vertical lines, horizontal lines (if any) etc.
    regards,
    amit m.

  • I have deploy an EJB in weblogic 6.1,but how to use jsp to invoke the EJB's method?

    i have deploy an EJB in weblogic 6.1,but how to use jsp to invoke the EJB's method?
    thanks!

    You'd do something like:
    <%
    //vvv this part can potentially be done in initialization
    Context ctx = getInitialContext();
    BeanHome home =
    (BeanHome)PortableRemoteObject.narrow(ctx.lookup("the.jndi.name"),
    BeanHome.class);
    Bean b = home.create();
    //^^^
    Result r = b.invokeMethod();
    %>
    "toxin" <[email protected]> wrote in message
    news:3d2e95e5$[email protected]..
    >
    i have deploy an EJB in weblogic 6.1,but how to use jsp to invoke theEJB's method?
    thanks!

  • How to use SUBMIT key word in the program in the program

    Hello Folks,
                     I want use SUBMIT statment in the program for calling the other program. My query is
    I have one report named REPORT1 and I am using the SUBMIT statment in this report to call the second report named as REPORT2. The flow of the program is I excute the first report REPORT1 and entr the value on selection screen of REPORT1, selection screen is having one parameter. then SUBMIT statment comes into picture to call the second report REPORT2 in this second report, I would like to pass the selection screen value of first report REPORT1.
          I want to know how to pass the selection screen value of the first REPORT1  to second REPORT2.
    Anyone please guide me in this regards.
    Thanks & Regards
    Chetan

    Hi Chetan,
    Try this report.
    Create two reports namely ztry, ztry1 as below.
    Run report ztry.
    When you run report ztry,
    ztry1 will get excuted first(through 'submit'),
    getting values from report ztry through 'import' and 'get parameter'.
    Report ztry.
    *Export and Import
    DATA: text(20) VALUE 'Hello',
          mem(20).
    WRITE:/ 'Export and Import' COLOR = 1.
    EXPORT text TO MEMORY ID mem.
    SUBMIT zawi_try AND RETURN.
    WRITE:/ ''' Hello'' exported to ZAWI_TRY successfully '.
    WRITE:/.
    *Set and Get Parameter ID
    DATA: var(20) VALUE 'Master'.
    WRITE:/ 'Set and Get Parameter' COLOR = 1.
    SET PARAMETER ID 'abc' FIELD var.
    WRITE:/ 'Set Parameter ID is success'.
    WRITE:/.
    Report ztry1.
    DATA: text(5),
          mem(20).
    IMPORT text FROM MEMORY ID mem.
    WRITE:/ 'Importing '' Hello'' from ztry:', text color = 1.
    FREE MEMORY ID mem.
    write:/ mem.
    DATA: var(6).
    GET parameter id 'abc' field var.
    write:/ 'Value got through Get Parameter ID from ztry:',var color = 1 .
    Thanks....

  • How to use Submit program of RAIMCOPY for a specific TCode - IM34

    Hi Experts,
    I have to use submit program RAIMCOPY.  but the program intend used in differnt Tcodes (IM27,IM27_Close,IM27_REPEAT,IM34,IM44,IM54,IM64).
    I used the following code but it is some other selection instead of IM34.
    SUBMIT RAIMCOPY VIA SELECTION-SCREEN with PA_PRNAM = gv_improg
                                                 WITH PA_GJAHR = gv_appyear
                                                 with SO_VERSN-LOW = 'G00'
                                                 with P_XVOVR = 'X'
                                                 and RETURN.
    Please help me to write a submit program RAIMCOPY for only IM34.
    Regards,
    Thulasiram.

    Yes at start of report (events LOAD-OF-PROGRAM and INITIALIZATION) the variant / parameters are not yet transfered to program, they are only passed just before the AT SELECTION-SCREEN OUTPUT, so that could have been nice ... before OSS note  927693 - Report variants used incorrectly in program RAIMCOPY which triggers now an error if sy-tcode <> pa_tcode in interactive mode ...
    So either you look for an implicit enhancement option to force again pa_tcode to required value (e.g. stored in memory) and disable effect of the OSS note (*) /or/ you replace the SUBMIT statement with a CALL TRANSACTION with a small BDC data.
    Regards,
    Raymond
    (*) SAP did that for transaction  IMCAOV, 1023920 - IMCAOV: Unberechtigter Abbruch 00368

  • How to use SUBMIT on Programme RDDm0001 (SE10)

    Hi All,
    I am trying to call this program using submit with return passing the transport request ID TRKORR
    How can I find out how to successfully call the program?
    thanks

    I was able to do with with BDC...
      DATA lv_dev_task_display LIKE LINE OF gt_dev_task_display.
    *p_ucomm LIKE sy-ucomm
    *p_rs_selfield TYPE slis_selfield.
      REFRESH gt_bdcdata.
    *  IF p_rs_selfield-sel_tab_field EQ 'GT_CURR-STRKORR' OR
    *      p_rs_selfield-sel_tab_field EQ 'GT_TADIR-STRKORR'.
    *    IF p_rs_selfield-value IS NOT INITIAL.
      READ TABLE gt_dev_task_display INTO lv_dev_task_display INDEX p_row.
      IF sy-subrc = 0.
        PERFORM bdc_dynpro      USING 'RDDM0001' '0100'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SNGL'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'TRDYSE01CM-USERNAME'.
        PERFORM bdc_field       USING 'TRDYSE01CM-USERNAME'
                                      sy-uname.
        PERFORM bdc_field       USING 'TRDYSE01CM-REQ_CUST'
                                      gc_x.
        PERFORM bdc_field       USING 'TRDYSE01CM-REQ_WB'
                                      gc_x.
        PERFORM bdc_field       USING 'TRDYSE01CM-SEL_CHAN'
                                      gc_x.
        PERFORM bdc_field       USING 'TRDYSE01CM-SEL_RELE'
                                      gc_x.
        PERFORM bdc_dynpro      USING 'SAPLSTRH' '1200'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'GV_1200_TRKORR'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=TAKE'.
        PERFORM bdc_field       USING 'GV_1200_TRKORR'
                                      lv_dev_task_display-trkorr.
        CALL TRANSACTION 'SE09' USING gt_bdcdata
                        MODE   'E'.
      ENDIF.

  • MAX(SummaryNum) +1 bad idea, but how to use sequence part composite column

    Hi,
    My relational mode is as follows
    Policy (policynum PK) has 1:M with Summary (policynum FK, SummaryNum part of PK, other columns part of PK)
    Basically for each policy users can enter notes with SummaryNum 1, 2, 3, 4.... These numbers are shown to the user for tracking purpose. I need to make sure summary notes for EACH policy start with 1 (cannot really use sequence in the table in the strictest sense) and are incremented by 1. The current Oracle form basically creates the next highest possible value of SummaryNum by adding one to the currently available highest value. In brief, it is like a sequence number for summaries of a particular policy in the summary table.
    PRE-INSERT
    SELECT MAX(SummaryNum ) + 1
    FROM Summary
    I am trying to replicate this in ADF BC (using 11g) and know that not using sequencing and adding one to get the next number is a very bad idea due to concurrency challenges (transactional ACID properties). The reasons are as follows.
    •     Using MAX(policy_memo_seq_num) + 1 is not scalable,
    •     It will lead to duplicates in a multi-user environment, whether ADF BC, Oracle Forms, or any other technology
    I also know how to use create a sequence in db, a related trigger, and then set the attribute in EO properties as DBSequence. My challenge is that since SummaryNum is not a primary key, and instead is part of a composite key in my case, how do I make sure that summary notes for EACH policy start with 1 in the Summary Table.
    I appears that i cannot really use sequence in the table in the strictest sense as this will mean that for policies the summaryNum will start from the next available sequence number, but what i really want is to have it start by one for all policies.*
    I would appreciate any help.
    Thanks,

    Not sure if there is a better way, but here is one way. Let's say your table was like this:
        SQL> desc versioned_item
         Name         Null?    Type
         ID           NOT NULL NUMBER
         VERSION      NOT NULL NUMBER
         DESCRIPTION           VARCHAR2(20)and lets say your data looked like this:
        SQL> select * from versioned_item order by id, version
                ID    VERSION DESCRIPTION
              1001          1 Item 1001
              1001          2 Item 1001
              1001          3 Item 1001
              1002          1 Item 1002
              1002          2 Item 1002
              1003          1 Item 1003To select only the rows for the max-version-id, you could do this:
        select id, version,description
        from versioned_item
        where (id,version) in (select id,max(version) from versioned_item group by id)
        order by id
                ID    VERSION DESCRIPTION
              1001          3 Item 1001
              1002          2 Item 1002
              1003          1 Item 1003To capture this as a view object, you'd only just need to paste in the WHERE clause above into the Where clause box of the view object. No need to use expert-mode since you're not changing the select list or from clause.

  • I had downloaded ringtone 60000   and also created ringtone on that but how to use that ringtone

    please let me know how to use the ringtone created using this app

    I couldn't find the app you refer to in the App Store US however the ringtone makers I have used in the past send the tone to your email and when you click the link provided in the email, using your computer, it sends the tone to iTunes on your computer to sync with the iPhone. Try that and see if that works.
    Perhaps you could post a link to the app and if possible I can check into it.

  • How to use 'Submit' for Program rpsinfo (tcode:cn41n)

    Hi Friends,
    CN41N is a Hierarchical report of PS Module. Which displays WBS, Network, Project details in Hierarchical view. I want to store the output of this report in internal table for further processing. For this i am using the following code .
    SUBMIT  rpsinfo
       WITH cn_pspnr-low EQ 'S-0018-01-01-01-01-001'
       EXPORTING LIST TO MEMORY AND RETURN .
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = list_tab
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      DATA: BEGIN OF i_asci OCCURS 0,
           data1(5000) TYPE c,
           END OF i_asci.
      CALL FUNCTION 'LIST_TO_ASCI'
    * EXPORTING
    *   LIST_INDEX               = -1
    *   WITH_LINE_BREAK          = ' '
    * IMPORTING
    *   LIST_STRING_ASCII        =
    *   LIST_DYN_ASCII           =
       TABLES
         listasci                 = i_asci
         listobject               = list_tab
       EXCEPTIONS
         empty_list               = 1
         list_index_invalid       = 2
         OTHERS                   = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    The above code is not working. Output is not going to memory. But this is working with all other reports which are simple ALV Reports. I think since  rpsinfo (tcode:cn41n) is hierarchical report it is not displaying output. Then how do i send the output to the memory. Please suggest the solution.
    Thanks in Advance.
    Mahender.

    if the hierarchical report is displayed using SAP Graphics, then you will never be able to get information from memory because the output is not stored into a SAP list

  • How to use Submit in background when report name is not static

    Hi all,
    I have an FM to which report name is being sent as an input parameter.
    So based on the report name I need to call that particular report in background and send the output as a HTML format to dealer's MAIL ID which is also sent as an input param.
    The logic for sending mail in background is achieved.
    I am using the followinf logic to submit the job.
    SUBMIT wf_report USER user_id VIA JOB lv_jobname NUMBER lv_jobcount
        to sap-spool immediately ' '
                         without spool dynpro
        WITH SELECTION-TABLE tb_seltab AND RETURN.
    wf_report holds the dynamic value of report.
    Here, tb_seltab holds various parameters and select-option values.Since I cannot pass a table to JOB_SUBMIT fm i had to use the SUBMIT statement.
    But the program dumps coz we need to explicitly mention the name of the program in the submit statement.
    Is there any other possibility to acheive this req when the report name is not going to be hardcoded?
    Thanks in advance.
    Regards,
    Chandra.

    You forgot the basics of using the SUBMIT.
    try like this it will work
    SUBMIT (wf_report ) USER user_id VIA JOB lv_jobname NUMBER lv_jobcount
    to sap-spool immediately ' '
    without spool dynpro
    WITH SELECTION-TABLE tb_seltab AND RETURN.
    Rhea.

  • Filtered model, but how to use it?

    Hi,
    we have a JSON model with around 2000 projects, prefetched at startup of the app. That is not an issue and it also runs smoothly on our tested smartphones (because you will never render all of the 2000 on the DOM).
    We bind this JSON model to a sap.m.table with growingScrollToLoad active and a threshold of 15 projects (otherwise it’s getting a bit laggy).
    We are filtering the list (using sap.ui.model.filter and table.getBinding() of the table). This is working fine without problems. But now we want to have a list of all projects that are currently in the table (so after filtering).
    If we use the JSON model to get all projects, the filter is not applied (of course, because we just used the binding of the table). If we use table.getItems(), we just get the items that already got loaded (problem growing).
    But we need the list of all projects, after filtering without the need to scroll to the end of the list to get the items loaded…
    Anybody an idea how to do that?
    Best regards
    Ben

    Hi Maksim,
    thanks for your answer!
    The private field aIndices is doing the trick. With that I can look up the indices in the oList to get the corresponding item...
    Not sure jet, if this is bound and I can change it directly or if I have to iterate over the model...but this is implementation stuff.
    The only real problem, which I see with this solution, is that I am using internal implementations of the binding. It is not documented in the API, because normally nobody should use it. No getter means do not touch it, right?
    Has anybody a good idea? Maybe a feature request in the OpenUI git hub repo?
    Nevertheless I marked your answer as correct.
    Best regards
    Ben

  • Finally got a recovery CD but how to use it?

    Hello, after months of trying i finally got my self a product recovery CD
    https://backupmedia.toshiba.eu/landing.aspx
    I hope this was the right place to get one, as it was the only one i could find. Anyway i as far as i know i have keep pressing f10 when i turn the laptop on, im sure i pressed f10 before. However when i press F10 now i get something completely different.
    Edit windows options for: boot micosoft windows vista
    path: windows/system/windows.exe
    partition 2
    hard disk: 48623b6e
    [ /NOEXECUTE =option
    This is what i get, so how do i use the CD and wipe my hard drive like i have before?

    Ok i acually got a hold of there email address and i said it had no data on it. They hadn't even so much sent me a reply since then, until now. I got an Toshiba Shop order confirmation email. On it says;
    Thank you very much for placing an order at the Toshiba Europe Backup Media Online Shop powered by arvato digital services.
    We have received your order and it is currently being examined and processed.
    As soon as your order is dispatched, you will receive confirmation via e-mail which you can then use to view the delivery status of
    your order online.
    It says the Reference ID is 2010033376-R where as before it was just 2010033376. Under items ordered it says that that i have ordered a recovery CD but the cost is 0.00 GBP. It also says that the order date was the 13.8.2009 which is today.
    My point is, is this there reponse? why haven't they asked me to send it back or sent me an email with instructions? because so far they have completely blanked me and i have no idea what to do. Do i send them a letter? do i just send the thing back to them without any instructions?
    *EDIT* LOL i looked in my junk emails and found an email from them there, they sent me a free copy WOOT its all coming up good :D
    Message was edited by: whitescar911

  • I want to do a clean install, but how to use Time Machine to get my data back?

    I want to do to clean install of my Snow Leopard OS system...all my data is backed up on my TM. I heard if I restore from Time Machine any system errors created then will have an effect on the clean install? Wouldn't that defeat the whole purpose? So how am I supposed to get around that?
    Any help would be appreciated, since it would be my first clean installed ever performed (I'm a bit scared, lol).

    greyskiesblack wrote:
    would it be okay to delete the Time Machine back up then and use the external hard drive as a normal back up of all my stuff copied over to it by drag and drop?
    Leave the TM drive alone, it's a extra backup as you should have two separate hardware backups of your data at all times. Use another new drive for a copy of the files until your safely up on the fresh install, then erase and reset the TM drive to your new configuration.
    It didn't occur to me that TM would keep the system as it was...and I'm just now learning about TM. I'm glad I have decided to ask before I proceeded to install!!
    TM copies stuff over in a general manner, trying to keep what you have just like what you had, which unfortuntly if something goes wrong that isn't the best course of action because you don't want the old junk back on the new machine.
    So since it's incrediably difficult to cherry pick exactly what you want when restoring from TM, it's better to have the user files on a regular drive (no TM) when doing a fresh install.
    It's really not that hard restoring manually, just create the same named user and drag and drop the contents of the User file folders (music, pictures, documents, movies) right into the new folders on the new user.
    You do a fresh install in this manner.
    1: Backup files manually to a external drive, disconnect all drives.
    2: hold c boot off the 10.6 disk, erase the drive and reformat (wipes all contents)
    3: quit and install 10.6, reboot and go through setup, create the same named user as before
    4: Software update to 10.6.8
    5: install all programs from fresh sources
    6: last files cherry picked from backup (do not transfer Users/Library)
    In that spefic order for best performance.
    It's not excactly as perfect as TM restore, but then you don't get all the problems back.

  • How to use "Submit - after computation" with PL/SQL?

    Hi,
    I'm new in APEX
    My scenario: I have a date column that I need to populate automatically (DATE_CREATION = sysdate) when I create a row, probably on "Submit - After Computations and VAlidations" with PL/SQL, how can I do that?
    Thanks for your reply
    Sam Karema

    You should be able to use the PL/SQL APIs to get the current page
    or back page. The portlet runtime record has these APIs
    type portlet_runtime_record is record
    portlet_id - number,
    provider_id - number,
    node_id - number,
    reference_path - varchar2(100),
    language - varchar2(30)
    exec_mode - number,
    back_page_url - varchar2(4098),
    page_url - varchar2(4098),
    page_type - varchar2(200),
    has_title_region - boolean,
    has_border - boolean
    caching_key - varchar2(200),
    caching_level - varchar2(30),
    caching_period - number
    back_page_url
    The URL for the calling page.
    Notes: The value stored in this field is used by portlets to
    redirect users to the calling page (previous page).
    This value can be null if there is no calling URL.
    Datatype: varchar2
    page_url
    The URL of the page that contains the portlet instance that will
    receive the portlet_runtime_record. Current page.
    Datatype: varchar2
    Hope this helps,
    Sue

Maybe you are looking for

  • Unable to edit Dreamweaver tamplate applied Page.

    Hi, I was creating site in dreamweaver using templates and !st I created a template by desgining the page, then I saved that page and one more template page using save as command. Unfortunately there was design problem in my initial template which I

  • Download links for beta releases and release notes

    All Where is the download links for all the beta-release packages and their release notes?

  • New Firmware Nokia 5800

    Is it true.? Nokia will release the latest firmware version for Nokia 5800 XM RM-356

  • Getting Size of Variable...

    I am trying to get the maximum length a variable can be in a PL/SQL procedure. I do not hard code my datatypes, I am using database columns to do this for me. My columns do not change often but it is possible and can be done without warning. What I w

  • HP Desktop won't start!

    I have a HP Pavilion P7 1010a, it has been working good until today it decided not to start up... When I go into startup repair it just freezes on this blue screen with like sunlight coming down from top.