<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SYSTEM_CORE_DUMPED after native SQL &amp;quot;Exec sql&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883170#M1888381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Are there any message in system log? (SM21)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried now: immediatly after the error, these messages appear under my user:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     System Log: Local Analysis of r3prdci                    2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Time     Ty. Nr Cl. Tcod MNo Text&lt;/P&gt;&lt;P&gt; 10:05:40 BTC 36 900      Q0E Signal c00 received by operating system&lt;BR /&gt; 10:05:40 BTC 36 900      Q02 Stop Workproc36, PID 4568&lt;BR /&gt; 10:05:47 BTC 36 900      F6F TemSe object JOBLGX10052901X44442 was closed remotely&lt;BR /&gt; 10:05:47 BTC 36 900      F6N Repost table TST01 (TemSe-&amp;gt;XRTAB(3)-&amp;gt;64; Flag: MDFF; Key )&lt;BR /&gt; 10:05:47 BTC 36 900      F6M TemSe error repair: 1 (Module , location )&lt;BR /&gt; 10:05:47 BTC 36 900      R47 Delete session 001 after error 023&lt;BR /&gt;Reading:&lt;BR /&gt;Number of records read.........       2777&lt;BR /&gt;Number of records selected.....          7&lt;BR /&gt;Old records skipped............       2764&lt;BR /&gt;Records of invalid users skippe          6&lt;/P&gt;&lt;P&gt;Further selection:&lt;BR /&gt;Number of records read.........          7&lt;BR /&gt;Number of records selected.....          6&lt;BR /&gt;Parameter records suppressed...          1&lt;BR /&gt;Number of records printed......          6&lt;BR /&gt;End of system log&lt;/P&gt;&lt;P&gt;                     System Log: Local Analysis of r3prdci                    3&lt;/P&gt;&lt;P&gt;                    C o n t e n t s&lt;/P&gt;&lt;P&gt;Contents              Page              Start            End&lt;BR /&gt;Selection criteria     1&lt;BR /&gt;                       2        03.02.2015  10:05:40 - 10:05:47&lt;BR /&gt;Contents               3&lt;BR /&gt;                               End of program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 09:10:56 GMT</pubDate>
    <dc:creator>former_member1161170</dc:creator>
    <dc:date>2015-02-03T09:10:56Z</dc:date>
    <item>
      <title>SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883166#M1888377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello.&lt;/P&gt;&lt;P&gt;I have got a report which uses native sql and works fine, perfectly, in foreground.&lt;/P&gt;&lt;P&gt;The same report gives a SYSTEM_CORE_DUMPED error runnning in background:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABAP errore run-time SYSTEM_CORE_DUMPED&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Process terminated by signal 0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error in the SAP Basis system&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABAP/4 processor detected an internal system error.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The current ABAP program "ZENOL01 " had to be terminated because the ABAP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;processor discovered an invalid system state.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The detail is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002140       EXEC SQL.&lt;/P&gt;&lt;P&gt;002150        EXECUTE PROCEDURE SAP_Enol_Anag&lt;/P&gt;&lt;P&gt;002160         ( IN :f_matnr,&lt;/P&gt;&lt;P&gt;002170           IN :f_maktx,&lt;/P&gt;&lt;P&gt;002180           IN :wa_mara-mtart,&lt;/P&gt;&lt;P&gt;002190           IN :wa_mara-extwg,&lt;/P&gt;&lt;P&gt;002200           IN :wa_mara-meins,&lt;/P&gt;&lt;P&gt;002210           IN :wa_eina-meins,&lt;/P&gt;&lt;P&gt;002220           IN :n_ntgew,&lt;/P&gt;&lt;P&gt;002230           IN :wa_eina-lifnr,&lt;/P&gt;&lt;P&gt;002240           IN :f_name1,&lt;/P&gt;&lt;P&gt;002250           IN :wa_eina-idnlf,&lt;/P&gt;&lt;P&gt;002260           IN :f_prepe,&lt;/P&gt;&lt;P&gt;002270           IN :f_ernam,&lt;/P&gt;&lt;P&gt;002280           IN :f_erdat )&lt;/P&gt;&lt;P&gt;     &amp;gt;       ENDEXEC.&lt;/P&gt;&lt;P&gt;002300&lt;/P&gt;&lt;P&gt;002310   ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same " EXECUTE PROCEDURE", with the same values on the same server, works fine in foreground!&lt;/P&gt;&lt;P&gt;Doesn't native sql run in background?&lt;/P&gt;&lt;P&gt;Do you have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 08:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883166#M1888377</guid>
      <dc:creator>former_member1161170</dc:creator>
      <dc:date>2015-02-03T08:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883167#M1888378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same user for background and foreground ? (compare them)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST22 error log ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 08:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883167#M1888378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-03T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883168#M1888379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any message in system log? (SM21)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 08:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883168#M1888379</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-02-03T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883169#M1888380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Same user for background and foreground ? (compare them)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes: I'm sure, it's my user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ST22 error log ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP errore run-time   SYSTEM_CORE_DUMPED&lt;BR /&gt;       Verific. il     02.02.2015 a  17:22:32&lt;BR /&gt;------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Process terminated by signal 0.&lt;/P&gt;&lt;P&gt;-----------------&lt;BR /&gt;Causa dell'errore&lt;BR /&gt;-----------------&lt;/P&gt;&lt;P&gt;Error in the SAP Basis system&lt;BR /&gt;ABAP/4 processor detected an internal system error.&lt;BR /&gt;The current ABAP program "ZENOL01 " had to be terminated because the ABAP&lt;BR /&gt;processor discovered an invalid system state.&lt;/P&gt;&lt;P&gt;-------------------&lt;BR /&gt;Possibili soluzioni&lt;BR /&gt;-------------------&lt;/P&gt;&lt;P&gt;Please make a note of the actions and input which caused the error.&lt;BR /&gt;Please make a note of the actions and input which caused the error.&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your&lt;BR /&gt;SAP system administrator.&lt;/P&gt;&lt;P&gt;Choose "Print" for a hard coopy of the termination message. You can&lt;BR /&gt;display and adminster short dump messages using Transaction ST22.&lt;/P&gt;&lt;P&gt;--------------&lt;BR /&gt;Analisi errori&lt;BR /&gt;--------------&lt;/P&gt;&lt;P&gt;An SAP System process was terminated by an operating system signal.&lt;BR /&gt;-&lt;/P&gt;&lt;P&gt;Possible reasons for this are:&lt;BR /&gt;1. Internal SAP System error.&lt;BR /&gt;2. Process was terminated externally (by the system administrator).&lt;BR /&gt;   -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;           Last error logged in SAP kernel&lt;BR /&gt;------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Component............ "Taskhandler"&lt;BR /&gt;Place................ "SAP-Server r3prdci_PRD_00 on host r3prdci (wp 36)"&lt;BR /&gt;Version.............. 1&lt;BR /&gt;Error code........... 11&lt;BR /&gt;Error text........... "ThSigHandler: signal"&lt;BR /&gt;Description.......... " "&lt;BR /&gt;System call.......... " "&lt;BR /&gt;Module............... "thxxhead.c"&lt;BR /&gt;Line................. 8637&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------------------&lt;BR /&gt;Indic. per la correzione&lt;BR /&gt;------------------------&lt;/P&gt;&lt;P&gt;The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often&lt;BR /&gt;contains a file called 'core'.&lt;/P&gt;&lt;P&gt;Save this file under another name.&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the&lt;BR /&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;BR /&gt;   To obtain this, select the "Print" function on the current screen.&lt;BR /&gt;-&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;BR /&gt;   To obtain this, call the system log with Transaction SM21&lt;BR /&gt;   and select the "Print" function to print out the relevant&lt;BR /&gt;   part.&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;BR /&gt;   supply the source code.&lt;BR /&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;BR /&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;BR /&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;----------------&lt;BR /&gt;Ambiente sistema&lt;BR /&gt;----------------&lt;/P&gt;&lt;P&gt;SAP Release.............. "46C"&lt;/P&gt;&lt;P&gt;Application server....... "r3prdci"&lt;BR /&gt;Network address.......... "192.168.50.40"&lt;BR /&gt;Operating system......... "Windows NT"&lt;BR /&gt;Release.................. "5.2"&lt;BR /&gt;Hardware type............ "8x Intel 801686"&lt;/P&gt;&lt;P&gt;Database server.......... "R3PRDCI"&lt;BR /&gt;Database type............ "ORACLE"&lt;BR /&gt;Database name............ "PRD"&lt;BR /&gt;Database owner........... "SAPR3"&lt;/P&gt;&lt;P&gt;Character set............ "Italian_Italy.1252"&lt;/P&gt;&lt;P&gt;SAP kernel............... "46D"&lt;BR /&gt;Created on............... "Jan 11 2010 22:24:25"&lt;BR /&gt;Created in............... "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"&lt;BR /&gt;Database version......... "OCI_10201_SHARE__OCI_7_API "&lt;/P&gt;&lt;P&gt;Patch level.............. "2500"&lt;BR /&gt;Patch text............... " "&lt;/P&gt;&lt;P&gt;Supported environment....&lt;BR /&gt;Database................. "ORACLE 8.0.5.*.*, ORACLE 8.0.6.*.*, ORACLE&lt;BR /&gt; 8.1.6.*.*, ORACLE 8.1.7.*.*, ORACLE 9.2.0.*.*, ORACLE 10.2.0.*.*"&lt;BR /&gt;SAP database version..... "46D"&lt;BR /&gt;Operating system......... "Windows NT 4.0, Windows NT 5.0, Windows NT 5.1,&lt;BR /&gt; Windows NT 5.2, , System build information:,&lt;BR /&gt; -------------------------------------, LCHN : 1126336"&lt;/P&gt;&lt;P&gt;------------------------&lt;BR /&gt;Utente, transazione.....&lt;BR /&gt;------------------------&lt;/P&gt;&lt;P&gt;Client.............. 900&lt;BR /&gt;User................ "BEGHINIM"&lt;BR /&gt;Language key........ "I"&lt;BR /&gt;Transaction......... " "&lt;BR /&gt;Program............. "ZENOL01 "&lt;BR /&gt;Screen.............. "SAPMSSY0 1000"&lt;BR /&gt;Screen line......... 6&lt;/P&gt;&lt;P&gt;-----------------------------&lt;BR /&gt;Informazioni punto di interr.&lt;BR /&gt;-----------------------------&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "ZENOL01 " in&lt;BR /&gt;"SQLNAT".&lt;BR /&gt;The main program was "ZENOL01 ".&lt;/P&gt;&lt;P&gt;The termination occurred in line 229&lt;BR /&gt;of the source code of program "ZENOL01 " (when calling the editor 2290).&lt;BR /&gt;The program "ZENOL01 " was started as a background job.&lt;/P&gt;&lt;P&gt;----------------------&lt;BR /&gt;Dettaglio cd. sorgente&lt;BR /&gt;----------------------&lt;/P&gt;&lt;P&gt;001990     WRITE:/ '( IN :', f_matnr.&lt;BR /&gt;002000     WRITE:/ '  IN :', f_maktx.&lt;BR /&gt;002010     WRITE:/ '  IN :', wa_mara-mtart.&lt;BR /&gt;002020     WRITE:/ '  IN :', wa_mara-extwg.&lt;BR /&gt;002030     WRITE:/ '  IN :', wa_mara-meins.&lt;BR /&gt;002040     WRITE:/ '  IN :', wa_eina-meins.&lt;BR /&gt;002050     WRITE:/ '  IN :', n_ntgew.&lt;BR /&gt;002060     WRITE:/ '  IN :', wa_eina-lifnr.&lt;BR /&gt;002070     WRITE:/ '  IN :', f_name1.&lt;BR /&gt;002080     WRITE:/ '  IN :', wa_eina-idnlf.&lt;BR /&gt;002090     WRITE:/ '  IN :', f_prepe.&lt;BR /&gt;002100     WRITE:/ '  IN :', f_ernam.&lt;BR /&gt;002110     WRITE:/ '  IN :', f_erdat, ')'.&lt;BR /&gt;002120     WRITE:/ 'ENDEXEC.'.&lt;BR /&gt;002130&lt;BR /&gt;002140       EXEC SQL.&lt;BR /&gt;002150        EXECUTE PROCEDURE SAP_Enol_Anag&lt;BR /&gt;002160         ( IN :f_matnr,&lt;BR /&gt;002170           IN :f_maktx,&lt;BR /&gt;002180           IN :wa_mara-mtart,&lt;BR /&gt;002190           IN :wa_mara-extwg,&lt;BR /&gt;002200           IN :wa_mara-meins,&lt;BR /&gt;002210           IN :wa_eina-meins,&lt;BR /&gt;002220           IN :n_ntgew,&lt;BR /&gt;002230           IN :wa_eina-lifnr,&lt;BR /&gt;002240           IN :f_name1,&lt;BR /&gt;002250           IN :wa_eina-idnlf,&lt;BR /&gt;002260           IN :f_prepe,&lt;BR /&gt;002270           IN :f_ernam,&lt;BR /&gt;002280           IN :f_erdat )&lt;BR /&gt;-----&amp;gt;       ENDEXEC.&lt;BR /&gt;002300&lt;BR /&gt;002310   ENDFORM.&lt;BR /&gt;002320&lt;BR /&gt;002330   *--------------------------------------------------------------------&lt;BR /&gt;002340   *      Esecuzione Sql OLE2 per interattivo&lt;BR /&gt;002350   *--------------------------------------------------------------------&lt;BR /&gt;002360   FORM sqlpc.&lt;BR /&gt;002370&lt;BR /&gt;002380     CONCATENATE 'EXEC dbo.SAP_Enol_Anag '''&lt;BR /&gt;002390           f_matnr       ''', '''&lt;BR /&gt;002400           f_maktx       ''', '''&lt;BR /&gt;002410           wa_mara-mtart ''', '''&lt;BR /&gt;002420           wa_mara-extwg ''', '''&lt;BR /&gt;002430           wa_mara-meins ''', '''&lt;BR /&gt;002440           wa_eina-meins ''', ' &lt;BR /&gt;002450           n_ntgew       ', '''&lt;BR /&gt;002460           wa_eina-lifnr ''', '''&lt;BR /&gt;002470           f_name1       ''', '''&lt;BR /&gt;002480           wa_eina-idnlf ''', '&lt;/P&gt;&lt;P&gt;-----------------------&lt;BR /&gt;Contenuto campi sistema&lt;BR /&gt;-----------------------&lt;/P&gt;&lt;P&gt;Cmpo SY  Contenuto.................... Cmpo SY  Contenuto....................&lt;BR /&gt;-------- ----------------------------- -------- -----------------------------&lt;BR /&gt;SY-SUBRC 0                             SY-INDEX 0&lt;BR /&gt;SY-TABIX 1                             SY-DBCNT 1&lt;BR /&gt;SY-FDPOS 0                             SY-LSIND 0&lt;BR /&gt;SY-PAGNO 1                             SY-LINNO 17&lt;BR /&gt;SY-COLNO 10&lt;/P&gt;&lt;P&gt;---------------------&lt;BR /&gt;Variabili selezionate&lt;BR /&gt;---------------------&lt;/P&gt;&lt;P&gt;Nome.......................... Cont.....1....+....2....+....3....+....4&lt;BR /&gt;------------------------------ ----------------------------------------&lt;BR /&gt;F_MATNR                        7705-01-0000&lt;BR /&gt;                               333323323333&lt;BR /&gt;                               7705D01D0000&lt;BR /&gt;F_MAKTX                        SOLF.- ANIDRIDE SOLFOROSA BOMBOLE-58 KG&lt;BR /&gt;                               5444222444454442544445454244444442332442&lt;BR /&gt;                               3FC6ED01E94294503FC6F2F3102FD2FC5D580B70&lt;BR /&gt;WA_MARA-MTART                  ENOL&lt;BR /&gt;                               4444&lt;BR /&gt;                               5EFC&lt;BR /&gt;WA_MARA-EXTWG                  EN035&lt;BR /&gt;                               443332222222222222&lt;BR /&gt;                               5E0350000000000000&lt;BR /&gt;WA_MARA-MEINS                  KG&lt;BR /&gt;                               442&lt;BR /&gt;                               B70&lt;BR /&gt;WA_EINA-MEINS                  KG&lt;BR /&gt;                               442&lt;BR /&gt;                               B70&lt;BR /&gt;N_NTGEW                        0000000058000&lt;BR /&gt;                               3333333333333&lt;BR /&gt;                               0000000058000&lt;BR /&gt;WA_EINA-LIFNR                  0000023082&lt;BR /&gt;                               3333333333&lt;BR /&gt;                               0000023082&lt;BR /&gt;F_NAME1                        ESSECO S.R.L.&lt;BR /&gt;                               45544425252422222222222222222222222&lt;BR /&gt;                               53353F03E2ECE0000000000000000000000&lt;BR /&gt;WA_EINA-IDNLF&lt;BR /&gt;                               22222222222222222222222222222222222&lt;BR /&gt;                               00000000000000000000000000000000000&lt;BR /&gt;F_PREPE                        ####QL&lt;BR /&gt;                               000154&lt;BR /&gt;                               00031C&lt;BR /&gt;F_ERNAM                        CALLEGAROE&lt;BR /&gt;                               444444454422&lt;BR /&gt;                               31CC5712F500&lt;BR /&gt;F_ERDAT                        05/12/2014&lt;BR /&gt;                               3323323333&lt;BR /&gt;                               05F12F2014&lt;BR /&gt;SQL&lt;BR /&gt;                               2222222222222222222222222222222222222222&lt;BR /&gt;                               0000000000000000000000000000000000000000&lt;BR /&gt;... +  40&lt;BR /&gt;                               2222222222222222222222222222222222222222&lt;BR /&gt;                               0000000000000000000000000000000000000000&lt;BR /&gt;... +  80&lt;BR /&gt;                               2222222222222222222222222222222222222222&lt;BR /&gt;                               0000000000000000000000000000000000000000&lt;BR /&gt;... + 120&lt;BR /&gt;                               22222222&lt;BR /&gt;                               0000000&lt;/P&gt;&lt;P&gt;----------------------&lt;BR /&gt;Richiami/eventi attivi&lt;BR /&gt;----------------------&lt;/P&gt;&lt;P&gt;N..... Tipo........ Nome..........................&lt;BR /&gt;       Programma&lt;BR /&gt;       Include                                  Riga&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;     1 FORM         SQLNAT&lt;BR /&gt;       ZENOL01&lt;BR /&gt;       ZENOL01                                    229&lt;BR /&gt;     2 EVENT        START-OF-SELECTION&lt;BR /&gt;       ZENOL01&lt;BR /&gt;       ZENOL01                                    122&lt;/P&gt;&lt;P&gt;------------&lt;BR /&gt;Note interne&lt;BR /&gt;------------&lt;/P&gt;&lt;P&gt;The termination occurred in the function "ab_CoreInfo" of the SAP&lt;BR /&gt;Basis System, specifically in line 5920 of the module&lt;BR /&gt; "//bas/46D/src/krn/runt/abrabax.c#23".&lt;BR /&gt;The internal operation just processed is "DSQL".&lt;BR /&gt;The internal session was started at 20150202172225.&lt;BR /&gt;Stack trace of 'core'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;---------------------------&lt;BR /&gt;Rich. attivi nel nucleo SAP&lt;BR /&gt;---------------------------&lt;/P&gt;&lt;P&gt; SAP (R) - R/3(TM) Callstack, Version 1.0&lt;BR /&gt; Copyright (C) SAP AG. All rights reserved.&lt;BR /&gt; Application exception occurred:&lt;BR /&gt; Exception : c0000005 (Access Violation)&lt;BR /&gt; App       : disp+work.EXE (pid=3628)&lt;BR /&gt; When      : 2/2/2015 17:22:32.602&lt;BR /&gt; Threads   : 2&lt;BR /&gt; Computer Name       : R3PRDCI&lt;BR /&gt; User Name           : prdadm&lt;BR /&gt; Number of Processors: 8&lt;BR /&gt; Processor Type: AMD64 Family 16 Model 4 Stepping 2&lt;BR /&gt; Windows Version     : 5.2 Current Build: 3790&lt;BR /&gt; Stack Dump for Thread Id 180&lt;BR /&gt; eax=7ee0fefe ebx=30b29dc0 ecx=03a2376c edx=5f504153 esi=00000000 edi=00000000&lt;BR /&gt; eip=781805a9 esp=031d8d00 ebp=30b29da0 iopl=0         nv up ei pl zr na po nc&lt;BR /&gt; cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00210246&lt;BR /&gt; function : strcat&lt;BR /&gt;         7818058f 741d             jz      strcat+0x8e (781805ae)&lt;BR /&gt;         78180591 8a11             mov     dl,[ecx]                     ds:03a2376c=45&lt;BR /&gt;         78180593 83c101           add     ecx,0x1&lt;BR /&gt;         78180596 84d2             test    dl,dl&lt;BR /&gt;         78180598 7466             jz      strcat+0xe0 (78180600)&lt;BR /&gt;         7818059a 8817             mov     [edi],dl                     ds:00000000=??&lt;BR /&gt;         7818059c 83c701           add     edi,0x1&lt;BR /&gt;         7818059f f7c103000000     test    ecx,0x3&lt;BR /&gt;         781805a5 75ea             jnz     strncat+0x81 (78180691)&lt;BR /&gt;         781805a7 eb05             jmp     strcat+0x8e (781805ae)&lt;BR /&gt; FAULT-&amp;gt; 781805a9 8917             mov     [edi],edx              ds:00000000=????????&lt;BR /&gt;         781805ab 83c704           add     edi,0x4&lt;BR /&gt;         781805ae bafffefe7e       mov     edx,0x7efefeff&lt;BR /&gt;         781805b3 8b01             mov     eax,[ecx]              ds:03a2376c=6c6f6e45&lt;BR /&gt;         781805b5 03d0             add     edx,eax&lt;BR /&gt;         781805b7 83f0ff           xor     eax,0xff&lt;BR /&gt;         781805ba 33c2             xor     eax,edx&lt;BR /&gt;         781805bc 8b11             mov     edx,[ecx]              ds:03a2376c=6c6f6e45&lt;BR /&gt;         781805be 83c104           add     ecx,0x4&lt;BR /&gt;         781805c1 a900010181       test    eax,0x81010100&lt;BR /&gt;         781805c6 74e1             jz      strncat+0x99 (781806a9)&lt;BR /&gt;         781805c8 84d2             test    dl,dl&lt;BR /&gt; FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name&lt;BR /&gt; 30b29da0 00000000 30b29db0 00000000 00010001 031d8d5c MSVCR80!strcat&lt;BR /&gt; Stack Dump for Thread Id 558&lt;BR /&gt; eax=00000000 ebx=0032dbc0 ecx=00000000 edx=00000000 esi=7817775d edi=00000000&lt;BR /&gt; eip=7d61cd3e esp=057afc68 ebp=057afca8 iopl=0         nv up ei pl nz na pe nc&lt;BR /&gt; cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000202&lt;BR /&gt; function : ZwFsControlFile&lt;BR /&gt;         7d61cd29 b836000000       mov     eax,0x36&lt;BR /&gt;         7d61cd2e b91b000000       mov     ecx,0x1b&lt;BR /&gt;         7d61cd33 8d542404         lea     edx,[esp+0x4]          ss:089860b7=00000000&lt;BR /&gt;         7d61cd37 64ff15c0000000   call   dword ptr fs:[000000c0] fs:000000c0=????????&lt;BR /&gt;         7d61cd3e c22800           ret     0x28&lt;BR /&gt; FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name&lt;BR /&gt; 057afca8 00c35131 00000a58 00000000 6ff8813c 00000000 ntdll!ZwFsControlFile&lt;BR /&gt; 057aff78 781329bb 00000000 6d2ef478 00000000 00000000 disp+work!SigIMsgFunc [signt.c (470&lt;BR /&gt; 057affb0 78132a47 00000000 7d4dfe37 0032dbc0 00000000 MSVCR80!endthreadex&lt;BR /&gt; 057affec 00000000 781329e1 0032dbc0 00000000 00000000 MSVCR80!endthreadex&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;BR /&gt;Lista dei programmi ABAP in oggetto&lt;BR /&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------&lt;BR /&gt;| Tipo| Progr.                         | DataGen.   Or.Gen.  | Dim.caric.|&lt;BR /&gt;------------------------------------------------------------------------------------------&lt;BR /&gt;| Prg | ZENOL01                        | 02.02.2015 17:21:10 |     47104 |&lt;BR /&gt;| Prg | SAPMSSY0                       | 10.06.2005 19:21:55 |     69632 |&lt;BR /&gt;| Prg | SAPMSSYD                       | 14.08.2000 15:39:21 |     16384 |&lt;BR /&gt;| Prg | SAPFSYSCALLS                   | 21.12.1999 19:32:31 |      7168 |&lt;BR /&gt;| Prg | RSDBRUNT                       | 10.06.2005 19:15:35 |    244736 |&lt;BR /&gt;| Prg | SAPLSPRI                       | 10.06.2005 19:22:02 |    169984 |&lt;BR /&gt;| Typ | PRI_PARAMS                     | 02.11.1998 09:46:12 |      4096 |&lt;BR /&gt;| Typ | ARC_PARAMS                     | 28.08.1997 08:36:28 |      3072 |&lt;BR /&gt;| Typ | PRIPAR_EXT                     | 09.12.1999 13:48:05 |      2048 |&lt;BR /&gt;| Typ | USR01                          | 14.02.1998 15:22:01 |      3072 |&lt;BR /&gt;| Prg | SAPLSPOO                       | 10.06.2005 19:10:29 |    114688 |&lt;BR /&gt;| Typ | TSP1D                          | 14.02.1998 14:26:59 |      4096 |&lt;BR /&gt;| Prg | SAPCNVE                        | 04.01.2000 19:06:37 |      7168 |&lt;BR /&gt;| Prg | SAPLSPOC                       | 10.06.2005 19:13:19 |     82944 |&lt;BR /&gt;| Typ | TSP03L                         | 10.07.1997 00:46:18 |      1024 |&lt;BR /&gt;| Typ | TSP03A                         | 10.07.1997 00:46:15 |      2048 |&lt;BR /&gt;| Typ | TSP03                          | 02.11.1998 09:57:05 |      4096 |&lt;BR /&gt;| Typ | TSP03C                         | 10.11.1999 17:46:10 |      5120 |&lt;BR /&gt;| Prg | SAPLSFES                       | 10.06.2005 19:05:47 |    141312 |&lt;BR /&gt;| Prg | SAPLSPOR                       | 08.03.2002 19:38:54 |     28672 |&lt;BR /&gt;| Prg | SAPLSDEX                       | 04.01.2000 19:06:52 |     20480 |&lt;BR /&gt;| Typ | DD07T                          | 12.05.1997 16:45:51 |      2048 |&lt;BR /&gt;| Prg | RSDBSPBL                       | 10.06.2005 18:32:44 |     66560 |&lt;BR /&gt;| Prg | SAPDB__S                       | 04.01.2000 19:06:37 |     17408 |&lt;BR /&gt;| Typ | VARID                          | 12.05.1997 16:51:30 |      3072 |&lt;BR /&gt;| Prg | RSDBSPVA                       | 10.06.2005 19:10:29 |    120832 |&lt;BR /&gt;| Prg | SAPLSVAR                       | 10.06.2005 19:22:03 |    711680 |&lt;BR /&gt;| Typ | VARIS                          | 12.05.1997 15:27:21 |      2048 |&lt;BR /&gt;| Typ | RSVAMEMKEY                     | 07.05.1997 13:07:49 |      2048 |&lt;BR /&gt;| Prg | RSDBSPMC                       | 10.06.2005 18:19:30 |     76800 |&lt;BR /&gt;| Typ | DDSHDESCR                      | 03.09.1997 03:05:16 |      2048 |&lt;BR /&gt;| Typ | SPPARAMS                       | 07.05.1997 13:10:38 |      1024 |&lt;BR /&gt;| Prg | SAPLICON                       | 14.08.2000 15:39:37 |     25600 |&lt;BR /&gt;| Prg | %_CICON                        | 14.08.2000 15:39:36 |     55296 |&lt;BR /&gt;| Prg | SAPLSABE                       | 04.01.2000 19:06:52 |     12288 |&lt;BR /&gt;| Prg | SAPLSECU                       | 10.06.2005 19:10:51 |     76800 |&lt;BR /&gt;| Prg | RSDBSPVD                       | 10.06.2005 18:19:30 |     86016 |&lt;BR /&gt;| Typ | RSDSFIELDS                     | 20.08.1998 10:57:22 |      2048 |&lt;BR /&gt;| Typ | RSDSEXPR                       | 20.08.1998 10:57:18 |      2048 |&lt;BR /&gt;| Prg | SAPLSSEL                       | 10.06.2005 19:15:20 |   1038336 |&lt;BR /&gt;| Typ | RSCONVERT                      | 21.12.1999 19:16:48 |      2048 |&lt;BR /&gt;| Prg | RSDBSPDS                       | 10.06.2005 18:19:30 |     55296 |&lt;BR /&gt;| Prg | SAPLDSYA                       | 08.03.2002 19:58:54 |     47104 |&lt;BR /&gt;| Prg | SAPFSDS1                       | 10.06.2005 18:21:26 |     46080 |&lt;BR /&gt;| Typ | TDCLD                          | 02.11.1998 09:51:35 |      4096 |&lt;BR /&gt;| Prg | SAPLSDOD                       | 10.06.2005 18:24:49 |     37888 |&lt;BR /&gt;| Typ | DOKIL                          | 12.05.1997 16:46:17 |      2048 |&lt;BR /&gt;| Prg | SAPLLANG                       | 04.01.2000 19:06:49 |      9216 |&lt;BR /&gt;| Typ | T002                           | 14.02.1998 10:24:58 |      2048 |&lt;BR /&gt;| Typ | RSEXFCODE                      | 13.08.1997 12:52:57 |      1024 |&lt;BR /&gt;| Prg | SAPLSTUP                       | 10.06.2005 17:52:47 |     95232 |&lt;BR /&gt;| Prg | SAPLCNDP                       | 08.03.2002 19:58:54 |    181248 |&lt;BR /&gt;| Prg | SAPFGUICNTL                    | 10.06.2005 18:21:34 |     20480 |&lt;BR /&gt;| Prg | SAPLOLEA                       | 10.06.2005 17:52:45 |     81920 |&lt;BR /&gt;| Prg | SAPLSGUI                       | 08.03.2002 19:58:54 |     33792 |&lt;BR /&gt;| Prg | SAPLSTTM                       | 10.06.2005 17:59:50 |     84992 |&lt;BR /&gt;| Prg | SAPLSBDC                       | 10.06.2005 17:59:37 |     66560 |&lt;BR /&gt;| Prg | SAPLURFC                       | 04.01.2000 19:08:13 |     14336 |&lt;BR /&gt;| Prg | SAPLSCNT                       | 08.03.2002 19:58:54 |     28672 |&lt;BR /&gt;| Prg | SAPSHDTV                       | 10.06.2005 18:41:15 |     36864 |&lt;BR /&gt;| Typ | SSCRTEXTS                      | 03.09.1997 03:12:33 |      2048 |&lt;BR /&gt;| Typ | SSCRFIELDS                     | 13.05.1997 12:54:26 |      2048 |&lt;BR /&gt;| Typ | ZMAIL_DEF                      | 24.11.2010 15:16:32 |      2048 |&lt;BR /&gt;| Typ | MARA                           | 09.12.1999 19:03:30 |     15360 |&lt;BR /&gt;| Typ | MARD                           | 30.03.1998 10:00:55 |      7168 |&lt;BR /&gt;| Typ | MAKT                           | 28.08.1997 08:52:19 |      2048 |&lt;BR /&gt;| Typ | EINA                           | 06.05.1998 02:13:03 |      5120 |&lt;BR /&gt;| Typ | LFA1                           | 08.03.2002 20:53:58 |     12288 |&lt;BR /&gt;| Typ | EINE                           | 14.05.1998 22:47:44 |      8192 |&lt;BR /&gt;| Prg | SAPLSCVU                       | 10.06.2005 18:35:01 |     59392 |&lt;BR /&gt;| Typ | T006A                          | 28.08.1997 09:04:18 |      2048 |&lt;BR /&gt;------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;---------------------&lt;BR /&gt;Lista tabelle interne&lt;BR /&gt;---------------------&lt;/P&gt;&lt;P&gt;Header of \PROG=ZENOL01\DATA=%_SSCR[]&lt;BR /&gt;     TABH+  0(20) = 0000000000000000000000000000000000000000&lt;BR /&gt;     TABH+ 20(20) = 000000000400000060030000000000000E000000&lt;BR /&gt;     TABH+ 40(20) = 0E0000000E0000000E00000001000000FFFFFFFF&lt;BR /&gt;     TABH+ 60(20) = 04010F00070000002403000070D2DCDF00000000&lt;BR /&gt;     TABH+ 80(20) = 1887DCDF00000000000000000000000000000000&lt;BR /&gt;     TABH+100(12) = 000000000000000000000000&lt;BR /&gt;     id           = 0     (0x00000000)&lt;BR /&gt;     fill         = 14    (0x0E000000)&lt;BR /&gt;     lineAdmin    = 14    (0x0E000000)&lt;BR /&gt;     lineAlloc    = 14    (0x0E000000)&lt;BR /&gt;     tabi         = 0x70D2DCDF&lt;BR /&gt;     pghook       = 0x00000000&lt;BR /&gt;     index        = 0x1887DCDF&lt;BR /&gt;     hshook       = 0x00000000&lt;BR /&gt;     btree        = 0x00000000&lt;BR /&gt;     reghook      = 0x00000000&lt;BR /&gt;     lopc         = 0     (0x00000000)&lt;BR /&gt;     occu         = 14    (0x0E000000)&lt;BR /&gt;     rank         = 1     (0x01000000)&lt;BR /&gt;     loop         = -1    (0xFFFFFFFF)&lt;BR /&gt;     leng         = 260   (0x0401)&lt;BR /&gt;     fcnt         = 15    (0x0F00)&lt;BR /&gt;     lock         = 0&lt;BR /&gt;     shrd         = 0&lt;BR /&gt;     access       = 1     (stdAccess)&lt;BR /&gt;     idxKind      = 1     (linearIndex)&lt;BR /&gt;     unique       = 2     (nonUnique)&lt;BR /&gt;     cmpMode      = 7     (cmpManyEq)&lt;BR /&gt;     pb_func      = 0x00000000&lt;BR /&gt;     pb_handle    = 0x00000000&lt;BR /&gt;Header of \PROG=ZENOL01\DATA=IT_MARA&lt;BR /&gt;     TABH+  0(20) = 0000000000000000000000000000000000000000&lt;BR /&gt;     TABH+ 20(20) = 0000000004000000300600000100000020000000&lt;BR /&gt;     TABH+ 40(20) = 10000000B0000000200000000000000000000000&lt;BR /&gt;     TABH+ 60(20) = 260300000700000004030000F86BDDDFB825DDDF&lt;BR /&gt;     TABH+ 80(20) = 0000000000000000000000000000000000000000&lt;BR /&gt;     TABH+100(12) = 000000000000000021000000&lt;BR /&gt;     id           = 33    (0x21000000)&lt;BR /&gt;     fill         = 32    (0x20000000)&lt;BR /&gt;     lineAdmin    = 176   (0xB0000000)&lt;BR /&gt;     lineAlloc    = 32    (0x20000000)&lt;BR /&gt;     tabi         = 0xF86BDDDF&lt;BR /&gt;     pghook       = 0xB825DDDF&lt;BR /&gt;     index        = 0x00000000&lt;BR /&gt;     hshook       = 0x00000000&lt;BR /&gt;     btree        = 0x00000000&lt;BR /&gt;     reghook      = 0x00000000&lt;BR /&gt;     lopc         = 1     (0x01000000)&lt;BR /&gt;     occu         = 16    (0x10000000)&lt;BR /&gt;     rank         = 0     (0x00000000)&lt;BR /&gt;     loop         = 0     (0x00000000)&lt;BR /&gt;     leng         = 806   (0x2603)&lt;BR /&gt;     fcnt         = 0     (0x0000)&lt;BR /&gt;     lock         = 0&lt;BR /&gt;     shrd         = 0&lt;BR /&gt;     access       = 1     (stdAccess)&lt;BR /&gt;     idxKind      = 0     (noIndex)&lt;BR /&gt;     unique       = 2     (nonUnique)&lt;BR /&gt;     cmpMode      = 7     (cmpManyEq)&lt;BR /&gt;     pb_func      = 0x00000000&lt;BR /&gt;     pb_handle    = 0x00000000&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;BR /&gt;Indice delle tabelle applicative (contenuti)&lt;BR /&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;Programma&lt;BR /&gt;  Nome..........  Cont.....1....+....2....+....3....+....&lt;BR /&gt;---------------------------------------------------------&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;BR /&gt;Indice delle aree dati (info gestione)&lt;BR /&gt;--------------------------------------&lt;/P&gt;&lt;P&gt;Programma&lt;BR /&gt;  N... Nome..........  Lng.  Ofsg Tipo Next Date gen.  Ora gen.&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;  T006A&lt;BR /&gt;       L not assigned 760         0 IN&lt;BR /&gt;       M /%_LISTTABLE 759         1 CO \0\&lt;BR /&gt;       T global stack 758  1      2 GL \0\&lt;BR /&gt;  ZENOL01&lt;BR /&gt;       A global data    0         3 DA&lt;BR /&gt;       L constant dat   1         4 LI        .0 .05F6&lt;BR /&gt;       L constant dat   2         5 LI SSY    .0 .0367&lt;BR /&gt;       L not assigned   3         6 IN&lt;BR /&gt;       L SYST           4         7 TA \0\&lt;BR /&gt;       L SY             5         8 TA&lt;BR /&gt;       L RSJOBINFO      6         9 TA&lt;BR /&gt;       M /%_SYS%%       7         0 CO&lt;BR /&gt;       M field symbol   8         1 FS&lt;BR /&gt;       M /%_SSCR        9         2 CO \0\&lt;BR /&gt;       L VARI          10         3 TA&lt;BR /&gt;       M field symbol  11         4 FS&lt;BR /&gt;       M field symbol  12         5 FS&lt;BR /&gt;       M field symbol  13         6 FS&lt;BR /&gt;       M field symbol  14         7 FS&lt;BR /&gt;       M field symbol  15         8 FS&lt;BR /&gt;       M field symbol  16         9 FS&lt;BR /&gt;       M field symbol  17         0 FS&lt;BR /&gt;       L SSCRFIELDS    18         1 TA&lt;BR /&gt;       L SSCRTEXTS     19         2 TA&lt;BR /&gt;       L text pool     20         3 TP&lt;BR /&gt;  SAPMSSY0&lt;BR /&gt;       A global data    0         4 DA&lt;BR /&gt;       L constant dat   1         5 LI        .0 .07A9&lt;BR /&gt;       L constant dat   2         6 LI SSY    .0 .06D4&lt;BR /&gt;       L not assigned   3         7 IN&lt;BR /&gt;       L SYST           4         8 TA&lt;BR /&gt;       L SY             5         9 TA&lt;BR /&gt;       L RSJOBINFO      6         0 TA&lt;BR /&gt;       M /%_SYS%%       7         1 CO&lt;BR /&gt;       M field symbol   8         2 FS&lt;BR /&gt;       M /%_LISTTABLE   9         3 CO&lt;BR /&gt;       M /%_SYS000     10         4 CO&lt;BR /&gt;       L TFDIR         11         5 TA&lt;BR /&gt;       M field symbol  12         6 FS&lt;BR /&gt;       M field symbol  13         7 FS&lt;BR /&gt;       L TRDIR         14         8 TA&lt;BR /&gt;       L ABMSG         15         9 TA&lt;BR /&gt;       M field symbol  16         0 FS&lt;BR /&gt;       L text pool     17         1 TP&lt;BR /&gt;  SAPMSSYD&lt;BR /&gt;       A global data    0         2 DA&lt;BR /&gt;       L constant dat   1         3 LI        .0 .0174&lt;BR /&gt;       L constant dat   2         4 LI SSY    .0 .00E8&lt;BR /&gt;       L not assigned   3         5 IN&lt;BR /&gt;       L SYST           4         6 TA&lt;BR /&gt;       L SY             5         7 TA&lt;BR /&gt;       L RSJOBINFO      6         8 TA&lt;BR /&gt;       M /%_SYS%%       7         9 CO&lt;BR /&gt;       M field symbol   8         0 FS&lt;BR /&gt;       L text pool      9         1 TP&lt;BR /&gt;  SAPFSYSCALLS&lt;BR /&gt;       A global data    0         2 DA&lt;BR /&gt;       L constant dat   1         3 LI        .0 .00AB&lt;BR /&gt;       L constant dat   2         4 LI SSY    .0 .0088&lt;BR /&gt;       L not assigned   3         5 IN&lt;BR /&gt;       L SYST           4         6 TA&lt;BR /&gt;       L SY             5         7 TA&lt;BR /&gt;       L RSJOBINFO      6         8 TA&lt;BR /&gt;       M /%_SYS%%       7         9 CO&lt;BR /&gt;       M field symbol   8         0 FS&lt;BR /&gt;       L text pool      9         1 TP&lt;BR /&gt;  RSDBRUNT&lt;BR /&gt;       A global data    0         2 DA&lt;BR /&gt;       L constant dat   1         3 LI 2\x    .0 .1DAF&lt;BR /&gt;       L constant dat   2         4 LI SSY    .0 .1975&lt;BR /&gt;       L not assigned   3         5 IN&lt;BR /&gt;       L SYST           4         6 TA&lt;BR /&gt;       L SY             5         7 TA&lt;BR /&gt;       L RSJOBINFO      6         8 TA&lt;BR /&gt;       M /%_SYS%%       7         9 CO&lt;BR /&gt;       M field symbol   8         0 FS VER&lt;BR /&gt;       M /%_SSCR        9         1 CO&lt;BR /&gt;       L VARI          10         2 TA&lt;BR /&gt;       L TRDIR         11         3 TA&lt;BR /&gt;       L TUVID         12         4 TA&lt;BR /&gt;       L RSVUVINT      13         5 TA&lt;BR /&gt;       L VARID         14         6 TA&lt;BR /&gt;       L DFIES         15         7 TA&lt;BR /&gt;       L SSCRTEXTS     16         8 TA&lt;BR /&gt;       L SSCRFIELDS    17         9 TA&lt;BR /&gt;       M /%_DYN_SEL    18         0 CO |&lt;BR /&gt;       M /%_FIELD_SEL  19         1 CO&lt;BR /&gt;       M /%_RUNT_XX_%  20         2 CO&lt;BR /&gt;       M field symbol  21         3 FS&lt;BR /&gt;       M field symbol  22         4 FS&lt;BR /&gt;       M field symbol  23         5 FS&lt;BR /&gt;       M field symbol  24         6 FS&lt;BR /&gt;       M field symbol  25         7 FS&lt;BR /&gt;       L text pool     26         8 TP&lt;BR /&gt;  SAPLSPRI&lt;BR /&gt;       A global data    0         9 DA&lt;BR /&gt;       L constant dat   1         0 LI        .0 .0EE6&lt;BR /&gt;       L constant dat   2         1 LI SSY    .0 .0A73&lt;BR /&gt;       L not assigned   3         2 IN&lt;BR /&gt;       L SYST           4         3 TA&lt;BR /&gt;       L SY             5         4 TA&lt;BR /&gt;       L RSJOBINFO      6         5 TA&lt;BR /&gt;       M /%_SYS%%       7         6 CO&lt;BR /&gt;       M field symbol   8         7 FS&lt;BR /&gt;       M field symbol   9         8 FS&lt;BR /&gt;       L TPRI_PAR      10         9 TA&lt;BR /&gt;     1 L TSP03         11         0 TA&lt;BR /&gt;     1 L TOADV         12         1 TA&lt;BR /&gt;     1 L USR01         13         2 TA&lt;BR /&gt;     1 L SPRINT        14         3 TA&lt;BR /&gt;     1 L TSP1T         15         4 TA&lt;BR /&gt;     1 L TOAOM         16         5 TA&lt;BR /&gt;     1 L TOASP         17         6 TA&lt;BR /&gt;     1 L TOJTT         18         7 TA&lt;BR /&gt;     1 L PRI_PARAMS    19         8 TA&lt;BR /&gt;     1 L ARC_PARAMS    20         9 TA&lt;BR /&gt;     1 L INDX          21         0 TA&lt;BR /&gt;     1 M field symbol  22         1 FS&lt;BR /&gt;     1 M field symbol  23         2 FS&lt;BR /&gt;     1 M field symbol  24         3 FS&lt;BR /&gt;     1 L TSP01         25         4 TA&lt;BR /&gt;     1 M field symbol  26         5 FS&lt;BR /&gt;     1 M field symbol  27         6 FS&lt;BR /&gt;     1 M field symbol  28         7 FS&lt;BR /&gt;     1 M field symbol  29         8 FS&lt;BR /&gt;     1 M field symbol  30         9 FS&lt;BR /&gt;     1 M field symbol  31         0 FS&lt;BR /&gt;     1 L text pool     32         1 TP&lt;BR /&gt;  PRI_PARAMS&lt;BR /&gt;     1 A global data    0         2 DA \0\&lt;BR /&gt;  SAPLSPOO&lt;BR /&gt;     1 A global data    0         3 DA&lt;BR /&gt;     1 L constant dat   1         4 LI        .0 .0C91&lt;BR /&gt;     1 L constant dat   2         5 LI SSY    .0 .09E9&lt;BR /&gt;     1 L not assigned   3         6 IN&lt;BR /&gt;     1 L SYST           4         7 TA&lt;BR /&gt;     1 L SY             5         8 TA&lt;BR /&gt;     1 L RSJOBINFO      6         9 TA&lt;BR /&gt;     1 M /%_SYS%%       7         0 CO&lt;BR /&gt;     1 M field symbol   8         1 FS&lt;BR /&gt;     1 L USR05          9         2 TA&lt;BR /&gt;     1 M field symbol  10         3 FS&lt;BR /&gt;     1 M field symbol  11         4 FS&lt;BR /&gt;     1 L TSP01         12         5 TA&lt;BR /&gt;     1 L TSP02         13         6 TA&lt;BR /&gt;     1 L TSP03         14         7 TA&lt;BR /&gt;     1 L TSP03C        15         8 TA&lt;BR /&gt;     1 L TSP03A        16         9 TA&lt;BR /&gt;     1 L TSP03L        17         0 TA&lt;BR /&gt;     1 L TSP06A        18         1 TA&lt;BR /&gt;     1 L TSP08         19         2 TA&lt;BR /&gt;     1 L TSP0E         20         3 TA&lt;BR /&gt;     1 L TSP0F         21         4 TA&lt;BR /&gt;     1 L TSP0T         22         5 TA&lt;BR /&gt;     1 L *TSP0T        23         6 TA&lt;BR /&gt;     1 L TSP1D         24         7 TA SAP&lt;BR /&gt;     1 L TSP0R         25         8 TA&lt;BR /&gt;     1 M field symbol  26         9 FS&lt;BR /&gt;     1 M field symbol  27         0 FS&lt;BR /&gt;     1 M field symbol  28         1 FS&lt;BR /&gt;     1 M field symbol  29         2 FS&lt;BR /&gt;     1 M field symbol  30         3 FS&lt;BR /&gt;     1 M field symbol  31         4 FS&lt;BR /&gt;     1 M field symbol  32         5 FS&lt;BR /&gt;     1 M field symbol  33         6 FS&lt;BR /&gt;     1 M field symbol  34         7 FS&lt;BR /&gt;     1 M field symbol  35         8 FS&lt;BR /&gt;     1 L TST01         36         9 TA&lt;BR /&gt;     1 L RSPOCHECK     37         0 TA&lt;BR /&gt;     1 L T100          38         1 TA&lt;BR /&gt;     1 M field symbol  39         2 FS&lt;BR /&gt;     1 M field symbol  40         3 FS&lt;BR /&gt;     1 M field symbol  41         4 FS&lt;BR /&gt;     1 M field symbol  42         5 FS&lt;BR /&gt;     1 M field symbol  43         6 FS&lt;BR /&gt;     1 L text pool     44         7 TP&lt;BR /&gt;  SAPCNVE&lt;BR /&gt;     1 A global data    0         8 DA&lt;BR /&gt;     1 L constant dat   1         9 LI        .0 .00B3&lt;BR /&gt;     1 L constant dat   2         0 LI SSY    .0 .0091&lt;BR /&gt;     1 L not assigned   3         1 IN&lt;BR /&gt;     1 L SYST           4         2 TA&lt;BR /&gt;     1 L SY             5         3 TA&lt;BR /&gt;     1 L RSJOBINFO      6         4 TA&lt;BR /&gt;     1 M /%_SYS%%       7         5 CO&lt;BR /&gt;     1 M field symbol   8         6 FS&lt;BR /&gt;     1 L text pool      9         7 TP&lt;BR /&gt;  SAPLSPOC&lt;BR /&gt;     1 A global data    0         8 DA&lt;BR /&gt;     1 L constant dat   1         9 LI _RE    .0 .068C&lt;BR /&gt;     1 L constant dat   2         0 LI SSY    .0 .0528&lt;BR /&gt;     1 L not assigned   3         1 IN&lt;BR /&gt;     1 L SYST           4         2 TA&lt;BR /&gt;     1 L SY             5         3 TA&lt;BR /&gt;     1 L RSJOBINFO      6         4 TA&lt;BR /&gt;     1 M /%_SYS%%       7         5 CO&lt;BR /&gt;     1 M field symbol   8         6 FS&lt;BR /&gt;     1 M field symbol   9         7 FS&lt;BR /&gt;     1 M field symbol  10         8 FS&lt;BR /&gt;     1 M field symbol  11         9 FS&lt;BR /&gt;     1 M field symbol  12         0 FS&lt;BR /&gt;     1 M field symbol  13         1 FS&lt;BR /&gt;     1 L TSP03L        14         2 TA&lt;BR /&gt;     1 L TSP03D        15         3 TA&lt;BR /&gt;     1 L TSP03A        16         4 TA&lt;BR /&gt;     1 L TSP03         17         5 TA&lt;BR /&gt;     1 L TSP03C        18         6 TA&lt;BR /&gt;     1 L TSP03T        19         7 TA&lt;BR /&gt;     1 L TSP0H         20         8 TA&lt;BR /&gt;     1 L TSP0U         21         9 TA&lt;BR /&gt;     2 L TSP0R         22         0 TA&lt;BR /&gt;     2 L TSPSV         23         1 TA&lt;BR /&gt;     2 L TSPOPTIONS    24         2 TA&lt;BR /&gt;     2 M field symbol  25         3 FS&lt;BR /&gt;     2 M field symbol  26         4 FS&lt;BR /&gt;     2 M field symbol  27         5 FS&lt;BR /&gt;     2 M field symbol  28         6 FS&lt;BR /&gt;     2 M field symbol  29         7 FS&lt;BR /&gt;     2 M field symbol  30         8 FS&lt;BR /&gt;     2 M field symbol  31         9 FS&lt;BR /&gt;     2 M field symbol  32         0 FS&lt;BR /&gt;     2 M field symbol  33         1 FS&lt;BR /&gt;     2 M field symbol  34         2 FS&lt;BR /&gt;     2 M field symbol  35         3 FS&lt;BR /&gt;     2 M field symbol  36         4 FS&lt;BR /&gt;     2 M field symbol  37         5 FS&lt;BR /&gt;     2 M field symbol  38         6 FS&lt;BR /&gt;     2 L text pool     39         7 TP&lt;BR /&gt;  SAPLSFES&lt;BR /&gt;     2 A global data    0  1      8 DA&lt;BR /&gt;     2 L constant dat   1         9 LI        .0 .10BB&lt;BR /&gt;     2 L constant dat   2         0 LI SSY    .0 .0BA7&lt;BR /&gt;     2 L not assigned   3         1 IN&lt;BR /&gt;     2 L SYST           4         2 TA&lt;BR /&gt;     2 L SY             5         3 TA&lt;BR /&gt;     2 L RSJOBINFO      6         4 TA&lt;BR /&gt;     2 M /%_SYS%%       7         5 CO&lt;BR /&gt;     2 M field symbol   8         6 FS&lt;BR /&gt;  SAPLSPOR&lt;BR /&gt;     2 A global data    0         7 DA&lt;BR /&gt;     2 L constant dat   1         8 LI        .0 .0284&lt;BR /&gt;     2 L constant dat   2         9 LI SSY    .0 .01DD&lt;BR /&gt;     2 L not assigned   3         0 IN&lt;BR /&gt;     2 L SYST           4         1 TA&lt;BR /&gt;     2 L SY             5         2 TA&lt;BR /&gt;     2 L RSJOBINFO      6         3 TA&lt;BR /&gt;     2 M /%_SYS%%       7         4 CO&lt;BR /&gt;     2 M field symbol   8         5 FS&lt;BR /&gt;     2 L TSP01          9         6 TA&lt;BR /&gt;     2 L TSP03         10         7 TA&lt;BR /&gt;     2 L TSP03C        11         8 TA&lt;BR /&gt;     2 L TSP03L        12         9 TA&lt;BR /&gt;     2 M field symbol  13         0 FS&lt;BR /&gt;     2 M field symbol  14         1 FS&lt;BR /&gt;     2 M field symbol  15         2 FS&lt;BR /&gt;     2 M field symbol  16         3 FS&lt;BR /&gt;     2 M field symbol  17         4 FS&lt;BR /&gt;     2 L text pool     18         5 TP&lt;BR /&gt;  SAPLSDEX&lt;BR /&gt;     2 A global data    0         6 DA&lt;BR /&gt;     2 L constant dat   1         7 LI        .0 .026D&lt;BR /&gt;     2 L constant dat   2         8 LI SSY    .0 .021A&lt;BR /&gt;     2 L not assigned   3         9 IN&lt;BR /&gt;     2 L SYST           4         0 TA&lt;BR /&gt;     2 L SY             5         1 TA&lt;BR /&gt;     2 L RSJOBINFO      6         2 TA&lt;BR /&gt;     2 M /%_SYS%%       7         3 CO&lt;BR /&gt;     2 M field symbol   8         4 FS&lt;BR /&gt;     2 L DD07L          9         5 TA&lt;BR /&gt;     2 L DD07T         10         6 TA 000&lt;BR /&gt;     2 M field symbol  11         7 FS&lt;BR /&gt;     2 M field symbol  12         8 FS&lt;BR /&gt;  RSDBSPBL&lt;BR /&gt;     2 A global data    0         9 DA&lt;BR /&gt;     2 L constant dat   1         0 LI 2\x    .0 .0A22&lt;BR /&gt;     2 L constant dat   2         1 LI SSY    .0 .095A&lt;BR /&gt;     2 L not assigned   3         2 IN&lt;BR /&gt;     2 L SYST           4         3 TA&lt;BR /&gt;     2 L SY             5         4 TA&lt;BR /&gt;     2 L RSJOBINFO      6         5 TA&lt;BR /&gt;     2 M /%_SYS%%       7         6 CO&lt;BR /&gt;     2 M field symbol   8         7 FS&lt;BR /&gt;     2 M /%_RUNT_XX_%   9         8 CO&lt;BR /&gt;     2 L text pool     10         9 TP&lt;BR /&gt;  SAPDB__S&lt;BR /&gt;     2 A global data    0         0 DA&lt;BR /&gt;     2 L constant dat   1         1 LI        .0 .020D&lt;BR /&gt;     2 L constant dat   2         2 LI        .0 .01B0&lt;BR /&gt;     2 L not assigned   3         3 IN&lt;BR /&gt;     2 L SYST           4         4 TA&lt;BR /&gt;     2 L SY             5         5 TA&lt;BR /&gt;     2 L RSJOBINFO      6         6 TA&lt;BR /&gt;     2 M /%_SYS%%       7         7 CO&lt;BR /&gt;     2 M field symbol   8         8 FS&lt;BR /&gt;     2 M /%_SSCR        9         9 CO&lt;BR /&gt;     2 L VARI          10         0 TA&lt;BR /&gt;     2 L text pool     11         1 TP&lt;BR /&gt;  RSDBSPVA&lt;BR /&gt;     2 A global data    0         2 DA&lt;BR /&gt;     2 L constant dat   1         3 LI 2\x    .0 .10E2&lt;BR /&gt;     2 L constant dat   2         4 LI SSY    .0 .0F0E&lt;BR /&gt;     2 L not assigned   3         5 IN&lt;BR /&gt;     2 L SYST           4         6 TA&lt;BR /&gt;     2 L SY             5         7 TA&lt;BR /&gt;     2 L RSJOBINFO      6         8 TA&lt;BR /&gt;     2 M /%_SYS%%       7         9 CO&lt;BR /&gt;     2 M field symbol   8         0 FS&lt;BR /&gt;     2 L VARID          9         1 TA&lt;BR /&gt;     2 L TVARV         10         2 TA&lt;BR /&gt;     2 M /%_SSCR       11         3 CO&lt;BR /&gt;     2 M /%_DYN_SEL    12         4 CO&lt;BR /&gt;     2 M field symbol  13         5 FS&lt;BR /&gt;     2 M field symbol  14         6 FS&lt;BR /&gt;     2 M /%_RUNT_XX_%  15         7 CO&lt;BR /&gt;     2 M field symbol  16         8 FS&lt;BR /&gt;     2 M field symbol  17         9 FS&lt;BR /&gt;     3 M field symbol  18         0 FS&lt;BR /&gt;     3 L text pool     19         1 TP&lt;BR /&gt;  SAPLSVAR&lt;BR /&gt;     3 A global data    0  1      2 DA&lt;BR /&gt;     3 L constant dat   1         3 LI 2\x    .0 .55B0&lt;BR /&gt;     3 L constant dat   2  1      4 LI SSY    .0 .487A&lt;BR /&gt;     3 L not assigned   3         5 IN&lt;BR /&gt;     3 L SYST           4         6 TA&lt;BR /&gt;     3 L SY             5         7 TA&lt;BR /&gt;     3 L RSJOBINFO      6         8 TA&lt;BR /&gt;     3 M /%_SYS%%       7         9 CO&lt;BR /&gt;     3 M field symbol   8         0 FS&lt;BR /&gt;     3 L TADIR          9         1 TA&lt;BR /&gt;     3 L TRDIR         10         2 TA&lt;BR /&gt;     3 L LDBD          11         3 TA&lt;BR /&gt;     3 L VARID         12         4 TA&lt;BR /&gt;     3 L RSVAVA        13         5 TA&lt;BR /&gt;     3 L RSVAR         14         6 TA&lt;BR /&gt;     3 L RSVARDESC     15         7 TA&lt;BR /&gt;     3 L VARIT         16         8 TA&lt;BR /&gt;     3 L VARIS         17         9 TA&lt;BR /&gt;     3 L DD23T         18         0 TA&lt;BR /&gt;     3 L DFIES         19         1 TA&lt;BR /&gt;     3 L TPARAT        20         2 TA&lt;BR /&gt;     3 L TVARUVN       21         3 TA&lt;BR /&gt;     3 L SSCRFIELDS    22         4 TA&lt;BR /&gt;     3 L T000          23         5 TA&lt;BR /&gt;     3 M field symbol  24         6 FS \0\&lt;BR /&gt;     3 M field symbol  25         7 FS \0\&lt;BR /&gt;     3 M field symbol  26         8 FS&lt;BR /&gt;     3 M field symbol  27         9 FS&lt;BR /&gt;     3 M field symbol  28         0 FS&lt;BR /&gt;     3 M field symbol  29         1 FS&lt;BR /&gt;     3 M field symbol  30         2 FS&lt;BR /&gt;     3 M field symbol  31         3 FS&lt;BR /&gt;     3 M field symbol  32         4 FS&lt;BR /&gt;     3 M field symbol  33         5 FS&lt;BR /&gt;     3 M field symbol  34         6 FS&lt;BR /&gt;     3 M field symbol  35         7 FS&lt;BR /&gt;     3 M field symbol  36         8 FS&lt;BR /&gt;     3 M field symbol  37         9 FS&lt;BR /&gt;     3 M field symbol  38         0 FS&lt;BR /&gt;     3 M field symbol  39         1 FS&lt;BR /&gt;     3 M field symbol  40         2 FS&lt;BR /&gt;     3 M field symbol  41         3 FS&lt;BR /&gt;     3 M field symbol  42         4 FS \0\&lt;BR /&gt;     3 M field symbol  43         5 FS \0\&lt;BR /&gt;     3 M field symbol  44         6 FS \0\&lt;BR /&gt;     3 M field symbol  45         7 FS&lt;BR /&gt;     3 M field symbol  46         8 FS&lt;BR /&gt;     3 M field symbol  47         9 FS \0\&lt;BR /&gt;     3 M field symbol  48         0 FS&lt;BR /&gt;     3 M field symbol  49         1 FS \0\&lt;BR /&gt;     3 M field symbol  50         2 FS \0\&lt;BR /&gt;     3 M field symbol  51         3 FS \0\&lt;BR /&gt;     3 M field symbol  52         4 FS \0\&lt;BR /&gt;     3 M field symbol  53         5 FS \0\&lt;BR /&gt;     3 M field symbol  54         6 FS \0\&lt;BR /&gt;     3 M field symbol  55         7 FS \0\&lt;BR /&gt;     3 M field symbol  56         8 FS \0\&lt;BR /&gt;     3 M field symbol  57         9 FS ÿÿÿ&lt;BR /&gt;     3 M field symbol  58         0 FS&lt;BR /&gt;     3 M field symbol  59         1 FS&lt;BR /&gt;     3 M field symbol  60         2 FS&lt;BR /&gt;     3 M /%_SSCR       61         3 CO&lt;BR /&gt;     3 L VARI          62         4 TA&lt;BR /&gt;     3 Y [no name]     63         5 LA&lt;BR /&gt;     3 M field symbol  64         6 FS&lt;BR /&gt;     3 M field symbol  65         7 FS&lt;BR /&gt;     3 M field symbol  66         8 FS&lt;BR /&gt;     3 M field symbol  67         9 FS&lt;BR /&gt;     3 M field symbol  68         0 FS&lt;BR /&gt;     3 M field symbol  69         1 FS&lt;BR /&gt;     3 M field symbol  70         2 FS&lt;BR /&gt;     3 M field symbol  71         3 FS&lt;BR /&gt;     3 M field symbol  72         4 FS&lt;BR /&gt;     3 M field symbol  73         5 FS&lt;BR /&gt;     3 M field symbol  74         6 FS&lt;BR /&gt;     3 M field symbol  75         7 FS&lt;BR /&gt;     3 M field symbol  76         8 FS&lt;BR /&gt;     3 M field symbol  77         9 FS&lt;BR /&gt;     3 M field symbol  78         0 FS&lt;BR /&gt;     3 L SSCRTEXTS     79         1 TA&lt;BR /&gt;     3 L text pool     80  1      2 TP&lt;BR /&gt;  RSDBSPMC&lt;BR /&gt;     3 A global data    0         3 DA&lt;BR /&gt;     3 L constant dat   1         4 LI        .0 .0C47&lt;BR /&gt;     3 L constant dat   2         5 LI        .0 .0B53&lt;BR /&gt;     3 L not assigned   3         6 IN&lt;BR /&gt;     3 L SYST           4         7 TA&lt;BR /&gt;     3 L SY             5         8 TA&lt;BR /&gt;     3 L RSJOBINFO      6         9 TA&lt;BR /&gt;     3 M /%_SYS%%       7         0 CO&lt;BR /&gt;     3 M field symbol   8         1 FS&lt;BR /&gt;     3 M /%_SSCR        9         2 CO&lt;BR /&gt;     3 M /%_RUNT_XX_%  10         3 CO&lt;BR /&gt;     3 L DD23L         11         4 TA&lt;BR /&gt;     3 L DD23T         12         5 TA&lt;BR /&gt;     3 L RSMDY         13         6 TA&lt;BR /&gt;     3 M field symbol  14         7 FS&lt;BR /&gt;     3 L text pool     15         8 TP&lt;BR /&gt;  SAPLICON&lt;BR /&gt;     3 A global data    0         9 DA&lt;BR /&gt;     4 L constant dat   1         0 LI        .0 .02B9&lt;BR /&gt;     4 L constant dat   2         1 LI SSY    .0 .01DA&lt;BR /&gt;     4 L not assigned   3         2 IN&lt;BR /&gt;     4 L SYST           4         3 TA&lt;BR /&gt;     4 L SY             5         4 TA&lt;BR /&gt;     4 L RSJOBINFO      6         5 TA&lt;BR /&gt;     4 M /%_SYS%%       7         6 CO&lt;BR /&gt;     4 M field symbol   8         7 FS @1N&lt;BR /&gt;     4 L ICON           9         8 TA&lt;BR /&gt;     4 L ICONT         10         9 TA&lt;BR /&gt;     4 M field symbol  11         0 FS&lt;BR /&gt;     4 M field symbol  12         1 FS&lt;BR /&gt;     4 L text pool     13         2 TP&lt;BR /&gt;  %_CICON&lt;BR /&gt;     4 A global data    0         3 DA 08@&lt;BR /&gt;     4 L constant dat   1         4 LI 08@    .0 .009E&lt;BR /&gt;     4 L constant dat   2         5 LI        .0 .008E&lt;BR /&gt;     4 L not assigned   3         6 IN&lt;BR /&gt;     4 L SYST           4         7 TA&lt;BR /&gt;     4 L SY             5         8 TA&lt;BR /&gt;     4 L RSJOBINFO      6         9 TA&lt;BR /&gt;     4 M /%_SYS%%       7         0 CO&lt;BR /&gt;     4 M field symbol   8         1 FS&lt;BR /&gt;  SAPLSABE&lt;BR /&gt;     4 A global data    0         2 DA&lt;BR /&gt;     4 L constant dat   1         3 LI        .0 .014A&lt;BR /&gt;     4 L constant dat   2         4 LI SSY    .0 .0101&lt;BR /&gt;     4 L not assigned   3         5 IN&lt;BR /&gt;     4 L SYST           4         6 TA&lt;BR /&gt;     4 L SY             5         7 TA&lt;BR /&gt;     4 L RSJOBINFO      6         8 TA&lt;BR /&gt;     4 M /%_SYS%%       7         9 CO&lt;BR /&gt;     4 M field symbol   8         0 FS&lt;BR /&gt;     4 L TRDIR          9         1 TA&lt;BR /&gt;     4 M field symbol  10         2 FS&lt;BR /&gt;     4 L text pool     11         3 TP&lt;BR /&gt;  SAPLSECU&lt;BR /&gt;     4 A global data    0         4 DA&lt;BR /&gt;     4 L constant dat   1         5 LI        .0 .0A15&lt;BR /&gt;     4 L constant dat   2         6 LI SSY    .0 .07CE&lt;BR /&gt;     4 L not assigned   3         7 IN&lt;BR /&gt;     4 L SYST           4         8 TA&lt;BR /&gt;     4 L SY             5         9 TA&lt;BR /&gt;     4 L RSJOBINFO      6         0 TA&lt;BR /&gt;     4 M /%_SYS%%       7         1 CO&lt;BR /&gt;     4 M field symbol   8         2 FS&lt;BR /&gt;     4 L TSL1D          9         3 TA&lt;BR /&gt;     4 L TPFYPROPTY    10         4 TA&lt;BR /&gt;     4 M field symbol  11         5 FS&lt;BR /&gt;     4 L text pool     12         6 TP&lt;BR /&gt;  RSDBSPVD&lt;BR /&gt;     4 A global data    0         7 DA&lt;BR /&gt;     4 L constant dat   1         8 LI        .0 .0D9C&lt;BR /&gt;     4 L constant dat   2         9 LI SSY    .0 .0CEF&lt;BR /&gt;     4 L not assigned   3         0 IN&lt;BR /&gt;     4 L SYST           4         1 TA&lt;BR /&gt;     4 L SY             5         2 TA&lt;BR /&gt;     4 L RSJOBINFO      6         3 TA&lt;BR /&gt;     4 M /%_SYS%%       7         4 CO&lt;BR /&gt;     4 M field symbol   8         5 FS&lt;BR /&gt;     4 L VARI           9         6 TA&lt;BR /&gt;     4 L TVARV         10         7 TA&lt;BR /&gt;     4 L TUVID         11         8 TA&lt;BR /&gt;     4 L TVARUVN       12         9 TA&lt;BR /&gt;     4 M /%_DYN_SEL    13         0 CO&lt;BR /&gt;     4 M /%_RUNT_XX_%  14         1 CO&lt;BR /&gt;     4 M field symbol  15         2 FS&lt;BR /&gt;     4 M field symbol  16         3 FS&lt;BR /&gt;     4 L text pool     17         4 TP&lt;BR /&gt;  SAPLSSEL&lt;BR /&gt;     4 A global data    0  5      5 DA&lt;BR /&gt;     4 L constant dat   1         6 LI        .0 .7329&lt;BR /&gt;     4 L constant dat   2  2      7 LI SSY    .0 .593A&lt;BR /&gt;     4 L not assigned   3         8 IN&lt;BR /&gt;     4 L SYST           4         9 TA&lt;BR /&gt;     4 L SY             5         0 TA&lt;BR /&gt;     4 L RSJOBINFO      6         1 TA&lt;BR /&gt;     4 M /%_SYS%%       7         2 CO&lt;BR /&gt;     4 M field symbol   8         3 FS&lt;BR /&gt;     4 L RSDSINTERN     9         4 TA&lt;BR /&gt;     4 L RSDSSELOPT    10         5 TA&lt;BR /&gt;     4 L D020S         11         6 TA&lt;BR /&gt;     4 L D021S         12         7 TA&lt;BR /&gt;     4 L RSSCR_C       13         8 TA&lt;BR /&gt;     4 L DFIES         14         9 TA&lt;BR /&gt;     4 L T002          15         0 TA&lt;BR /&gt;     4 M field symbol  16         1 FS&lt;BR /&gt;     4 M field symbol  17         2 FS&lt;BR /&gt;     4 M field symbol  18         3 FS&lt;BR /&gt;     4 M field symbol  19         4 FS&lt;BR /&gt;     4 L SSCRFIELDS    20         5 TA&lt;BR /&gt;     4 M field symbol  21         6 FS&lt;BR /&gt;     4 M field symbol  22         7 FS&lt;BR /&gt;     4 M field symbol  23         8 FS&lt;BR /&gt;     4 M field symbol  24         9 FS&lt;BR /&gt;     4 M field symbol  25         0 FS&lt;BR /&gt;     4 M /%_SSCR       26         1 CO&lt;BR /&gt;     4 L VARI          27         2 TA&lt;BR /&gt;     4 Y [no name]     28         3 LA&lt;BR /&gt;     4 M field symbol  29         4 FS&lt;BR /&gt;     4 M field symbol  30         5 FS&lt;BR /&gt;     4 M field symbol  31         6 FS&lt;BR /&gt;     4 L SSCRTEXTS     32         7 TA&lt;BR /&gt;     4 L text pool     33         8 TP&lt;BR /&gt;  RSDBSPDS&lt;BR /&gt;     4 A global data    0         9 DA&lt;BR /&gt;     5 L constant dat   1         0 LI        .0 .092C&lt;BR /&gt;     5 L constant dat   2         1 LI SSY    .0 .08BC&lt;BR /&gt;     5 L not assigned   3         2 IN&lt;BR /&gt;     5 L SYST           4         3 TA&lt;BR /&gt;     5 L SY             5         4 TA&lt;BR /&gt;     5 L RSJOBINFO      6         5 TA&lt;BR /&gt;     5 M /%_SYS%%       7         6 CO&lt;BR /&gt;     5 M field symbol   8         7 FS&lt;BR /&gt;     5 M /%_DYN_SEL     9         8 CO&lt;BR /&gt;     5 M /%_RUNT_XX_%  10         9 CO&lt;BR /&gt;     5 M field symbol  11         0 FS&lt;BR /&gt;     5 L text pool     12         1 TP&lt;BR /&gt;  SAPLDSYA&lt;BR /&gt;     5 A global data    0         2 DA&lt;BR /&gt;     5 L constant dat   1         3 LI        .0 .062E&lt;BR /&gt;     5 L constant dat   2         4 LI SSY    .0 .0545&lt;BR /&gt;     5 L not assigned   3         5 IN&lt;BR /&gt;     5 L SYST           4         6 TA&lt;BR /&gt;     5 L SY             5         7 TA&lt;BR /&gt;     5 L RSJOBINFO      6         8 TA&lt;BR /&gt;     5 M /%_SYS%%       7         9 CO&lt;BR /&gt;     5 M field symbol   8         0 FS&lt;BR /&gt;     5 L DSYSH          9         1 TA&lt;BR /&gt;     5 L DSYSI         10         2 TA&lt;BR /&gt;     5 L DSYST         11         3 TA&lt;BR /&gt;     5 L DOKIL         12         4 TA&lt;BR /&gt;     5 L TCUSR         13         5 TA&lt;BR /&gt;     5 L TCUSQ         14         6 TA&lt;BR /&gt;     5 L TCUSP         15         7 TA&lt;BR /&gt;     5 L ITCPO         16         8 TA&lt;BR /&gt;     5 L DSYBA         17         9 TA&lt;BR /&gt;     5 L DOKHL         18         0 TA&lt;BR /&gt;     5 L EPSSGL        19         1 TA&lt;BR /&gt;     5 L ITCPP         20         2 TA&lt;BR /&gt;     5 L DSYGH         21         3 TA&lt;BR /&gt;     5 M field symbol  22         4 FS&lt;BR /&gt;     5 M field symbol  23         5 FS&lt;BR /&gt;     5 M field symbol  24         6 FS&lt;BR /&gt;     5 M field symbol  25         7 FS&lt;BR /&gt;     5 M field symbol  26         8 FS&lt;BR /&gt;     5 L text pool     27         9 TP&lt;BR /&gt;  SAPFSDS1&lt;BR /&gt;     5 A global data    0         0 DA&lt;BR /&gt;     5 L constant dat   1         1 LI        .0 .05B9&lt;BR /&gt;     5 L constant dat   2         2 LI SSY    .0 .04E3&lt;BR /&gt;     5 L not assigned   3         3 IN&lt;BR /&gt;     5 L SYST           4         4 TA&lt;BR /&gt;     5 L SY             5         5 TA&lt;BR /&gt;     5 L RSJOBINFO      6         6 TA&lt;BR /&gt;     5 M /%_SYS%%       7         7 CO&lt;BR /&gt;     5 M field symbol   8         8 FS&lt;BR /&gt;     5 M /%_SSCR        9         9 CO&lt;BR /&gt;     5 L VARI          10         0 TA&lt;BR /&gt;     5 L INDX          11         1 TA&lt;BR /&gt;     5 L TDSOB         12         2 TA&lt;BR /&gt;     5 L TDCLD         13         3 TA R3T&lt;BR /&gt;     5 L DSYGH         14         4 TA&lt;BR /&gt;     5 M field symbol  15         5 FS&lt;BR /&gt;     5 M field symbol  16         6 FS&lt;BR /&gt;     5 L text pool     17         7 TP&lt;BR /&gt;  SAPLSDOD&lt;BR /&gt;     5 A global data    0         8 DA&lt;BR /&gt;     5 L constant dat   1         9 LI        .0 .03FC&lt;BR /&gt;     5 L constant dat   2         0 LI SSY    .0 .030C&lt;BR /&gt;     5 L not assigned   3         1 IN&lt;BR /&gt;     5 L SYST           4         2 TA&lt;BR /&gt;     5 L SY             5         3 TA&lt;BR /&gt;     5 L RSJOBINFO      6         4 TA&lt;BR /&gt;     5 M /%_SYS%%       7         5 CO&lt;BR /&gt;     5 M field symbol   8         6 FS&lt;BR /&gt;     5 L DOKIL          9         7 TA&lt;BR /&gt;     5 L DOKTL         10         8 TA&lt;BR /&gt;     5 L DOKHL         11         9 TA&lt;BR /&gt;     5 L TADIR         12         0 TA&lt;BR /&gt;     5 L THLPG         13         1 TA&lt;BR /&gt;     5 L THSTC         14         2 TA&lt;BR /&gt;     5 L SPFPARLIST    15         3 TA&lt;BR /&gt;     5 L TDCLD         16         4 TA&lt;BR /&gt;     5 L THLPF         17         5 TA&lt;BR /&gt;     5 M field symbol  18         6 FS&lt;BR /&gt;     5 M field symbol  19         7 FS&lt;BR /&gt;     5 M field symbol  20         8 FS&lt;BR /&gt;     5 L TSDOC         21         9 TA&lt;BR /&gt;     5 L DOCALTLANG    22         0 TA&lt;BR /&gt;     5 M field symbol  23         1 FS&lt;BR /&gt;     5 M field symbol  24         2 FS&lt;BR /&gt;     5 L TDCLT         25         3 TA&lt;BR /&gt;     5 M field symbol  26         4 FS&lt;BR /&gt;     5 L DSYST         27         5 TA&lt;BR /&gt;     5 L THEAD         28         6 TA&lt;BR /&gt;     5 M field symbol  29         7 FS&lt;BR /&gt;     5 L text pool     30         8 TP&lt;BR /&gt;  SAPLLANG&lt;BR /&gt;     5 A global data    0         9 DA&lt;BR /&gt;     5 L constant dat   1         0 LI        .0 .00D9&lt;BR /&gt;     5 L constant dat   2         1 LI SSY    .0 .00AD&lt;BR /&gt;     5 L not assigned   3         2 IN&lt;BR /&gt;     5 L SYST           4         3 TA&lt;BR /&gt;     5 L SY             5         4 TA&lt;BR /&gt;     5 L RSJOBINFO      6         5 TA&lt;BR /&gt;     5 M /%_SYS%%       7         6 CO&lt;BR /&gt;     5 M field symbol   8         7 FS&lt;BR /&gt;     5 L T002           9         8 TA&lt;BR /&gt;     5 M field symbol  10         9 FS&lt;BR /&gt;     6 L text pool     11         0 TP&lt;BR /&gt;  SAPLSTUP&lt;BR /&gt;     6 A global data    0         1 DA&lt;BR /&gt;     6 L constant dat   1         2 LI        .0 .09F6&lt;BR /&gt;     6 L constant dat   2         3 LI SSY    .0 .07DF&lt;BR /&gt;     6 L not assigned   3         4 IN&lt;BR /&gt;     6 L SYST           4         5 TA&lt;BR /&gt;     6 L SY             5         6 TA&lt;BR /&gt;     6 L RSJOBINFO      6         7 TA&lt;BR /&gt;     6 M /%_SYS%%       7         8 CO&lt;BR /&gt;     6 M field symbol   8         9 FS&lt;BR /&gt;     6 L PFDIAREC       9         0 TA&lt;BR /&gt;     6 L PERFDATA      10         1 TA&lt;BR /&gt;     6 M field symbol  11         2 FS&lt;BR /&gt;     6 M field symbol  12         3 FS&lt;BR /&gt;     6 L text pool     13         4 TP&lt;BR /&gt;  SAPLCNDP&lt;BR /&gt;     6 A global data    0         5 DA&lt;BR /&gt;     6 L constant dat   1         6 LI        .0 .1536&lt;BR /&gt;     6 L constant dat   2         7 LI SSY    .0 .112C&lt;BR /&gt;     6 L not assigned   3         8 IN&lt;BR /&gt;     6 L SYST           4         9 TA&lt;BR /&gt;     6 L SY             5         0 TA&lt;BR /&gt;     6 L RSJOBINFO      6         1 TA&lt;BR /&gt;     6 M /%_SYS%%       7         2 CO&lt;BR /&gt;     6 M field symbol   8         3 FS&lt;BR /&gt;     6 M field symbol   9         4 FS&lt;BR /&gt;     6 M field symbol  10         5 FS&lt;BR /&gt;  SAPFGUICNTL&lt;BR /&gt;     6 A global data    0         6 DA&lt;BR /&gt;     6 L constant dat   1         7 LI        .0 .01FA&lt;BR /&gt;     6 L constant dat   2         8 LI SSY    .0 .0154&lt;BR /&gt;     6 L not assigned   3         9 IN&lt;BR /&gt;     6 L SYST           4         0 TA&lt;BR /&gt;     6 L SY             5         1 TA&lt;BR /&gt;     6 L RSJOBINFO      6         2 TA&lt;BR /&gt;     6 M /%_SYS%%       7         3 CO&lt;BR /&gt;     6 M field symbol   8         4 FS&lt;BR /&gt;     6 L text pool      9         5 TP&lt;BR /&gt;  SAPLOLEA&lt;BR /&gt;     6 A global data    0         6 DA&lt;BR /&gt;     6 L constant dat   1         7 LI \0\    .0 .097D&lt;BR /&gt;     6 L constant dat   2         8 LI SSY    .0 .07C1&lt;BR /&gt;     6 L not assigned   3         9 IN&lt;BR /&gt;     6 L SYST           4         0 TA&lt;BR /&gt;     6 L SY             5         1 TA&lt;BR /&gt;     6 L RSJOBINFO      6         2 TA&lt;BR /&gt;     6 M /%_SYS%%       7         3 CO&lt;BR /&gt;     6 M field symbol   8         4 FS&lt;BR /&gt;     6 L TOLE           9         5 TA&lt;BR /&gt;     6 L OLELOAD       10         6 TA&lt;BR /&gt;     6 M field symbol  11         7 FS&lt;BR /&gt;     6 M field symbol  12         8 FS&lt;BR /&gt;     6 M field symbol  13         9 FS&lt;BR /&gt;     6 L text pool     14         0 TP&lt;BR /&gt;  SAPLSGUI&lt;BR /&gt;     6 A global data    0         1 DA&lt;BR /&gt;     6 L constant dat   1         2 LI        .0 .029C&lt;BR /&gt;     6 L constant dat   2         3 LI SSY    .0 .01DD&lt;BR /&gt;     6 L not assigned   3         4 IN&lt;BR /&gt;     6 L SYST           4         5 TA&lt;BR /&gt;     6 L SY             5         6 TA&lt;BR /&gt;     6 L RSJOBINFO      6         7 TA&lt;BR /&gt;     6 M /%_SYS%%       7         8 CO&lt;BR /&gt;     6 M field symbol   8         9 FS&lt;BR /&gt;     6 L text pool      9         0 TP&lt;BR /&gt;  SAPLSTTM&lt;BR /&gt;     6 A global data    0         1 DA&lt;BR /&gt;     6 L constant dat   1         2 LI        .0 .0CFE&lt;BR /&gt;     6 L constant dat   2         3 LI SSY    .0 .0B99&lt;BR /&gt;     6 L not assigned   3         4 IN&lt;BR /&gt;     6 L SYST           4         5 TA&lt;BR /&gt;     6 L SY             5         6 TA&lt;BR /&gt;     6 L RSJOBINFO      6         7 TA&lt;BR /&gt;     6 M /%_SYS%%       7         8 CO&lt;BR /&gt;     6 M field symbol   8         9 FS&lt;BR /&gt;     6 L TFDIR          9         0 TA&lt;BR /&gt;     6 M field symbol  10         1 FS&lt;BR /&gt;     6 L text pool     11         2 TP&lt;BR /&gt;  SAPLSBDC&lt;BR /&gt;     6 A global data    0         3 DA&lt;BR /&gt;     6 L constant dat   1         4 LI        .0 .0B4B&lt;BR /&gt;     6 L constant dat   2         5 LI SSY    .0 .0810&lt;BR /&gt;     6 L not assigned   3         6 IN&lt;BR /&gt;     6 L SYST           4         7 TA&lt;BR /&gt;     6 L SY             5         8 TA&lt;BR /&gt;     6 L RSJOBINFO      6         9 TA&lt;BR /&gt;     6 M /%_SYS%%       7         0 CO&lt;BR /&gt;     6 M field symbol   8         1 FS&lt;BR /&gt;     6 L TXCOM          9         2 TA&lt;BR /&gt;     6 L BDCDATA       10         3 TA&lt;BR /&gt;     6 L BDCRUN        11         4 TA&lt;BR /&gt;     6 L APQI          12         5 TA&lt;BR /&gt;     6 L APQD          13         6 TA&lt;BR /&gt;     6 L INDX          14         7 TA&lt;BR /&gt;     6 M field symbol  15         8 FS&lt;BR /&gt;     6 M field symbol  16         9 FS&lt;BR /&gt;     6 L TSTC          17         0 TA&lt;BR /&gt;     6 M field symbol  18         1 FS&lt;BR /&gt;  SAPLURFC&lt;BR /&gt;     6 A global data    0         2 DA&lt;BR /&gt;     6 L constant dat   1         3 LI        .0 .0180&lt;BR /&gt;     6 L constant dat   2         4 LI SSY    .0 .0106&lt;BR /&gt;     6 L not assigned   3         5 IN&lt;BR /&gt;     6 L SYST           4         6 TA&lt;BR /&gt;     6 L SY             5         7 TA&lt;BR /&gt;     6 L RSJOBINFO      6         8 TA&lt;BR /&gt;     6 M /%_SYS%%       7         9 CO&lt;BR /&gt;     7 M field symbol   8         0 FS&lt;BR /&gt;     7 L text pool      9         1 TP&lt;BR /&gt;  SAPLSCNT&lt;BR /&gt;     7 A global data    0         2 DA&lt;BR /&gt;     7 L constant dat   1         3 LI        .0 .0260&lt;BR /&gt;     7 L constant dat   2         4 LI SSY    .0 .01FE&lt;BR /&gt;     7 L not assigned   3         5 IN&lt;BR /&gt;     7 L SYST           4         6 TA&lt;BR /&gt;     7 L SY             5         7 TA&lt;BR /&gt;     7 L RSJOBINFO      6         8 TA&lt;BR /&gt;     7 M /%_SYS%%       7         9 CO&lt;BR /&gt;     7 M field symbol   8         0 FS&lt;BR /&gt;     7 L PROGSTRUC      9         1 TA&lt;BR /&gt;     7 L D020S         10         2 TA&lt;BR /&gt;  SAPSHDTV&lt;BR /&gt;     7 A global data    0         3 DA&lt;BR /&gt;     7 L constant dat   1         4 LI E      .0 .0472&lt;BR /&gt;     7 L constant dat   2         5 LI SSY    .0 .03B2&lt;BR /&gt;     7 L not assigned   3         6 IN&lt;BR /&gt;     7 L SYST           4         7 TA&lt;BR /&gt;     7 L SY             5         8 TA&lt;BR /&gt;     7 L RSJOBINFO      6         9 TA&lt;BR /&gt;     7 M /%_SYS%%       7         0 CO&lt;BR /&gt;     7 M field symbol   8         1 FS&lt;BR /&gt;     7 L SHDSVCI        9         2 TA&lt;BR /&gt;     7 L SHDSVFVCI     10         3 TA&lt;BR /&gt;     7 L SHDTVSVCIU    11         4 TA&lt;BR /&gt;     7 L SHDFVGUIU     12         5 TA&lt;BR /&gt;     7 L SHDFVGUICU    13         6 TA&lt;BR /&gt;     7 L SHDSTU        14         7 TA&lt;BR /&gt;     7 L SHDSTCIU      15         8 TA&lt;BR /&gt;     7 M field symbol  16         9 FS&lt;BR /&gt;     7 M field symbol  17         0 FS&lt;BR /&gt;     7 M field symbol  18         1 FS&lt;BR /&gt;     7 M field symbol  19         2 FS&lt;BR /&gt;     7 M field symbol  20         3 FS&lt;BR /&gt;     7 M field symbol  21         4 FS&lt;BR /&gt;     7 M field symbol  22         5 FS&lt;BR /&gt;     7 M field symbol  23         6 FS&lt;BR /&gt;     7 M field symbol  24         7 FS&lt;BR /&gt;     7 L text pool     25         8 TP&lt;BR /&gt;  SAPLSCVU&lt;BR /&gt;     7 A global data    0         9 DA&lt;BR /&gt;     7 L constant dat   1         0 LI        .0 .0687&lt;BR /&gt;     7 L constant dat   2         1 LI SSY    .0 .05A4&lt;BR /&gt;     7 L not assigned   3         2 IN&lt;BR /&gt;     7 L SYST           4         3 TA&lt;BR /&gt;     7 L SY             5         4 TA&lt;BR /&gt;     7 L RSJOBINFO      6         5 TA&lt;BR /&gt;     7 M /%_SYS%%       7         6 CO&lt;BR /&gt;     7 M field symbol   8         7 FS&lt;BR /&gt;     7 L T006           9         8 TA&lt;BR /&gt;     7 L T006A         10         9 TA o&lt;BR /&gt;     7 L T006B         11         0 TA&lt;BR /&gt;     7 L T006C         12         1 TA&lt;BR /&gt;     7 L T006D         13         2 TA&lt;BR /&gt;     7 L T006T         14         3 TA&lt;BR /&gt;     7 M field symbol  15         4 FS&lt;BR /&gt;     7 M field symbol  16         5 FS&lt;BR /&gt;     7 M field symbol  17         6 FS&lt;BR /&gt;     7 M field symbol  18         7 FS&lt;BR /&gt;     7 M field symbol  19         8 FS&lt;BR /&gt;     7 M field symbol  20         9 FS&lt;/P&gt;&lt;P&gt;----------------------------&lt;BR /&gt;Indice aree dati (contenuti)&lt;BR /&gt;----------------------------&lt;/P&gt;&lt;P&gt;Programma&lt;BR /&gt;  N... Nome..........  Cont.....1....+....2....+....3....+....&lt;BR /&gt;--------------------------------------------------------------&lt;BR /&gt;  T006A&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M /%_LISTTABLE 232 |çÿÿß\x18\0\0\0æÿÿß\x19\0\0\0åÿÿß\x1&lt;BR /&gt;       T global stack 384 |\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\&lt;BR /&gt;  ZENOL01&lt;BR /&gt;       A global data  104 |        ZENOL01&lt;BR /&gt;       L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L constant dat 400 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 |\0\0\0\0\x01\0\0\0\x01\0\0\0\x01\0\&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 |%_14NNS0000121941_%_%_%_%_%_%_&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M /%_SSCR      272 |ÿÿÿß\0\0\0\0%B001000MB\x0F\0K   \0\&lt;BR /&gt;       L VARI         972 |900VAZENOL01&lt;BR /&gt;       M field symbol 735 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 806 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 288 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 102 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 340 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 231 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 326 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SSCRFIELDS   854 |&lt;BR /&gt;       L SSCRTEXTS    371 |&lt;BR /&gt;       L text pool    290 |ZENOL01&lt;BR /&gt;  SAPMSSY0&lt;BR /&gt;       A global data  880 |        SAPMSSY0&lt;BR /&gt;       L constant dat 616 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L constant dat 088 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M /%_LISTTABLE 232 &amp;lt;shared with no. 1&amp;gt;&lt;BR /&gt;       M /%_SYS000     40 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L TFDIR         94 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       M field symbol 135 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol  94 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L TRDIR        170 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       L ABMSG        414 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       M field symbol 170 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L text pool     96 |SAPMSSY0&lt;BR /&gt;  SAPMSSYD&lt;BR /&gt;       A global data   64 |&lt;BR /&gt;       L constant dat   8 |\0 \0\0\0\0\0\0|&lt;BR /&gt;       L constant dat 016 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 30&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L text pool     94 |SAPMSSYD&lt;BR /&gt;  SAPFSYSCALLS&lt;BR /&gt;       A global data   56 |&lt;BR /&gt;       L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L constant dat 208 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 30&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L text pool    135 |SAPFSYSCALLS&lt;BR /&gt;  RSDBRUNT&lt;BR /&gt;       A global data  304 |&lt;BR /&gt;       L constant dat 464 |\0 \x80@ \x10\x08\x08\x04\x04\x02\x&lt;BR /&gt;       L constant dat 768 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;       M field symbol 272 |%B001000MB\x0F\0K   \0\0\0\0     SE&lt;BR /&gt;       M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;       L VARI         972 &amp;lt;lazy sharing ... with no. 13&amp;gt;&lt;BR /&gt;       L TRDIR        170 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       L TUVID         23 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       L RSVUVINT      47 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       L VARID        132 |   ZENOL01&lt;BR /&gt;       L DFIES        669 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       L SSCRTEXTS    371 &amp;lt;lazy sharing ... with no. 22&amp;gt;&lt;BR /&gt;       L SSCRFIELDS   854 &amp;lt;shared with no. 21&amp;gt;&lt;BR /&gt;       M /%_DYN_SEL    24 |\0\0\0\0ÿÿÿß\0\0\0\0ÿÿÿß\0\0\0\0ÿÿÿ&lt;BR /&gt;       M /%_FIELD_SEL   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M /%_RUNT_XX_% 368 |úÿÿß\x05\0\0\0ZENOL01&lt;BR /&gt;       M field symbol 854 |&lt;BR /&gt;       M field symbol 371 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 132 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol 170 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol  23 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L text pool    490 |RSDBRUNT&lt;BR /&gt;  SAPLSPRI&lt;BR /&gt;       A global data  920 |&lt;BR /&gt;       L constant dat 464 |\0  X\x02\x04\0\0\x06\0\0\0KDHGD123&lt;BR /&gt;       L constant dat 584 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;       L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;       L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;       M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;       L TPRI_PAR     468 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03        240 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TOADV        157 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L USR01        110 |900BEGHINIM&lt;BR /&gt;     1 L SPRINT        72 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP1T         96 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TOAOM         92 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TOASP         54 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TOJTT        111 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L PRI_PARAMS   196 |LOCL001ZENOL01__BEG&lt;BR /&gt;     1 L ARC_PARAMS   332 |&lt;BR /&gt;     1 L INDX         000 |900PRUBEGHINIM              \0\0\0\&lt;BR /&gt;     1 M field symbol  92 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 468 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 000 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L TSP01        396 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M field symbol 396 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol  96 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 110 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 157 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 111 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol  54 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L text pool    527 |SAPLSPRI&lt;BR /&gt;  PRI_PARAMS&lt;BR /&gt;     1 A global data  800 |\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\&lt;BR /&gt;  SAPLSPOO&lt;BR /&gt;     1 A global data  560 |&lt;BR /&gt;     1 L constant dat 536 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L constant dat 472 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     1 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L USR05         53 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M field symbol 216 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol  53 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L TSP01        396 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP02        464 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03        240 |LOCL        SAPWIN&lt;BR /&gt;     1 L TSP03C       192 |LOCL   \0    \0\0\0\0\0\0  \0\0\0\0&lt;BR /&gt;     1 L TSP03A       254 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03L        34 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP06A       476 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP08         23 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP0E        463 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP0F          6 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP0T        288 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L *TSP0T       288 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP1D        168 |X_65_80         ANY     PL000800006&lt;BR /&gt;     1 L TSP0R        487 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M field symbol 476 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 240 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 168 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol  34 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 254 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 194 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 192 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 396 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 463 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 464 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L TST01        224 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L RSPOCHECK     46 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L T100          97 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M field symbol  97 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 487 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 288 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol  23 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol 224 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L text pool    221 |SAPLSPOO&lt;BR /&gt;  SAPCNVE&lt;BR /&gt;     1 A global data   56 |&lt;BR /&gt;     1 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L constant dat 192 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     1 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L text pool    143 |SAPCNVE&lt;BR /&gt;  SAPLSPOC&lt;BR /&gt;     1 A global data  520 |&lt;BR /&gt;     1 L constant dat 600 |\0 S_SECUINFO      S_POOLMEMBER&lt;BR /&gt;     1 L constant dat 024 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     1 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     1 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     1 L TSP03L        34 |Stampante Locale              LOCL|&lt;BR /&gt;     1 L TSP03D       492 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03A       254 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03        240 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03C       192 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP03T       211 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP0H         65 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     1 L TSP0U         77 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L TSP0R        487 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L TSPSV        241 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L TSPOPTIONS   216 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 M field symbol  34 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 240 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 216 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 492 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 241 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 192 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 254 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol  65 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol  77 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 487 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 211 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 240 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol  42 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L text pool    213 |SAPLSPOC&lt;BR /&gt;  SAPLSFES&lt;BR /&gt;     2 A global data  896 |&lt;BR /&gt;     2 L constant dat 400 |\0 12\0\x04\0\0ACTX&lt;BR /&gt;     2 L constant dat 160 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;  SAPLSPOR&lt;BR /&gt;     2 A global data  104 |&lt;BR /&gt;     2 L constant dat 072 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L constant dat 016 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L TSP01        396 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L TSP03        240 |LOCL        SAPWIN&lt;BR /&gt;     2 L TSP03C       192 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L TSP03L        34 |Stampante Locale              LOCL|&lt;BR /&gt;     2 M field symbol  34 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 240 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 492 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 396 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 192 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L text pool    110 |SAPLSPOR&lt;BR /&gt;  SAPLSDEX&lt;BR /&gt;     2 A global data  392 |&lt;BR /&gt;     2 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L constant dat 384 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L DD07L         59 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 L DD07T        130 |RSPOARCHTY                    IA000&lt;BR /&gt;     2 M field symbol  59 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 130 &amp;lt;initial&amp;gt;&lt;BR /&gt;  RSDBSPBL&lt;BR /&gt;     2 A global data  896 |&lt;BR /&gt;     2 L constant dat 352 |\0 \x80@ \x10\x08\x08\x04\x04\x02\x&lt;BR /&gt;     2 L constant dat 464 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M /%_RUNT_XX_% 368 &amp;lt;shared with no. 82&amp;gt;&lt;BR /&gt;     2 L text pool    136 |RSDBSPBL&lt;BR /&gt;  SAPDB__S&lt;BR /&gt;     2 A global data  392 |&lt;BR /&gt;     2 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L constant dat 504 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     2 L VARI         972 &amp;lt;lazy sharing ... with no. 13&amp;gt;&lt;BR /&gt;     2 L text pool    133 |SAPDB__S&lt;BR /&gt;  RSDBSPVA&lt;BR /&gt;     2 A global data  960 |&lt;BR /&gt;     2 L constant dat 352 |\0 \x80@ \x10\x08\x08\x04\x04\x02\x&lt;BR /&gt;     2 L constant dat 936 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     2 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     2 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     2 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     2 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 L VARID        132 &amp;lt;lazy sharing ... with no. 76&amp;gt;&lt;BR /&gt;     2 L TVARV        128 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     2 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     2 M /%_DYN_SEL    24 &amp;lt;shared with no. 80&amp;gt;&lt;BR /&gt;     2 M field symbol   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol  96 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M /%_RUNT_XX_% 368 &amp;lt;shared with no. 82&amp;gt;&lt;BR /&gt;     2 M field symbol 128 &amp;lt;initial&amp;gt;&lt;BR /&gt;     2 M field symbol 132 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  61 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L text pool    241 |RSDBSPVA&lt;BR /&gt;  SAPLSVAR&lt;BR /&gt;     3 A global data  120 |&lt;BR /&gt;     3 L constant dat 712 |\0 \x80@ \x10\x08\x08\x04\x04\x02\x&lt;BR /&gt;     3 L constant dat 616 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     3 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     3 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     3 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L TADIR        184 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L TRDIR        170 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L LDBD         140 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L VARID        132 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L RSVAVA       145 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L RSVAR        386 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L RSVARDESC    134 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L VARIT         88 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L VARIS         61 |900ZENOL01&lt;BR /&gt;     3 L DD23T         77 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L DFIES        669 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L TPARAT        81 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L TVARUVN       41 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L SSCRFIELDS   854 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L T000         107 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 M field symbol 148 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0\0\&lt;BR /&gt;     3 M field symbol 156 |\0\0\0\0ÿÿÿÿ\0\0\0\0\0\0\0\0ÿÿÿÿ\0\&lt;BR /&gt;     3 M field symbol 160 |\0\0\0\0\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     3 M field symbol 168 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     3 M field symbol 176 |\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     3 M field symbol 432 |&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 436 |\0\0\0\0\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\&lt;BR /&gt;     3 M field symbol 444 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0\0\&lt;BR /&gt;     3 M field symbol 452 |\0\0\0\0ÿÿÿÿ\0\0\0\0\0\0\0\0ÿÿÿß\0\&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 464 |\0\0\0\0ÿÿÿß\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 472 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 480 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 488 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 496 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 504 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 512 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 520 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     3 M field symbol 528 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0\0\&lt;BR /&gt;     3 M field symbol 536 |\0\0\0\0ÿÿÿÿ\0\0\0\0\0\0\0\0\0\0\0\&lt;BR /&gt;     3 M field symbol 544 |\0\0\0\0\0\0\0\0\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     3 M field symbol 552 |\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     3 L VARI         972 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 Y [no name]    432 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 132 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  61 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  88 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 972 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 107 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 170 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 128 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  92 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 140 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  77 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  39 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  41 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  81 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol 184 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M field symbol  72 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L SSCRTEXTS    371 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L text pool    536 |SAPLSVAR&lt;BR /&gt;  RSDBSPMC&lt;BR /&gt;     3 A global data  256 |&lt;BR /&gt;     3 L constant dat 224 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L constant dat 176 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     3 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     3 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     3 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     3 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     3 M /%_RUNT_XX_% 368 &amp;lt;shared with no. 82&amp;gt;&lt;BR /&gt;     3 L DD23L        108 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L DD23T         77 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 L RSMDY        405 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     3 M field symbol 155 &amp;lt;initial&amp;gt;&lt;BR /&gt;     3 L text pool    435 |RSDBSPMC&lt;BR /&gt;  SAPLICON&lt;BR /&gt;     3 A global data  272 |&lt;BR /&gt;     4 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L constant dat 840 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol 680 |@1E@@1F@@1G@@1H@@1I@@1J@@1K@@1L@@1M&lt;BR /&gt;     4 L ICON          53 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L ICONT         65 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M field symbol  53 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol  65 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L text pool     88 |SAPLICON&lt;BR /&gt;  %_CICON&lt;BR /&gt;     4 A global data   56 |\0 @00@@01@@02@@03@@04@@05@@06@@07@&lt;BR /&gt;     4 L constant dat 680 |\0 @00@@01@@02@@03@@04@@05@@06@@07@&lt;BR /&gt;     4 L constant dat 112 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 405&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;  SAPLSABE&lt;BR /&gt;     4 A global data   56 |&lt;BR /&gt;     4 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L constant dat 504 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L TRDIR        170 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M field symbol 170 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L text pool    230 |SAPLSABE&lt;BR /&gt;  SAPLSECU&lt;BR /&gt;     4 A global data  208 |&lt;BR /&gt;     4 L constant dat  72 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L constant dat 088 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L TSL1D         16 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L TPFYPROPTY   424 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M field symbol 424 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L text pool    056 |SAPLSECU&lt;BR /&gt;  RSDBSPVD&lt;BR /&gt;     4 A global data  344 |&lt;BR /&gt;     4 L constant dat 216 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L constant dat 072 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L VARI         972 &amp;lt;shared with no. 13&amp;gt;&lt;BR /&gt;     4 L TVARV        128 &amp;lt;lazy sharing ... with no. 292&amp;gt;&lt;BR /&gt;     4 L TUVID         23 &amp;lt;lazy sharing ... with no. 74&amp;gt;&lt;BR /&gt;     4 L TVARUVN       41 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M /%_DYN_SEL    24 &amp;lt;shared with no. 80&amp;gt;&lt;BR /&gt;     4 M /%_RUNT_XX_% 368 &amp;lt;shared with no. 82&amp;gt;&lt;BR /&gt;     4 M field symbol  41 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol 128 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L text pool    129 |RSDBSPVD&lt;BR /&gt;  SAPLSSEL&lt;BR /&gt;     4 A global data  312 |&lt;BR /&gt;     4 L constant dat 888 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L constant dat 728 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     4 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     4 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L RSDSINTERN    45 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L RSDSSELOPT    93 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L D020S        211 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L D021S        104 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L RSSCR_C      258 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L DFIES        669 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L T002           5 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol 200 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     4 M field symbol 208 |\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     4 M field symbol 672 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SSCRFIELDS   854 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol 123 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     4 L VARI         972 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 Y [no name]    432 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol  85 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol   6 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 M field symbol  92 &amp;lt;initial&amp;gt;&lt;BR /&gt;     4 L SSCRTEXTS    371 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     4 L text pool    946 |SAPLSSEL&lt;BR /&gt;  RSDBSPDS&lt;BR /&gt;     4 A global data   56 |&lt;BR /&gt;     5 L constant dat 224 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L constant dat 720 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     5 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 9&amp;gt;&lt;BR /&gt;     5 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     5 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M /%_DYN_SEL    24 &amp;lt;shared with no. 80&amp;gt;&lt;BR /&gt;     5 M /%_RUNT_XX_% 368 &amp;lt;shared with no. 82&amp;gt;&lt;BR /&gt;     5 M field symbol  92 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L text pool    223 |RSDBSPDS&lt;BR /&gt;  SAPLDSYA&lt;BR /&gt;     5 A global data  168 |&lt;BR /&gt;     5 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L constant dat 384 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     5 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     5 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L DSYSH        115 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DSYSI         31 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DSYST         90 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DOKIL         76 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TCUSR         15 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TCUSQ          5 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TCUSP        119 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L ITCPO        384 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DSYBA          3 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DOKHL        153 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L EPSSGL         4 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L ITCPP        588 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DSYGH        124 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M field symbol  15 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol   5 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol 119 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol   3 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol  76 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L text pool    129 |SAPLDSYA&lt;BR /&gt;  SAPFSDS1&lt;BR /&gt;     5 A global data   56 |&lt;BR /&gt;     5 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L constant dat 304 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     5 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 518&amp;gt;&lt;BR /&gt;     5 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     5 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M /%_SSCR      272 &amp;lt;shared with no. 12&amp;gt;&lt;BR /&gt;     5 L VARI         972 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L INDX         000 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TDSOB          8 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TDCLD         50 |RE  DOKU   8R XX XXLIMUDOKUX \x1E\0&lt;BR /&gt;     5 L DSYGH        124 &amp;lt;lazy sharing ... with no. 533&amp;gt;&lt;BR /&gt;     5 M field symbol   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol  50 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L text pool    149 |SAPFSDS1&lt;BR /&gt;  SAPLSDOD&lt;BR /&gt;     5 A global data   56 |&lt;BR /&gt;     5 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L constant dat 736 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     5 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     5 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L DOKIL         76 |&lt;BR /&gt;     5 L DOKTL        148 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DOKHL        153 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TADIR        184 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L THLPG         42 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L THSTC         57 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L SPFPARLIST   182 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L TDCLD         50 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L THLPF        111 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M field symbol  76 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol 153 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol 148 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L TSDOC         48 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L DOCALTLANG    22 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M field symbol  22 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 M field symbol  50 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L TDCLT        105 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M field symbol 105 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L DSYST         90 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 L THEAD        365 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M field symbol 111 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L text pool    189 |SAPLSDOD&lt;BR /&gt;  SAPLLANG&lt;BR /&gt;     5 A global data   56 |&lt;BR /&gt;     5 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L constant dat 288 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     5 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     5 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     5 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     5 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     5 L T002           5 |IS2IT|&lt;BR /&gt;     5 M field symbol   5 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L text pool    103 |SAPLLANG&lt;BR /&gt;  SAPLSTUP&lt;BR /&gt;     6 A global data  536 |&lt;BR /&gt;     6 L constant dat 992 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 656 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L PFDIAREC     552 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L PERFDATA      72 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M field symbol 064 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿ&lt;BR /&gt;     6 M field symbol 072 |\0\0\0\0ÿÿÿÿ\0\0\0\0ÿÿÿÿ&lt;BR /&gt;     6 L text pool    380 |SAPLSTUP&lt;BR /&gt;  SAPLCNDP&lt;BR /&gt;     6 A global data  440 |&lt;BR /&gt;     6 L constant dat 440 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 536 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 M field symbol 342 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;  SAPFGUICNTL&lt;BR /&gt;     6 A global data   56 |&lt;BR /&gt;     6 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 416 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 30&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L text pool    146 |SAPFGUICNTL&lt;BR /&gt;  SAPLOLEA&lt;BR /&gt;     6 A global data  080 |&lt;BR /&gt;     6 L constant dat 256 |\0 \0\0\0\0\0\0 \0\0\0\x0C\0\0\0\x0&lt;BR /&gt;     6 L constant dat 840 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L TOLE         197 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L OLELOAD      100 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M field symbol 197 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 M field symbol 666 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 M field symbol 100 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L text pool    351 |SAPLOLEA&lt;BR /&gt;  SAPLSGUI&lt;BR /&gt;     6 A global data  368 |&lt;BR /&gt;     6 L constant dat 864 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 240 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L text pool     95 |SAPLSGUI&lt;BR /&gt;  SAPLSTTM&lt;BR /&gt;     6 A global data  024 |&lt;BR /&gt;     6 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 248 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L TFDIR         94 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M field symbol  94 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L text pool    213 |SAPLSTTM&lt;BR /&gt;  SAPLSBDC&lt;BR /&gt;     6 A global data  344 |&lt;BR /&gt;     6 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 616 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     6 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L TXCOM        259 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L BDCDATA      309 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L BDCRUN       169 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L APQI         344 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L APQD         936 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 L INDX         000 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M field symbol 344 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 M field symbol 936 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L TSTC          90 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M field symbol  90 &amp;lt;initial&amp;gt;&lt;BR /&gt;  SAPLURFC&lt;BR /&gt;     6 A global data   56 |&lt;BR /&gt;     6 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L constant dat 880 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     6 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     6 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     6 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     6 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     7 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L text pool    119 |SAPLURFC&lt;BR /&gt;  SAPLSCNT&lt;BR /&gt;     7 A global data  344 |&lt;BR /&gt;     7 L constant dat 832 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L constant dat 536 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     7 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     7 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L PROGSTRUC     40 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L D020S        211 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;  SAPSHDTV&lt;BR /&gt;     7 A global data  368 |&lt;BR /&gt;     7 L constant dat 112 |\0 X %_HD_TCVARIANT        %_HD_TCO&lt;BR /&gt;     7 L constant dat 816 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     7 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L RSJOBINFO     84 &amp;lt;lazy sharing ... with no. 708&amp;gt;&lt;BR /&gt;     7 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     7 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L SHDSVCI      124 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDSVFVCI    248 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDTVSVCIU    60 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDFVGUIU    157 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDFVGUICU   154 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDSTU        53 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L SHDSTCIU      50 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 M field symbol  53 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  50 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol 157 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol 154 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  63 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  60 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol 124 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  84 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol 248 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L text pool    125 |SAPSHDTV&lt;BR /&gt;  SAPLSCVU&lt;BR /&gt;     7 A global data  016 |&lt;BR /&gt;     7 L constant dat   8 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L constant dat 192 |OBJECTSUPERSYSTEM-EXIT%_CTL_INITSAP&lt;BR /&gt;     7 L not assigned   0 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L SYST         444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L SY           444 &amp;lt;shared with no. 7&amp;gt;&lt;BR /&gt;     7 L RSJOBINFO     84 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 M /%_SYS%%     688 &amp;lt;shared with no. 10&amp;gt;&lt;BR /&gt;     7 M field symbol   1 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 L T006          64 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L T006A         56 |900IKG KG kg    kg        Chilogram&lt;BR /&gt;     7 L T006B         10 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L T006C         13 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L T006D         28 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 L T006T         30 &amp;lt;lazy sharing ... master segment&amp;gt;&lt;BR /&gt;     7 M field symbol  56 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  64 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  28 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  30 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  10 &amp;lt;initial&amp;gt;&lt;BR /&gt;     7 M field symbol  13 &amp;lt;initial&amp;gt;&lt;/P&gt;&lt;P&gt;---------------------------&lt;BR /&gt;Blocchi di contr. CONT ABAP&lt;BR /&gt;---------------------------&lt;/P&gt;&lt;P&gt;Include                                 Riga  Codice sorg.&lt;BR /&gt;Ind.  Nome FI Co Par01 Par2. Par3. Par4. Tab.&lt;BR /&gt;----- ---- -- -- ----- ----- ----- ----- ---- ------------------------------&lt;BR /&gt;ZENOL01                                   229 ENDEXEC.&lt;BR /&gt;  761 DSQL 02     37&lt;BR /&gt;  762 DSQL 02     120&lt;BR /&gt;  763 DSQL 02     121&lt;BR /&gt;  764 DSQL 02     122&lt;BR /&gt;  765 DSQL 02     124&lt;BR /&gt;  766 DSQL 02     46&lt;BR /&gt;  767 DSQL 02     70&lt;BR /&gt;  768 DSQL 02     38&lt;BR /&gt;  769 DSQL 02     126&lt;BR /&gt;  770 DSQL 02     39&lt;BR /&gt;  771 DSQL 02     42&lt;BR /&gt;  772 DSQL 02     41&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; DSQL 1B     90&lt;BR /&gt;ZENOL01                                   231 ENDFORM.&lt;BR /&gt;  774 ENDF 00&lt;BR /&gt;  775 ----&lt;BR /&gt;  779 ----&lt;BR /&gt;ZENOL01                                   236 FORM sqlpc.&lt;BR /&gt;  783 PERP 00&lt;BR /&gt;ZENOL01                                   252 INTO sql.&lt;BR /&gt;  784 COND 02     30&lt;BR /&gt;  785 PAR1 82&lt;BR /&gt;  786 PAR1 82     129&lt;/P&gt;&lt;P&gt;-------------------------------&lt;BR /&gt;Fine dell'analisi err. run time&lt;BR /&gt;-------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 09:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883169#M1888380</guid>
      <dc:creator>former_member1161170</dc:creator>
      <dc:date>2015-02-03T09:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883170#M1888381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Are there any message in system log? (SM21)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried now: immediatly after the error, these messages appear under my user:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     System Log: Local Analysis of r3prdci                    2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Time     Ty. Nr Cl. Tcod MNo Text&lt;/P&gt;&lt;P&gt; 10:05:40 BTC 36 900      Q0E Signal c00 received by operating system&lt;BR /&gt; 10:05:40 BTC 36 900      Q02 Stop Workproc36, PID 4568&lt;BR /&gt; 10:05:47 BTC 36 900      F6F TemSe object JOBLGX10052901X44442 was closed remotely&lt;BR /&gt; 10:05:47 BTC 36 900      F6N Repost table TST01 (TemSe-&amp;gt;XRTAB(3)-&amp;gt;64; Flag: MDFF; Key )&lt;BR /&gt; 10:05:47 BTC 36 900      F6M TemSe error repair: 1 (Module , location )&lt;BR /&gt; 10:05:47 BTC 36 900      R47 Delete session 001 after error 023&lt;BR /&gt;Reading:&lt;BR /&gt;Number of records read.........       2777&lt;BR /&gt;Number of records selected.....          7&lt;BR /&gt;Old records skipped............       2764&lt;BR /&gt;Records of invalid users skippe          6&lt;/P&gt;&lt;P&gt;Further selection:&lt;BR /&gt;Number of records read.........          7&lt;BR /&gt;Number of records selected.....          6&lt;BR /&gt;Parameter records suppressed...          1&lt;BR /&gt;Number of records printed......          6&lt;BR /&gt;End of system log&lt;/P&gt;&lt;P&gt;                     System Log: Local Analysis of r3prdci                    3&lt;/P&gt;&lt;P&gt;                    C o n t e n t s&lt;/P&gt;&lt;P&gt;Contents              Page              Start            End&lt;BR /&gt;Selection criteria     1&lt;BR /&gt;                       2        03.02.2015  10:05:40 - 10:05:47&lt;BR /&gt;Contents               3&lt;BR /&gt;                               End of program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 09:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883170#M1888381</guid>
      <dc:creator>former_member1161170</dc:creator>
      <dc:date>2015-02-03T09:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883171#M1888382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On which database, and  server model are you working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 09:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883171#M1888382</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-02-03T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM_CORE_DUMPED after native SQL "Exec sql"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883172#M1888383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; On which database, and  server model are you working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP System data:&lt;/P&gt;&lt;P&gt;Component version:     R/3 Release 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Host data:&lt;/P&gt;&lt;P&gt;Operating System:    Windows NT&lt;/P&gt;&lt;P&gt;Machine Type:          8x Intel 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database data:&lt;/P&gt;&lt;P&gt;System:                    ORACLE&lt;/P&gt;&lt;P&gt;Release:                   10.2.0.4.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 10:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-core-dumped-after-native-sql-quot-exec-sql-quot/m-p/10883172#M1888383</guid>
      <dc:creator>former_member1161170</dc:creator>
      <dc:date>2015-02-03T10:13:11Z</dc:date>
    </item>
  </channel>
</rss>

