ABAP runtime errors RAISE_EXCEPTION Occurred on 01/11/2004 at 09:44:34 ------------------------------------------------------------------------------------------ >> Short dump has not been completely stored. It is too big. ------------------------------------------------------------------------------------------ Exception condition "NO_BATCH" raised. -------------- What happened? -------------- The current ABAP/4 program encountered an unexpected situation. ---------------- What can you do? ---------------- Note the actions and input that caused the error. Inform your SAP system administrator. You can print out this message by choosing "Print". Transaction ST22 allows you to display and manage termination messages, including keeping them beyond their normal deletion date. -------------- Error analysis -------------- A RAISE statement in the program "SAPLGRAP " raised the exception condition "NO_BATCH". Since the exception was not intercepted by a superior program in the hierarchy, processing was terminated. Short description of exception condition: Frontend function cannot be executed in background For detailed documentation of the exception condition, use Transaction SE37 (Function Library). You can take the called function module from the display of active calls. - ------------------------ How to correct the error ------------------------ If the error occurred in a non-modified SAP program, you may be able to find a solution in the SAP note system. If you have access to the note system yourself, use the following search criteria: ---------------------------------------------------------------- "RAISE_EXCEPTION" "SAPLGRAP " or "LGRAPU32 " "WS_QUERY" or "SAPLGRAP " "NO_BATCH" or "RSM13000 " "NO_BATCH" If you cannot solve the problem yourself, please send the following documents to SAP: 1. A hard copy print describing the problem. To obtain this, select the "Print" function on the current screen. - 2. A suitable hardcopy prinout of the system log. To obtain this, call the system log with Transaction SM21 and select the "Print" function to print out the relevant part. 3. If the programs are your own programs or modified SAP programs, supply the source code. To do this, you can either use the "PRINT" command in the editor or print the programs using the report RSINCL00. 4. Details regarding the conditions under which the error occurred or which actions and input led to the error. ------------------ System environment ------------------ SAP Release.............. "46C" Application server....... "sapd14e1" Network address.......... "144.46.242.48" Operating system......... "AIX" Release.................. "2" Hardware type............ "005DCB7A4C00" Database server.......... "sapd14e1" Database type............ "DB6" Database name............ "D14" Database owner........... "SAPR3" Character set............ "en_US.ISO8859-1" SAP kernel............... "46D" Created on............... "Dec 22 2003 20:33:54" Created in............... "AIX 3 4 004A035A4C00" Database version......... "DB6_61_SHARED " Patch level.............. "1725" Patch text............... " " Supported environment.... Database................. "DB6 06.*, DB6 07.*, DB6 08.*" SAP database version..... "46D" Operating system......... "AIX 1 4, AIX 2 4, AIX 3 4, AIX 1 5, AIX 2 5, , System build information:, -------------------------------------, LCHN : 623003" -------------------- User, transaction... -------------------- Client.............. 100 User................ "KANER" Language key........ "E" Transaction......... "IW31 " Program............. "SAPLGRAP " Screen.............. "RSM13000 3000" Screen line......... 2 ----------------------------------------- Information on where termination occurred ----------------------------------------- The termination occurred in the ABAP/4 program "SAPLGRAP " in "WS_QUERY". The main program was "RSM13000 ". The termination occurred in line 29 of the source code of program "LGRAPU32 " (when calling the editor 290). The program "SAPLGRAP " was started in the update system. ------------------- Source code extract ------------------- 000010 FUNCTION WS_QUERY. 000020 *"---------------------------------------------------------------------- 000030 *"*"Lokale Schnittstelle: 000040 *" IMPORTING 000050 *" VALUE(ENVIRONMENT) TYPE C OPTIONAL 000060 *" VALUE(FILENAME) TYPE C OPTIONAL 000070 *" VALUE(QUERY) TYPE C 000080 *" VALUE(WINID) TYPE C OPTIONAL 000090 *" EXPORTING 000100 *" VALUE(RETURN) 000110 *" EXCEPTIONS 000120 *" INV_QUERY 000130 *" NO_BATCH 000140 *" FRONTEND_ERROR 000150 *"---------------------------------------------------------------------- 000160 000170 * check FILENAME NOT INITIAL : FL GL 11.8.1994 000180 * : FE 000190 * : DE 000200 * check WINID NOT INITIAL : WI ==> INV_QUERY 000210 000220 DATA: GUI_EXIST TYPE C VALUE SPACE. 000230 000240 CALL FUNCTION 'GUI_IS_AVAILABLE' 000250 IMPORTING 000260 RETURN = GUI_EXIST. 000270 000280 IF GUI_EXIST IS INITIAL. -----> RAISE NO_BATCH. 000300 ENDIF. 000310 000320 * Apple-Macintosh File-Creator 000330 000340 IF QUERY = 'FC' AND FILENAME IS INITIAL. 000350 RETURN = '0'. 000360 EXIT. 000370 ENDIF. 000380 000390 IF QUERY = 'FE' AND FILENAME IS INITIAL. 000400 RETURN = '0'. "// ex. nicht 000410 EXIT. 000420 ENDIF. 000430 000440 IF QUERY = 'FL' AND FILENAME IS INITIAL. 000450 RETURN = '0'. "// länge 0 000460 EXIT. 000470 ENDIF. 000480 ------------------------- Contents of system fields ------------------------- SY field contents..................... SY field contents..................... -------- ----------------------------- -------- ----------------------------- SY-SUBRC 0 SY-INDEX 0 SY-TABIX 1 SY-DBCNT 1 SY-FDPOS 0 SY-LSIND 0 SY-PAGNO 0 SY-LINNO 1 SY-COLNO 1 ---------------- Chosen variables ---------------- Name.......................... Contents.1....+....2....+....3....+....4 ------------------------------ ---------------------------------------- PROP_FONT 100 0006 0004 FILENAME 2 0 PROP_GRID_STEP 420 000A 0014 QUERY WS 55 73 SY-LDBPG SAPDB__S 5454455522222222222222222222222222222222 31042FF300000000000000000000000000000000 WINID 2 0 PROP_BITMAP 310 0003 0016 RETURN 2222 0000 %_?NOT_ASSIGNED? 2222 0000 %_VIASELSCR # 0 4 SY ######################################## 0000000000000000000000000000000000000000 0000000000010000000000000000000000000000 ... + 40 #######################################! 0000000000000000000000090000000000000002 00010000000100000001000A0000000000000001 ... + 80 ######################################## 0000000000000000000000000000000000000000 0000000000000000000400000000000000000000 ... + 120 ######################################## 00000000 0000000 GUI_EXIST 2 0 RLGRAP-FILETYPE 222 000 SPACE 2 0 PROP_VISIBLE 290 0002 0012 WS_MAXIMIZE 268435456 1000 0000 --------------------- Active calls / events --------------------- No.... Type........ Name.......................... Programm Include Line ----------------------------------------------------- 1 FUNCTION WS_QUERY SAPLGRAP LGRAPU32 29 2 FORM GR_SEND SAPLGRAP LGRAPFGL 794 3 FUNCTION PROFILE_GET SAPLGRAP LGRAPU46 17 4 FORM CUSTOMIZE_OBJTYPE SAPLSWOR LSWORF00 44 5 FUNCTION SWO_CREATE SAPLSWOR LSWORU31 84 6 FORM SET_CONTAINER_ELEMENTS SAPLSWEA LSWEAF01 598 7 FUNCTION SWE_EVENT_CREATE SAPLSWEA LSWEAU07 132 8 FUNCTION SWE_EVENTS_CREATE_STATUS_IN_V1 SAPLBSVX LBSVXU06 56 9 FORM SWE_EVENTS_CREATE_STATUS_IN_V1 SAPLBSVX LBSVXV06 37 10 FORM VB_CALL_FUNC RSM13000 RSM13000 5391 11 FORM VB_V1_EXEC RSM13000 RSM13000 5149 12 FORM VB_V1_TEST RSM13000 RSM13000 2055 13 FORM VB_TEST RSM13000 RSM13000 1907 14 MODULE (PBO) VBEXEC RSM13000 RSM13000 3815 -------------- Internal notes -------------- The termination occurred in the function "ab_jfune" of the SAP Basis System, specifically in line 1374 of the module "//bas/46D/src/krn/runt/abfunc.c#13". The internal operation just processed is "FUNE". The internal session was started at 20040111094352. -------------------------- Active calls in SAP kernel -------------------------- => 32 bit R/3 Kernel => 32 bit AIX Kernel => Heap limit = 251657728 => Stack limit = 16776704 => Core limit = 512000 => File size limit = unlimited => Heap address = 0x2521f7a0 => Stack address = 0x2ff1a0f0 => Stack low = 0x2ff1a0f0 => Stack high = 0x2ff22850 => Stack Trace: AixStack() at 0x10028bf4 CTrcStack2() at 0x10028ce0 rabax_CStackSave() at 0x100ac79c ab_rabax() at 0x100b517c ab_jfune() at 0x106a963c ab_extri() at 0x1095d70c ab_xevent() at 0x10670e68 ab_dstep() at 0x104a1c9c dynpmcal() at 0x10922a20 dynppbo0() at 0x10920ff0 dynprctl() at 0x10927a38 dynpen00() at 0x108fc5a4 Thdynpen00() at 0x1019e3e4 TskhLoop() at 0x101a155c tskhstart() at 0x101b12dc DpMain() at 0x10d6c4b8 main() at 0x10d4ea48 ------------------------------ List of ABAP programs affected ------------------------------ ------------------------------------------------------------------------------------------ | Type| Program | Gen. date time | LoadSize | ------------------------------------------------------------------------------------------ | Prg | RSM13000 | 01/09/2004 12:04:21 | 230400 | | Prg | SAPMSSYD | 08/14/2000 15:39:21 | 16384 | | Prg | SAPFSYSCALLS | 12/21/1999 19:32:31 | 7168 | | Typ | VBHDR | 11/02/1998 09:57:15 | 3072 | | Typ | VBMOD | 08/08/1995 14:49:58 | 2048 | | Prg | SAPLHFPT | 01/09/2004 13:33:08 | 162816 | | Prg | SAPMSSY3 | 01/09/2004 12:36:28 | 58368 | | Typ | ABDBG | 05/25/1999 15:31:57 | 15360 | | Typ | COEJA | 01/09/2004 11:42:51 | 21504 | | Typ | COIOB | 01/09/2004 11:42:56 | 7168 | | Typ | COSPA | 01/09/2004 11:43:07 | 18432 | | Typ | COSSA | 01/09/2004 11:43:10 | 20480 | | Typ | PSORDER | 01/09/2004 11:57:59 | 3072 | | Prg | SAPLHFPU | 01/09/2004 13:25:28 | 94208 | | Prg | SAPLHFPM | 01/09/2004 13:33:26 | 225280 | | Prg | SAPLBO01 | 01/09/2004 11:49:06 | 35840 | | Prg | SAPLHFPV | 01/09/2004 13:25:28 | 58368 | | Prg | SAPMSSY0 | 01/09/2004 12:36:28 | 69632 | | Prg | SAPLBSVU | 01/07/2004 18:29:48 | 34816 | | Typ | JEST_UPD | 12/09/1999 18:54:13 | 2048 | | Typ | JSTO | 08/27/1994 20:32:55 | 2048 | | Typ | JSTO_UPD | 08/27/1994 21:32:34 | 2048 | | Typ | ONR00 | 12/14/1992 11:16:42 | 1024 | | Typ | JEST | 08/27/1994 20:32:50 | 2048 | | Typ | JCDS | 02/14/1998 08:00:31 | 2048 | | Prg | SAPLBO11 | 01/04/2000 18:42:26 | 29696 | | Prg | SAPLBO00 | 01/09/2004 11:51:19 | 24576 | | Typ | TBO00 | 10/14/1999 22:12:35 | 3072 | | Prg | SAPLCYBT | 01/09/2004 13:42:59 | 408576 | | Typ | KBED | 01/09/2004 11:49:11 | 9216 | | Typ | KBEZ | 01/09/2004 11:49:16 | 10240 | | Typ | KBKO | 08/13/1997 13:30:55 | 3072 | | Typ | IONRB | 03/16/1994 18:36:13 | 1024 | | Typ | VSKBED_CN | 01/09/2004 12:37:13 | 9216 | | Typ | VSKBEZ_CN | 01/09/2004 12:21:11 | 11264 | | Typ | VSKBKO_CN | 08/13/1997 14:09:05 | 3072 | | Prg | SAPLCOVB | 01/09/2004 15:41:33 | 665600 | | Typ | AFABB | 01/09/2004 11:38:41 | 6144 | | Typ | AAFAB | 01/09/2004 15:41:16 | 5120 | | Typ | AFFLB | 08/27/1999 18:00:27 | 4096 | | Typ | AAFFL | 01/09/2004 15:41:16 | 4096 | | Typ | AFFTB | 08/27/1999 18:00:27 | 4096 | | Typ | AFFVB | 08/27/1999 18:00:28 | 5120 | | Typ | AFPOB | 01/09/2004 11:38:44 | 13312 | | Typ | AAFPO | 01/09/2004 15:41:21 | 11264 | | Typ | AFVGB | 01/09/2004 11:38:48 | 50176 | | Typ | AAFVC | 01/09/2004 15:41:25 | 21504 | | Typ | AAFVU | 01/09/2004 15:41:25 | 5120 | | Typ | AAFVV | 01/09/2004 15:41:28 | 22528 | | Typ | CAUFVDB | 01/09/2004 11:41:39 | 47104 | | Typ | IHPAVB | 01/09/2004 11:48:56 | 4096 | | Typ | AFDLD | 01/09/2004 11:38:42 | 5120 | | Typ | AFFHB | 01/09/2004 11:38:42 | 10240 | | Typ | MARC_DISP | 01/09/2004 13:35:46 | 2048 | | Typ | MLSTB | 01/09/2004 11:51:01 | 16384 | | Typ | AMLST | 01/09/2004 15:41:32 | 14336 | | Typ | NPTXB | 01/09/2004 11:51:18 | 3072 | | Typ | ANPTX | 01/09/2004 11:39:07 | 2048 | | Typ | PLAF | 01/09/2004 12:00:20 | 14336 | | Typ | RESBB | 01/09/2004 11:59:07 | 31744 | | Typ | ARESB | 01/09/2004 11:39:16 | 21504 | | Typ | ARSADD | 01/09/2004 15:41:33 | 5120 | | Prg | SAPLCOBADI | 12/01/1999 15:34:58 | 67584 | | Prg | SAPLSXCH | 01/07/2004 17:49:03 | 79872 | | Typ | V_EXT_ACT | 10/14/1999 22:16:55 | 2048 | | Typ | ACT_IMP | 01/25/1999 12:55:20 | 1024 | | Prg | SAPLCOTA | 01/09/2004 13:33:21 | 149504 | | Typ | T399X | 01/09/2004 12:01:49 | 10240 | | Prg | SAPLSUNI | 01/07/2004 18:22:59 | 137216 | | Typ | TFDIR | 07/29/1998 19:49:08 | 2048 | | Prg | SAPLINST | 01/09/2004 13:25:43 | 89088 | | Typ | T350 | 01/09/2004 13:10:05 | 5120 | | Typ | TCOKO | 03/08/2001 12:22:51 | 3072 | | Prg | CL_EXITHANDLER================ | 01/07/2004 18:23:35 | 13312 | | Prg | CL_ABAP_TYPEDESCR============= | 01/04/2000 19:06:00 | 17408 | | Prg | CL_ABAP_ELEMDESCR============= | 01/04/2000 19:06:00 | 13312 | | Prg | CL_ABAP_DATADESCR============= | 01/04/2000 19:06:00 | 11264 | | Prg | CL_ABAP_REFDESCR============== | 01/04/2000 19:06:00 | 14336 | | Prg | CL_ABAP_STRUCTDESCR=========== | 01/04/2000 19:06:00 | 15360 | | Prg | CL_ABAP_COMPLEXDESCR========== | 01/04/2000 19:06:00 | 11264 | | Prg | CL_ABAP_TABLEDESCR============ | 01/04/2000 19:06:00 | 16384 | | Prg | CL_ABAP_CLASSDESCR============ | 01/04/2000 19:06:00 | 23552 | | Prg | CL_ABAP_OBJECTDESCR=========== | 01/04/2000 19:06:00 | 28672 | | Prg | CL_ABAP_INTFDESCR============= | 01/04/2000 19:06:00 | 21504 | | Prg | IF_EX_IWO1_ORDER_BADI========= | 01/07/2004 21:26:32 | 6144 | | Typ | SXS_INTER | 11/30/1998 15:55:16 | 1024 | | Prg | SAPLSEXV | 01/07/2004 18:19:34 | 152576 | | Prg | CL_EX_IWO1_ORDER_BADI========= | 01/07/2004 21:25:40 | 21504 | | Prg | CL_EXIT_MASTER================ | 02/01/2000 09:29:10 | 10240 | | Typ | V_EXT_IMP | 10/14/1999 22:16:55 | 2048 | | Typ | AUFK | 01/09/2004 12:26:56 | 12288 | | Typ | AFKO | 01/09/2004 12:26:48 | 18432 | | Typ | AFIH | 08/28/1997 08:35:45 | 6144 | | Typ | ILOA | 08/27/1999 18:08:16 | 7168 | | Typ | RKPF | 10/14/1999 22:00:42 | 6144 | | Typ | AFFL | 08/27/1999 18:00:26 | 4096 | | Typ | AFVC | 01/09/2004 11:38:03 | 20480 | | Typ | AFVV | 01/09/2004 11:38:04 | 22528 | | Typ | AFVU | 12/09/1999 19:00:11 | 5120 | | Prg | SAPLBSVX | 01/09/2004 13:06:45 | 96256 | | Typ | SWECONT | 04/14/1998 11:18:09 | 2048 | | Typ | DSVWUPDEVT | 01/09/2004 11:44:25 | 2048 | | Prg | SAPLSWEA | 01/09/2004 12:01:19 | 171008 | | Typ | SWE_RECINF | 10/14/1999 22:02:13 | 2048 | | Prg | SAPLSWT1 | 01/09/2004 13:06:45 | 32768 | | Typ | SWT_HANDLE | 08/14/1995 10:10:51 | 1024 | | Prg | SAPLSWEL | 01/04/2000 19:06:54 | 58368 | | Typ | SWELCFG | 12/14/1998 23:16:04 | 1024 | | Prg | SAPLSWE0 | 01/09/2004 12:04:45 | 110592 | | Prg | SAPLSWCD | 01/09/2004 12:04:45 | 80896 | | Prg | SAPLSWOR | 01/09/2004 13:37:52 | 312320 | | Typ | SWHACTOR | 01/09/2004 12:01:09 | 1024 | | Prg | SAPLBDLS | 08/14/2000 15:20:53 | 12288 | | Typ | T000 | 09/11/1997 10:17:18 | 3072 | | Prg | SAPLSWOH | 02/11/2000 14:20:34 | 9216 | | Typ | TOJTD | 11/15/1995 03:08:46 | 2048 | | Prg | SAPLGRAP | 01/09/2004 12:00:51 | 401408 | | Prg | SAPLSFES | 01/07/2004 18:21:29 | 140288 | | Prg | SAPLURFC | 01/04/2000 19:08:13 | 14336 | ------------------------------------------------------------------------------------------ ----------------------- List of internal tables ----------------------- No dump information available ------------------------------------------ Directory of application tables (contents) ------------------------------------------ Program Name.......... Contents.1....+....2....+....3....+.... --------------------------------------------------------- ---------------------------------------------------- Directory of data areas (administration information) ---------------------------------------------------- Program No.. Name.......... Lgth Ofsg Type Next Gen date Gen time --------------------------------------------------------------- RLGRAP L not assigned 037 - 0 IN M /%_LISTTABLE 036 - 1 CO \0\ T global stack 035 1 - 2 GL \0\ RSM13000 A global data 0 3 DA L constant dat 1 2 4 LI 0 / /0E43 L constant dat 2 5 LI SSY 0 / /0AF7 L not assigned 3 6 IN L SYST 4 7 TA \0\ L SY 5 8 TA L RSJOBINFO 6 9 TA M /%_SYS%% 7 0 CO M field symbol 8 1 FS L VBSELECT 9 2 TA L *VBSELECT 10 3 TA L VBHDR 11 4 TA ANE L VBHDR_G 12 5 TA L *VBHDR 13 6 TA L VBMOD 14 7 TA L VBMOD_G 15 8 TA L VBDATA 16 3 9 TA L VBDATA_G 17 3 0 TA L VBPARAM 18 1 TA L *VBPARAM 19 2 TA L VBERROR 20 3 TA L VBCOND 21 4 TA L T100 22 5 TA L SNAP 23 6 TA L SHKONTEXT 24 7 TA L STSK_DOCU 25 8 TA L TLINE 26 9 TA L THEAD 27 0 TA L DOKIL 28 1 TA L DSYST 29 2 TA L MSXXLIST 30 3 TA L VBSTAT 31 4 TA L SM04DIC 32 5 TA L VBINFO 33 6 TA L VBDISP 34 7 TA L VBKEYID 35 8 TA L ASGRP 36 9 TA L APSRV 37 0 TA L TNMAP 38 1 TA L TFDIR 39 2 TA VX M field symbol 40 3 FS M field symbol 41 4 FS M field symbol 42 5 FS M field symbol 43 6 FS M field symbol 44 7 FS M field symbol 45 8 FS M field symbol 46 9 FS M field symbol 47 0 FS L T000 48 1 TA M field symbol 49 2 FS M field symbol 50 3 3 FS L text pool 51 4 TP SAPMSSYD A global data 0 5 DA L constant dat 1 6 LI 0 / /015C L constant dat 2 7 LI SSY 0 / /00E8 L not assigned 3 8 IN L SYST 4 9 TA L SY 5 0 TA L RSJOBINFO 6 1 TA M /%_SYS%% 7 2 CO M field symbol 8 3 FS L text pool 9 4 TP SAPFSYSCALLS A global data 0 5 DA L constant dat 1 6 LI 0 / /00A5 L constant dat 2 7 LI SSY 0 / /0088 L not assigned 3 8 IN L SYST 4 9 TA L SY 5 0 TA L RSJOBINFO 6 1 TA M /%_SYS%% 7 2 CO M field symbol 8 3 FS L text pool 9 4 TP SAPLHFPT A global data 0 5 DA L constant dat 1 6 LI 0 / /17D6 L constant dat 2 7 LI SSY 0 / /167E L not assigned 3 8 IN L SYST 4 9 TA L SY 5 0 TA L RSJOBINFO 6 1 TA M /%_SYS%% 7 2 CO M field symbol 8 3 FS L TPIRX 9 4 TA L T001 10 5 TA M field symbol 11 6 FS M field symbol 12 7 FS L text pool 13 8 TP L ABDBG 14 9 TA SAPMSSY3 A global data 0 0 DA L constant dat 1 1 LI 0 / /0A32 L constant dat 2 2 LI SSY 0 / /09C8 L not assigned 3 3 IN L SYST 4 4 TA L SY 5 5 TA L RSJOBINFO 6 6 TA M /%_SYS%% 7 7 CO M field symbol 8 8 FS M /%_LISTTABLE 9 9 CO 1 M /%_SYS000 10 0 CO 1 L ABDBG 11 1 TA 1 M field symbol 12 2 FS 1 Y [no name] 13 3 LA \x0 1 Y [no name] 14 4 LA \x0 1 Y [no name] 15 5 LA \x0 1 Y [no name] 16 6 LA \x0 1 Y [no name] 17 7 LA \x0 1 Y [no name] 18 8 LA \x0 1 Y [no name] 19 9 LA \x0 1 Y [no name] 20 0 LA \x0 1 Y [no name] 21 1 LA \x0 1 L text pool 22 2 TP SAPLHFPU 1 A global data 0 3 DA 1 L constant dat 1 4 LI 0 / /0A1F 1 L constant dat 2 5 LI SSY 0 / /0920 1 L not assigned 3 6 IN 1 L SYST 4 7 TA 1 L SY 5 8 TA 1 L RSJOBINFO 6 9 TA 1 M /%_SYS%% 7 0 CO 1 M field symbol 8 1 FS 1 L T001 9 2 TA 1 M field symbol 10 3 FS 1 L text pool 11 4 TP SAPLHFPM 1 A global data 0 5 DA 1 L constant dat 1 6 LI 344 0 / /1A7D 1 L constant dat 2 7 LI SSY 0 / /188B 1 L not assigned 3 8 IN 1 L SYST 4 9 TA 1 L SY 5 0 TA 1 L RSJOBINFO 6 1 TA 1 M /%_SYS%% 7 2 CO 1 M field symbol 8 3 FS 1 L RPSQT 9 4 TA 1 L RPSCO 10 5 TA 1 L TBP0L 11 6 TA 1 L MESG 12 7 TA 1 L T001 13 8 TA 1 L FMSU 14 9 TA 1 M field symbol 15 0 FS 1 M field symbol 16 1 FS 1 M field symbol 17 2 FS 1 M field symbol 18 3 FS 1 L TKVS 19 4 TA 1 M field symbol 20 5 FS 1 M field symbol 21 6 FS 1 M field symbol 22 7 FS 1 M field symbol 23 8 FS 1 M field symbol 24 9 FS 1 L text pool 25 0 TP SAPLBO01 1 A global data 0 1 DA 1 L constant dat 1 2 LI 0 / /0421 1 L constant dat 2 3 LI SSY 0 / /0363 1 L not assigned 3 4 IN 1 L SYST 4 5 TA 1 L SY 5 6 TA 1 L RSJOBINFO 6 7 TA 1 M /%_SYS%% 7 8 CO 1 M field symbol 8 9 FS 1 M field symbol 9 0 FS 1 M field symbol 10 1 FS 1 L text pool 11 2 TP SAPLHFPV 1 A global data 0 3 DA 1 L constant dat 1 4 LI 0 / /05A8 1 L constant dat 2 5 LI SSY 0 / /04AF 1 L not assigned 3 6 IN 1 L SYST 4 7 TA 1 L SY 5 8 TA 1 L RSJOBINFO 6 9 TA 1 M /%_SYS%% 7 0 CO 1 M field symbol 8 1 FS 1 L RPSCO 9 2 TA 1 L RPSQT 10 3 TA 1 M field symbol 11 4 FS 1 M field symbol 12 5 FS 1 L text pool 13 6 TP SAPMSSY0 1 A global data 0 7 DA 1 L constant dat 1 8 LI 0 / /078B 1 L constant dat 2 9 LI SSY 0 / /06D4 1 L not assigned 3 0 IN 1 L SYST 4 1 TA 1 L SY 5 2 TA 1 L RSJOBINFO 6 3 TA 1 M /%_SYS%% 7 4 CO 1 M field symbol 8 5 FS 1 M /%_LISTTABLE 9 6 CO 1 M /%_SYS000 10 7 CO 1 L TFDIR 11 8 TA 1 M field symbol 12 9 FS 1 M field symbol 13 0 FS 1 L TRDIR 14 1 TA 1 L ABMSG 15 2 TA 1 M field symbol 16 3 FS 1 L text pool 17 4 TP SAPLBSVU 1 A global data 0 5 DA 1 L constant dat 1 6 LI 0 / /03D0 1 L constant dat 2 7 LI SSY 0 / /0379 1 L not assigned 3 8 IN 1 L SYST 4 9 TA 2 L SY 5 0 TA 2 L RSJOBINFO 6 1 TA 2 M /%_SYS%% 7 2 CO 2 M field symbol 8 3 FS 2 L JSTO 9 4 TA 2 L JEST 10 5 TA 2 L JCDO 11 6 TA 2 L JCDS 12 7 TA 2 M field symbol 13 8 FS 2 M field symbol 14 9 FS 2 M field symbol 15 0 FS 2 M field symbol 16 1 FS 2 M field symbol 17 2 FS \0\ 2 M field symbol 18 3 FS 2 M field symbol 19 4 FS 2 L TJ02 20 5 TA 2 M field symbol 21 6 FS SAPLBO11 2 A global data 0 7 DA 2 L constant dat 1 8 LI 0 / /0339 2 L constant dat 2 9 LI SSY 0 / /02B4 2 L not assigned 3 0 IN 2 L SYST 4 1 TA 2 L SY 5 2 TA 2 L RSJOBINFO 6 3 TA 2 M /%_SYS%% 7 4 CO 2 M field symbol 8 5 FS 2 M field symbol 9 6 FS 2 M field symbol 10 7 FS 2 M field symbol 11 8 FS 2 M field symbol 12 9 FS SAPLBO00 2 A global data 0 0 DA 2 L constant dat 1 1 LI 0 / /0302 2 L constant dat 2 2 LI 0 / /027B 2 L not assigned 3 3 IN 2 L SYST 4 4 TA 2 L SY 5 5 TA 2 L RSJOBINFO 6 6 TA 2 M /%_SYS%% 7 7 CO 2 M field symbol 8 8 FS 2 L TONR 9 9 TA 2 L NRIV 10 0 TA 2 L IONR 11 1 TA 2 M field symbol 12 2 FS 2 M field symbol 13 3 FS 2 M field symbol 14 4 FS SAPLCYBT 2 A global data 0 1 5 DA 2 L constant dat 1 6 LI 0 / /372F 2 L constant dat 2 7 LI SSY 0 / /30B7 2 L not assigned 3 8 IN 2 L SYST 4 9 TA 2 L SY 5 0 TA 2 L RSJOBINFO 6 1 TA 2 M /%_SYS%% 7 2 CO 2 M field symbol 8 3 FS 2 M field symbol 9 4 FS 2 M field symbol 10 5 FS 2 M field symbol 11 6 FS 2 M field symbol 12 7 FS 2 M field symbol 13 8 FS 2 M field symbol 14 9 FS 2 M field symbol 15 0 FS 2 M field symbol 16 1 FS 2 M field symbol 17 2 FS 2 M field symbol 18 1 3 FS 2 M field symbol 19 1 4 FS \0\ 2 M field symbol 20 1 5 FS \0\ 2 M field symbol 21 1 6 FS 000 2 M field symbol 22 7 FS 2 M field symbol 23 8 FS 2 M field symbol 24 9 FS 2 M field symbol 25 0 FS 2 M field symbol 26 1 1 FS 0 2 M field symbol 27 2 FS 2 M field symbol 28 3 FS 2 M field symbol 29 1 4 FS 00 2 M field symbol 30 1 5 FS 2 M field symbol 31 1 6 FS 000 2 M field symbol 32 1 7 FS 2 M field symbol 33 1 8 FS 00 2 M field symbol 34 9 FS 2 M field symbol 35 1 0 FS 1\x 2 M field symbol 36 1 1 FS C$\ 2 M field symbol 37 2 FS 2 M field symbol 38 3 FS SAPLCOVB 2 A global data 0 3 4 DA 2 L constant dat 1 5 LI 0 / /6C0D 2 L constant dat 2 6 LI SSY 0 / /6096 2 L not assigned 3 7 IN 2 L SYST 4 8 TA 2 L SY 5 9 TA 2 L RSJOBINFO 6 0 TA 2 M /%_SYS%% 7 1 CO 2 M field symbol 8 2 FS 2 L MLTX 9 3 TA 2 L ORDCOM 10 4 TA 2 L MDCP 11 5 TA 2 M field symbol 12 6 FS 2 M field symbol 13 7 FS 2 M field symbol 14 8 FS 2 M field symbol 15 9 FS 3 M field symbol 16 0 FS 3 M field symbol 17 1 FS 3 M field symbol 18 2 FS 3 M field symbol 19 3 FS 3 M field symbol 20 4 FS 3 M field symbol 21 5 FS 3 M field symbol 22 6 FS 3 M field symbol 23 7 FS 3 M field symbol 24 8 FS 3 M field symbol 25 9 FS 3 M field symbol 26 0 FS 3 M field symbol 27 1 FS 3 M field symbol 28 2 FS 3 M field symbol 29 3 FS 3 M field symbol 30 4 FS 3 M field symbol 31 5 FS 3 M field symbol 32 6 FS 3 M field symbol 33 7 FS 3 M field symbol 34 8 FS 3 M field symbol 35 9 FS 3 M field symbol 36 0 FS 3 M field symbol 37 1 FS 3 M field symbol 38 2 FS 3 M field symbol 39 3 FS 3 M field symbol 40 4 FS 3 M field symbol 41 5 FS 3 M field symbol 42 6 FS 3 M field symbol 43 7 FS 3 M field symbol 44 8 FS 3 M field symbol 45 9 FS 3 M field symbol 46 0 FS 3 M field symbol 47 1 FS 3 M field symbol 48 2 FS 3 M field symbol 49 3 FS 3 M field symbol 50 4 FS 3 M field symbol 51 5 FS 3 M field symbol 52 6 FS 3 M field symbol 53 7 FS 3 M field symbol 54 8 FS 3 M field symbol 55 9 FS 3 M field symbol 56 0 FS 3 M field symbol 57 1 FS 3 M field symbol 58 2 FS 3 M field symbol 59 3 FS 3 M field symbol 60 4 FS 3 M field symbol 61 5 FS 3 M field symbol 62 6 FS 3 M field symbol 63 7 FS 3 M field symbol 64 8 FS 3 M field symbol 65 9 FS 3 M field symbol 66 0 FS 3 M field symbol 67 1 FS 3 M field symbol 68 2 FS 3 M field symbol 69 3 FS 3 M field symbol 70 4 FS 3 M field symbol 71 5 FS 3 M field symbol 72 6 FS 3 L text pool 73 7 TP 3 T global stack 74 6 8 GL 800 SAPLCOBADI 3 A global data 0 9 DA 3 L constant dat 1 0 LI 0 / /0CF3 3 L constant dat 2 1 LI SSY 0 / /0CC8 3 L not assigned 3 2 IN 3 L SYST 4 3 TA 3 L SY 5 4 TA 3 L RSJOBINFO 6 5 TA 3 M /%_SYS%% 7 6 CO 3 M field symbol 8 7 FS SAPLSXCH 3 A global data 0 8 DA 3 L constant dat 1 9 LI 0 / /0A0A 3 L constant dat 2 0 LI SSY 0 / /08E1 3 L not assigned 3 1 IN 3 L SYST 4 2 TA 3 L SY 5 3 TA 3 L RSJOBINFO 6 4 TA 3 M /%_SYS%% 7 5 CO 3 M field symbol 8 6 FS 3 L D020S 9 7 TA 3 L SEOCLASS 10 8 TA 3 L V_EXT_PROG 11 9 TA 3 L SXS_FCODE 12 0 TA 3 L SXS_SCRN 13 1 TA 3 L SXS_INTER 14 2 TA 3 L SXS_ATTR 15 3 TA 3 L SXC_EXIT 16 4 TA 3 L V_EXT_ACT 17 5 TA 3 M field symbol 18 6 FS 3 M field symbol 19 7 FS 3 M field symbol 20 8 FS 3 M field symbol 21 9 FS 3 M field symbol 22 0 FS 3 M field symbol 23 1 FS 3 M field symbol 24 2 FS 3 M field symbol 25 3 FS 3 M field symbol 26 4 FS 3 M field symbol 27 5 FS 3 M field symbol 28 6 FS 3 L text pool 29 7 TP SAPLCOTA 3 A global data 0 8 DA 3 L constant dat 1 9 LI 0 / /12C3 4 L constant dat 2 0 LI 0 / /0F75 4 L not assigned 3 1 IN 4 L SYST 4 2 TA 4 L SY 5 3 TA 4 L RSJOBINFO 6 4 TA 4 M /%_SYS%% 7 5 CO 4 M field symbol 8 6 FS 4 L TCO05 9 7 TA 4 L TCO04 10 8 TA 4 L TCO09 11 9 TA 4 L T006D 12 0 TA 4 L T006T 13 1 TA 4 L T411 14 2 TA 4 L T411T 15 3 TA 4 L T412 16 4 TA 4 L T412T 17 5 TA 4 L T421 18 6 TA 4 L T421T 19 7 TA 4 L T423 20 8 TA 4 L T423T 21 9 TA 4 L T425 22 0 TA 4 L T425T 23 1 TA 4 L T426 24 2 TA 4 L T426T 25 3 TA 4 L T428 26 4 TA 4 L T428T 27 5 TA 4 L T429 28 6 TA 4 L T429T 29 7 TA 4 L T433 30 8 TA 4 L T433T 31 9 TA 4 L TCA09 32 0 TA 4 L TCA11 33 1 TA 4 L TCA14 34 2 TA 4 L TCA15 35 3 TA 4 L TCA42 36 4 TA 4 L TCN01 37 5 TA 4 L TCN05 38 6 TA 4 L TCN08 39 7 TA 4 L TCN4T 40 8 TA 4 L TCN41 41 9 TA 4 L TCN51 42 0 TA 4 L TCN61 43 1 TA 4 L TKA01 44 2 TA 4 M field symbol 45 3 FS 4 M field symbol 46 4 FS 4 M field symbol 47 5 FS 4 M field symbol 48 6 FS 4 M field symbol 49 7 FS 4 M field symbol 50 8 FS 4 M field symbol 51 9 FS 4 M field symbol 52 0 FS 4 M field symbol 53 1 FS 4 M field symbol 54 2 FS 4 M field symbol 55 3 FS 4 M field symbol 56 4 FS 4 M field symbol 57 5 FS 4 L T003P 58 6 TA 4 M field symbol 59 7 FS 4 M field symbol 60 8 FS 4 M field symbol 61 9 FS 4 M field symbol 62 0 FS 4 M field symbol 63 1 FS 4 M field symbol 64 2 FS 4 M field symbol 65 3 FS 4 L TCO10 66 4 TA 4 M field symbol 67 5 FS 4 M field symbol 68 6 FS 4 L TCO36 69 7 TA 4 M field symbol 70 8 FS 4 M field symbol 71 9 FS 4 M field symbol 72 0 FS 4 M field symbol 73 1 FS 4 M field symbol 74 2 FS 4 M field symbol 75 3 FS 4 M field symbol 76 4 FS 4 M field symbol 77 5 FS 4 M field symbol 78 6 FS 4 M field symbol 79 7 FS 4 M field symbol 80 8 FS 4 M field symbol 81 9 FS 4 M field symbol 82 0 FS 4 M field symbol 83 1 FS 4 M field symbol 84 2 FS 4 M field symbol 85 3 FS 4 M field symbol 86 4 FS 4 M field symbol 87 5 FS 4 M field symbol 88 6 FS 4 M field symbol 89 7 FS 4 M field symbol 90 8 FS 4 M field symbol 91 9 FS 4 M field symbol 92 0 FS 4 M field symbol 93 1 FS 4 M field symbol 94 2 FS 4 M field symbol 95 3 FS 4 M field symbol 96 4 FS 4 M field symbol 97 5 FS 4 M field symbol 98 6 FS 4 M field symbol 99 7 FS 4 M field symbol 100 8 FS 4 M field symbol 101 9 FS 5 M field symbol 102 0 FS 5 M field symbol 103 1 FS 5 M field symbol 104 2 FS 5 M field symbol 105 3 FS 5 M field symbol 106 4 FS 5 M field symbol 107 5 FS 5 M field symbol 108 6 FS 5 M field symbol 109 7 FS 5 M field symbol 110 8 FS 5 M field symbol 111 9 FS 5 M field symbol 112 0 FS 5 L T100 113 1 TA 5 M field symbol 114 2 FS 5 M field symbol 115 3 FS 5 M field symbol 116 4 FS 5 M field symbol 117 5 FS 5 M field symbol 118 6 FS 5 L text pool 119 7 TP SAPLSUNI 5 A global data 0 8 DA 5 L constant dat 1 9 LI 0 / /11E7 5 L constant dat 2 0 LI SSY 0 / /0FAC 5 L not assigned 3 1 IN 5 L SYST 4 2 TA 5 L SY 5 3 TA 5 L RSJOBINFO 6 4 TA 5 M /%_SYS%% 7 5 CO 5 M field symbol 8 6 FS 5 L RS38L 9 7 TA 5 L FUNCT 10 8 TA 5 L TFTIT 11 9 TA 5 L TLIBG 12 0 TA 5 L TLIBT 13 1 TA 5 L TLIBV 14 2 TA 5 L TFDIR 15 3 TA IM_ 5 L RODIR 16 4 TA 5 L TRDIR 17 5 TA 5 L ENLFDIR 18 6 TA 5 L V_FDIR 19 7 TA 5 L TADIR 20 8 TA 5 L FUPARAREF 21 9 TA 5 L D010INC 22 0 TA 5 M /INTERFACE 23 1 CO 5 M /DOCU 24 2 CO 5 M /CATALOGUE 25 3 CO 5 M field symbol 26 4 FS 5 M field symbol 27 5 FS 5 M field symbol 28 6 FS 5 M field symbol 29 7 FS 5 M field symbol 30 8 FS 5 M field symbol 31 9 FS 5 M field symbol 32 0 FS 5 M field symbol 33 1 FS 5 M field symbol 34 2 FS 5 M field symbol 35 3 FS 5 M field symbol 36 4 FS 5 M field symbol 37 5 FS 5 M field symbol 38 6 FS 5 M field symbol 39 7 FS 5 L text pool 40 8 TP SAPLINST 5 A global data 0 9 DA 5 L constant dat 1 0 LI 0 / /0A82 5 L constant dat 2 1 LI SSY 0 / /0887 5 L not assigned 3 2 IN 5 L SYST 4 3 TA 5 L SY 5 4 TA 5 L RSJOBINFO 6 5 TA 5 M /%_SYS%% 7 6 CO 5 M field symbol 8 7 FS 5 L T352B 9 8 TA 5 L T352B_T 10 9 TA 5 L T003O 11 0 TA 5 L T003P 12 1 TA 5 L T353I 13 2 TA 5 L T353I_T 14 3 TA | 5 L T350 15 4 TA 5 L T350E 16 5 TA 5 L T350W 17 6 TA 5 L T350I 18 7 TA 5 L T352R 19 8 TA 5 L T024I 20 9 TA 5 L T356A 21 0 TA 5 L T356A_T 22 1 TA 5 L T356 23 2 TA 5 L T356_T 24 3 TA 5 L T357M 25 4 TA 5 L T357M_T 26 5 TA 5 L T399I 27 6 TA 5 L T001W 28 7 TA 5 L T001K 29 8 TA 5 L T001 30 9 TA 5 L TPMP 31 0 TA 5 L TCN41 32 1 TA 5 L TPEXT 33 2 TA 5 L TVTA 34 3 TA 5 L TVKWZ 35 4 TA 5 L TVKBZ 36 5 TA 5 L TVBVK 37 6 TA 5 L TC10 38 7 TA 5 L T399J 39 8 TA 5 M field symbol 40 9 FS 6 M field symbol 41 0 FS 6 M field symbol 42 1 FS 6 M field symbol 43 2 FS 6 M field symbol 44 3 FS 6 M field symbol 45 4 FS 6 M field symbol 46 5 FS 6 M field symbol 47 6 FS 6 M field symbol 48 7 FS 6 M field symbol 49 8 FS 6 M field symbol 50 9 FS 6 M field symbol 51 0 FS 6 M field symbol 52 1 FS 6 M field symbol 53 2 FS 6 M field symbol 54 3 FS 6 M field symbol 55 4 FS 6 M field symbol 56 5 FS 6 M field symbol 57 6 FS 6 M field symbol 58 7 FS 6 M field symbol 59 8 FS 6 M field symbol 60 9 FS 6 M field symbol 61 0 FS 6 M field symbol 62 1 FS 6 L T412 63 2 TA 6 L EAPL 64 3 TA 6 L TAPL 65 4 TA 6 M field symbol 66 5 FS 6 M field symbol 67 6 FS 6 M field symbol 68 7 FS 6 M field symbol 69 8 FS 6 M field symbol 70 9 FS 6 M field symbol 71 0 FS 6 M field symbol 72 1 FS 6 M field symbol 73 2 FS 6 L text pool 74 3 TP CL_EXITHANDLER================CP 6 A global data 0 4 DA 6 L constant dat 1 5 LI 0 / /0174 6 L constant dat 2 6 LI SSY 0 / /013C 6 L not assigned 3 7 IN 6 L SYST 4 8 TA 6 L SY 5 9 TA 6 L RSJOBINFO 6 0 TA 6 M /%_SYS%% 7 1 CO 6 M field symbol 8 2 FS 6 M field symbol 9 3 FS 6 M field symbol 10 4 FS CL_ABAP_TYPEDESCR=============CP 6 A global data 0 5 DA 6 L constant dat 1 6 LI 0 / /0170 6 L constant dat 2 7 LI SSY 0 / /0134 6 L not assigned 3 8 IN 6 L SYST 4 9 TA 6 L SY 5 0 TA 6 L RSJOBINFO 6 1 TA 6 M /%_SYS%% 7 2 CO 6 M field symbol 8 3 FS CL_ABAP_ELEMDESCR=============CP 6 A global data 0 4 DA 6 L constant dat 1 5 LI 0 / /014C 6 L constant dat 2 6 LI 0 / /0128 6 L not assigned 3 7 IN 6 L SYST 4 8 TA 6 L SY 5 9 TA 6 L RSJOBINFO 6 0 TA 6 M /%_SYS%% 7 1 CO 6 M field symbol 8 2 FS CL_ABAP_DATADESCR=============CP 6 A global data 0 3 DA 6 L constant dat 1 4 LI 0 / /0128 6 L constant dat 2 5 LI 0 / /010B ---------------------------------- Directory of data areas (contents) ---------------------------------- Program No.. Name.......... Contents..1....+....2....+....3....+.... -------------------------------------------------------------- RLGRAP L not assigned 0 M /%_LISTTABLE 232 |\0\0\0\0ßÿÿÿ\0\0\0\0ßÿÿÿ\0\0\0\0ßÿÿ T global stack 384 |\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ RSM13000 A global data 832 | RSM13000 L constant dat 280 |\0 L constant dat 648 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP L not assigned 0 L SYST 444 |\0\0\0\0\0\0\0\0\0\0\0\x01\0\0\0\0\ L SY 444 L RSJOBINFO 84 M /%_SYS%% 688 M field symbol 1 L VBSELECT 121 L *VBSELECT 121 L VBHDR 356 |3FFF263BBE42007E00000000902EF230100 L VBHDR_G 384 L *VBHDR 356 L VBMOD 72 L VBMOD_G 72 L VBDATA 044 L VBDATA_G 076 L VBPARAM 179 L *VBPARAM 179 L VBERROR 236 L VBCOND 65 L T100 97 L SNAP 666 L SHKONTEXT 354 L STSK_DOCU 497 L TLINE 134 L THEAD 365 L DOKIL 76 L DSYST 90 L MSXXLIST 67 L VBSTAT 736 L SM04DIC 944 L VBINFO 45 L VBDISP 56 L VBKEYID 36 L ASGRP 40 L APSRV 40 L TNMAP 108 L TFDIR 94 |SWE_EVENTS_CREATE_STATUS_IN_V1SAPLB M field symbol 1 M field symbol 1 M field symbol 236 M field symbol 97 M field symbol 40 M field symbol 108 M field symbol 40 M field symbol 356 L T000 107 M field symbol 72 M field symbol 044 L text pool 830 |RSM13000 SAPMSSYD A global data 64 | L constant dat 8 L constant dat 016 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP L not assigned 0 L SYST 444 L SY 444 L RSJOBINFO 84 M /%_SYS%% 688 M field symbol 1 L text pool 94 |SAPMSSYD SAPFSYSCALLS A global data 56 | L constant dat 8 L constant dat 208 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP L not assigned 0 L SYST 444 L SY 444 L RSJOBINFO 84 M /%_SYS%% 688 M field symbol 1 L text pool 135 |SAPFSYSCALLS SAPLHFPT A global data 472 | L constant dat 240 L constant dat 496 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP L not assigned 0 L SYST 444 L SY 444 L RSJOBINFO 84 M /%_SYS%% 688 M field symbol 1 L TPIRX 15 L T001 231 M field symbol 15 M field symbol 231 L text pool 117 |SAPLHFPT L ABDBG 700 |\0\0\0\x01\0\0\0\x0F\0\0 SAPMSSY3 A global data 432 | SAPMSSY3 L constant dat 24 L constant dat 712 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP L not assigned 0 L SYST 444 L SY 444 L RSJOBINFO 84 M /%_SYS%% 688 M field symbol 1 M /%_LISTTABLE 232 1 M /%_SYS000 40 1 L ABDBG 700 1 M field symbol 1 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 Y [no name] 224 |\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\0\ 1 L text pool 97 |SAPMSSY3 SAPLHFPU 1 A global data 208 | 1 L constant dat 232 1 L constant dat 560 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 1 L SY 444 1 L RSJOBINFO 84 1 M /%_SYS%% 688 1 M field symbol 1 1 L T001 231 1 M field symbol 231 1 L text pool 117 |SAPLHFPU SAPLHFPM 1 A global data 656 | 1 L constant dat 280 |\0 010203062021222324252627284142 1 L constant dat 424 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 1 L SY 444 1 L RSJOBINFO 84 1 M /%_SYS%% 688 1 M field symbol 1 1 L RPSQT 231 1 L RPSCO 350 1 L TBP0L 14 1 L MESG 319 1 L T001 231 1 L FMSU 367 1 M field symbol 350 1 M field symbol 231 1 M field symbol 891 1 M field symbol 31 1 L TKVS 12 1 M field symbol 12 1 M field symbol 14 1 M field symbol 231 1 M field symbol 367 1 M field symbol 352 1 L text pool 97 |SAPLHFPM SAPLBO01 1 A global data 304 | 1 L constant dat 8 1 L constant dat 592 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 1 L SY 444 1 L RSJOBINFO 84 1 M /%_SYS%% 688 1 M field symbol 1 1 M field symbol 307 1 M field symbol 94 1 L text pool 95 |SAPLBO01 SAPLHFPV 1 A global data 640 | 1 L constant dat 8 1 L constant dat 120 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 1 L SY 444 1 L RSJOBINFO 84 1 M /%_SYS%% 688 1 M field symbol 1 1 L RPSCO 350 1 L RPSQT 231 1 M field symbol 350 1 M field symbol 231 1 L text pool 117 |SAPLHFPV SAPMSSY0 1 A global data 880 | 1 L constant dat 616 1 L constant dat 088 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 1 L SY 444 1 L RSJOBINFO 84 1 M /%_SYS%% 688 1 M field symbol 1 1 M /%_LISTTABLE 232 1 M /%_SYS000 40 1 L TFDIR 94 1 M field symbol 135 1 M field symbol 94 1 L TRDIR 170 1 L ABMSG 414 1 M field symbol 170 1 L text pool 94 |SAPMSSY0 SAPLBSVU 1 A global data 376 | 1 L constant dat 8 1 L constant dat 480 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 1 L not assigned 0 1 L SYST 444 2 L SY 444 2 L RSJOBINFO 84 2 M /%_SYS%% 688 2 M field symbol 1 2 L JSTO 40 2 L JEST 34 2 L JCDO 94 2 L JCDS 85 2 M field symbol 40 2 M field symbol 34 2 M field symbol 85 2 M field symbol 94 2 M field symbol 373 | \0\0\0«Ãabloa 2 M field symbol 8 2 M field symbol 6 2 L TJ02 7 2 M field symbol 7 SAPLBO11 2 A global data 200 | 2 L constant dat 8 2 L constant dat 152 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 2 L not assigned 0 2 L SYST 444 2 L SY 444 2 L RSJOBINFO 84 2 M /%_SYS%% 688 2 M field symbol 1 2 M field symbol 25 2 M field symbol 98 | \0\0\0\0ßÿÿ 2 M field symbol 1 2 M field symbol 120 | \0\0\0\0ßÿÿÿ SAPLBO00 2 A global data 496 | 2 L constant dat 8 2 L constant dat 960 2 L not assigned 0 2 L SYST 444 2 L SY 444 2 L RSJOBINFO 84 2 M /%_SYS%% 688 2 M field symbol 1 2 L TONR 25 2 L NRIV 86 2 L IONR 22 2 M field symbol 86 2 M field symbol 25 2 M field symbol 307 SAPLCYBT 2 A global data 032 | 2 L constant dat 856 2 L constant dat 024 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 2 L not assigned 0 2 L SYST 444 2 L SY 444 2 L RSJOBINFO 84 2 M /%_SYS%% 688 2 M field symbol 1 2 M field symbol 129 2 M field symbol 141 2 M field symbol 472 2 M field symbol 393 2 M field symbol 504 2 M field symbol 405 2 M field symbol 18 2 M field symbol 784 2 M field symbol 800 2 M field symbol 678 | 00000000000000000000 2 M field symbol 690 |00000000000000000000 \0\ 2 M field symbol 698 |00000000 \0\0\0\0\0\0\0\ 2 M field symbol 710 | \0\0\0\0\0\0\0\0\0\0 2 M field symbol 1 2 M field symbol 1 2 M field symbol 1 2 M field symbol 1 2 M field symbol 716 |\0\0\0\0\0\0\0\0 0000000000000000 2 M field symbol 8 2 M field symbol 016 2 M field symbol 056 | 000000000000000000 00000 2 M field symbol 664 | 2 M field symbol 672 |00000000 \0\0\0\0 000000000000 2 M field symbol 676 | \0\0\0\0 000000000000000000 2 M field symbol 016 | 000000000000000000 00000 2 M field symbol 1 2 M field symbol 020 |0000 \0\0\0\0\0\0\0ßÿÿÿ«Ãabload\0\x 2 M field symbol 021 | \0\0\0\0\0\0\0ßÿÿÿ«Ãabload\0\x01\x 2 M field symbol 264 2 M field symbol 016 SAPLCOVB 2 A global data 184 | 2 L constant dat 584 |\0 236VHUDACCO 2 L constant dat 976 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 2 L not assigned 0 2 L SYST 444 2 L SY 444 2 L RSJOBINFO 84 2 M /%_SYS%% 688 2 M field symbol 1 2 L MLTX 65 2 L ORDCOM 80 2 L MDCP 249 2 M field symbol 64 2 M field symbol 536 2 M field symbol 724 2 M field symbol 064 3 M field symbol 60 3 M field symbol 443 3 M field symbol 84 3 M field symbol 96 3 M field symbol 80 3 M field symbol 900 3 M field symbol 337 3 M field symbol 016 3 M field symbol 163 3 M field symbol 984 3 M field symbol 186 3 M field symbol 760 3 M field symbol 380 3 M field symbol 112 3 M field symbol 363 3 M field symbol 408 3 M field symbol 75 3 M field symbol 473 3 M field symbol 65 3 M field symbol 232 3 M field symbol 346 3 M field symbol 325 3 M field symbol 235 3 M field symbol 41 3 M field symbol 281 3 M field symbol 37 3 M field symbol 474 3 M field symbol 116 3 M field symbol 265 3 M field symbol 230 3 M field symbol 352 3 M field symbol 548 3 M field symbol 175 3 M field symbol 048 3 M field symbol 000 3 M field symbol 198 3 M field symbol 141 3 M field symbol 761 3 M field symbol 914 3 M field symbol 228 3 M field symbol 42 3 M field symbol 25 3 M field symbol 45 3 M field symbol 24 3 M field symbol 20 3 M field symbol 50 3 M field symbol 225 3 M field symbol 112 3 M field symbol 237 3 M field symbol 172 3 M field symbol 184 3 M field symbol 163 3 M field symbol 78 3 M field symbol 90 3 M field symbol 34 3 M field symbol 46 3 M field symbol 587 3 L text pool 257 |SAPLCOVB 3 T global stack 536 |H\0\0\0\0\0\0\0\0\0\0\0ßÿÿÿ10010000 SAPLCOBADI 3 A global data 72 | 3 L constant dat 64 3 L constant dat 360 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 3 L not assigned 0 3 L SYST 444 3 L SY 444 3 L RSJOBINFO 84 3 M /%_SYS%% 688 3 M field symbol 1 SAPLSXCH 3 A global data 152 | 3 L constant dat 72 3 L constant dat 640 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 3 L not assigned 0 3 L SYST 444 3 L SY 444 3 L RSJOBINFO 84 3 M /%_SYS%% 688 3 M field symbol 1 3 L D020S 211 3 L SEOCLASS 48 3 L V_EXT_PROG 40 3 L SXS_FCODE 80 3 L SXS_SCRN 94 3 L SXS_INTER 50 3 L SXS_ATTR 235 3 L SXC_EXIT 70 3 L V_EXT_ACT 71 3 M field symbol 80 3 M field symbol 71 3 M field symbol 94 3 M field symbol 211 3 M field symbol 50 3 M field symbol 40 3 M field symbol 80 3 M field symbol 235 3 M field symbol 70 3 M field symbol 100 3 M field symbol 184 3 L text pool 946 |SAPLSXCH SAPLCOTA 3 A global data 728 | 3 L constant dat 64 4 L constant dat 480 4 L not assigned 0 4 L SYST 444 4 L SY 444 4 L RSJOBINFO 84 4 M /%_SYS%% 688 4 M field symbol 1 4 L TCO05 92 4 L TCO04 7 4 L TCO09 75 4 L T006D 28 4 L T006T 30 4 L T411 9 4 L T411T 27 4 L T412 9 4 L T412T 47 4 L T421 10 4 L T421T 41 4 L T423 9 4 L T423T 40 4 L T425 27 4 L T425T 58 4 L T426 17 4 L T426T 38 4 L T428 9 4 L T428T 40 4 L T429 12 4 L T429T 43 4 L T433 14 4 L T433T 49 4 L TCA09 137 4 L TCA11 25 4 L TCA14 14 4 L TCA15 114 4 L TCA42 5 4 L TCN01 231 4 L TCN05 24 4 L TCN08 10 4 L TCN4T 52 4 L TCN41 355 4 L TCN51 31 4 L TCN61 79 4 L TKA01 184 4 M field symbol 28 4 M field symbol 98 4 M field symbol 337 4 M field symbol 94 4 M field symbol 33 4 M field symbol 91 4 M field symbol 19 4 M field symbol 33 4 M field symbol 9 4 M field symbol 59 4 M field symbol 141 4 M field symbol 19 4 M field symbol 38 4 L T003P 48 4 M field symbol 48 4 M field symbol 18 4 M field symbol 31 4 M field symbol 42 4 M field symbol 22 4 M field symbol 23 4 M field symbol 40 4 L TCO10 10 4 M field symbol 10 4 M field symbol 106 4 L TCO36 60 4 M field symbol 60 4 M field symbol 172 4 M field symbol 64 4 M field symbol 60 4 M field symbol 35 4 M field symbol 105 4 M field symbol 231 4 M field symbol 60 4 M field symbol 87 4 M field symbol 94 4 M field symbol 49 4 M field symbol 42 4 M field symbol 41 4 M field symbol 13 4 M field symbol 43 4 M field symbol 35 4 M field symbol 71 4 M field symbol 96 4 M field symbol 23 4 M field symbol 7 4 M field symbol 134 4 M field symbol 32 4 M field symbol 326 4 M field symbol 18 4 M field symbol 41 4 M field symbol 19 4 M field symbol 27 4 M field symbol 22 4 M field symbol 23 4 M field symbol 18 4 M field symbol 5 4 M field symbol 16 5 M field symbol 46 5 M field symbol 64 5 M field symbol 15 5 M field symbol 16 5 M field symbol 61 5 M field symbol 21 5 M field symbol 13 5 M field symbol 47 5 M field symbol 17 5 M field symbol 18 5 M field symbol 69 5 L T100 97 5 M field symbol 97 5 M field symbol 6 5 M field symbol 90 5 M field symbol 14 5 M field symbol 50 5 L text pool 100 |SAPLCOTA SAPLSUNI 5 A global data 552 | 5 L constant dat 8 5 L constant dat 504 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 5 L not assigned 0 5 L SYST 444 5 L SY 444 5 L RSJOBINFO 84 5 M /%_SYS%% 688 5 M field symbol 1 5 L RS38L 478 5 L FUNCT 145 5 L TFTIT 105 5 L TLIBG 38 5 L TLIBT 67 5 L TLIBV 38 5 L TFDIR 94 |SLIM_CNT_INCREASE_COUNTER SAPLS 5 L RODIR 38 5 L TRDIR 170 5 L ENLFDIR 73 5 L V_FDIR 74 5 L TADIR 184 5 L FUPARAREF 232 5 L D010INC 80 5 M /INTERFACE 280 5 M /DOCU 504 5 M /CATALOGUE 80 5 M field symbol 38 5 M field symbol 170 5 M field symbol 67 5 M field symbol 184 5 M field symbol 94 5 M field symbol 73 5 M field symbol 80 5 M field symbol 145 5 M field symbol 105 5 M field symbol 74 5 M field symbol 76 5 M field symbol 38 5 M field symbol 232 5 M field symbol 171 5 L text pool 159 |SAPLSUNI SAPLINST 5 A global data 160 | 5 L constant dat 144 5 L constant dat 032 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 5 L not assigned 0 5 L SYST 444 5 L SY 444 5 L RSJOBINFO 84 5 M /%_SYS%% 688 5 M field symbol 1 5 L T352B 78 5 L T352B_T 43 5 L T003O 91 5 L T003P 48 5 L T353I 8 5 L T353I_T 37 | 5 L T350 160 |100PM01 PM 2 EQUIP 1P 5 L T350E 19 5 L T350W 42 5 L T350I 10 5 L T352R 84 5 L T024I 44 5 L T356A 5 5 L T356A_T 26 5 L T356 16 5 L T356_T 27 5 L T357M 5 5 L T357M_T 45 5 L T399I 14 5 L T001W 337 5 L T001K 43 5 L T001 231 5 L TPMP 63 5 L TCN41 355 5 L TPEXT 73 5 L TVTA 51 5 L TVKWZ 13 5 L TVKBZ 15 5 L TVBVK 10 5 L TC10 98 5 L T399J 32 5 M field symbol 43 6 M field symbol 78 6 M field symbol 43 6 M field symbol 8 6 M field symbol 37 6 M field symbol 160 6 M field symbol 10 6 M field symbol 5 6 M field symbol 26 6 M field symbol 16 6 M field symbol 27 6 M field symbol 84 6 M field symbol 91 6 M field symbol 48 6 M field symbol 5 6 M field symbol 45 6 M field symbol 337 6 M field symbol 231 6 M field symbol 42 6 M field symbol 14 6 M field symbol 63 6 M field symbol 355 6 M field symbol 73 6 L T412 9 6 L EAPL 132 6 L TAPL 137 6 M field symbol 9 6 M field symbol 51 6 M field symbol 13 6 M field symbol 15 6 M field symbol 10 6 M field symbol 44 6 M field symbol 19 6 M field symbol 32 6 L text pool 93 |SAPLINST CL_EXITHANDLER================CP 6 A global data 56 | 6 L constant dat 16 |\0 CL_EX_ X\0\0| 6 L constant dat 496 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 6 L not assigned 0 6 L SYST 444 6 L SY 444 6 L RSJOBINFO 84 6 M /%_SYS%% 688 6 M field symbol 1 6 M field symbol 50 6 M field symbol 235 CL_ABAP_TYPEDESCR=============CP 6 A global data 56 | 6 L constant dat 8 6 L constant dat 528 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP 6 L not assigned 0 6 L SYST 444 6 L SY 444 6 L RSJOBINFO 84 6 M /%_SYS%% 688 6 M field symbol 1 CL_ABAP_ELEMDESCR=============CP 6 A global data 56 | 6 L constant dat 8 6 L constant dat 312 6 L not assigned 0 6 L SYST 444 6 L SY 444 6 L RSJOBINFO 84 6 M /%_SYS%% 688 6 M field symbol 1 CL_ABAP_DATADESCR=============CP 6 A global data 56 | 6 L constant dat 8 6 L constant dat 240 ------------------------ ABAP control blocks CONT ------------------------ Include Line source code Index Name F1 Co Par01 Par2. Par3. Par4. Tabl ----- ---- -- -- ----- ----- ----- ----- ---- ------------------------------ LGRAPU32 26 RETURN = GUI_EXIST. 4051 FUNC C2 4052 FUNC 10 11 4053 FUNC A1 5 4054 FUNP 91 138 L0 4058 FUNC C1 4059 FUNC A3 1 4060 FUNC C3 4061 FUNC A0 1 4062 FUNC C0 4063 FUNC FF LGRAPU32 28 IF GUI_EXIST IS INITIAL. 4064 cmps 20 78 L0 L0 4066 BRAF 02 3 LGRAPU32 29 RAISE NO_BATCH. >>>>> FUNE 03 136 4068 ENDF 00 LGRAPU32 34 IF QUERY = 'FC' AND FILENAME I 4069 COMP 00 P2 519 4071 BRAF 02 3 4072 cmps 20 P1 P1 4074 BRAF 02 5 LGRAPU32 35 RETURN = '0'. 4075 MOVL 00 P4 44 LGRAPU32 36 EXIT. 4077 EXIT 00 ----------------------- End of runtime analysis -----------------------