Getting error "Statement not accessible"! Please help!

We upgraded from 4.6C to ECC6.0 and some warnings in 4.6C are "syntax errors" in ECC6.0! I have the following code:
SELECTION-SCREEN BEGIN OF BLOCK B4 WITH FRAME TITLE TEXT-T04.
UNIX_SINGLE 'MYPAR1' MYPAR3 P_BDWAVE  TEXT-SS3.
SELECTION-SCREEN END OF BLOCK B4.
UNIX_SINGLE is a macro. I found some information on this error here but could not relate my problem to any of those forums! Could someone please help! Any answers will be rewarded.
Thanks.
--Mithun

DEFINE CLEAN.
CLEAR &1
REFRESH &1
END-OF-DEFINITION.
You call it like this...
CLEAN MY_INTERNAL_TABLE.
Greetings,
Blag.

Similar Messages

  • My iphone5 died and i try to restore and recover it and get error 40!! please help ! i am really sad !

    Hi guys,
    Yesterday My iphone died ! and maybe it is funny for you guys but it is like I am loosing my best friend. I read everything i found on internet and tried to restore and recover my phone by computer and in the part that it want to verify my phone with apple it gave me error number 40 !
    1.I dont have any firewall.
    2.my cable is original
    3. my itune is updated.
    So i could not fix it and i went to Genius bar(?!?!) and they look at my phone and they said it died and you should pay 260$ to get new phone !! and i already ordered iphone 6 and why should I pay 260$ for one week ?!
    Please help me that how i could fix error 40 !
    I really appreciate that !

    iOS 7 RESTORE ERROR 40

  • Strange Error, could not resolve, please help

    Does any body know why would one get this error
    Error: File C:\GenevaSqlj\src\com\wellmanage\csm\handler\OnlineHandler.java does not contain type OnlineHandler as expected. Please adjust the class path so that the file does not appear in the unnamed package.

    The OnlineHandler.java file should have:
    package com.wellmanage.csm.handler;
    as the first line... as it looks to be in that package.

  • At RWB, get "SSO is not possible", please help

    At the http://host:port/rep/start/index.jsp, click RWB, on the second
    screen, click "configuration", I get "Single sign on is not possible".
    Would you please shed some light how to fix it?
    Points guaranteed, thanks!

    Hi,
    This SAP note may help u- 757373, 768456
    Regards,
    moorthy

  • I keep getting errors!!! please help

    I keep trying to connect with my friend and it always has an error EVERYTIME. The error is....chat ended with error - 8 or - 7. Anyone have a solution to my problem...thanks in advance!

    Hi metsrule6349 ,
    Hope you have the manuals
    First we try to get it on the air like this:
    Connect the router and the modem with an ethernet cable.
    Turn the Motorola on, leave the linksys off. Log in with the
    computer on your Motorola modem and type it's ip access:
    http://192.168.100.1 (check the manual) If the ip access of
    your Motorola modem is http//192.168.100.xxx then
    we need to ask help from Ralph. Any other number is fine.
    Now we switch the Lynksys on Log in to the Linksys with:
    http://192.168.0.224 (check the manual) and it's ip address
    should now be the same as your modem. If not, ask Ralph if
    he can help you. Leave everything in default and just check
    wether UPnP iis enabled.
    Ready to go online! Let the Mac's network assistant walk you through
    the Mac's config.
    JP
    I presumed your Motorola was a Surfboard streaming modem.
    (We can test that by looking if the Linksys gets the same ip address)
    If this is correct we need to check wether the linksys has NPnP
    enabled if so that's all

  • Hard drive crashed, apple replaced. Trying to re-install CS5 but keep getting error 6...please help

    Can anyone help me with the Error 6?

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • Every time i try to install ios 5.0 i get error 3194 can someone please help!!!

    i have the itunes 10.5 and have already downloaded the new ios 5.0

    Check out these threads:
    https://discussions.apple.com/message/16335252#16335252
    https://discussions.apple.com/message/16343533#16343533

  • Statement not accessible error - Any ideas please.

    Hello all:
              We were using macro from TRMAC table in 4.6C version and it used to give a warning but after upgrading to ECC6.0 it is syntax error! Please look at the code below:
    *SELECTION SCREN / PARAMETERS                                          *
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-s01.
    PARAMETERS: p_mode(1) TYPE c DEFAULT 'N' OBLIGATORY,
                p_grp     LIKE apqi-groupid DEFAULT 'SKF_POST' OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN SKIP 1.
    unix_pc_path text-001 text-002 text-003.
    *Intialization                                                         *
    *INITIALIZATION.
    *At selection screen                                                   *
    AT SELECTION-SCREEN OUTPUT.
      PERFORM format_unixpath(yunixctrl) USING 'YHOME_UX' yhome_ux.
    AT SELECTION-SCREEN.
      IF ( rdb_pc = 'X' AND yhome_pc IS INITIAL ) OR
         ( rdb_ux = 'X' AND yname_ux IS INITIAL ).
        MESSAGE e000 WITH 'A filename is required'.
      ENDIF.
    AT USER-COMMAND                                                      *
    AT USER-COMMAND.
    *Start-of-selection                                                    *
    START-OF-SELECTION.
      IF NOT rdb_ux IS INITIAL.
        unix_getname yhome_ux yname_ux v_file_in.
        PERFORM upload_parse_unix_file.
      ELSEIF NOT rdb_pc IS INITIAL.
        v_file_in = yhome_pc.
        PERFORM upload_parse_pc_file.
      ENDIF.
      PERFORM skf_posting.
    *End-of-selection                                                      *
    END-OF-SELECTION.
    The program does not like the line "unix_pc_path text-001 text-002 text-003." and gives an error "Statement not accessible". I went through some discussion forums on this here but nothing related to macro. Could anyone please give me an idea how I could resolve this? All the answers will be rewarded.
    Thanks.
    Mithun

    You cannot put it in START-OF-SELECTION a you need the unix path in the
    AT SELECTION-SCREEN FOR OUTPUT event.. move the statement from the selection-screen block to the INITIALIZATION event.
    ~Suresh

  • "Statement not accessible" error in Implicit enhancement - SAPMF05A

    Hi,
      I am trying to implement Implicit Enhancement in program SAPMF05A, in module transaktions_init. When I click on Edit -> Enhancement Option -> Show implicit enhancement, it displays implicit enhancement at end of module ( after ENDMODULE) statement. When I click " Enhancement" icon, write code and it gives error statement not accessible.
    Please suggest.
    Regards,
    Priya

    You will have to put the code in a module and then call that module.
    Rob

  • Statement not accessible error in Implicit Enhancement of  SAPMPE03

    ENDMODULE.
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1 ) Include MPMKMO00, End                                                                                S
    *$*$-Start: (1)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1 ZENH_PE03.
    MESSAGE 'hi' TYPE 'I'.
    ENDENHANCEMENT.
    *$*$-End:   (1)
    As shown above i added a line MESSAGE 'Hi' Type 'I' in the implicit enhancement portion. But it gives me error "Statement not accessible"
    Thanks

    Hi Amber,
    just in case you have to do something similar again: ABAP Code must always be between MODULE ... ENDMODULE or FORM ... ENDFORM. In the example in this post the statement
    MESSAGE 'hi' TYPE 'I'.
    is just after an ENDMODULE. statement and so this code can never be reached (or is not accessible ). The implicit enhancement option outside the existing modularization units is used to define completely new MODULEs or FORMs.
    Hope this helps!
    Regards
    Oliver

  • Statement not accessible in include called in a user-exit

    I am working on an upgrade project, and we receive an error 'Statement not accessible.
    In the following user exit:
    FUNCTION EXIT_SAPLZLWB_002.
    INCLUDE ZZLWBU02 .
    ENDFUNCTION.
    If I go to the include, I get an the error 'statement not accessible'.
    I tried to put all the code in the include between a form...endform statement,
    but then I get an incorrect nesting error because the form...endform is between a function...endfunction.
    How can I solve this?
    Thx!
    Edited by: christophe latinne on Jan 9, 2009 4:31 PM

    this seems to be a clone of a standard SAP function group, and thats why you can;t access the exits here.
    EXIT_SAPLZLWB_002
    you can create the exits starting with Z* in order to access those at runtime.

  • TS1424 i keep getting error message not enough privileges and also error -1201 can someone please help

    i keep getting you do not have enough privileges when opening itunes as well as error 1201 can someone please help?

    See Here for Troubleshooting
    Free Disc Space
    http://www.thexlab.com/faqs/freeingspace.html
    See Here for Resolving Startup Issues
    http://support.apple.com/kb/ts1417

  • HT201413 cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Statement not accessible - Syntax error

    Hi all,
    There is a form within a standard include. The form has an include within it. Its a custom include. So its an exit i suppose. Now i have a problem in the custom include. There is "statement not accessible" error. Find below the code in the custom include.
    *&  Include           ZZIMOVEKVGR4                                     *
    DATA: r_vkorg TYPE RANGE OF vkorg.
    CONSTANTS: c_z_salesorg_zzkvgr4 TYPE rvari_vnam VALUE
                                                    'Z_SALESORG_ZZKVGR4'.
    * Get the values from variant Z_SALESORG_ZZKVGR4 of TVARVC tavle
    CALL FUNCTION 'Z_FILL_RANGE_TABLE_FROM_TVARV'
    EXPORTING
    name                 = c_z_salesorg_zzkvgr4
    *   INITLINE             = ' '
    *   LINE_SEPARATOR       = ','
    TABLES
    rngtab               = r_vkorg.
    * Check for the sales orgranisation in TVARVC table
    IF vbrk-vkorg IN r_vkorg.
    * Move field Customer group 4 to KOMPCV structure
      MOVE vbrp
    ENDIF.
    Please help me understand how to overcome the same. The function module called has a select query. Does it have something to do.
    Pasting here the form that calls this include.
    FORM USEREXIT_ACCOUNT_PREP_KOMPCV.
    *  KOMPCV-zzfield = xxxx-zzfield2.
    *{   INSERT         TSTK9B000H                                        1
    * TSTK9A05ZS-Begin of changes For scr 7060
    * Only for the sale organisation S096
        INCLUDE ZZIMOVEKVGR4.                                "TSTK9A05ZS
    * TSTK9A05ZS-End of changes
    *}   INSERT
    ENDFORM.
    Thanks & Regards,
    Selvakumar M.

    Hi,
    this form in RV60AFZZ is to modify KOMPCV fields.
    I can't see any attempts to change those fields in your include.
    You can either move your code directly into form routine USEREXIT_ACCOUNT_PREP_KOMPCV, or correct your code in your include to make it work (as Sudhi told before).
    Regards.
    Klaus

  • Windows thinks my itouch is a camera and itunes says this ipod can't be used because the software isn't installed - reinstall itunes.  i've done that and continue to get the same error.  can someone please help?

    windows thinks my itouch is a camera and itunes says this ipod can't be used because the software isn't installed - reinstall itunes.  i've done that and continue to get the same error.  can someone please help?

    (apologies for barging in, lllass.)
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, does your device connect without that message now?

Maybe you are looking for

  • The document could not be saved. A file I/O error has occurred

    Hello, I have scanned PDF files varying in size from < 1,000 pages to > 5,000 pages. I seem to experience this issue on and off on various files regardless of the size. The issue is when I OCR the pdf using Adobe Acrobat X Pro, when it's completed th

  • Maximum file size for iDisk's public folder?

    I was wondering whether there is a max size for files in the idisk's public folder. When syncing my 68 MB zip file, the file on the iDisk shows 0MB. When uploading files externally via Safari, any file above 1 MB shows as 0MB. What are the restrictio

  • APERTURE GALLERY NOT SHOWING IN IWEB WIDGET.

    It happens if you have published Photo gallery with exactly the same name of a Video Gallery with Aperture 2.1. iWeb09 Widget does not show the PhotoGallery with that name. Just rename it and ... it will be there to drag into your web page.

  • Transferring from old to new user account

    My existing user account is corrupted, and will not allow my Mac G5 (non-intel) to boot the desktop items; it only gets past the log in stage. In order to access my files, I created a new user account, and am able to transfer my files across easily e

  • ABAP help with deeply nested items.

    Gurus, We have a requirement whence we need to sum up the key figures from one transformation layer going to the next.  The challenge is, its a deeply nested structure. something like : SalesOrderItem     Higher Level Item         KeyFig   1000