Syntax error in ECC 6

HI All,
can any one please suggest me that cant we assign any prg to sy-repid.
i have ana error for this code SY-REPID = 'PRGNAME'.
error is:the field SY-REPID cant be changed

Hi the error is because:
The system field SY-REPID is not part of SYST or SY. Instead, every program contains the predefined constants SY-REPID and SYST-REPID, which both contain the name of the corresponding program. Furthermore, there are two predefined types of the same name, SY-REPID and SYST-REPID.
All system fields are addressed using SY field name and their types using SYST field name.
Go through this link....
http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm
Regards
vasu

Similar Messages

  • Syntax error in ECC 6.0

    Hi all,
    I have moved one of my program from 4.7 to Ecc 6.0 and when I tried to run it gives me this syntax error " " in include "RFKORI90                                                           
        "Field "SAVE_OUTPUTDONE" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement .
    but when I went in to the include RFKOR190, I have defined this as :
    data:   save_outputdone type FPOUTDONE.
    and this data: FPOUTDONE. is there in ECC 6.0 as domain, so can any one of you please tell me what exactly the problem is.
    Thanks,
    Rajeev

    Hi amiya,
    Thanks for the reply, I treid doing what you asked me to do but I am still getting the same error.
    So can you please tell me what is going wrong.
    Thanks,
    Rajeev

  • ECC syntax error for ADDFIELD.

    Dear Friends,
    I am getting a syntax error in ECC, for ADDFIELD.
    My original code is :
    data:   XI_SELTAB LIKE RSPARAMS OCCURS 0 WITH HEADER LINE.
          ADDFIELD XI_SELTAB 'ARBPL' V_GEWRK.
    Changed code is :
    *data:   XI_SELTAB LIKE RSPARAMS OCCURS 0 WITH HEADER LINE.
    TYPES: ty_XI_SELTAB TYPE RSPARAMS.
    Data:  XI_SELTAB TYPE  standard table of  ty_XI_SELTAB.
    Data:  wa_XI_SELTAB   type ty_XI_SELTAB.
    ADDFIELD WA_XI_SELTAB 'ARBPL' V_GEWRK.
    What is the exact syntax at here?? it not taking from work area.
    Thanks,
    Sridhar

    Sorry to all,
    Yes Its Micro and defined a like this :
    Macros
    DEFINE addfield.
      &1-sign = 'I'.
      &1-kind = 'S'.
    use operation cp if the value contains wildcards
      if &3 ca '*'.
        &1-option = 'CP'.
      else.
        &1-option = 'EQ'.
      endif.
    append the field name/value to the selection table
      if not &3 is initial.
        &1-selname = &2.
        &1-low     = &3.
        append &1.
      endif.
      clear &1.

  • Skip first screen & ECC 6 syntax error

    Hi,
    I have program that is in ECC 6 giving syntax error
      call transaction v_tcode using i_bdc options from i_options
                                          messages into i_message
                                          and skip first screen.
    I am getting a syntax error that "The additon AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION USING..."
    Any info how to correct this.
    aRs

    Hi,
    Thanks for your reply.
    The first screen i am calling in my program
        perform bdc_dynpro      using 'SAPMYCTC' '0100'.
        perform bdc_field       using 'BDC_OKCODE' '=ENTR'.
        perform bdc_field       using 'YCTC-CTCNUMBER'
                                      wa_yctc-ctcnumber.
    i am pushing the values to first screen , then i  need to screen skip the first screen
    aRs

  • ECC 6.0 related syntax error

    Hello Folks,
    My self Chetan , I am working in ABAP. I am on project, Now we are moving to ECC 6.0 from 4.7 and I am facing problem in some program regarding syntax error. I want remove the syntax error. Currently I am facing two problem.
    1. In one program there are three standards includes but they are not define so program is giving error include not found. then how can I remove this error.
    2. In second program it's giving error CCR1S table does not have BUKRS field but in 4.7 it BUKRS field is present .
    Can any bode please guide me in this issue.
    Thanks
    Chetan Chauhan.

    Hi
    1. In one program there are three standards includes but they are not define so program is giving error include not found. then how can I remove this error.
    If the program is a custom program as copy of std one, u should check the std program of rel. ecc 6.00 and find out how now the includes are called.
    If the program is std, u should active the version of release 6.00
    2. In second program it's giving error CCR1S table does not have BUKRS field but in 4.7 it BUKRS field is present .
    U should change the program in order to delete the code using that field, if u can't do it u should create a new structure ZCCR1S including CCR1S and add the field BUKRS, then use this new structure instead of std one.
    Max

  • Too many syntax errors after upgrade to ECC 6.0

    Hello,
    We have made a test upgrade from 4.6C to ECC 6.0. OS --> AIX 5.3; DB --> DB2 8.2. After upgrade we have a lot of syntax errors, why? Anybody has the same problem? Do I must to check all my programs?
    Thanks.
    Martin

    Hello, here there is an example in Z program, but I have seen in no Z programs too with includes or userexits in the second example.
    Thanks.
    Martin.
    first example:
    Error in the ABAP Application Program                                                                               
    The current ABAP program "GBT10CO0" had to be terminated because it has        
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program "ZGGBR000 " in include "ZGGBR000
    " in                                                                          
    line 279:                                                                      
    ""SYST-MODNO" must be a character-type data object (data type C, N, D, "       
    "T or STRING) ."                                                               
    second example:
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLGBL5" had to be terminated because it has       
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program "GBT10FI0 " in include "GBT10FIB
    " in                                                                         
    line 1288:                                                                    
    "The FORM "SEND_CMPLX_DATA_015" does not exist."

  • Syntax Error with EXPORT statement in ECC 6

    Hi All,
    I have one issue with EXPORT statement syntax.
    I have declared data like below:
    DATA: BEGIN OF mem_id,
              mandt LIKE sy-mandt,
              uname LIKE sy-uname,
              modno LIKE sy-modno,
            END OF mem_id.
    export the memory id
        EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID MEM_ID.
    When I am checking the syntax error i am getting like "MEM_ID" must be a character-type field (data type C, N, D or T). by "INTERFACE". by "INTERFACE". "INTERFACE". by "INTERFACE". by "INTERFACE".
    I know this statement would be like IMPORT ITAB TO JTAB FROM MEMORY ID 'table'. So I have written like below
    EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID 'MEM_ID'. But still it is throwing an error.
    Can you please let me know how can I resolve this?
    Regards,
    Jyothi CH.

    Hi Jyothi,
    data: l_var type string.
    concatenate '6' '8' into l_var separated by space.
    export l_var to memory id 'BB'.
    Here we have to declare the type(structure) for l_var not for BB
    and in another program
    data:l_var type string.
    import l_var from memory id 'BB'.
    write : l_var.

  • DB2 9.7 DFACT.SQL syntax error in Import ABAP phase - System Copy

    Hi all. I'm trying a system copy with a source system SAP ECC 6.0 ehp4 based on NW 701 and db2 LUW 9.1 .
    As it seems supported by SAP, i'm using db2 LUW 9.7 in target system.
    O.S. is Windows 2008.
    I got an error in phase "Import ABAP".
    Sapinst.log says:
    INFO 2010-02-18 10:12:14.337
    An error occured and the user decided to retry the current step: "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor".
    INFO 2010-02-18 10:12:14.509
    Switched to user: devadm.
    INFO 2010-02-18 10:12:14.572
    Creating file C:\Program Files\sapinst_instdir\ERPEhP4\LM\COPY\DB6\SYSTEM\CENTRAL\AS-ABAP\import_monitor.java.log.
    INFO 2010-02-18 10:12:14.603
    Switched to user: devadm.
    INFO 2010-02-18 10:12:14.618
    Working directory changed to C:\Program Files\sapinst_instdir\ERPEhP4\LM\COPY\DB6\SYSTEM\CENTRAL\AS-ABAP.
    INFO 2010-02-18 10:12:14.618
    Output of C:\j2sdk1.4.2_24-x64\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2010-02-18 10:12:44.790
    Execution of the command "C:\j2sdk1.4.2_24-x64\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_24-rev"
    Java(TM) Platform, Standard Edition for Business (build 1.4.2_24-rev-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_24-rev-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 1, completed 73, failed 0, total 75.
    Loading of 'SAPDFACT' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 73, failed 1, total 75.
    WARNING[E] 2010-02-18 10:12:44.790
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2010-02-18 10:12:44.790
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    Looking into import_monitor.java.log i found that the problem is in dfact import.
    I've looked into sapdfact.log and i found:
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20100218105045
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Jan 28 2010 20:22:25
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL
    (DB) INFO: connected to DB
    (DB6) INFO: COMPRESS YES is set during table creation.
    (DB6) DB2 9.5 automatic dictionary creation does not require an explicit REORG.
    (DB6) Compression threshold is ignored.
    (GSI) INFO: dbname   = "DEV                                                                                "
    (GSI) INFO: vname    = "DB6                             "
    (GSI) INFO: hostname = "UNKNOWN                                                         "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "SRVSAPDEV"
    (GSI) INFO: release  = "6.0"
    (GSI) INFO: version  = "6002 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 26 Step 5)"
    (DB) ERROR: DDL statement failed with SQL error
    ( ALTER TABLE "/BI0/E0PPM_VC1" DROP PRIMARY KEY  )
      (SQL error -539)
      error message returned by dsql:
    SQL0539N  Table or nickname "SAPDEV./BI0/E0PPM_VC1" does not have a "PRIMARY" key.  SQLSTATE=42888
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB6) INFO: executing DDL statements for object /BI0/E0PPM_VC1 from external SQL file.
    (DB) ERROR: DDL statement failed with SQL error
    ( CREATE TYPE 2 UNIQUE INDEX "/BI0/E0PPM_VC1~0" ON "/BI0/E0PPM_VC1"   ("KEY_0PPM_VC1T" ,   "KEY_0PPM_VC11" ,   "KEY_0PPM_VC1U" ,   "KEY_0PPM_VC1P" )   USING STOGROUP ___FAI PRIQTY 16   SECQTY 10240 FREEPAGE 0 PCTFREE 0   GBPCACHE CHANGED DEFINE NO   BUFFERPOOL BP3 COPY NO   PIECESIZE 2097152 K CLUSTER NOT PADDED  )
      (SQL error -7)
      error message returned by dsql:
    SQL0007N  The character "_" following "" )   USING STOGROUP" is not valid.  SQLSTATE=42601
    (DB) INFO: disconnected from DB
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    S:\usr\sap\DEV\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20100218105045
    So as you can see it seems that there's some syntax error in dfacl.log. The wrong SQL statement referred by sapdfact.log is
    ind: /BI0/E0PPM_VC1~0
    sql: CREATE TYPE 2 UNIQUE INDEX "/BI0/E0PPM_VC1~0" ON "/BI0/E0PPM_VC1"
      ("KEY_0PPM_VC1T" ,
      "KEY_0PPM_VC11" ,
      "KEY_0PPM_VC1U" ,
      "KEY_0PPM_VC1P" )
      USING STOGROUP ___FAI PRIQTY 16
      SECQTY 10240 FREEPAGE 0 PCTFREE 0
      GBPCACHE CHANGED DEFINE NO
      BUFFERPOOL BP3 COPY NO
      PIECESIZE 2097152 K CLUSTER NOT PADDED ;
      |
      ALTER TABLE "/BI0/E0PPM_VC1"
      ADD PRIMARY KEY ("KEY_0PPM_VC1T",
      "KEY_0PPM_VC11",
      "KEY_0PPM_VC1U",
      "KEY_0PPM_VC1P") ;
    Am i missing something?
    Data in referred tables (infocubes) isn't really important.
    Is there a safe way to proceed?
    Thanks in advance.
    Regards
    Simone Zaffalon

    And this is the strange point: my source system is not a BI and my dataclasses .SQL files are not empty.
    Me too i would expect that the files should be empty but instead they are full of object definitions.
    For example i have APPL0.SQL that contains a list of all tables of ECC system, for example
    tab: MAMT
    sql:     CREATE TABLE "MAMT"
            ("MANDT" SAPDB6VARCHAR(000003)
            DEFAULT '000' NOT NULL,
            "MATNR" SAPDB6VARCHAR(000018)
            DEFAULT ' ' NOT NULL,
            "SPRAS" SAPDB6VARCHAR(000001)
            DEFAULT ' ' NOT NULL,
            "MEINH" SAPDB6VARCHAR(000003)
            DEFAULT ' ' NOT NULL,
            "MTXID" SAPDB6VARCHAR(000002)
            DEFAULT ' ' NOT NULL,
            "LFDNR" SAPDB6VARCHAR(000002)
            DEFAULT '00' NOT NULL,
            "MAKTM" SAPDB6VARCHAR(000040)
            DEFAULT ' ' NOT NULL)
            IN "&location&"
            INDEX IN "&locationI&"
            LONG  IN "&locationL&"
          COMPRESS YES;
          ALTER TABLE "MAMT" LOCKSIZE ROW;
    and like this for all others tables.
    What would occur if i launch an import with such .SQL files?
    (shuld i put this question to another thread or is fine for you to answer on this?)
    Thank you again.
    Simone Zaffalon

  • Syntax Error occured in Program  in include " CNTN01

    Hi,
    We are working on SAP 4.6C to ECC 6.0 Migration. While testing One Transaction, I am getting following error:
    The current ABAP program "CL_GOS_TOOLBOX_MODEL==========CP" had to be
    terminated because it has come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "Z3I_CL_BASCULER_SCS_GOS=======CP " in include "<CNTN01> " in
    line 13:
    "Within classes and interfaces, you can only use "TYPE" to refer to ABA"
    "P Dictionary types, not "LIKE" or "STRUCTURE"."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    This Error is coming while executing transaction in ECC 6.0 however in R/3 4.6C it is working fine.
    Pls Advice what should be done to resolve this issue. This issue is coing in alot of transactions.
    I will appreciate if anyone of you can guide me regarding same.
    regards
    Sandeep

    Hi,
    I was trying hand on one of my Z class which contain  include <CNTN01>. in its Local Types.
    I commented the existing include statement and added new statement as
    INCLUDE CNTN01_OO.
    After saving now when i try to activate the Z Class, it is giving me following error:
    INCLUDE CNTN01_OO
    You can only define classes and interfaces at the highest level of CLASS-POOL.
    CLASS Z5C_CL_MESSAGE, Internal classes in a class include "CNTN01_OO" does not start with the prefix (Z5C_CL_MESSAGE=======)of the current class pool.
    pls advice what i should do correct this issue.
    Sandeep

  • Query code cotains Syntax Errors

    Hello Experts,
    In the process of upgrading from 4.6 to 6.0 ECC SAP version, we had some issues at the moment of testing Queries from SQ01 transaction, nevertheless almost all the problems with queries were solved by regenerating them all over again from SQ01 for Queries and SQ02 for Infosets.
    Everything was OK so far, until I tested this Query related to PCH Logical Database and realized that It had Syntax Errors and can't run, and the other 5 Queries related to the same Logical Database are having the same Syntax Errors and they can not be fixed by executing the Query from SQ01 or regenerating the Infoset (PCHORG) from SQ02.
    I guess the Syntax Errors must be fixed by regenerating the code in the new version, but how can I do this?
    Or, is there another process I am skipping to achieve this?
    Any ideas on this?
    Thanks in advance!

    Hello VitorDFPinheiro thanks for your answer,
    I tried to modify the errors manually but in first Instance this is not possible whitout an Access Key and secondly I think this is not the best practice due the code for queries is generated Automaticaly.
    Nevertheless I tried to correct this syntax errors by copying the code and pasted it into a new Z program and compile it, the compiler threw even more errors when I corrected the first one, so I think that this is not the way to procced.
    I guess that there should be a way to "regenerate" the query and this "regeneration" must reorganize the code and its syntax.
    Any other suggestions?
    Edited by: memo_cv on Oct 11, 2010 6:56 PM

  • Reg syntax error in ECC6.0

    hi,
    Iam getting syantax error for this small code in ECC 6.0.
    plz help in solving this.
    here is the full code.
    DATA: WS-01(1) TYPE C VALUE '1',
    WS-02(1) TYPE C VALUE '2',
    WS-03(1) TYPE C VALUE '3',
    WS-04(1) TYPE C VALUE '4',
    WS-05(1) TYPE C VALUE '5',
    WS-06(1) TYPE C VALUE '6',
    WS-07(1) TYPE C VALUE '7',
    WS-08(1) TYPE C VALUE '8',
    WS-09(1) TYPE C VALUE '9',
    WS-10(1) TYPE C VALUE 'A', "Omit letter 'A'
    WS-10(1) TYPE C VALUE 'B',
    WS-11(1) TYPE C VALUE 'C',
    WS-12(1) TYPE C VALUE 'D',
    WS-14(1) TYPE C VALUE 'E', "Omit letter 'E'
    WS-13(1) TYPE C VALUE 'F',
    WS-14(1) TYPE C VALUE 'G',
    WS-15(1) TYPE C VALUE 'H',
    WS-18(1) TYPE C VALUE 'I', "Omit letter 'I'
    WS-16(1) TYPE C VALUE 'J',
    WS-17(1) TYPE C VALUE 'K',
    WS-18(1) TYPE C VALUE 'L',
    WS-19(1) TYPE C VALUE 'M',
    WS-20(1) TYPE C VALUE 'N',
    O TYPE N VALUE '24', "Omit letter 'O'
    WS-21(1) TYPE C VALUE 'P',
    WS-22(1) TYPE C VALUE 'Q',
    WS-23(1) TYPE C VALUE 'R',
    WS-24(1) TYPE C VALUE 'S',
    WS-25(1) TYPE C VALUE 'T',
    WS-29(1) TYPE C VALUE 'U', "Omit letter 'U'
    WS-26(1) TYPE C VALUE 'V',
    WS-27(1) TYPE C VALUE 'W',
    WS-28(1) TYPE C VALUE 'X',
    WS-29(1) TYPE C VALUE 'Y',
    WS-30(1) TYPE C VALUE 'Z',
    WS-31(1) TYPE C VALUE '0',
    NUM_LENGTH TYPE N VALUE '8'. " Length of stored no.
    DATA : MAX_VAL(2) TYPE N VALUE '31'.
    DATA: BEGIN OF NUM_TAB OCCURS 35,
    CHAR(1) TYPE C,
    VAL LIKE SY-INDEX,
    END OF NUM_TAB.
    initializes internal table with character values from data
    DO MAX_VAL TIMES VARYING CHAR FROM WS-01 NEXT WS-02 .
    MOVE: CHAR TO NUM_TAB-CHAR,
    SY-INDEX TO NUM_TAB-VAL.
    APPEND NUM_TAB.
    ENDDO.
    regards
    vaja

    Hi,
    In unicode field names were not allowed with - symbol
    wa-20 is not allowed
    wa_20 is allowed
    if you use wa-20 you will get syntax errors.
    Regards,
    sivachalasani.

  • Syntax error in ECC6.0

    Hi experts , a syntax error is coming wile running the zprogram in ECC 6.0.
    here i am giving teh piece of code where exactly error is coming. could any one help me in this.
    error is " the literal '1' is not type compatable with formal parameter".
          AT NEW WERKS.
            PERFORM NEXT_ROW USING 0 1.(error is showing at this line)
            PERFORM SET_FORMAT USING 2 SPACE SPACE.
            WRITE: 2 BLANK(71).
            WRITE: 2(4) KONSI-WERKS.
          ENDAT.
    ****the below form is in some standard include*****
    FORM NEXT_ROW USING LOCCOLOR type i
                        LOCINTEN type c.
      SCOL = LOCCOLOR.
      SINT = LOCINTEN.
      PERFORM SET_COLOR.
      WRITE:/ SY-VLINE NO-GAP, <SLIN> NO-GAP, SY-VLINE.
      POSITION 1.
    ENDFORM.
    could any on ehelp me in this,  to how can i resolve this problem

    Did you try using quotes for 1 and 0 ?
    AT NEW WERKS.
    PERFORM NEXT_ROW USING '0' '1'.(error is showing at this line)
    PERFORM SET_FORMAT USING '2' SPACE SPACE.
    WRITE: 2 BLANK(71).
    WRITE: 2(4) KONSI-WERKS.
    ENDAT.
    ****the below form is in some standard include*****
    FORM NEXT_ROW USING LOCCOLOR type i
    LOCINTEN type c.
    SCOL = LOCCOLOR.
    SINT = LOCINTEN.
    PERFORM SET_COLOR.
    WRITE:/ SY-VLINE NO-GAP, <SLIN> NO-GAP, SY-VLINE.
    POSITION 1.
    ENDFORM.

  • Syntax error in program "SAPLBBP_BAPI_PO " while PO transfer

    Hi:
    I am getting below dump in ECC when I order PO in SRM. PO is created in SRM successfully, but err out.  I am on SRM 701 with PPS and ECC 6.  I am guessing some switch needs to be activated but not sure.  Any help is appreciated.
    Syntax error in program "SAPLBBP_BAPI_PO "
    The current ABAP program "SAPMSSY1" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "SAPLBBP_BAPI_PO " in include
    "LBBP_BAPI_POU04 " in
    line 1:
    "Function "BBP_GET_SWITCH_STATE_RFC" not found in Function Library."

    Hello Vijay,
    Could you please check:
    - in R/3 if Business Function LOG_MM_MAA_1 is switched on in SWF5 transaction.
    - in SRM if BBP_FUNCTION_MAP table is populated for adaptater BBP_GET_SWITCH_STATE_RFC.
    Regards.
    Laurent.

  • Syntax error in program "SAPLS38E "

    Hi BASIS Gurus,
    I implemented all the SNOTE's as per the recommendation of RSECNOTE and included all the SNOTE in the same request and transported to Quality System , but the TR ended with warning .
    We are now unalbe be run any program in SE38 and even functional modiule , its giving dump error . Please find the error below
    The current ABAP program "SAPLSEWORKINGAREA" had to be terminated because it
    has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "SAPLS38E " in include "LS38EU24
    " in
    line 63:
    "FORM "GET_MASLANGU" does not exist"
    Please also find the STMS Error
    Program SAPLS38E, Include LS38EU24: Syntax error in line 000063
    FORM 'GET_MASLANGU' does not exist
    Please can you help me in this issue.
    Regards,
    Pradeep

    Hi ,
    Please find the list of SNOTES applied
    1075850     Forecast with linear regression model
    1128669     Material forecast: Period fixing incorrect
    1321756     Mass activation: Object activated instead of deleted
    1342064     Insufficient monitoring for SXI_CACHE
    1356215     Missing authorization check in EMMACLS generation program
    1361038     Report RJ-JXINI generates unnecessary source code
    1362972     Industry Solution Migration Workbench: Authorization check
    1363371     FS-CD: Missing authorization checks SAPRGEN_CD
    1450128     Code injection vulnerability in ECC and SAP R/3
    1453457     WebReporting: Unauthorized modification of displayed content
    1453604     Potential information disclosure relating to ECC and SAP R/3
    1453605     Potential information disclosure relating to ECC and SAP R/3
    1469982     Code injection vulnerability in ECC and SAP R/3
    1470094     Authorization check in report H99_B2AFILE missing
    1472395     Unauthorized change of stored contents (agency collections)
    1479762     Missing authority check in SAP_RSADMIN_MAINTAIN
    1481786     Selection field with more than 22 characters is truncated
    1481802     Potential disclosure and modification of persisted data
    1499901     Executing arbitrary code with RSNROGEN
    1509344     Potential disclosure and modification of persisted data
    1514927     Unauthorized modification of displayed content in BW
    1520781     Potential disclosure and modification of code and data
    1523530     Workflow notification: Length restriction in title of e-mail
    1523808     Missing authorization check in CATT or eCATT
    1525695     Update #1 for Note 587410: Missing Authorization Check SE37
    1527823     XI Runtime: Timestamp in XI Cache application log
    1528822     Missing authorization check in WebReporting
    1530392     Missing Authorization Check in SW-Delivery tools
    1531669     Missing Authorization Check
    1536091     Missing Authorization Check in Change logs component.
    1536491     ALE: Missing authorization check in ALE monitoring tool
    1536640     WebReporting:Unauthorized modification of displayed content
    1538218     Potential information disclosure relating to security by WDA
    1542645     Users with hardcoded name & password created in BC-DOC-TER
    1547271     Missing authorization check in RFC with call transaction
    1548848     Potential information disclosure relating to user/processes
    1549999     Missing authorization check in the workflow analysis
    1554030     Missing authorization check in fumo EPS_DELETE_FILE
    1555846     Missing authorization check in WD ABAP tracing tool
    1556749     Unauthorized execution of functions in SAP system
    1557197     Missing authorization check in portal connection
    1560538     Missing authorization check in SCM-APO-INT
    1560649     Hard-coded credentials in BCS
    1563110     Potential information disclosure relating to FM TH_GREP
    1565444     Missing authorization check in Output Server
    1567630     Unauthorized modification of displayed content in BC-DOC-TTL
    1567635     Unauthorized modification of contents displayed in ICF
    1567882     Missing authorization check in BW RFC
    1569550     Unauthorized execution of functions in transaction BAPI
    1570374     Missing Authorization Check in Package Builder
    1570717     Hard-coded credentials in ABAP Workbench
    1571944     Missing Authorization Check in ABAP Workbench
    1572152     Potential ABAP code generation w/o logging
    1572325     Unauthorized modification of displayed content in BW
    1572340     Directory traversal in PSE function modules
    1572345     Hard-coded credentials in ABAP Task Handler
    1572346     Hard-coded credentials in ABAP Test Cockpit
    1572714     Missing Authorization Check in Profile Parameter Handling
    1574226     Unauthorized modification of displayed content in IC Manager
    1575006     Directory Traversal in SPOOL System
    1576055     Dangerous ABAP Commands; DELETE REPORT in RSBTCDRP
    1577155     Unauthorized modif. of displayed content in WD trace tool
    1578393     Hard-coded credentials in BC-SRV-KPR-DMF
    1578473     Directory Traversal in Unicode Migration Tools
    1580017     Code injection vulnerability in TH_GREP
    1580874     Directory traversal in ABAP Syntax Checking
    1581644     Unauthorized modification of displayed content in CRM-BPS
    1581717     Potential disclosure of persisted data in BW RFC
    1582870     ABAP XSS Escaping Support
    1583235     Unauthorized modification of displayed content
    1583286     Poss. disclosure of authorization verifications in RSTXSCRP
    1583301     Missing authorization check in Loans Management
    1584002     Unauthorized modification of contents displayed in ICF
    1586739     Hard-coded credentials in FI-FM
    1587581     Unauthorized use of application functions in workflow (BSP)
    1588869     Potential disclosure of persisted data in FIN-FSCM-TRM
    1589919     Hard-coded credentials in Function Builder
    1590272     Unauthorized modification of stored content:hrrcf_searchhlp
    1591048     QPAP: Potential modification or disclosure of persisted data
    1591146     Missing authorization check in profile maintenance module
    1591349     Missing authorization check in BRF
    1591813     Potential disclosure of persisted data in test code
    1592029     Missing authorization check in customer master data
    1592312     Code injection vulnerability in EC-EIS
    1594644     Potential disclosure of persisted data in the monitors
    1599072     Directory traversal in RE-BD
    1602039     Missing Authorization Check in IS-B-BCA
    1606471     Unauthorized modification of displayed content in workflow
    1607721     Unauthorized modification of displayed content in Unicode Co
    1610299     Unauthorized change to contents in PI message monitoring
    1612983     Unauthorized use of appl. functions in mobile extension
    1614719     Missing authorization check in ETM planning
    1620914     Potential information disclosure relating to passwords
    1625060     Missing authorization check in component IS-B-BCA
    I will try to do the suggested SNOTE manually also.
    Thanks ,
    Pradeep

  • Syntax error after applying NOTE 2028544

    Hello Experts,
    We implemented Fiori My Timesheet application and it was working fine except while saving the time data from Fiori we were getting short dump saying conversion error (found during debugging) as mentioned in below screenshot.
    To overcome this error we implemented SAP NOTE 2028544 in ECC using SNOTE but it was throwing an syntax error in a interface /IWBEP/IF_MGW_MED_ODATA_TYPES. While during version comparision we found out that the NOTE has removed a line from the program (Below screenshot) which is causing the error. Also we are currently in SAPK-20009INIWBEP version of IW_BEP.
    Can anyone please let us know what wrong we did and how to overcome this situation since we cannot revert back the changes because it is asking for access key to manually change the code and when we are trying to reset the NOTE implementation using SNOTE then we are getting syntax error in the above program?
    Thanks in advance.
    Regards,
    Rahul
    Tags edited by: Michael Appleby (but please start doing this on your own)

    Hello Pankaj,
    While checking the NOTE 2032088 and the correction instructions, it was mentioned that the prerequisites is to apply NOTE 2028544 (The one in which we are facing error).
    But the main problem now is we applied the NOTE 2028544 but it caused a change in a program (mentioned earlier) and we activated it forcefully. Now when we are trying to open My Timesheet application it is giving error. When we try to reset this NOTE implementation then we cannot do because it is saying there is a syntax error in your program.
    We are now in deadlock situation where we cannot move forward or backward
    Regards,
    Rahul

Maybe you are looking for

  • Execute Process Task showing all the SSIS Config variables in SQL Job History

    Hi, Am using an Execute Process task to execute my child package. And executing the Parent package from a SQL JOB. I am using the same config file for both Parent and Child packages. After the Job execution was Successful / Failure, in Job history it

  • Fan problem. hot notebook

    I'have a problem with my fan. It never starts and my notebook become so hot that i can't put my hands on. I get the temperature with acpi and lm-sensor but my fan doesn't start. Any idea?

  • Photosmart C4385 not printing correct number of copies

    For each copy that is to be printed, 3 times as many copies are being made; i.e., 1=3, 2=6, etc.  I have unplugged it from the power source and usb cable and waited and then plugged everything back in thinking that this would reset it.  I finally ins

  • Blackberry apps wont work !!

     okay so basically i have the bible app and facebook app.Bought were working GREAT ! until..... out of no were they stoped working it keeps saying "you dont have enough sufficient wireless coverage or your wifi is turned off " which its not my wifi i

  • Adding columns in Layout set of CJI5

    Hi, I am executing the transaction CJI5.  In Change Layout option of the report ouput it is showing 41 columns but in the program the field catalogue has 190 fields and even the output final table has 190 fields.  I  am not able to view the remaining