Submit key word

Hi all,
I have written my submit key word like this
SUBMIT ZFWATCH6 WITH P_EVENID = IT_FILEDIR-ZEVENT
                WITH  P_EVNTPM = IT_FILEDIR-ZPARAMETER
                AND RETURN.
after executing my program this submit program have write statement my cursor is not moving back to main program from this write statement . Can any one help me in this issue?

Srinivas ,
I got it  I have to write like this
SUBMIT ZFWATCH6 WITH P_EVENID = IT_FILEDIR-ZEVENT
                WITH  P_EVNTPM = IT_FILEDIR-ZPARAMETER
                AND RETURN EXPORTING LIST TO MEMORY.
As always , thanks for your help.

Similar Messages

  • 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....

  • Regarding SUBMIT key word

    Hi All,
    I have generated a new selection screen similar to the screen which we will get by executing the transaction S_PL0_09000447. Now according to my requirment this screen is not sufficeient,so i have created a new selection screen.
    Now the values entered to my newly created selection screen should be submitted to the standard screen.
    I used submit like the way shown bwlow:
    SUBMIT RFKQST00 USING SELECTION-SCREEN '1000'
                    with selection-table rspar.
    and i have filled the table rspar.But this didn't work
    so can any body help me ASAP.
    Regards
    Sagar

    Hi Baskhar,
    REPORT  y_form10.
    TABLES:bsik,lfa1,with_item,bset,t074u,t001.
    DATA:rspar TYPE TABLE OF rsparams,
         wa_rspar TYPE rsparams.
    SELECTION-SCREEN BEGIN OF BLOCK vendor WITH FRAME TITLE text-001.
    SELECT-OPTIONS:s_lifnr FOR lfa1-lifnr ,"OBLIGATORY,
                   s_bukrs FOR t001-bukrs ."OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK vendor.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS:p_bldat1 LIKE rfpdo-allgedat DEFAULT sy-datum.
    SELECT-OPTIONS:s_augdt FOR bsik-augdt.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK varia WITH FRAME TITLE text-003.
    PARAMETERS: p_varia LIKE rfpdo-kqstvar01 DEFAULT 'CZ'.
    SELECTION-SCREEN END OF BLOCK varia.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-004.
    Additional parameters
    SELECT-OPTIONS: s_belart FOR bsik-blart,
                    s_belnum FOR bsik-belnr NO DATABASE SELECTION,
                    s_budat FOR bsik-budat,
                    s_witht FOR with_item-witht,
                    s_qstkz  FOR bsik-qsskz NO DATABASE SELECTION.
    PARAMETERS:     p_kaniva LIKE bset-hkont,
                    p_qssako LIKE bset-hkont .
    SELECT-OPTIONS: s_mwskz FOR bset-mwskz .
    PARAMETERS: p_unsgeg LIKE rfpdo-kqstxfel6 .
    PARAMETERS: p_selec LIKE rfpdo-kqstxfel6 .
    SELECT-OPTIONS: s_budat1 FOR bsik-budat NO-EXTENSION
                    NO DATABASE SELECTION.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK waers WITH FRAME TITLE text-005.
    PARAMETERS: p_rechn  LIKE rfpdo2-kqstxfl8 ,
                p_altcur LIKE t001-waers,
                p_condat LIKE syst-datum.
    SELECTION-SCREEN END OF BLOCK waers.
    SELECTION-SCREEN BEGIN OF BLOCK 2 WITH FRAME TITLE text-006.
    Output control
    PARAMETERS: p_fomlar LIKE rfpdo-kqsuformrp  DEFAULT 'X',
                p_test   LIKE rfpdo-kqsttestd ,
                p_forid  LIKE rfpdo1-allgevfo ,
                p_adrid  LIKE rfpdo1-allgevst ,
                p_print  LIKE rfpdo-fordpriz  ,
                p_immea  LIKE rfpdo1-allgsofz .
    SELECTION-SCREEN ULINE .
    PARAMETERS: p_prokol LIKE rfpdo-kqstxfeld DEFAULT 'X',
                p_zaehl  LIKE rfpdo-kqstcount DEFAULT '1' ,
                p_eilpo LIKE rfpdo-kqstxfel1 DEFAULT 'X' ,
                p_detail LIKE rfpdo2-wt_detail ,
                p_qstsu  LIKE rfpdo-kqstxfel2 DEFAULT 'X' ,
                p_ktosu LIKE rfpdo-kqstxfel3 DEFAULT 'X' ,
                p_fnzsu LIKE rfpdo-kqstxfel8 DEFAULT 'X' ,
                p_bkrsu LIKE rfpdo-kqstxfel4 DEFAULT 'X' ,
                p_witht LIKE rfpdo2-wt_witht ,
                p_lists LIKE rfpdo-kqstxfel7.
    SELECTION-SCREEN ULINE.
    PARAMETERS: p_dtatab LIKE rfpdo-wedfdta1.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 5(20) text-fdt .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(20) text-zah .
    SELECTION-SCREEN POSITION 30.
    PARAMETERS: p_augdt RADIOBUTTON GROUP g3 DEFAULT 'X' .
    SELECTION-SCREEN COMMENT 32(20) text-cdt
                              FOR FIELD p_augdt.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 30.
    PARAMETERS: p_budat RADIOBUTTON GROUP g3.
    SELECTION-SCREEN COMMENT 32(20) text-pdt
                             FOR FIELD p_budat.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 30.
    PARAMETERS p_bldat RADIOBUTTON GROUP g3 .
    SELECTION-SCREEN COMMENT 32(20) text-ddt
                             FOR FIELD p_bldat.
    SELECTION-SCREEN END OF LINE.
    Invoice document
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(20) text-inv.
    SELECTION-SCREEN POSITION 30.
    PARAMETERS: p_invbu RADIOBUTTON GROUP g4 DEFAULT 'X' .
    SELECTION-SCREEN COMMENT 32(20) text-pdt
                             FOR FIELD p_invbu.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 30.
    PARAMETERS p_invbl RADIOBUTTON GROUP g4 .
    SELECTION-SCREEN COMMENT 32(20) text-ddt
                             FOR FIELD p_invbl.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN ULINE .
    PARAMETERS: p_altcty LIKE rfpdo-kqsttitle DEFAULT 'HUNGARY' ,
                p_heding LIKE rfpdo-allgline DEFAULT 'HUNGARY',
                p_exptab(1) TYPE c NO-DISPLAY. "for call of Rfkqst90
    SELECTION-SCREEN END OF BLOCK 2.
    MOVE 'S_LIFNR' TO wa_rspar-selname.
    MOVE 'S' TO wa_rspar-kind.
    MOVE 'I' TO wa_rspar-sign.
    MOVE 'EQ' TO wa_rspar-option.
    MOVE s_lifnr-low TO wa_rspar-low.
    MOVE s_lifnr-high TO wa_rspar-high.
    APPEND wa_rspar TO rspar.
    MOVE 'S_BUKRS' TO wa_rspar-selname.
    MOVE 'S' TO wa_rspar-kind.
    MOVE 'I' TO wa_rspar-sign.
    MOVE 'EQ' TO wa_rspar-option.
    MOVE s_bukrs-low TO wa_rspar-low.
    MOVE s_bukrs-high TO wa_rspar-high.
    APPEND wa_rspar TO rspar.
    MOVE 'P_VARIA' TO wa_rspar-selname.
    MOVE 'P' TO wa_rspar-kind.
    MOVE 'I' TO wa_rspar-sign.
    MOVE 'EQ' TO wa_rspar-option.
    MOVE 'CZ' TO wa_rspar-low .
    APPEND wa_rspar TO rspar.
    MOVE 'P_ALTCTY' TO wa_rspar-selname.
    MOVE 'P' TO wa_rspar-kind.
    MOVE 'I' TO wa_rspar-sign.
    MOVE 'EQ' TO wa_rspar-option.
    MOVE 'HUNGARY' TO wa_rspar-low .
    APPEND wa_rspar TO rspar.
    MOVE 'P_HEDING' TO wa_rspar-selname.
    MOVE 'P' TO wa_rspar-kind.
    MOVE 'I' TO wa_rspar-sign.
    MOVE 'EQ' TO wa_rspar-option.
    MOVE  'HUNGARY' TO wa_rspar-low .
    APPEND wa_rspar TO rspar.
    SUBMIT rfkqst00 USING SELECTION-SCREEN '1000'
                    WITH SELECTION-TABLE rspar.
    I have written like this.I am getting country variant
    but iam not getting bukrs and lifnr and please suggest me whats the wrong.
    Regards,sagar

  • I am trying to pay my bill online.  However, when I click the "submit" key, it tells me my "nickname" is incorrect.  What the heck is a nickname?  I have never had this trouble before.

    I am trying to pay my bill online.  However, when I click the "submit" key, it tells me my "nickname" is incorrect.  What the heck is a nickname?  I have never had this trouble before.

    Had the same problem. Here's how I sorted it out, not including yelling at my PC or ranting in my own thread (that's optional): First you want to delete your saved payment option. If you try this and it does not delete, log out and back in. It should be gone. Now re-enter your payment option (credit card number or whatever you are using) and if it asks if you want to save the data for future use, make sure you give it a nickname that doesn't include any special characters. Hope this works for you!

  • Creating Materialized View with the Distinct key word

    Hi
    I need help to create Materialized View with the Distinct key word.
    my query is
    select distinct col1, col2 from t1;
    is there any alternate of DISTINCT because I can not refresh the MV as fast on demand if I am using it and Fast on Demand is a must for me.

    hi
    check out this link
    http://download-west.oracle.com/docs/cd/B12037_01/server.101/b10736/basicmv.htm#i1007299
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm#sthref183
    hope this helps
    CHeers

  • What is use of LOAD key word in ABAP-HR

    what is use of LOAD key word in ABAP-HR?

    Hi,
    LOAD keyword is used to load all the parameter values.
    Basic form
    LOAD REPORT prog PART part INTO itab.
    Variants
    1. LOAD REPORT prog PART 'HEAD' INTO itab.
    2. LOAD REPORT prog PART 'TRIG' INTO itab.
    3. LOAD REPORT prog PART 'CONT' INTO itab.
    4. LOAD REPORT prog PART 'DATA' INTO itab.
    5. LOAD REPORT prog PART 'DDNM' INTO itab.
    6. LOAD REPORT prog PART 'DATV' INTO itab.
    7. LOAD REPORT prog PART 'SELC' INTO itab.
    8. LOAD REPORT prog PART 'STOR' INTO itab.
    9. LOAD REPORT prog PART 'LITL' INTO itab.
    10. LOAD REPORT prog PART 'SYMB' INTO itab.
    11. LOAD REPORT prog PART 'LREF' INTO itab.
    12. LOAD REPORT prog PART 'SSCR' INTO itab.
    13. LOAD REPORT prog PART 'BASE' INTO itab.
    14. LOAD REPORT prog PART 'INIT' INTO itab.
    15. LOAD REPORT prog PART 'DATP' INTO itab.
    16. LOAD REPORT prog PART 'TXID' INTO itab.
    17. LOAD REPORT prog PART 'COMP' INTO itab.
    Effect
    Loads the specified part of the generated version of the program prog into the internal table itab (for analysis purposes only).
    The return code value is set as follows:
    SY-SUBRC = 0 The load for the program prog exists and is current.
    SY_SUBRC = 4 The load for the program prog does not exist.
    SY-SUBRC = 8 The load for the program prog exists, but is not current. In some cases, this SY-SUBRC may mean that the program load has been destroyed. You can resolve this by generating the program. With PART 'LREF' , SY-SUBRC = 8 means that the line reference table is incorrect for the program. With PART 'CONT' , it means that the reference part of the internal table is empty.
    itab has been filled only if SY-SUBRC = 0 .
    Reward points if useful.
    Regards,
    Sekhar

  • How to translate the key words in ABAp program from lower case to upper cas

    How to translate the key words in ABAp program from lower case to upper case?

    Hi Kittu,
    You need to set the Pretty Printer settings to achieve key words in ABAP program from lower case to upper case.
    Utilities -> Settings -> Pretty Printer (tab) -> Select third radio button.
    Thats all.
    <b>Reward points if this helps.
    Manish</b>

  • Help on web.xml file, what if the parameters contains key words ?

    Hi:
    I am just wondering what should I do if I want to include key words suchs
    as <param> in web.xml file for a servlet config.
    Example:
    <servlet>
    <servlet-name>testServlet</servlet-name>
    <parameter>
    <param-name>some name</param-name>
    <param-value>some value</param-value>
    </parameter>
    </servlet>
    What should I do if I want to repleace 'some value' with '</param-value>some
    value' and still to prevent the engine to terminate parsing the param-value
    at the fake ending? Is there a standard way in XML to distanguish that?
    (in URL format it can be replaced %xx for some chars).
    ie,
    <param-value> </param-value>some value</param-value>
    where the second </param-value> is the real ending.
    Thank you!
    Gang

    Hi!
    You can use "& lt ;" and "& gt ;" xml entities for that. Or wrap text element in <![CDATA[...]]> section.
    Regards,
    Ignat.

  • Is there a way to identify the key words being used for SEO when I'm visiting a web site?

    When I am on a web site, looking at a product for sale, is there an app or add on I can use to see what that site has for key words, meta tags etc? It would be helpful when adding products to my own site to see what works elsewhere.

    Do search engines even look at those anymore? URL, title and page content are what's relevant.
    * http://www.metatags.org/google_ignores_meta_tags_in_ranking
    In any case, you can look at the source code. Click the Firefox button, then Web Developer, then View Source. You can also press Ctrl+U.
    All 'SEO' add-ons:
    * https://addons.mozilla.org/firefox/search/?q=seo&sort=users

  • Apple should do something for the equipment stolen something like block and only activated by key words given to register the device on the apple's website

    Apple should do something for the equipment stolen something like block it(them) and only activated by key words given to register the device on the apple's website

    Tell Apple:
    http://www.apple.com/feedback
    Doubtful that this would happen.  Privacy laws would likely be tested with this.
    No manufacturer does this.

  • LEVEL key word in Oracle 9.2.0.1.0 & Oracle 9.2.0.7.0

    Hi experts,
    I'm using a Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production in my development environment and
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production in production environment.
    I use a query with a LEVEL key word and it works fine in the development environment and gives an error in the production environment. When I remove the LEVEL key word it works fine in the production also.
    Was there a change which happen to LEVEL key word in these releases ???

    PrasadDe wrote:
    Was there a change which happen to LEVEL key word in these releases ???Probably. Who can tell. Those are both unsupported versions of the database.
    Why not upgrade to something that's supported and we know works.

  • What are all the key words are not recommented in User Exit or Enhancement

    Dear Experts,
    Can any of one tell me, what are all the key words not recommended to use any of the User exit or Enhancement spots?
    Regards,
    Mohana
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Feb 22, 2011 4:10 PM

    No Icon:Visitor
    Student
    Honor Student
    Top Student
    Tutor
    Intern
    Teacher
    Grad Student
    Master’s Graduate
    PhD Student
    Associate Professor
    Professor
    Distinguished Professor
    Regents Professor
    Associate Dean
    Dean
    Provost
    FONDA X. COX, PhD

  • Not understanding "synchronized key word"

    Hello all,
    I have a singleton class as below
    package test;
    public class TestClass {
        private final static TestClass testClass = new TestClass();
        private TestClass() {
            super();
            // TODO Auto-generated constructor stub
        public static TestClass getInstance() {
            return testClass;
        public  synchronized void keepRunning() {
            for (int i = 0; i < 10454564564l; i++) {
                for(int j=0 ; j<242342342342l;j++){
                    System.out.println(j);
    }And two other classes which take the reference and call keepRunning simultaneously as shown
    package test;
    public class TestClass1 {
        public TestClass1() {
            super();
            // TODO Auto-generated constructor stub
         * @param args
        public static void main(String[] args) {
            TestClass testClass = TestClass.getInstance();
            testClass.keepRunning();
    }and
    package test;
    public class TestClass2 {
        public TestClass2() {
            super();
            // TODO Auto-generated constructor stub
         * @param args
        public static void main(String[] args) {
            TestClass testClass = TestClass.getInstance();
            testClass.keepRunning();
    }Now if i run both TestClass1 and TestClass2, i can see sysouts from both the programs. I am not able to understand Why synchronized key word allowing TestClass2 to acess the code.(As there are no shared variable)

    ohhhhhhhhhhh!!!!! Sorry ! I am ashamed of myself!! :-(

  • How usnig manuplate the Import and export Key word.

    How usnig manuplate the Import and export Key word? and
    how do the clear of those variable?

    HI ,
    For IMPORT Keyword :---
    To retrieve data from the global memory area, use the IMPORT statement.  The most basic form of the IMPORT statement is:
    IMPORT <variable> FROM MEMORY.
    To give the variable a different name in your program from what it is called in the global memory area, use the TO clause.  You must define the local variable name with a DATA statement in your program.  The format is:
    IMPORT <global var> TO <program var> FROM MEMORY.
    As with the EXPORT statement, you can specify multiple variables per statement, and you have the option of specifying which cluster ID you wish to import from.
    After each IMPORT statement, SY-SUBRC is set to indicate whether or not the cluster ID you specified exists (but not whether specific variables were imported specifically).  SY-SUBRC is zero if the cluster exists.
    It is also possible to IMPORT and EXPORT to database tables .
    ABAP memory that is used to store exported data is user and transaction specific, so when passing data between programs in this manner you must make sure that transaction boundaries are not crossed. Otherwise the contents of this memory will get destroyed and will not be available to the importing program.
    For Export Keyword :---
    The EXPORT statement moves data from your program into a global memory area.  The most basic form of the EXPORT statement is:
    EXPORT <variable> TO MEMORY.
    This places the specified variable into a global memory area that another program can later read using the IMPORT statement.
    You may specify multiple fields in the same EXPORT statement.  For example:
    EXPORT KNA1-KUNNR KNA1-BUKRS TO MEMORY.
    You can give variables a different name in the global memory area using the FROM clause.  For example, the following code exports SY-SUBRC and gives it the name RETVAL in the global memory area:
    EXPORT RETVAL FROM SY-SUBRC TO MEMORY.
    You can specify a cluster ID when exporting data to memory.  You can freely choose the name of the cluster ID, which can be up to 32 characters long.  Each cluster ID specifies a particular area in memory.  Each time you EXPORT data to the same cluster ID, all data previously written to that ID is erased.  For example:
    EXPORT SY-SUBRC TO MEMORY ID u2018LJS1u2019.
    Hope u understand
    Thanks
    Shambhu

  • Creating Java's editor with key words bolding!

    I would like to create one of mine Java's Editor. I wish for key word to be bold during the input.
    How can I make this option able? Shell I use JTextPane or JEditorPane and what difference does it make?

    Read this topic
    http://forum.java.sun.com/thread.jsp?forum=57&thread=246206
    best regards
    Stas

Maybe you are looking for

  • For only 'Deliver' transaction when one step receiving is done.

    Hello, per clients business process, client performs one step receiving transaction manually. So this act produces 'Receive' entry in rcv_transactions table. So technically now we want to perform only 'Deliver' transaction. So, per Oracle Note 731097

  • IPhone's own dock generating "not compatible" error

    Ok, we've all seen the "this accessory is not compatible... would you like to switch to airplane mode" error. But now the iPhone dock itself is generating this error. It's plugged into my Mac Mini and seems to sync ok, but the error keeps coming up a

  • Can't open files i have downloaded

    I can't open the files i have downloaded. Like, connectivity drive and the themes.

  • Return delivery (122) after transfer posting

    Is there way to do a 122 movement against a GR after you've done a transfer posting?  Let's say I had a goods receipt for 10 items to plant 100.  I then transferred those items to another plant (say 120.)  If I discover than an item is bad and I need

  • Re-start import_monitor.sh

    Hi: Our first run of import_monitor.sh had ERROR for some packages because of 2 reasons: 1) some file systems are full. 2) some DDL errors (such as index to be dropped not exists) Now more datafiles have been added. If I re-start the import_monitor.s