ebook img

Category ABAP Programming Error Runtime Errors SYNTAX_ERROR ABAP Program /KINTANA ... PDF

54 Pages·2012·1.08 MB·English
by  
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Category ABAP Programming Error Runtime Errors SYNTAX_ERROR ABAP Program /KINTANA ...

Category ABAP Programming Error Runtime Errors SYNTAX_ERROR ABAP Program /KINTANA/SAPLSCV1_BCS Application Component Not Assigned Date and Time 27.06.2013 10:42:09 Short text Syntax error in program "/KINTANA/SAPLSCV1_BCS ". What happened? Error in the ABAP application program. The current ABAP program "/KINTANA/SCV1_CL_IM===========CP" had to be interrupted because it contains a statement that cannot be executed. In the include "/KINTANA/LSCV1_BCS$04 " in the line 17 of program "/KINTANA/SAPLSCV1_BCS " the following syntax errors occur: "Type "DSVASDNAMESPACE" is unknown" " " " " " " Author and last person to change the include are: Author "SAP* " Last changer "SAP* " What can you do? Please eliminate the error by performing a syntax check (or an extended program check) on the program "/KINTANA/SAPLSCV1_BCS ". You can also perform the syntax check from the ABAP Editor. If the problem persists, proceed as follows: Take note of the actions and inputs that lead to the error. Contact your SAP administrator for further processing of the problem. Using transaction ST22 for ABAP short dump analysis you can see and administrate termination messages and retain them for a longer period. Error analysis The following syntax error was found in the program /KINTANA/SAPLSCV1_BCS : "Type "DSVASDNAMESPACE" is unknown" " " " " " " How to correct the error Probably the only way to eliminate the error is to correct the program. If you cannot solve the problem yourself, please send the following documents to SAP: 1. A hard copy print describing the problem (short dump). To obtain this, select "System->List->Save->Local File (unconverted)" on the current screen. 2. A suitable hardcopy printout of the system log. To obtain this, call the system log with Transaction SM21 and set the time interval to 10 minutes before and 5 minutes after the short dump. In the display choose "System->List->Save-> Local File (unconverted)" 3. If the programs are your own programs or modified SAP programs, supply the source code. To do this, choose "More Utilities->Upload/Download->Download" in the Editor. 4. Details regarding the conditions under which the error occurred or which actions and input led to the error. System environment SAP Release..... 730 SAP Basis Level. 0008 Application server... "apss135" Network address...... "10.108.3.45" Operating system..... "HP-UX" Release.............. "B.11.31" Hardware type........ "ia64" Character length.... 16 Bits Pointer length....... 64 Bits Work process number.. 0 Shortdump setting.... "full" Database server... "apss135" Database type..... "ORACLE" Database name..... "BWD" Database user ID.. "SAPBWP" Terminal.......... "APEX-HZK74R1" Char.set.... "C" SAP kernel....... 720 created (date)... "Jan 17 2013 01:45:09" create on........ "HP-UX B.11.23 U ia64" Database version. "OCI_102, 11.2.0.3.0, V1, default" Patch level. 401 Patch text.. " " Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" SAP database version. 720 Operating system..... "HP-UX B.11" Memory consumption Roll.... 0 EM...... 16759168 Heap.... 0 Page.... 49152 MM Used. 2885824 MM Free. 1301296 User and Transaction Client.............. 105 User................ "MA7487" Language key........ "E" Transaction......... "SE09 " Transaction ID...... "51CBC88353452D53E10000000A6C032D" EPP Whole Context ID.... "0017A477041C1ED2B7E6F0A9D0CB4100" EPP Connection ID....... 00000000000000000000000000000000 EPP Caller Counter...... 0 Program............. "/KINTANA/SCV1_CL_IM===========CP" Screen.............. "SAPMSSY0 0120" Screen Line......... 8 Debugger Active..... "none" Information on where terminated Termination occurred in the ABAP program "/KINTANA/SCV1_CL_IM===========CP" - in "IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE". The main program was "RDDM0001 ". In the source code you have the termination point in line 63 of the (Include) program "/KINTANA/SCV1_CL_IM===========CM002". Source Code Extract Line SourceCde 33** Interne Tabellen 34* DATA: 35* itab TYPE STANDARD TABLE OF /kintana/scv1, 36* it_values TYPE STANDARD TABLE OF scprvals. 37 38** Konstanten 39* CONSTANTS: 40* lc_prefix(1) TYPE c VALUE 'Y'. 41 42*************************** START ************************************** 43** if sy-uname = 'DAN_SUL'. 44** break dan_sul. 45 46 47 48* Nur Customizing- und Workbenchaufträge (keine Aufgaben) 49 IF type EQ 'W' OR type EQ 'K'. 50 51* SOM Prüfung falls im Globalen Customizing so gewünscht 52* error = '1'. 53* Dokumentation prüfen falls so Eingestellt 54* error = '2'. 55* Andere Prüfung 56* error = '3'. 57 58* Anlegen BC-Set mit TRKORR 59 60******* Das coding ab hier kommt dann später in einen FB! ************** 61 IF ( error IS INITIAL ). 62 >>>>> CALL FUNCTION '/KINTANA/SCV1_CREATE_VERSION' 64 EXPORTING 65* PROFID = 66* RELEASE = 67* PROFTEXT = 68 request = request 69* COMPONENT = 'SAP_BASIS' 70* ORGID = '/0CUST' 71* BCS_DEVCLASS = '$TMP' 72* PREFIX = 'Y' 73 status = 'F'. 74 75 76** CALL FUNCTION '/CIRRUS/I9_SCV_CREATE_VERSION' 77** EXPORTING 78** REQUEST = request 79*** COMPONENT = 'SAP_BASIS' 80*** ORGID = '/0CUST' 81*** BCS_DEVCLASS = '$TMP' 82*** PREFIX = 'Y' Contents of system fields Name Val. SY-SUBRC0 SY-INDEX1 SY-TABIX3 SY-DBCNT2 SY-FDPOS1 SY-LSIND1 SY-PAGNO0 SY-LINNO1 SY-COLNO1 SY-PFKEYTDR_FULL SY-UCOMMREFR SY-TITLETransport Organizer: Requests SY-MSGTY SY-MSGID SY-MSGNO000 SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4 SY-MODNO1 SY-DATUM20130627 SY-UZEIT104208 SY-XPROGSAPLSYST SY-XFORMSYSTEM_HOOK_OPEN_DATASET Active Calls/Events No. Ty. Program Include Line Name 21 FUNCTION /KINTANA/SCV1_CL_IM===========CP /KINTANA/SCV1_CL_IM===========CM002 63 IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE 20 METHOD /KINTANA/SCV1_CL_IM===========CP /KINTANA/SCV1_CL_IM===========CM002 63 /KINTANA/SCV1_CL_IM=>IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE 19 METHOD CL_EX_CTS_REQUEST_CHECK=======CP CL_EX_CTS_REQUEST_CHECK=======CM002 178 CL_EX_CTS_REQUEST_CHECK=>IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE 18 FORM SAPLSCTS_RELEASE LSCTS_RELEASEF12 546 USER_EXIT_BEFORE_RELEASE 17 FUNCTION SAPLSCTS_RELEASE LSCTS_RELEASEU12 268 TRINT_RELEASE_WITHOUT_TRANSP 16 FUNCTION SAPLSCTS_RELEASE LSCTS_RELEASEU11 40 TRINT_RELEASE_REQUEST 15 FUNCTION SAPLSCTS_RELEASE LSCTS_RELEASEU09 80 TR_RELEASE_REQUEST 14 FORM SAPLSTRH LSTRHF05 1196 RELEASE_REQUEST 13 FUNCTION SAPLSTRH LSTRHU05 509 TRINT_TDR_USER_COMMAND 12 FORM SAPLSTRH LSTRHF01 2745 TDR_USER_COMMAND 11 FORM SAPLSEUT LSEUTF00 293 UC_USER_CALLBACK 10 FORM SAPLSEUT LSEUTFE1 856 UC_HANDLE_UCOMM 9 EVENT SAPLSEUT LSEUTE01 53 ATUSER-COMMAND 8 FUNCTION SAPLSEUT LSEUTU04 135 RS_TREE_LIST_DISPLAY 7 FORM SAPLSTRH LSTRHF01 2241 DISPLAY_THE_TREE 6 FUNCTION SAPLSTRH LSTRHU01 101 TRINT_DISPLAY_REQUESTS 5 FUNCTION SAPLSTRH LSTRHU02 88 TRINT_PRESENT_REQUESTS 4 FUNCTION SAPLSTRH LSTRHU08 62 TR_PRESENT_REQUESTS_ORGANIZER 3 FORM RDDM0001 RDDM0001 1655 DISPLAY_REQUESTS 2 FORM RDDM0001 RDDM0001 447 USER_COMMAND_0220 1 MODULE (PAI) RDDM0001 RDDM0001 1624 USER_COMMAND_0100 Chosen variables Name Val. No. 21 Ty. FUNCTION Name IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE REQUEST BWDK923183 00000000000000000000 00000000000000000000 45443333332222222222 274B9231830000000000 004200570044004B0039003200330031003800330020002000200020002000200020002000200020 TYPE K 0 0 4 B 004B OWNER MA7487 000000000000 000000000000 443333222222 D17487000000 004D00410037003400380037002000200020002000200020 OBJECTS Table IT_165[0x360] \FUNCTION-POOL=STRH\FORM=RELEASE_REQUEST\DATA=LS_REQUEST_TMP-OBJECTS Table reference: 46 TABH+ 0(20) = 0000000000000000000000000000000000000000 TABH+ 20(20) = 0000002E000000A50000000000000168FFFFFFFF TABH+ 40(16) = 04000059000054100004249403000000 store = 0x0000000000000000 ext1 = 0x0000000000000000 shmId = 0 (0x00000000) id = 46 (0x0000002E) label = 165 (0x000000A5) fill = 0 (0x00000000) leng = 360 (0x00000168) loop = -1 (0xFFFFFFFF) xtyp = TYPE#000030 occu = 4 (0x00000004) accKind = 1 (ItAccessStandard) idxKind = 0 (ItIndexNone) uniKind = 2 (ItUniNo) keyKind = 1 (default) cmpMode = 2 (cmpSingleMcmpR) occu0 = 1 stMode = 0 groupCntl = 0 rfc = 0 unShareable = 0 mightBeShared = 0 sharedWithShmTab = 0 isShmLockId = 0 isUsed = 1 isCtfyAble = 1 hasScndKeys = 0 hasRowId = 0 scndKeysOutdated = 0 scndUniKeysOutdated = 0 KEYS Table IT_166[0x564] \FUNCTION-POOL=STRH\FORM=RELEASE_REQUEST\DATA=LS_REQUEST_TMP-KEYS Table reference: 47 TABH+ 0(20) = 0000000000000000000000000000000000000000 TABH+ 20(20) = 0000002F000000A60000000000000234FFFFFFFF TABH+ 40(16) = 04000059000054A00004249403000000 store = 0x0000000000000000 ext1 = 0x0000000000000000 shmId = 0 (0x00000000) id = 47 (0x0000002F) label = 166 (0x000000A6) fill = 0 (0x00000000) leng = 564 (0x00000234) loop = -1 (0xFFFFFFFF) xtyp = TYPE#000033 occu = 4 (0x00000004) accKind = 1 (ItAccessStandard) idxKind = 0 (ItIndexNone) uniKind = 2 (ItUniNo) keyKind = 1 (default) cmpMode = 2 (cmpSingleMcmpR) occu0 = 1 stMode = 0 groupCntl = 0 rfc = 0 unShareable = 0 mightBeShared = 0 sharedWithShmTab = 0 isShmLockId = 0 isUsed = 1 isCtfyAble = 1 hasScndKeys = 0 hasRowId = 0 scndKeysOutdated = 0 scndUniKeysOutdated = 0 KEYS_STR Table IT_167[0x344] \FUNCTION-POOL=STRH\FORM=RELEASE_REQUEST\DATA=LS_REQUEST_TMP-KEYS_STR Table reference: 49 TABH+ 0(20) = 0000000000000000000000000000000000000000 TABH+ 20(20) = 00000031000000A70000000000000158FFFFFFFF TABH+ 40(16) = 0400005900005530000424C403000000 store = 0x0000000000000000 ext1 = 0x0000000000000000 shmId = 0 (0x00000000) id = 49 (0x00000031) label = 167 (0x000000A7) fill = 0 (0x00000000) leng = 344 (0x00000158) loop = -1 (0xFFFFFFFF) xtyp = TYPE#000036 occu = 4 (0x00000004) accKind = 1 (ItAccessStandard) idxKind = 0 (ItIndexNone) uniKind = 2 (ItUniNo) keyKind = 1 (default) cmpMode = 8 (cmpManyEq) occu0 = 1 stMode = 0 groupCntl = 0 rfc = 0 unShareable = 0 mightBeShared = 0 sharedWithShmTab = 0 isShmLockId = 0 isUsed = 1 isCtfyAble = 1 hasScndKeys = 0 hasRowId = 0 scndKeysOutdated = 0 scndUniKeysOutdated = 0 DIALOG X 0 0 5 8 0058 TEXT Test BWD - BWQ 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 567724542224552222222222222222222222222222222222222222222222 453402740D02710000000000000000000000000000000000000000000000 005400650073007400200042005700440020002D002000420057005100200020002000200020002000200020002000 ATTRIBUTES Table IT_168[0x176] \FUNCTION-POOL=STRH\FORM=RELEASE_REQUEST\DATA=LS_REQUEST_TMP-ATTRIBUTES Table reference: 45 TABH+ 0(20) = 0000000000000000000000000000000000000000 TABH+ 20(20) = 0000002D000000A800000000000000B0FFFFFFFF TABH+ 40(16) = 04000059000055F00004249403000000 store = 0x0000000000000000 ext1 = 0x0000000000000000 shmId = 0 (0x00000000) id = 45 (0x0000002D) label = 168 (0x000000A8) fill = 0 (0x00000000) leng = 176 (0x000000B0) loop = -1 (0xFFFFFFFF) xtyp = TYPE#000040 occu = 4 (0x00000004) accKind = 1 (ItAccessStandard) idxKind = 0 (ItIndexNone) uniKind = 2 (ItUniNo) keyKind = 1 (default) cmpMode = 2 (cmpSingleMcmpR) occu0 = 1 stMode = 0 groupCntl = 0 rfc = 0 unShareable = 0 mightBeShared = 0 sharedWithShmTab = 0 isShmLockId = 0 isUsed = 1 isCtfyAble = 1 hasScndKeys = 0 hasRowId = 0 scndKeysOutdated = 0 scndUniKeysOutdated = 0 SYST-REPID /KINTANA/SCV1_CL_IM===========CP 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 2444544425453544544333333333334522222222 FB9E41E1F3361F3CF9DDDDDDDDDDDD3000000000 002F004B0049004E00540041004E0041002F0053004300560031005F0043004C005F0049004D003D003D003D003D00 SY-XFORM SYSTEM_HOOK_OPEN_DATASET 000000000000000000000000000000 000000000000000000000000000000 555544544445454454454545222222 39345DF8FFBFF05EF4141354000000 00530059005300540045004D005F0048004F004F004B005F004F00500045004E005F00440041005400410053004500 ERROR 0 0 2 0 0020 RSJOBINFO 00000000000000 ## 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000 %_DUMMY$$ 0000 0000 2222 0000 0020002000200020 SPACE 0 0 2 0 0020 SY #################################################x# #########################$#º###x###린Xu#Ѐ> 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FB000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000F9000400 0000000000000000000000000000000000000000000000000702000000000000000000000000020B000700FB570000 010003020000000000000201010001000000000600000C0008000C0100000000000000000000040A000800F085000C 0000000100000000000000030000000200000000000000000000000000000000000000000000000000000002000000 SY-REPID /KINTANA/SCV1_CL_IM===========CP 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 2444544425453544544333333333334522222222 FB9E41E1F3361F3CF9DDDDDDDDDDDD3000000000 002F004B0049004E00540041004E0041002F0053004300560031005F0043004C005F0049004D003D003D003D003D00 No. 20 Ty. METHOD Name /KINTANA/SCV1_CL_IM=>IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE REQUEST BWDK923183 00000000000000000000 00000000000000000000 45443333332222222222 274B9231830000000000 004200570044004B0039003200330031003800330020002000200020002000200020002000200020 TYPE K 0 0 4 B 004B OWNER MA7487 000000000000 000000000000 443333222222 D17487000000 004D00410037003400380037002000200020002000200020 OBJECTS Table IT_165[0x360] KEYS Table IT_166[0x564] KEYS_STR Table IT_167[0x344] DIALOG X 0 0 5 8 0058 TEXT Test BWD - BWQ 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 567724542224552222222222222222222222222222222222222222222222 453402740D02710000000000000000000000000000000000000000000000 005400650073007400200042005700440020002D002000420057005100200020002000200020002000200020002000 ATTRIBUTES Table IT_168[0x176] ERROR 0 0 2 0 0020 No. 19 Ty. METHOD Name CL_EX_CTS_REQUEST_CHECK=>IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_RELEASE REQUEST BWDK923183 00000000000000000000 00000000000000000000 45443333332222222222 274B9231830000000000 004200570044004B0039003200330031003800330020002000200020002000200020002000200020 TYPE K 0 0 4 B 004B OWNER MA7487 000000000000 000000000000 443333222222 D17487000000 004D00410037003400380037002000200020002000200020 OBJECTS Table IT_165[0x360] KEYS Table IT_166[0x564] KEYS_STR Table IT_167[0x344] DIALOG X 0 0 5 8 0058 TEXT Test BWD - BWQ 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 567724542224552222222222222222222222222222222222222222222222 453402740D02710000000000000000000000000000000000000000000000 005400650073007400200042005700440020002D002000420057005100200020002000200020002000200020002000 ATTRIBUTES Table IT_168[0x176] SY-MSGV4 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 22222222222222222222222222222222222222222222222222 00000000000000000000000000000000000000000000000000 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000 EXC-MSGV4 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 22222222222222222222222222222222222222222222222222 00000000000000000000000000000000000000000000000000 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000 EXITINTF {O:22*\CLASS=/KINTANA/SCV1_CL_IM} E0000001 90000006 E900000000000016 <FLT_CACHE_LINE>-OBJ {O:22*\CLASS=/KINTANA/SCV1_CL_IM} E0000001 90000006 E900000000000016 SYST #################################################x# #########################$#º###x###린Xu#Ѐ> 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FB000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000F9000400 0000000000000000000000000000000000000000000000000702000000000000000000000000020B000700FB570000 010003020000000000000201010001000000000600000C0008000C0100000000000000000000040A000800F085000C 0000000100000000000000030000000200000000000000000000000000000000000000000000000000000002000000 %_DUMMY$$ 0000 0000 2222 0000 0020002000200020 SY-REPID CL_EX_CTS_REQUEST_CHECK=======CP 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 4454554555545545554444433333334522222222 3CF58F343F2515534F3853BDDDDDDD3000000000 0043004C005F00450058005F004300540053005F0052004500510055004500530054005F0043004800450043004B00 SY-SUBRC 0

Description:
Probably the only way to eliminate the error is to correct the program. "C". SAP kernel. 720 created (date) "Jan 17 2013 01:45:09" create on.
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.