Quantcast
Channel: SCN : Discussion List - SAP on Oracle
Viewing all 1892 articles
Browse latest View live

Oracle Password Policy

$
0
0

Dear All,

 

I want to set the Oracle Password Policy for our SAP Systems. Our DB users include SYS, SAPSR3, etc. assigned to the database profiles "DEFAULT" and "SAPUPROF". The policy has to be implemented on both the profiles. Can you please advice how to alter them for the following requirement:

 

1. Minimum Password length=8

2. Password Complexity having atleast 1 Capital Letter and 1 Numeric Value

3. Failed Login atttempts = 3

 

Your prompt response on the same will be appreciated, Thanks.

 

Best Regards,


Oracle database consuming more Virtual memory

$
0
0

Hello All,

 

I have a issue with my database, it is consuming a lot of virtual memory on HP-UX box

Here is the memory utilization of my DB.

 

its a output of glance command.

 

SPM_ORA_SID            117    12   0.0   0.2    5.5    5.5  5.26gb   468gb

 

what all the things i need to check

Best procedure for online reorg + ACO + change to new TS layout on Oracle 11.2.0.2

$
0
0

Dear all,

 

I have some questions about the best procedure for an onlinereorg including compression and a change to the new TS layout.

 

I´ve done it on some dev and sandbox systems and it works fine. First of all I will describe the procedure how I ´ve done the reorg including compression and a change to the new TS layout.

 

 

Helpful SAP-Notes:

355771 - Oracle: Erläuterung zum neuen Tablespace-Layout

1289494 - FAQ: Oracle Komprimierung

1436352 - Oracle 11g: Advanced Compression für SAP-Systeme

1847870 - Oracle 11g: Advanced Compression - Bek. Probleme und Lösung

1431296 - LOB-Umsetzung und Tabellenkomprimierung mit BRSPACE 7.20

 

Current state:

- Oracle 11.2.0.2

- SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 3

- EHP6 FOR SAP ERP 6.0

- Old tablespace layout with locally managed TS and no ASSM

 

1. First attempt for LONG2LOB migration

- brspace -u / -f tbreorg -a long2lob -t "*"

 

an error occur because we do´nt have TS with ASSM

 

BR1185W Table SAPR3./SAPDMC/LSODOC located in a non-ASSM tablespace PSAPPOOLD

This error message helps to identify which tablespaces contain LONG fields.

 

2. Create new TS PSAPSR3

 

- brspace -u / -f tscreate -t PSAPR3 -d both

(create tablespace PSAPSR3 extent management local autoallocate segment space management auto default compress for oltp datafile '/oracle/M06/sapdata1/sr3_1/sr3.data1' size 30720M autoextend on next 1000M maxsize 32767M )

 

3. Second attempt for LON2LOB migration

brspace -u / -f tbreorg -a long2lob -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -c ctablob -lc medium -SCT -p 2

brspace -u / -f tbreorg -a long2lob -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -p 2

 

4. LOB2LOB migration

brspace -u / -f tbreorg -a lob2lob -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -c ctablob -lc medium -SCT -p 2

brspace -u / -f tbreorg -a lob2lob -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -p 2

 

5. Reorg and  compress tables without LONGs and old LOBs

brspace -u / -p reorgEXCL.tab -f tbreorg -a reorg -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -c ctablob -SCT -p 2

 

6. Reorg from the rest of the tables

brspace -u / -f tbreorg -a reorg -o sapr3 -s PSAPDOCUD -t allsel -n PSAPSR3 -p 2

 

7. Delete empty source TS

brspace -u / -f tsdrop -t PSAPDOCUD

 

8. Create new statistics

brconnect -u / -c -f stats -t PSAPSR3 -f collect -p 2

 

9. Index rebuild with comression cind_only

brspace -u / -c force -f idrebuild -o sapr3 -s PSAPDOCUI -i allsel -n PSAPSR3 -c cind_only -ic ora_proc -p 2

 

10. Index rebuild without compression

brspace -u / -f idrebuild -s PSAPDOCUI -i "*" -n PSAPSR3 -p 2

 

11. Delete empty source TS

brspace -u / -f tsdrop -t PSAPDOCUI

 

12. Create new statistics

brconnect -u / -c -f stats -t PSAPSR3 -f collect -p 2

 

After I´ve dropped the empty TS I have to change the entries in the TAORA and IAORA manually to the new TS.

Normally the brspace programm do it automatically, but only if you create the new TS and tell him from which reorg TS he should take the tabart.

In this case it is not possible because we have many TS to reorganize and you can only assign one reorg TS to the new TS.

 

Now the questions.

When should I change the IAORA and TAORA ? Directly after I ´ve dropped the empty TS ? Could it happen that during the online reorganization errors occuring because the IAORA and TAORA are not on current state ? Should I do the reorganization + compression + change to new TS layout in the afternoon or the weekend ?

 

Thanks and best regards

 

Carsten

Memory Dump :FBL5N No roll storage space of length 1753104 available for internal storage.

$
0
0

Dear Friends,

           I am getting below error during T-Code FBL3N Report. No roll storage space of length 1753104 available for internal storage.

 

 

Our Server' RAM size is 24 GB,and existing parameters are as below

ztta/roll_area: 6500000

ztta/roll_extension:2000683008

abap/heap_area_total:2000683008

abap/heap_area_dia: 5000000000

abap/heap_area_nondia: 2000683008

em/initial_size_MB: 4092

 

 

Please suggest Parameter to be change.

Details Dump log ST22

 

Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Date and Time          04.03.2014 10:18:48

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Short Text                                                                                        |

|    No roll storage space of length 1753104 available for internal storage.                       |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Each transaction requires some main memory space to process                                   |

|    application data. If the operating system cannot provide any more                             |

|    space, the transaction is terminated.                                                         |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What can you do?                                                                                  |

|                                                                                                  |

|    Try to find out (e.g. by targetted data selection) whether the                                |

|    transaction will run with less main memory.                                                   |

|                                                                                                  |

|    If there is a temporary bottleneck, execute the transaction again.                            |

|    -                                                                                             |

|                                                                                                  |

|    If the error persists, ask your system administrator to check the                             |

|    following profile parameters:                                                                 |

|                                                                                                  |

|    o  ztta/roll_area            (1.000.000 - 15.000.000)                                         |

|           Classic roll area per user and internal mode                                           |

|           usual amount of roll area per user and internal mode                                   |

|    o  ztta/roll_extension       (10.000.000 - 500.000.000)                                       |

|           Amount of memory per user in extended memory (EM)                                      |

|    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)                                    |

|           Amount of memory (malloc) for all users of an application                              |

|           server. If several background processes are running on                                 |

|           one server, temporary bottlenecks may occur.                                           |

|           Of course, the amount of memory (in bytes) must also be                                |

|           available on the machine (main memory or file system swap).                            |

|           Caution:                                                                               |

|           The operating system must be set up so that there is also                              |

|           enough memory for each process. Usually, the maximum address                           |

|           space is too small.                                                                    |

|           Ask your hardware manufacturer or your competence center                               |

|           about this.                                                                            |

|           In this case, consult your hardware vendor                                             |

|    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)                                       |

|           Restriction of memory allocated to the heap with malloc                                |

|           for each dialog process.                                                               |

|    Parameters for background processes:                                                          |

|    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)                                    |

|           Restriction of memory allocated to the heap with malloc                                |

|           for each background process.                                                           |

|    Other memory-relevant parameters are:                                                         |

|    em/initial_size_MB:         (35-1200)                                                         |

|           Extended memory area from which all users of an                                        |

|           application server can satisfy their memory requirement.                               |

|    Note which actions and input led to the error.                                                |

|                                                                                                  |

|    For further help in handling the problem, contact your SAP administrator                      |

|    .                                                                                             |

|                                                                                                  |

|    You can use the ABAP dump analysis transaction ST22 to view and manage                        |

|    termination messages, in particular for long term reference.                                  |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    The internal table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_DATA~C               |

|    HANGE_ITEMS\DATA=GT_BSIK" could not be enlarged further.                                      |

|                                                                                                  |

|    Memory location: "Session memory"                                                             |

|                                                                                                  |

|    You attempted to extend the data structure for the management of the                          |

|    memory blocks for table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_D               |

|    ATA~CHANGE_ITEMS\DATA=GT_BSIK". However, the 1753104 bytes required for                       |

|    this were no longer available in the specified memory area.                                   |

|                                                                                                  |

|    The amount of memory requested is no longer available.                                        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|How to correct the error                                                                          |

|                                                                                                  |

|    Try to decide by analysis whether this request is                                             |

|    reasonable or whether there is a program error. You should pay                                |

|    particular attention to the internal table entries listed below.                              |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|    If the error occures in a non-modified SAP program, you may be able to                        |

|    find an interim solution in an SAP Note.                                                      |

|    If you have access to SAP Notes, carry out a search with the following                        |

|    keywords:                                                                                     |

|                                                                                                  |

|    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" " "                                                          |

|    "ZCL_IM__GTA_TAX_CODE==========CP" or "ZCL_IM__GTA_TAX_CODE==========CM001"                   |

|    "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS"                                                         |

|                                                                                                  |

|    If you cannot solve the problem yourself and want to send an error                            |

|    notification to SAP, include the following information:                                       |

|                                                                                                  |

|    1. The description of the current problem (short dump)                                        |

|                                                                                                  |

|       To save the description, choose "System->List->Save->Local File                            |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    2. Corresponding system log                                                                   |

|                                                                                                  |

|       Display the system log by calling transaction SM21.                                        |

|       Restrict the time interval to 10 minutes before and five minutes                           |

|    after the short dump. Then choose "System->List->Save->Local File                             |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    3. If the problem occurs in a problem of your own or a modified SAP                           |

|    program: The source code of the program                                                       |

|       In the editor, choose "Utilities->More                                                     |

|    Utilities->Upload/Download->Download".                                                        |

|                                                                                                  |

|    4. Details about the conditions under which the error occurred or which                       |

|    actions and input led to the error.                                                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|System environment                                                                                |

|    SAP-Release 700                                                                               |

|                                                                                                  |

|    Application server... "NEWPRD1"                                                              |

|    Network address...... "10.0.0.1"                                                              |

|    Operating system..... "Windows NT"                                                            |

|    Release.............. "6.0"                                                                   |

|    Hardware type........ "16x AMD64 Level"                                                       |

|    Character length.... 16 Bits                                                                  |

|    Pointer length....... 64 Bits                                                                 |

|    Work process number.. 19                                                                      |

|    Shortdump setting.... "full"                                                                  |

|                                                                                                  |

|    Database server... "NEWPRD1"                                                                 |

|    Database type..... "ORACLE"                                                                   |

|    Database name..... "PRD"                                                                      |

|    Database user ID.. "SAPSR3"                                                                   |

|                                                                                                  |

|    Terminal................. " "                                                                 |

|                                                                                                  |

|    Char.set.... "C"                                                                              |

|                                                                                                  |

|    SAP kernel....... 700                                                                         |

|    created (date)... "Sep 17 2012 22:56:00"                                                      |

|    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"                              |

|    Database version. "OCI_10201_SHARE (10.2.0.4.0) "                                             |

|                                                                                                  |

|    Patch level. 353                                                                              |

|    Patch text.. " "                                                                              |

|                                                                                                  |

|    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |

|    SAP database version. 700                                                                     |

|    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows                |

|     NT 6.0, Windows NT 6.1, Windows NT 6.2"                                                      |

|                                                                                                  |

|    Memory consumption                                                                            |

|    Roll.... 16192                                                                                |

|    EM...... 1826770240                                                                           |

|    Heap.... 0                                                                                    |

|    Page.... 40960                                                                                |

|    MM Used. 1815573536                                                                           |

|    MM Free. 2717408                                                                              |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|User and Transaction                                                                              |

|                                                                                                  |

|    Client.............. 500                                                                      |

|    User................ 1651                                                                     |

|    Language key........ "E"                                                                      |

|    Transaction......... " "                                                                      |

|    Transactions ID..... "ED4EA3E3AB0AF11DA318E61F131BC713"                                       |

|                                                                                                  |

|    Program............. "ZCL_IM__GTA_TAX_CODE==========CP"                                       |

|    Screen.............. "SAPMSSY0 1000"                                                          |

|    Screen line......... 6                                                                        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Information on where terminated                                                                   |

|    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |

|     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |

|    The main program was "RFITEMGL ".                                                             |

|                                                                                                  |

|    In the source code you have the termination point in line 64                                  |

|    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |

|    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |

|    Job Name....... "RFITEMGL"                                                                    |

|    Job Initiator.. "BASIS"                                                                       |

|    Job Number..... 09115400                                                                      |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Source Code Extract                                                                               |

----------------------------------------------------------------------------------------------------

|Line |SourceCde                                                                                   |

----------------------------------------------------------------------------------------------------

|   34|          MANDT TYPE BSEG-MANDT,                                                            |

|   35|          BUKRS TYPE BSEG-BUKRS,                                                            |

|   36|          BELNR TYPE BSEG-BELNR,                                                            |

|   37|          GJAHR TYPE BSEG-GJAHR,                                                            |

|   38|          BUZEI TYPE BSEG-BUZEI,                                                            |

|   39|          QSSKZ TYPE BSEG-QSSKZ,                                                            |

|   40|          KTOSL TYPE BSEG-KTOSL,                                                            |

|   41|          HKONT TYPE BSEG-HKONT,                                                            |

|   42|         END OF TY_BSEG,                                                                    |

|   43|                                                                                            |

|   44|         BEGIN OF TY_FINAL,                                                                 |

|   45|           BUKRS TYPE BSEG-BUKRS,                                                           |

|   46|           BELNR TYPE BSEG-BELNR,                                                           |

|   47|           GJAHR TYPE BSEG-GJAHR,                                                           |

|   48|         END OF TY_FINAL.                                                                   |

|   49|                                                                                            |

|   50|  DATA: CW_ITEMS TYPE RFPOSXEXT,                                                            |

|   51|        GT_BSIK TYPE STANDARD TABLE OF TY_BSIK,                                             |

|   52|        GW_BSIK TYPE TY_BSIK,                                                               |

|   53|        GT_BSAK TYPE STANDARD TABLE OF TY_BSAK,                                             |

|   54|        GW_BSAK TYPE TY_BSAK,                                                               |

|   55|        GT_BSEG TYPE STANDARD TABLE OF TY_BSEG,                                             |

|   56|        GW_BSEG TYPE TY_BSEG,                                                               |

|   57|        GT_FINAL TYPE STANDARD TABLE OF TY_FINAL,                                           |

|   58|        GW_FINAL TYPE TY_FINAL.                                                             |

|   59|                                                                                            |

|   60|                                                                                            |

|   61|                                                                                            |

|   62|  IF CT_ITEMS IS NOT INITIAL.                                                               |

|   63|                                                                                            |

|>>>>>|    SELECT MANDT BUKRS LIFNR UMSKS UMSKZ AUGDT                                              |

|   65|           AUGBL ZUONR GJAHR BELNR BUZEI BLART                                              |

|   66|           FROM BSIK INTO TABLE GT_BSIK                                                     |

|   67|           FOR ALL ENTRIES IN CT_ITEMS                                                      |

|   68|           WHERE BUKRS = CT_ITEMS-BUKRS AND                                                 |

|   69|                 BELNR = CT_ITEMS-BELNR AND                                                 |

|   70|                 GJAHR = CT_ITEMS-GJAHR AND                                                 |

|   71|                 BLART = 'KR' OR                                                            |

|   72|                 BLART = 'KG' OR                                                            |

|   73|                 BLART = 'KA'.                                                              |

|   74|                                                                                            |

|   75|*    SELECT MANDT BUKRS LIFNR UMSKS UMSKZ AUGDT AUGBL                                       |

|   76|*           ZUONR GJAHR BELNR BUZEI BLART                                                   |

|   77|*           FROM BSAK INTO TABLE GT_BSAK                                                    |

|   78|*           FOR ALL ENTRIES IN CT_ITEMS                                                     |

|   79|*           WHERE BUKRS = CT_ITEMS-BUKRS AND                                                |

|   80|*                 BELNR = CT_ITEMS-BELNR AND                                                |

|   81|*                 GJAHR = CT_ITEMS-GJAHR AND                                                |

|   82|*                 BLART = 'KR' OR                                                           |

|   83|*                 BLART = 'KG' OR                                                           |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Contents of system fields                                                                         |

----------------------------------------------------------------------------------------------------

|Name    |Val.                                                                                     |

----------------------------------------------------------------------------------------------------

|SY-SUBRC|0                                                                                        |

|SY-INDEX|0                                                                                        |

|SY-TABIX|2                                                                                        |

|SY-DBCNT|1                                                                                        |

|SY-FDPOS|1                                                                                        |

|SY-LSIND|0                                                                                        |

|SY-PAGNO|0                                                                                        |

|SY-LINNO|1                                                                                        |

|SY-COLNO|1                                                                                        |

|SY-PFKEY|                                                                                         |

|SY-UCOMM|                                                                                         |

|SY-TITLE|G/L Account Line Item Display                                                            |

|SY-MSGTY|S                                                                                        |

|SY-MSGID|B!                                                                                       |

|SY-MSGNO|015                                                                                      |

|SY-MSGV1|00001630                                                                                 |

|SY-MSGV2|                                                                                         |

|SY-MSGV3|                                                                                         |

|SY-MSGV4|                                                                                         |

|SY-MODNO|0                                                                                        |

|SY-DATUM|20140304                                                                                 |

|SY-UZEIT|100143                                                                                   |

|SY-XPROG|SAPMSSY0                                                                                 |

|SY-XFORM|NEW-LINE                                                                                 |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Active Calls/Events                                                                               |

----------------------------------------------------------------------------------------------------

|No.   Ty.          Program                             Include                             Line   |

|      Name                                                                                        |

----------------------------------------------------------------------------------------------------

|    5 METHOD       ZCL_IM__GTA_TAX_CODE==========CP    ZCL_IM__GTA_TAX_CODE==========CM001    64  |

|      ZCL_IM__GTA_TAX_CODE=>IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS                                   |

|    4 METHOD       CL_EX_FI_ITEMS_CH_DATA========CP    CL_EX_FI_ITEMS_CH_DATA========CM001   124  |

|      CL_EX_FI_ITEMS_CH_DATA=>IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS                                 |

|    3 FORM         SAPLFI_ITEMS                        LFI_ITEMSF01                         1918  |

|      ITEMS_DISPLAY_INIT                                                                          |

|    2 FUNCTION     SAPLFI_ITEMS                        LFI_ITEMSU01                           44  |

|      FI_ITEMS_DISPLAY                                                                            |

|    1 EVENT        RFITEMGL                            RFITEMGL                              335  |

|      END-OF-SELECTION                                                                            |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Chosen variables                                                                                  |

----------------------------------------------------------------------------------------------------

|Name                                                                                              |

|    Val.                                                                                          |

----------------------------------------------------------------------------------------------------

|No.       5 Ty.          METHOD                                                                   |

|Name  ZCL_IM__GTA_TAX_CODE=>IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS                                   |

----------------------------------------------------------------------------------------------------

|CT_ITEMS                                                                                          |

|    Table IT_330853[705967x2552]                                                                  |

|    \FUNCTION-POOL=FI_ITEMS\FORM=ITEMS_DISPLAY_INIT\DATA=LT_ITEMS                                 |

|    Table reference: 230                                                                          |

|    TABH+  0(20) = 50B30200DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = E6000000650C0500AFC50A00F8090000FFFFFFFF                                       |

|    TABH+ 40(16) = 04D900006053000001000000C1308401                                               |

|    store        = 0x50B30200DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 230   (0xE6000000)                                                             |

|    label        = 330853 (0x650C0500)                                                            |

|    fill         = 705967 (0xAFC50A00)                                                            |

|    leng         = 2552  (0xF8090000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000430                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 8     (cmpManyEq)                                                              |

|    occu0        = 1                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 1                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x50B20D00DF070000                                                             |

|    pgHook       = 0xB011276CDF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 211   (0xD3000000)                                                             |

|    refCount     = 2     (0x02000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 720895 (0xFFFF0A00)                                                            |

|    lineAlloc    = 705967 (0xAFC50A00)                                                            |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 3     (0x03000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|SPACE                                                                                             |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|SY-REPID                                                                                          |

|    ZCL_IM__GTA_TAX_CODE==========CP                                                              |

|    5445445545455455444433333333334522222222                                                      |

|    A3CF9DFF741F418F3F45DDDDDDDDDD3000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|SY-XFORM                                                                                          |

|    NEW-LINE                                                                                      |

|    445244442222222222222222222222                                                                |

|    E57DC9E50000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|SYST-REPID                                                                                        |

|    ZCL_IM__GTA_TAX_CODE==========CP                                                              |

|    5445445545455455444433333333334522222222                                                      |

|    A3CF9DFF741F418F3F45DDDDDDDDDD3000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|%_SPACE                                                                                           |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|%_DUMMY$$                                                                                         |

|                                                                                                  |

|    2222                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|SYST                                                                                              |

|    ##########################A###P###############################################T######### h##>|

|    0000000000000000000000000040005000000000000000000000000000000000000000000000105000000050260000|

|    000020F000000000000010101010100000000060000000008000000000000000000000000000604000000080080200|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000000C|

|<%_TABLE_BSIK>                                                                                    |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|SY-XPROG                                                                                          |

|    SAPMSSY0                                                                                      |

|    5454555322222222222222222222222222222222                                                      |

|    310D339000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|GT_BSIK                                                                                           |

|    Table IT_330863[0x148]                                                                        |

|    \CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS\DATA=GT_BSIK           |

|    Table reference: 239                                                                          |

|    TABH+  0(20) = 0000000000000000000000000000000000000000                                       |

|    TABH+ 20(20) = EF0000006F0C05000000000094000000FFFFFFFF                                       |

|    TABH+ 40(16) = 043201000005000010000000C1248001                                               |

|    store        = 0x0000000000000000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 239   (0xEF000000)                                                             |

|    label        = 330863 (0x6F0C0500)                                                            |

|    fill         = 0     (0x00000000)                                                             |

|    leng         = 148   (0x94000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000012                                                                    |

|    occu         = 16    (0x10000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |

|    occu0        = 1                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = Not allocated                                                                  |

|    pghook       = Not allocated                                                                  |

|    idxPtr       = Not allocated                                                                  |

|    shmTabhSet   = Not allocated                                                                  |

|    id           = Not allocated                                                                  |

|    refCount     = Not allocated                                                                  |

|    tstRefCount  = Not allocated                                                                  |

|    lineAdmin    = Not allocated                                                                  |

|    lineAlloc    = Not allocated                                                                  |

|    shmVersId    = Not allocated                                                                  |

|    shmRefCount  = Not allocated                                                                  |

|    shmIsReadOnly = Not allocated                                                                 |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|<%_TABLE_BSAK>                                                                                    |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|SCREEN                                                                                            |

|    %_17SXS0000688588_%_%_%_%_%_%_                                                                |

|    2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|

|    5F173830000688588F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

----------------------------------------------------------------------------------------------------

|No.       4 Ty.          METHOD                                                                   |

|Name  CL_EX_FI_ITEMS_CH_DATA=>IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS                                 |

----------------------------------------------------------------------------------------------------

|CT_ITEMS                                                                                          |

|    Table IT_330853[705967x2552]                                                                  |

|DATA_REF                                                                                          |

|    ########                                                                                      |

|    C0000000                                                                                      |

|    F0000000                                                                                      |

|SY-REPID                                                                                          |

|    CL_EX_FI_ITEMS_CH_DATA========CP                                                              |

|    4454554454544554454454333333334522222222                                                      |

|    3CF58F69F945D3F38F4141DDDDDDDD3000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|<FLT_CACHE_LINE>-EO_OBJECT                                                                        |

|    {O:initial}                                                                                   |

|    F0000000                                                                                      |

|    F0000000                                                                                      |

|%_DUMMY$$                                                                                         |

|                                                                                                  |

|    2222                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|SYST-REPID                                                                                        |

|    CL_EX_FI_ITEMS_CH_DATA========CP                                                              |

|    4454554454544554454454333333334522222222                                                      |

|    3CF58F69F945D3F38F4141DDDDDDDD3000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|EXC                                                                                               |

|                                                       000                                        |

|    2222222222222222222222222222222222222222222222222223332222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|SY-SUBRC                                                                                          |

|    0                                                                                             |

|    0000                                                                                          |

|    0000                                                                                          |

|SY                                                                                                |

|    ##########################A###P###############################################T######### h##>|

|    0000000000000000000000000040005000000000000000000000000000000000000000000000105000000050260000|

|    000020F000000000000010101010100000000060000000008000000000000000000000000000604000000080080200|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000000C|

|EXITINTF                                                                                          |

|    {O:27*\CLASS=ZCL_IM__GTA_TAX_CODE}                                                            |

|    E0001000                                                                                      |

|    4000B000                                                                                      |

|<FLT_CACHE_LINE>-OBJ                                                                              |

|    {O:27*\CLASS=ZCL_IM__GTA_TAX_CODE}                                                            |

|    E0001000                                                                                      |

|    4000B000                                                                                      |

----------------------------------------------------------------------------------------------------

|No.       3 Ty.          FORM                                                                     |

|Name  ITEMS_DISPLAY_INIT                                                                          |

----------------------------------------------------------------------------------------------------

|IT_ITEMS+1596(308)                                                                                |

|     # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #|

|    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|S_RFPOS+1368(308)                                                                                 |

|     # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #|

|    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|IT_ITEMS+1904(402)                                                                                |

|     # # # # # # # # # # # # #0#0#0#0#0#0#0#0#0#0# # # # # # # # # # # # # # # # # # # # # # # # #|

|    2020202020202020202020202030303030303030303030202020202020202020202020202020202020202020202020|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|S_RFPOS+1710(402)                                                                                 |

|     # # # # # # # # # # # # #0#0#0#0#0#0#0#0#0#0# # # # # # # # # # # # # # # # # # # # # # # # #|

|    2020202020202020202020202030303030303030303030202020202020202020202020202020202020202020202020|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|IT_ITEMS[]                                                                                        |

|    Table IT_317[705967x2552]                                                                     |

|    \PROGRAM=RFITEMGL\DATA=IT_POS[]                                                               |

|    Table reference: 189                                                                          |

|    TABH+  0(20) = 50B30200DF0700003078173FDF07000000000000                                       |

|    TABH+ 20(20) = BD0000003D010000AFC50A00F8090000FFFFFFFF                                       |

|    TABH+ 40(16) = 040000006011000001000000C1108401                                               |

|    store        = 0x50B30200DF070000                                                             |

|    ext1         = 0x3078173FDF070000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 189   (0xBD000000)                                                             |

|    label        = 317   (0x3D010000)                                                             |

|    fill         = 705967 (0xAFC50A00)                                                            |

|    leng         = 2552  (0xF8090000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000078                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 8     (cmpManyEq)                                                              |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 1                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x50B20D00DF070000                                                             |

|    pgHook       = 0xB011276CDF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 211   (0xD3000000)                                                             |

|    refCount     = 2     (0x02000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 720895 (0xFFFF0A00)                                                            |

|    lineAlloc    = 705967 (0xAFC50A00)                                                            |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 3     (0x03000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = 0x0000000000000000                                                             |

|    collHook     = 0x0000000000000000                                                             |

|    ext2         = 0x20EE7F23DF070000                                                             |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = 0xF0B20200DF070000                                                             |

|    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    pb_func      = 0x0000000000000000                                                             |

|    pb_handle    = 0x0000000000000000                                                             |

|IT_ITEMS                                                                                          |

|    00                                      000000001301142197SA2014022150 201402211000003########|

|    3322222222222222222222222222222222222222333333333333333333543333333333233333333333333300050005|

|    0000000000000000000000000000000000000000000000001301142197312014022150020140221100000300000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000007D007D|

|%_SPACE                                                                                           |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|SY                                                                                                |

|    ##########################A###P###############################################T######### h##>|

|    0000000000000000000000000040005000000000000000000000000000000000000000000000105000000050260000|

|    000020F000000000000010101010100000000060000000008000000000000000000000000000604000000080080200|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000000C|

|SY-REPID                                                                                          |

|    SAPLFI_ITEMS                                                                                  |

|    5454445454452222222222222222222222222222                                                      |

|    310C69F945D30000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|GD_ACT_IMP_CH_DATA                                                                                |

|    X                                                                                             |

|    5                                                                                             |

|    8                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|GD_REF_TO_CH_DATA                                                                                 |

|    {O:24*\CLASS=CL_EX_FI_ITEMS_CH_DATA}                                                          |

|    E0001000                                                                                      |

|    70008000                                                                                      |

|%_DUMMY$$                                                                                         |

|                                                                                                  |

|    2222                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|SYST-REPID                                                                                        |

|    SAPLFI_ITEMS                                                                                  |

|    5454445454452222222222222222222222222222                                                      |

|    310C69F945D30000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|SCREEN                                                                                            |

|    %_17SXS0000688588_%_%_%_%_%_%_                                                                |

|    2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|

|    5F173830000688588F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|LT_ITEMS                                                                                          |

|    Table IT_330853[705967x2552]                                                                  |

----------------------------------------------------------------------------------------------------

|No.       2 Ty.          FUNCTION                                                                 |

|Name  FI_ITEMS_DISPLAY                                                                            |

----------------------------------------------------------------------------------------------------

|SY-MANDT                                                                                          |

|    500                                                                                           |

|    333                                                                                           |

|    500                                                                                           |

|    000                                                                                           |

|    000                                                                                           |

|CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT                                                            |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|SY-LANGU                                                                                          |

|    E                                                                                             |

|    4                                                                                             |

|    5                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|NAME                                                                                              |

|                                                                                                  |

|    2222222222222222222222222222222222222222222222222222222222222222222222                        |

|    0000000000000000000000000000000000000000000000000000000000000000000000                        |

|    0000000000000000000000000000000000000000000000000000000000000000000000                        |

|    0000000000000000000000000000000000000000000000000000000000000000000000                        |

|CL_GUI_CONTROL=>LIFETIME_DEFAULT                                                                  |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|LINE[]                                                                                            |

|    Table[initial]                                                                                |

|S_BSEG-MANST                                                                                      |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|LINE                                                                                              |

|                                                                                                  |

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|WA_ITEMS                                                                                          |

|    00                                      00000000            00000000   00000000    000########|

|    3322222222222222222222222222222222222222333333332222222222223333333322233333333222233300000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C000C|

|SPACE                                                                                             |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|IT_BKORM                                                                                          |

|                                     0000            0000000000000000000000                       |

|    2222222222222222222222222222222223333222222222222333333333333333333333322222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|IS_U_VARIANT-VARIANT                                                                              |

|    1SAP                                                                                          |

|    354522222222                                                                                  |

|    131000000000                                                                                  |

|    000000000000                                                                                  |

|    000000000000                                                                                  |

|X_VAREXIST                                                                                        |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|%_VIASELSCR                                                                                       |

|    #                                                                                             |

|    0                                                                                             |

|    4                                                                                             |

|SY-MSGID                                                                                          |

|    B!                                                                                            |

|    42222222222222222222                                                                          |

|    21000000000000000000                                                                          |

|    00000000000000000000                                                                          |

|    00000000000000000000                                                                          |

|CL_GUI_CFW=>DYNPRO_0                                                                              |

|    ???                                                                                           |

|    ??????                                                                                        |

|    ??????                                                                                        |

|GD_CONTAINER                                                                                      |

|    {O:initial}                                                                                   |

|    F0000000                                                                                      |

|    F0000000                                                                                      |

|SY-MSGNO                                                                                          |

|    015                                                                                           |

|    333                                                                                           |

|    015                                                                                           |

|    000                                                                                           |

|    000                                                                                           |

----------------------------------------------------------------------------------------------------

|No.       1 Ty.          EVENT                                                                    |

|Name  END-OF-SELECTION                                                                            |

----------------------------------------------------------------------------------------------------

|%_SD_GSBER_%_APP_%                                                                                |

|                                                                                                  |

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|TEXT-009                                                                                          |

|    List being generated                                                                          |

|    467726666626666767662222222222222222222222222                                                 |

|    C9340259E7075E5214540000000000000000000000000                                                 |

|    000000000000000000000000000000000000000000000                                                 |

|    000000000000000000000000000000000000000000000                                                 |

|%_XX_KTOPL_%_APP_%                                                                                |

|                                                                                                  |

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|C_KOART_GL                                                                                        |

|    S                                                                                             |

|    5                                                                                             |

|    3                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|XX_KTOPL                                                                                          |

|    IEQYAIN                                                                                       |

|    44554442222                                                                                   |

|    951919E0000                                                                                   |

|    00000000000                                                                                   |

|    00000000000                                                                                   |

|C_REPID_GL                                                                                        |

|    RFITEMGL                                                                                      |

|    5445444422222222222222222222222222222222                                                      |

|    26945D7C00000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|%_SD_SAKNR_%_APP_%                                                                                |

|    SD_SAKNRG/L account                   to                                           @1E\QMultip|

|    5455444542426666767222222222222222222276222222222222222222222222222222222222222222243455476767|

|    34F31BE27FC0133F5E400000000000000000004F0000000000000000000000000000000000000000000015C1D5C490|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|GS_VARIANT                                                                                        |

|    RFITEMGL                                                    1SAP        Standard              |

|    5445444422222222222222222222222222222222222222222222222222223545222222225766667622222222222222|

|    26945D7C0000000000000000000000000000000000000000000000000000131000000000341E412400000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|SD_KTOPL[]                                                                                        |

|    Table IT_142[0x22]                                                                            |

|    \PROGRAM=RFITEMGL\DATA=SD_KTOPL[]                                                             |

|    Table reference: 99                                                                           |

|    TABH+  0(20) = 0000000000000000000000000000000000000000                                       |

|    TABH+ 20(20) = 630000008E0000000000000016000000FFFFFFFF                                       |

|    TABH+ 40(16) = 04000000D01C00000A000000C1048001                                               |

|    store        = 0x0000000000000000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 99    (0x63000000)                                                             |

|    label        = 142   (0x8E000000)                                                             |

|    fill         = 0     (0x00000000)                                                             |

|    leng         = 22    (0x16000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000139                                                                    |

|    occu         = 10    (0x0A000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = Not allocated                                                                  |

|    pghook       = Not allocated                                                                  |

|    idxPtr       = Not allocated                                                                  |

|    shmTabhSet   = Not allocated                                                                  |

|    id           = Not allocated                                                                  |

|    refCount     = Not allocated                                                                  |

|    tstRefCount  = Not allocated                                                                  |

|    lineAdmin    = Not allocated                                                                  |

|    lineAlloc    = Not allocated                                                                  |

|    shmVersId    = Not allocated                                                                  |

|    shmRefCount  = Not allocated                                                                  |

|    shmIsReadOnly = Not allocated                                                                 |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|IT_ACCTS[]                                                                                        |

|    Table IT_316[68x140]                                                                          |

|    \PROGRAM=RFITEMGL\DATA=IT_ACCTS[]                                                             |

|    Table reference: 188                                                                          |

|    TABH+  0(20) = C0A81B00DF070000F0E9FF67DF07000000000000                                       |

|    TABH+ 20(20) = BC0000003C010000440000008C000000FFFFFFFF                                       |

|    TABH+ 40(16) = 040000007010000001000000C1048001                                               |

|    store        = 0xC0A81B00DF070000                                                             |

|    ext1         = 0xF0E9FF67DF070000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 188   (0xBC000000)                                                             |

|    label        = 316   (0x3C010000)                                                             |

|    fill         = 68    (0x44000000)                                                             |

|    leng         = 140   (0x8C000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000073                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x10A81B00DF070000                                                             |

|    pgHook       = 0xD0EEFF1CDF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 210   (0xD2000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 195   (0xC3000000)                                                             |

|    lineAlloc    = 131   (0x83000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = 0x0000000000000000                                                             |

|    collHook     = 0x0000000000000000                                                             |

|    ext2         = 0xE0EB3F68DF070000                                                             |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = 0xB0A71B00DF070000                                                             |

|    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    pb_func      = 0x0000000000000000                                                             |

|    pb_handle    = 0x0000000000000000                                                             |

|IT_H_SKAT[]                                                                                       |

|    Table IT_314[68x226]                                                                          |

|    \PROGRAM=RFITEMGL\DATA=IT_H_SKAT[]                                                            |

|    Table reference: 186                                                                          |

|    TABH+  0(20) = B0A41B00DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = BA0000003A01000044000000E2000000FFFFFFFF                                       |

|    TABH+ 40(16) = 040000008024000001000000A2078001                                               |

|    store        = 0xB0A41B00DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 186   (0xBA000000)                                                             |

|    label        = 314   (0x3A010000)                                                             |

|    fill         = 68    (0x44000000)                                                             |

|    leng         = 226   (0xE2000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000180                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 2     (ItAccessSorted)                                                         |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 1     (ItUnique)                                                               |

|    keyKind      = 3     (user defined)                                                           |

|    cmpMode      = 3     (cmpSingleMcmpU)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0xA0A31B00DF070000                                                             |

|    pgHook       = 0x90A15219DF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 208   (0xD0000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 195   (0xC3000000)                                                             |

|    lineAlloc    = 131   (0x83000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|SD_NOOAP                                                                                          |

|    X                                                                                             |

|    5                                                                                             |

|    8                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|IT_H_SKB1[]                                                                                       |

|    Table IT_315[68x436]                                                                          |

|    \PROGRAM=RFITEMGL\DATA=IT_H_SKB1[]                                                            |

|    Table reference: 187                                                                          |

|    TABH+  0(20) = 50A71B00DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = BB0000003B01000044000000B4010000FFFFFFFF                                       |

|    TABH+ 40(16) = 04000000B024000001000000A2158001                                               |

|    store        = 0x50A71B00DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 187   (0xBB000000)                                                             |

|    label        = 315   (0x3B010000)                                                             |

|    fill         = 68    (0x44000000)                                                             |

|    leng         = 436   (0xB4010000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000181                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 2     (ItAccessSorted)                                                         |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 1     (ItUnique)                                                               |

|    keyKind      = 3     (user defined)                                                           |

|    cmpMode      = 10    (cmpMany)                                                                |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x70A51B00DF070000                                                             |

|    pgHook       = 0x70F83F00DF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 209   (0xD1000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 99    (0x63000000)                                                             |

|    lineAlloc    = 99    (0x63000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|SD_KTOPL                                                                                          |

|                                                                                                  |

|    22222222222                                                                                   |

|    00000000000                                                                                   |

|    00000000000                                                                                   |

|    00000000000                                                                                   |

|IT_COMPS[]                                                                                        |

|    Table IT_313[1x34]                                                                            |

|    \PROGRAM=RFITEMGL\DATA=IT_COMPS[]                                                             |

|    Table reference: 183                                                                          |

|    TABH+  0(20) = 90A11B00DF070000A0EAFF67DF07000000000000                                       |

|    TABH+ 20(20) = B7000000390100000100000022000000FFFFFFFF                                       |

|    TABH+ 40(16) = 04000000D010000001000000C1048001                                               |

|    store        = 0x90A11B00DF070000                                                             |

|    ext1         = 0xA0EAFF67DF070000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 183   (0xB7000000)                                                             |

|    label        = 313   (0x39010000)                                                             |

|    fill         = 1     (0x01000000)                                                             |

|    leng         = 34    (0x22000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000075                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x80DA2C00DF070000                                                             |

|    pgHook       = 0x0000000000000000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 207   (0xCF000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 1     (0x01000000)                                                             |

|    lineAlloc    = 1     (0x01000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = 0x0000000000000000                                                             |

|    collHook     = 0x0000000000000000                                                             |

|    ext2         = 0x30EAFF67DF070000                                                             |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = 0xF0D72A00DF070000                                                             |

|    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    pb_func      = 0x0000000000000000                                                             |

|    pb_handle    = 0x0000000000000000                                                             |

|%_SD_KTOPL_%_APP_%                                                                                |

|                                                                                                  |

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|IT_H_T001[]                                                                                       |

|    Table IT_311[1x492]                                                                           |

|    \PROGRAM=RFITEMGL\DATA=IT_H_T001[]                                                            |

|    Table reference: 181                                                                          |

|    TABH+  0(20) = D0DE2A00DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = B50000003701000001000000EC010000FFFFFFFF                                       |

|    TABH+ 40(16) = 040000005024000001000000A2078001                                               |

|    store        = 0xD0DE2A00DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 181   (0xB5000000)                                                             |

|    label        = 311   (0x37010000)                                                             |

|    fill         = 1     (0x01000000)                                                             |

|    leng         = 492   (0xEC010000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000179                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 2     (ItAccessSorted)                                                         |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 1     (ItUnique)                                                               |

|    keyKind      = 3     (user defined)                                                           |

|    cmpMode      = 3     (cmpSingleMcmpU)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 0                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x40EC1A00DF070000                                                             |

|    pgHook       = 0x0000000000000000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 205   (0xCD000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 1     (0x01000000)                                                             |

|    lineAlloc    = 1     (0x01000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|SD_SAKNR-LOW                                                                                      |

|    0037040210                                                                                    |

|    3333333333                                                                                    |

|    0037040210                                                                                    |

|    0000000000                                                                                    |

|    0000000000                                                                                    |

|GT_FIELDCAT[]                                                                                     |

|    Table IT_70[14x1436]                                                                          |

|    \PROGRAM=RFITEMGL\DATA=GT_FIELDCAT[]                                                          |

|    Table reference: 36                                                                           |

|    TABH+  0(20) = B0A50100DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = 24000000460000000E0000009C050000FFFFFFFF                                       |

|    TABH+ 40(16) = 04000000B00F000001000000C1108401                                               |

|    store        = 0xB0A50100DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 36    (0x24000000)                                                             |

|    label        = 70    (0x46000000)                                                             |

|    fill         = 14    (0x0E000000)                                                             |

|    leng         = 1436  (0x9C050000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000069                                                                    |

|    occu         = 1     (0x01000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 8     (cmpManyEq)                                                              |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 1                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0xB0AD0100DF070000                                                             |

|    pgHook       = 0x40C50700DF070000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 64    (0x40000000)                                                             |

|    refCount     = 1     (0x01000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 27    (0x1B000000)                                                             |

|    lineAlloc    = 19    (0x13000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 2     (0x02000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|SD_SAKNR                                                                                          |

|    IEQ0037040210                                                                                 |

|    44533333333332222222222                                                                       |

|    95100370402100000000000                                                                       |

|    00000000000000000000000                                                                       |

|    00000000000000000000000                                                                       |

|GD_ALVSAVE                                                                                        |

|    A                                                                                             |

|    4                                                                                             |

|    1                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|SD_SAKNR[]                                                                                        |

|    Table IT_143[68x46]                                                                           |

|    \PROGRAM=RFITEMGL\DATA=SD_SAKNR[]                                                             |

|    Table reference: 100                                                                          |

|    TABH+  0(20) = F0770500DF070000000000000000000000000000                                       |

|    TABH+ 20(20) = 640000008F000000440000002E000000FFFFFFFF                                       |

|    TABH+ 40(16) = 04000000401C000044000000C1048401                                               |

|    store        = 0xF0770500DF070000                                                             |

|    ext1         = 0x0000000000000000                                                             |

|    shmId        = 0     (0x00000000)                                                             |

|    id           = 100   (0x64000000)                                                             |

|    label        = 143   (0x8F000000)                                                             |

|    fill         = 68    (0x44000000)                                                             |

|    leng         = 46    (0x2E000000)                                                             |

|    loop         = -1    (0xFFFFFFFF)                                                             |

|    xtyp         = TYPE#000136                                                                    |

|    occu         = 68    (0x44000000)                                                             |

|    access       = 1     (ItAccessStandard)                                                       |

|    idxKind      = 0     (ItIndexNone)                                                            |

|    uniKind      = 2     (ItUniqueNon)                                                            |

|    keyKind      = 1     (default)                                                                |

|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |

|    occu0        = 0                                                                              |

|    groupCntl    = 0                                                                              |

|    rfc          = 0                                                                              |

|    unShareable  = 0                                                                              |

|    mightBeShared = 1                                                                             |

|    sharedWithShmTab = 0                                                                          |

|    isShmLockId  = 0                                                                              |

|    gcKind       = 0                                                                              |

|    isUsed       = 1                                                                              |

|    isCtfyAble   = 1                                                                              |

|    >>>>> Shareable Table Header Data <<<<<                                                       |

|    tabi         = 0x906B0500DF070000                                                             |

|    pgHook       = 0x0000000000000000                                                             |

|    idxPtr       = 0x0000000000000000                                                             |

|    shmTabhSet   = 0x0000000000000000                                                             |

|    id           = 85    (0x55000000)                                                             |

|    refCount     = 0     (0x00000000)                                                             |

|    tstRefCount  = 0     (0x00000000)                                                             |

|    lineAdmin    = 68    (0x44000000)                                                             |

|    lineAlloc    = 68    (0x44000000)                                                             |

|    shmVersId    = 0     (0x00000000)                                                             |

|    shmRefCount  = 1     (0x01000000)                                                             |

|    >>>>> 1st level extension part <<<<<                                                          |

|    regHook      = Not allocated                                                                  |

|    collHook     = Not allocated                                                                  |

|    ext2         = Not allocated                                                                  |

|    >>>>> 2nd level extension part <<<<<                                                          |

|    tabhBack     = Not allocated                                                                  |

|    delta_head   = Not allocated                                                                  |

|    pb_func      = Not allocated                                                                  |

|    pb_handle    = Not allocated                                                                  |

|X_CHANGE                                                                                          |

|    X                                                                                             |

|    5                                                                                             |

|    8                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|%_SD_NOOAP_%_APP_%                                                                                |

|                                                                                                  |

|    222222222222222222222222222222                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|X_GRID                                                                                            |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|SD_NOAUT                                                                                          |

|    X                                                                                             |

|    5                                                                                             |

|    8                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|PA_INET                                                                                           |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|XX_KTOPL-LOW                                                                                      |

|    YAIN                                                                                          |

|    5444                                                                                          |

|    919E                                                                                          |

|    0000                                                                                          |

|    0000                                                                                          |

|X_GL_OPVW                                                                                         |

|                                                                                                  |

|    2                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|    0                                                                                             |

|%_SD_NOAUT_%_APP_%                                                                                |

|                                                                                                  |

|    222222222222222222222222222222                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|IT_POS[]                                                                                          |

|    Table IT_317[705967x2552]                                                                     |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Internal notes                                                                                    |

|    The termination was triggered in function "tsvPageAdminResize"                                |

|    of the SAP kernel, in line 1595 of the module                                                 |

|     "//bas/700_REL/src/krn/runt/abtsv.c#11".                                                     |

|    The internal operation just processed is "SQLS".                                              |

|    Internal mode was started at 20140304091154.                                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Active Calls in SAP Kernel                                                                        |

----------------------------------------------------------------------------------------------------

|Lines of C Stack in Kernel (Structure Differs on Each Platform)                                   |

----------------------------------------------------------------------------------------------------

|SAP (R) - R/3(TM) Callstack, Version 1.0                                                          |

|Copyright (C) SAP AG. All rights reserved.                                                        |

|Callstack without Exception:                                                                      |

|App       : disp+work.EXE (pid=20104)                                                             |

|When      : 3/4/2014 10:18:48.518                                                                 |

|Threads   : 2                                                                                     |

|Computer Name       : NEWPRD1                                                                    |

|User Name           : SAPServicePRD                                                               |

|Number of Processors: 16                                                                          |

|Processor Type: Intel64 Family 6 Model 44 Stepping 2                                              |

|Windows Version     : 6.0 Current Build: 6001                                                     |

|State Dump for Thread Id 5438                                                                     |

|FramePtr         ReturnAd         Param#1          Function Name                                  |

|00000000087b41d0 0000000076d7c350 000000004b0c2fd0 ntdll!NtWaitForSingleObject                    |

|00000000087b4290 00000000017b5be1 0000000000000538 kernel32!WaitForSingleObjectEx                 |

|00000000087b44e0 000000000062b545 0000000000000001 disp+work!NTDebugProcess [ntstcdbg.c (509)]    |

|00000000087b4510 0000000000b444ac 0000000000000001 disp+work!CTrcStack [dptstack.c (182)]         |

|00000000087b4560 0000000000b49ac1 0000000000000001 disp+work!rabax_CStackSave [abrabax.c (7334)]  |

|00000000087b4f40 00000000007d8d83 0000000001af5b00 disp+work!ab_rabax [abrabax.c (1280)]          |

|00000000087b4fc0 00000000007d950e 0000000000000001 disp+work!tsvPageAdminResize [abtsv.c (1597)]  |

|00000000087b5010 00000000007da38f 000007df63bfeee0 disp+work!tsvAppendBody [abtsv.c (1876)]       |

|00000000087b5080 00000000011f5bf9 0000000000000002 disp+work!ab_tnewNoIdxUpd [abtsv.c (3041)]     |

|00000000087b50c0 000000018916589b 000000000a1d3ee0 disp+work!dbsl_bulk_tab_out [dbtran.c (8311)]  |

|00000000087b5130 0000000189167e9c 0000000004616480 dboraslib!exec_fetch [dbsloci.c (8981)]        |

|00000000087b5180 00000000012025ec 0000000004616480 dboraslib!DbSlExeRead [dbsloci.c (2757)]       |

|00000000087b51d0 0000000001204ee0 0000000004616480 disp+work!dbsl_exec_fetch [dbtran.c (7285)]    |

|00000000087b5200 0000000001210243 000007df000f2620 disp+work!fetch_cursor [dbtran.c (3906)]       |

|00000000087b5270 000000000117b1a9 00000000045ed8b8 disp+work!db_tran94 [dbtran.c (2474)]          |

|00000000087b52b0 000000000117e404 00000000045ed8b8 disp+work!call_tran [dbrsql.c (12440)]         |

|00000000087b52f0 000000000117f273 00000000045ed700 disp+work!fetch_cursor [dbrsql.c (4774)]       |

|00000000087b5360 00000000011823cb 00000000045ed700 disp+work!fetch_otab [dbrsql.c (6895)]         |

|00000000087b5420 0000000001183a25 000007df000efa40 disp+work!iotab_access [dbrsql.c (4066)]       |

|00000000087b54f0 0000000000a21583 000007df000efa40 disp+work!db_rsql1994 [dbrsql.c (2672)]        |

|00000000087b5580 0000000000a27a9b 00000ba400834c02 disp+work!CallRsql94 [absapsql.c (7226)]       |

|00000000087b55d0 0000000000a2ab9f 0000000000000000 disp+work!SqlsFetchAll [absapsql.c (7947)]     |

|00000000087b57c0 0000000000a3bdc2 000000000000003b disp+work!SqlsExecuteCall [absapsql.c (7552)]  |

|00000000087b5870 000000000086d638 0000000000000000 disp+work!ab_jsqls [absapsql.c (1427)]         |

|00000000087b59d0 0000000000a5560f 00000000000005f0 disp+work!ab_extri [abextri.c (527)]           |

|00000000087b5a20 0000000000a56121 0000000000000008 disp+work!ab_xevent [abrunt1.c (339)]          |

|00000000087b5ac0 0000000000bc904c 0000000000000000 disp+work!ab_trigg [abrunt1.c (112)]           |

|00000000087b5b60 0000000000694956 000007df00000016 disp+work!ab_run [absubmit.c (408)]            |

|00000000087b5cf0 00000000006999de 000007df000c979c disp+work!dynpmcal [dymainstp.c (2383)]        |

|00000000087b5d90 0000000000698c8a 0000000000000000 disp+work!dynppai0 [dymainstp.c (1114)]        |

|00000000087b5e40 000000000064f663 0000000000000000 disp+work!dynprctl [dymainstp.c (361)]         |

|00000000087bfc00 00000000004fb1ef 0000000000000013 disp+work!dynpen00 [dymain.c (1940)]           |

|00000000087bfe80 00000000004326d1 0000000000000000 disp+work!TskhLoop [thxxhead.c (4666)]         |

|00000000087bfec0 000000000040108d ffffffff00000003 disp+work!DpMain [dpxxdisp.c (1224)]           |

|00000000087bfef0 0000000001a996a1 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)]          |

|00000000087bff50 0000000076d743bd 0000000000000000 disp+work!wmainCRTStartup [crtexe.c (498)]     |

|00000000087bff80 0000000076f781d1 0000000000000000 kernel32!BaseThreadInitThunk                   |

|00000000087bffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart                       |

|State Dump for Thread Id 5344                                                                     |

|FramePtr         ReturnAd         Param#1          Function Name                                  |

|000000000e55fdf0 0000000076d5b310 0000000000005344 ntdll!ZwFsControlFile                          |

|000000000e55fe60 000000000197664f fffffffffffffffe kernel32!ConnectNamedPipe                      |

|000000000e55fef0 000007feff1b356b 000000000013fae0 disp+work!SigIMsgFunc [signt.c (679)]          |

|000000000e55ff20 000007feff1b6cc1 000007feff23e740 msvcrt!free_dbg                                |

|000000000e55ff50 0000000076d743bd 0000000000000000 msvcrt!beginthreadex                           |

|000000000e55ff80 0000000076f781d1 0000000000000000 kernel32!BaseThreadInitThunk                   |

|000000000e55ffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart                       |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|List of ABAP programs affected                                                                    |

----------------------------------------------------------------------------------------------------

|Index |Ty.|Program                                 |Group |Date      |Time    |Size     |Lang.    |

----------------------------------------------------------------------------------------------------

|     0|Prg|RFITEMGL                                |     0|26.01.2014|00:39:41|   394240|E        |

|     1|Prg|SAPMSSY0                                |     1|16.02.2013|21:03:13|    92160|E        |

|     2|Prg|SAPMSSYD                                |     1|25.01.2014|21:29:46|    22528|E        |

|     3|Prg|SAPFSYSCALLS                            |     1|09.09.2004|14:18:32|     7168|E        |

|     4|Prg|RSDBRUNT                                |     0|25.01.2014|20:41:52|   257024|E        |

|     5|Prg|SAPLSPRI                                |     5|25.01.2014|21:29:08|   348160|E        |

|     6|Typ|PRI_PARAMS                              |     0|02.11.1998|09:46:12|     5120|         |

|     7|Typ|ARC_PARAMS                              |     0|28.08.1997|08:36:28|     6144|         |

|     8|Typ|PRI_LAYOUT                              |     0|06.11.2003|20:30:04|     3072|         |

|     9|Typ|PRIPAR_EXT                              |     0|18.05.2004|14:07:03|     3072|         |

|    10|Typ|PRIPAR_EX2                              |     0|09.11.2000|14:10:39|     2048|         |

|    11|Typ|PRIPAR_EX3                              |     0|18.05.2004|14:07:03|     3072|         |

|    12|Typ|TPRI_DEF                                |     0|09.11.2000|14:24:28|     5120|         |

|    13|Prg|SAPLSPOO                                |    13|25.01.2014|21:26:40|   161792|E        |

|    14|Typ|TSP03                                   |     0|02.11.1998|09:57:05|     5120|         |

|    15|Typ|TSP06A                                  |     0|15.11.2000|17:58:02|     7168|         |

|    16|Typ|TSP1D                                   |     0|15.11.2000|17:58:02|     5120|         |

|    17|Typ|USR01                                   |     0|28.08.2009|15:16:21|     4096|         |

|    18|Prg|SAPLRSPOLSTDRV                          |    18|10.11.2010|12:18:29|    58368|E        |

|    19|Typ|TSPOPTIONS                              |     0|29.01.1997|19:13:56|     2048|         |

|    20|Typ|TSP0A                                   |     0|15.11.2000|17:58:02|     6144|         |

|    21|Typ|TSP03C                                  |     0|21.11.2003|11:41:10|     7168|         |

|    22|Typ|TSP03T                                  |     0|23.03.1998|18:21:38|     6144|         |

|    23|Prg|%_CTPIT                                 |     0|26.01.2014|00:39:40|    26624|E        |

|    24|Prg|SAPCNVE                                 |    24|09.09.2004|14:36:10|     8192|E        |

|    25|Prg|SAPLSPOC                                |    25|25.01.2014|21:29:35|   156672|E        |

|    26|Typ|TSP03L                                  |     0|10.07.1997|00:46:18|     2048|         |

|    27|Typ|RSPOCHECK                               |     0|13.08.1997|12:53:10|     4096|         |

|    28|Typ|TSP03A                                  |     0|10.07.1997|00:46:15|     3072|         |

|    29|Prg|SAPLSFES                                |    29|25.01.2014|21:22:21|   267264|E        |

|    30|Prg|SAPLSPOR                                |    30|25.01.2014|21:29:35|    40960|E        |

|    31|Prg|SAPLSPOB                                |    31|25.01.2014|20:37:49|    68608|E        |

|    32|Prg|CL_ABAP_CHAR_UTILITIES========CP        |    32|05.07.2005|13:10:15|    13312|E        |

|    33|Prg|SAPLSDEX                                |    33|09.09.2004|14:20:42|    22528|E        |

|    34|Typ|DD07T                                   |     0|12.05.1997|16:45:51|     3072|         |

|    35|Typ|DEVPAR                                  |     0|04.12.2000|12:46:11|     3072|         |

|    36|Typ|RSPOATTR                                |     0|10.11.1999|17:44:19|     2048|         |

|    37|Typ|RSSCR                                   |     0|30.03.2005|10:21:45|     5120|         |

|    38|Prg|RSDBSPBL                                |     0|30.03.2005|10:21:58|    72704|E        |

|    39|Prg|SAPDBSDF                                |     0|26.01.2014|00:40:26|   308224|E        |

|    40|Typ|VARID                                   |     0|12.05.1997|16:51:30|     4096|         |

|    41|Typ|B0SG                                    |     0|11.04.2005|11:46:42|     5120|         |

|    42|Prg|SAPLFCUE1                               |    42|06.11.2003|21:21:57|    18432|E        |

|    43|Typ|TCUR_BUKRS                              |     0|22.02.2001|10:03:05|     2048|         |

|    44|Typ|TPRCD                                   |     0|22.02.2001|10:05:02|     2048|         |

|    45|Prg|SAPLFI_CHECK_DATE                       |    45|18.12.2001|17:17:24|    15360|E        |

|    46|Prg|SAPLSUNI                                |    46|25.01.2014|21:36:06|   154624|E        |

|    47|Typ|TFDIR                                   |     0|13.02.2005|17:31:57|     3072|         |

|    48|Prg|SAPLCA_CHECK_DATE                       |    48|19.11.2001|16:15:55|    19456|E        |

|    49|Typ|TPCUSERN                                |     0|17.04.2002|10:34:16|     2048|         |

|    50|Prg|SAPLAS_DATASOURCE                       |    50|06.11.2003|21:17:26|    50176|E        |

|    51|Prg|SAPLAADM                                |    51|25.01.2014|21:24:11|   370688|E        |

|    52|Typ|ASDATASRC1                              |     0|06.05.2002|10:38:40|     2048|         |

|    53|Typ|SSCRFIELDS                              |     0|13.05.1997|12:54:26|     5120|         |

|    54|Prg|SAPLFAGL_ACTIVATION_SERVICES            |    54|26.01.2014|09:59:51|    58368|E        |

|    55|Typ|CVERS                                   |     0|09.11.2000|14:05:49|     2048|         |

|    56|Prg|SAPLSUGS                                |    56|31.03.2006|11:23:11|    47104|E        |

|    57|Prg|SAPLSUG2                                |    57|13.03.2006|15:58:46|    47104|E        |

|    58|Typ|SVERS                                   |     0|30.07.1992|18:39:23|     2048|         |

|    59|Typ|FAGL_CUS_GENINFO                        |     0|11.11.2010|13:51:09|     2048|         |

|    60|Typ|FAGL_SAP_GENLEVL                        |     0|17.02.2013|03:21:35|     2048|         |

|    61|Typ|FAGL_CUS_GENLEVL                        |     0|17.02.2013|03:21:34|     2048|         |

|    62|Prg|SAPLSTR9                                |    62|25.01.2014|21:29:09|    39936|E        |

|    63|Prg|CONTEXT_X_TR_SYS_PARAMS                 |    62|10.11.2010|13:32:26|    40960|E        |

|    64|Typ|TCONT                                   |     0|09.09.2004|14:18:43|     2048|         |

|    65|Typ|CONTEXTB                                |     0|09.09.2004|14:15:52|     8192|         |

|    66|Typ|FAGL_ACTIVEC                            |     0|17.02.2013|03:21:34|     5120|         |

|    67|Typ|FAGL_CHECK_SETUP                        |     0|11.12.2003|15:01:05|     2048|         |

|    68|Prg|%_CSYDB0                                |     0|30.03.2005|10:21:45|    35840|E        |

|    69|Prg|RSDBSPVA                                |     0|25.01.2014|21:29:31|   134144|E        |

|    70|Typ|SSCRTEXTS                               |     0|03.09.1997|03:12:33|     3072|         |

|    71|Prg|RSDBSPMC                                |     0|12.09.2006|11:25:01|    79872|E        |

|    72|Prg|SAPLICON                                |    72|28.08.2009|15:51:24|    27648|E        |

|    73|Prg|%_CICON                                 |    72|28.08.2009|15:51:24|   107520|E        |

|    74|Typ|ICONT                                   |     0|12.09.2006|11:25:01|     2048|         |

|    75|Prg|%_CRSFS                                 |     0|18.02.2005|14:15:41|     6144|E        |

|    76|Typ|RSFS_STRUC                              |     0|20.08.1998|10:57:36|     2048|         |

|    77|Prg|SAPLSVAR                                |    77|25.01.2014|21:29:15|   776192|E        |

|    78|Typ|RSVAMEMKEY                              |     0|07.05.1997|13:07:49|     2048|         |

|    79|Prg|%_CSYLDB                                |     0|18.02.2005|14:15:48|     8192|E        |

|    80|Typ|RSDSSELOPT                              |     0|04.04.1995|16:11:56|     4096|         |

|    81|Typ|DDSHDESCR                               |     0|03.09.1997|03:05:16|     4096|         |

|    82|Typ|SPPARAMS                                |     0|07.05.1997|13:10:38|     2048|         |

|    83|Prg|SAPLSABE                                |    83|09.09.2004|14:18:36|    12288|E        |

|    84|Prg|SAPLSECU                                |    84|25.01.2014|20:41:11|   101376|E        |

|    85|Typ|RSSUBINFO                               |     0|14.10.1999|22:01:03|     3072|         |

|    86|Prg|SAPLSLDB                                |    86|10.11.2010|15:03:58|    83968|E        |

|    87|Typ|RSEXFCODE                               |     0|13.08.1997|12:52:57|     2048|         |

|    88|Prg|SAPLDSYA                                |    88|10.11.2010|14:58:41|    46080|E        |

|    89|Prg|SAPFSDS1                                |    88|30.03.2005|10:22:01|    52224|E        |

|    90|Typ|TDCLD                                   |     0|02.11.1998|09:51:35|     5120|         |

|    91|Prg|SAPLSDOD                                |    91|10.11.2010|12:34:54|    45056|E        |

|    92|Typ|DOKIL                                   |     0|12.05.1997|16:46:17|     3072|         |

|    93|Typ|T021S                                   |     0|20.08.1998|11:04:24|     2048|         |

|    94|Typ|BKPF                                    |     0|26.01.2014|00:39:15|    19456|         |

|    95|Typ|RFPOSXEXT                               |     0|15.04.2013|16:38:48|    29696|         |

|    96|Prg|SAPLSDIFRUNTIME                         |    96|16.02.2013|21:18:49|   102400|E        |

|    97|Typ|DFIES                                   |     0|28.12.2004|17:06:45|    10240|         |

|    98|Typ|X031L                                   |     0|05.07.2005|13:10:15|     6144|         |

|    99|Prg|SAPLSDNT                                |    99|16.02.2013|21:18:49|   219136|E        |

|   100|Typ|BSEG                                    |     0|26.01.2014|00:36:38|    53248|         |

|   101|Typ|PAYR                                    |     0|28.08.2009|20:44:43|    12288|         |

|   102|Prg|%_CSLIS                                 |     0|07.02.2006|10:40:01|    89088|E        |

|   103|Prg|/SAPPSPRO/CL_NUMBERS==========CP        |   103|26.01.2014|01:22:43|    23552|E        |

|   104|Typ|/SAPPSPRO/EADD_DATA                     |     0|01.03.2005|10:53:32|     2048|         |

|   105|Typ|/SAPPSPRO/C_GPF                         |     0|11.04.2005|11:52:07|     2048|         |

|   106|Typ|FMRFC                                   |     0|13.08.1997|12:32:59|     2048|         |

|   107|Prg|SAPLITSR                                |   107|16.02.2013|22:47:00|   114688|E        |

|   108|Typ|TBE01                                   |     0|20.01.2003|16:41:38|     2048|         |

|   109|Typ|TBE31                                   |     0|03.09.1997|03:01:11|     2048|         |

|   110|Typ|TBE32                                   |     0|03.09.1997|03:27:20|     3072|         |

|   111|Typ|TBE34                                   |     0|03.09.1997|03:27:24|     3072|         |

|   112|Typ|TBE24                                   |     0|13.08.1997|13:56:16|     2048|         |

|   113|Prg|CONTEXT_X_CP_INFO                       |   107|10.11.2010|13:32:14|    36864|E        |

|   114|Typ|LVC_S_ROID                              |     0|14.10.1999|21:58:04|     2048|         |

|   115|Typ|T014                                    |     0|10.07.1997|00:37:38|     3072|         |

|   116|Typ|RFOPT                                   |     0|22.02.2001|10:02:28|     4096|         |

|   117|Prg|RSDBSPVD                                |     0|16.02.2013|21:13:34|    88064|E        |

|   118|Typ|VARI                                    |     0|12.05.1997|15:27:09|     6144|         |

|   119|Typ|RSDSFIELDS                              |     0|20.08.1998|10:57:22|     3072|         |

|   120|Prg|%_CRSDS                                 |     0|18.02.2005|14:15:39|    10240|E        |

|   121|Typ|RSDSEXPR                                |     0|20.08.1998|10:57:18|     3072|         |

|   122|Typ|RVARI                                   |     0|30.03.1998|09:40:50|     4096|         |

|   123|Typ|VARIS                                   |     0|12.05.1997|15:27:21|     2048|         |

|   124|Typ|RSVARKEY                                |     0|07.05.1997|13:07:54|     2048|         |

|   125|Prg|SAPLSSEL                                |   125|25.01.2014|21:26:41|  1173504|E        |

|   126|Typ|RSCONVERT                               |     0|09.11.2000|14:11:21|     5120|         |

|   127|Prg|RSDBSPDS                                |     0|28.08.2009|15:51:24|    56320|E        |

|   128|Typ|RSVARIDYN                               |     0|20.08.1998|11:23:44|     5120|         |

|   129|Prg|%_CSSCR                                 |   125|30.03.2005|10:21:45|    11264|E        |

|   130|Typ|RSDSQCAT                                |     0|07.05.1997|13:45:01|     2048|         |

|   131|Typ|LDBD                                    |     0|14.02.1998|08:13:18|     4096|         |

|   132|Typ|LDBN                                    |     0|20.08.1998|11:19:50|     3072|         |

|   133|Typ|LDBNT                                   |     0|14.02.1998|08:13:31|     2048|         |

|   134|Prg|CONTEXT_X_FREE_SEL_DD_INFO              |   125|10.11.2010|13:32:17|    62464|E        |

|   135|Prg|%_CSYFRS                                |   125|30.03.2005|10:21:45|     9216|E        |

|   136|Prg|SAPLLDBS                                |   136|10.11.2010|13:09:50|    90112|E        |

|   137|Typ|RSDSQOBJ                                |     0|29.07.1998|19:06:59|     6144|         |

|   138|Typ|RSDSQGN                                 |     0|04.04.1995|16:11:55|     2048|         |

|   139|Typ|RSDSQTN                                 |     0|20.08.1998|10:57:24|     2048|         |

|   140|Typ|RSDSQFN                                 |     0|20.08.1998|10:57:24|     2048|         |

|   141|Typ|RSDSQGT                                 |     0|12.05.1997|16:47:57|     3072|         |

|   142|Typ|RSDSQGX                                 |     0|04.04.1995|16:11:55|     2048|         |

|   143|Prg|SAPLSSELSERVICE                         |   143|05.07.2005|13:10:18|    22528|E        |

|   144|Typ|DD01L                                   |     0|28.12.2004|17:07:19|     6144|         |

|   145|Prg|SAPLFAUT                                |   145|26.01.2014|00:39:18|    12288|E        |

|   146|Typ|T000F                                   |     0|28.08.1997|09:30:02|     2048|         |

|   147|Prg|SAPLFEUO                                |   147|09.09.2004|14:18:34|     9216|E        |

|   148|Prg|SAPLSCNT                                |   148|18.02.2005|14:16:06|    30720|E        |

|   149|Prg|SAPSHDTV                                |   148|25.01.2014|21:29:47|    36864|E        |

|   150|Prg|SAPFS_SECLOG                            |     1|25.01.2014|21:37:40|    14336|E        |

|   151|Typ|INDX                                    |     0|29.07.1998|18:38:15|     8192|         |

|   152|Typ|TSECLOG_SETTINGS                        |     0|16.02.2013|20:56:14|     2048|         |

|   153|Typ|DD30L                                   |     0|20.08.1998|11:36:00|     5120|         |

|   154|Prg|SAPFSPOR                                |     0|16.02.2013|23:36:20|    14336|E        |

|   155|Typ|RSSELINT                                |     0|04.04.1995|16:12:37|     2048|         |

|   156|Typ|RSPARINT                                |     0|10.04.1995|09:58:38|     2048|         |

|   157|Prg|SAPFGUICNTL                             |     1|18.02.2005|14:15:08|    24576|E        |

|   158|Prg|SAPLOLEA                                |   158|16.02.2013|21:19:40|    96256|E        |

|   159|Prg|SAPLSGUI                                |   159|10.11.2010|14:51:17|    84992|E        |

|   160|Prg|SAPLSTTM                                |   160|05.07.2005|13:10:18|    69632|E        |

|   161|Prg|SAPLSBDC                                |   161|28.08.2009|15:15:24|    44032|E        |

|   162|Prg|SAPLTHFB                                |   162|25.01.2014|20:58:32|   397312|E        |

|   163|Typ|WPINFO                                  |     0|26.02.1999|14:49:01|     6144|         |

|   164|Prg|SAPLURFC                                |   164|25.01.2014|21:29:44|    26624|E        |

|   165|Prg|SAPLSPLUGIN                             |   165|09.09.2004|14:18:36|     8192|E        |

|   166|Typ|SWCBCONT                                |     0|15.11.2000|17:55:11|     3072|         |

|   167|Typ|OLE_VERBS                               |     0|04.04.1995|16:02:20|     2048|         |

|   168|Typ|OLE_PA                                  |     0|04.04.1995|16:02:19|     2048|         |

|   169|Typ|RSVUVINT                                |     0|15.01.1996|16:09:23|     2048|         |

|   170|Typ|T001                                    |     0|28.08.2009|20:44:47|    13312|         |

|   171|Prg|SAPFS000                                |     0|09.09.2004|14:18:32|     7168|E        |

|   172|Prg|SAPLF018                                |   172|26.01.2014|00:39:18|    11264|E        |

|   173|Typ|T004                                    |     0|15.11.2000|17:56:07|     3072|         |

|   174|Prg|SAPLFAGL_LEDGER                         |   174|26.01.2014|01:09:22|   149504|E        |

|   175|Prg|SAPLFAGL_APPLICATION                    |   175|29.08.2005|11:31:02|    11264|E        |

|   176|Typ|FAGL_S_APPLICATION                      |     0|14.01.2004|10:04:44|     2048|         |

|   177|Prg|SAPLFM00                                |   177|26.01.2014|00:36:24|    89088|E        |

|   178|Typ|FMISPS                                  |     0|05.05.2004|03:20:50|     5120|         |

|   179|Prg|FAGL_APPLICATION==============CP        |   179|08.02.2006|16:11:53|    14336|E        |

|   180|Prg|CL_BADI_BASE==================CP        |   180|08.12.2004|18:54:01|     7168|E        |

|   181|Prg|CX_BADI_NOT_IMPLEMENTED=======CP        |   181|05.07.2005|13:10:16|    10240|E        |

|   182|Typ|SCX_SRCPOS                              |     0|18.05.2004|14:07:11|     2048|         |

|   183|Prg|CX_BADI_NOT_SINGLE_USE========CP        |   183|07.02.2006|10:10:22|    10240|E        |

|   184|Prg|CX_BADI=======================CP        |   184|07.02.2006|10:10:22|    10240|E        |

|   185|Prg|CX_NO_CHECK===================CP        |   185|05.07.2005|13:10:16|    10240|E        |

|   186|Prg|CX_ROOT=======================CP        |   186|28.08.2009|13:24:08|    11264|E        |

|   187|Prg|CX_BADI_INITIAL_REFERENCE=====CP        |   187|05.07.2005|13:10:16|    10240|E        |

|   188|Typ|T881                                    |     0|05.05.2004|03:21:32|     8192|         |

|   189|Typ|SKB1                                    |     0|29.08.2009|22:03:26|     8192|         |

|   190|Prg|SAPLLDB_LOG                             |   190|09.09.2004|16:18:01|    15360|E        |

|   191|Typ|T001A                                   |     0|03.09.1997|03:13:22|     3072|         |

|   192|Typ|SKA1                                    |     0|26.02.2002|09:52:23|     4096|         |

|   193|Typ|BSIS                                    |     0|25.08.2005|22:00:55|    16384|         |

|   194|Prg|SAPLF023                                |   194|25.08.2005|22:03:16|    11264|E        |

|   195|Typ|RSDYNBREPI                              |     0|20.08.1998|10:57:33|     2048|         |

|   196|Typ|RSSELDYN                                |     0|20.08.1998|10:57:50|     3072|         |

|   197|Typ|RSVAR                                   |     0|02.11.1998|09:48:19|     8192|         |

|   198|Typ|TRDIR                                   |     0|02.11.1998|09:59:17|     6144|         |

|   199|Typ|NODE2STRUC                              |     0|02.11.1998|09:46:02|     2048|         |

|   200|Typ|RSDSWHERE                               |     0|04.04.1995|16:11:56|     2048|         |

|   201|Prg|FI_LDB_UTIL                             |     0|11.11.2010|13:51:39|    20480|E        |

|   202|Typ|GSEG                                    |     0|26.01.2014|00:37:37|    53248|         |

|   203|Typ|SKAT                                    |     0|28.08.1997|09:02:58|     3072|         |

|   204|Typ|RFEPB                                   |     0|13.08.1997|12:50:00|     2048|         |

|   205|Prg|SAPLFACS                                |   205|26.01.2014|01:05:02|   294912|E        |

|   206|Typ|BOOLE                                   |     0|04.04.1995|15:41:35|     2048|         |

|   207|Prg|SAPLFACSCORE                            |   207|07.06.2001|18:27:03|    13312|E        |

|   208|Typ|T009                                    |     0|01.06.1992|11:17:16|     2048|         |

|   209|Typ|T009B                                   |     0|20.02.1998|09:01:22|     2048|         |

|   210|Typ|X001                                    |     0|11.09.1997|10:20:14|     3072|         |

|   211|Typ|T000                                    |     0|11.09.1997|10:17:18|     4096|         |

|   212|Typ|RFEPK                                   |     0|13.08.1997|12:50:00|     2048|         |

|   213|Typ|BSEGH                                   |     0|09.07.1997|23:49:31|     7168|         |

|   214|Prg|SAPBSEGA                                |     0|26.01.2014|01:12:09|    13312|E        |

|   215|Typ|BSEGA                                   |     0|06.05.1998|01:56:50|     4096|         |

|   216|Typ|FAEDE                                   |     0|09.07.1997|23:55:14|     3072|         |

|   217|Prg|SAPLFI_ITEMS                            |   217|26.01.2014|01:09:25|   270336|E        |

|   218|Prg|SAPLSCUN                                |   218|16.02.2013|21:12:44|    66560|E        |

|   219|Prg|SAPLCJPN                                |   219|26.01.2014|01:24:32|   331776|E        |

|   220|Typ|BSAS                                    |     0|08.02.2006|15:00:46|    15360|         |

|   221|Typ|PRPS                                    |     0|03.07.2006|16:10:34|    22528|         |

|   222|Prg|SAPLCJDW                                |   222|26.01.2014|01:26:38|   790528|E        |

|   223|Prg|SAPLCJWI                                |   223|11.11.2010|14:18:19|   216064|E        |

|   224|Typ|RCJWI_IMP3                              |     0|27.08.1999|18:14:47|     3072|         |

|   225|Typ|TCJ01                                   |     0|21.04.1999|13:36:55|     4096|         |

|   226|Typ|TCJED                                   |     0|04.04.1995|12:46:04|     2048|         |

|   227|Prg|SAPLFREP                                |   227|09.01.2005|17:54:17|    13312|E        |

|   228|Typ|TCURN                                   |     0|24.02.1999|03:32:56|     2048|         |

|   229|Typ|TCURV                                   |     0|13.05.1997|13:01:01|     3072|         |

|   230|Typ|TCURF                                   |     0|11.09.1997|10:23:50|     3072|         |

|   231|Typ|TCURX                                   |     0|14.07.1993|01:56:06|     2048|         |

|   232|Typ|TCURR                                   |     0|24.02.1999|03:18:14|     3072|         |

|   233|Typ|RSPARAMS                                |     0|04.04.1995|16:12:11|     3072|         |

|   234|Typ|RSBREPI                                 |     0|04.04.1995|16:11:48|     2048|         |

|   235|Typ|DTC_S_LAYO                              |     0|04.12.2000|12:46:23|     6144|         |

|   236|Prg|SAPLSALV                                |   236|25.01.2014|21:23:04|   263168|E        |

|   237|Prg|SAPLSKBS                                |   237|25.01.2014|21:29:03|   293888|E        |

|   238|Prg|%_CKKBLO                                |   237|28.08.2009|13:39:52|   140288|E        |

|   239|Typ|ALV_S_PCTL                              |     0|07.02.2006|10:07:06|     8192|         |

|   240|Typ|DISVARIANT                              |     0|29.07.1998|18:25:39|     3072|         |

|   241|Typ|LTVARIANT                               |     0|15.11.2000|17:38:31|     5120|         |

|   242|Typ|LVC_S_RNGS                              |     0|10.11.1999|17:41:05|     2048|         |

|   243|Typ|V_LTDX                                  |     0|09.11.2000|14:27:10|     4096|         |

|   244|Typ|LTDXT                                   |     0|15.11.2000|17:38:31|     3072|         |

|   245|Typ|LTDXD                                   |     0|15.11.2000|17:38:30|     3072|         |

|   246|Typ|LTDXS                                   |     0|15.11.2000|17:38:30|     3072|         |

|   247|Prg|SAPLSKBB                                |   247|25.01.2014|20:20:52|    67584|E        |

|   248|Prg|CL_ALV_VARIANT================CP        |   248|25.01.2014|21:28:05|   158720|E        |

|   249|Typ|LVC_S_LAYO                              |     0|18.05.2004|14:08:00|    15360|         |

|   250|Typ|LVC_S_DD01                              |     0|18.05.2004|14:06:56|     2048|         |

|   251|Typ|LVC_S_TOTO                              |     0|04.12.2000|12:48:07|     6144|         |

|   252|Typ|LVC_S_PRNT                              |     0|25.01.2014|20:19:44|    10240|         |

|   253|Typ|EUINFO                                  |     0|16.07.1997|14:45:04|     6144|         |

|   254|Typ|LVC_S_BUFF                              |     0|15.11.2000|17:38:32|     3072|         |

|   255|Typ|LVC_S_SGRP                              |     0|15.11.2000|17:38:36|     4096|         |

|   256|Typ|DTC_S_TS                                |     0|27.08.1999|18:05:22|     3072|         |

|   257|Typ|LVC_S_COL                               |     0|21.12.1999|19:15:32|     2048|         |

|   258|Prg|SAPLSYST                                |   258|16.02.2013|21:12:12|    36864|E        |

|   259|Prg|SAPLSUSE                                |   259|25.01.2014|20:41:38|    70656|E        |

|   260|Prg|SAPLBFFM                                |   260|26.01.2014|00:39:53|   282624|E        |

|   261|Typ|OFIWA                                   |     0|15.04.1998|00:11:05|     2048|         |

|   262|Typ|FTEXTS                                  |     0|20.08.2001|12:13:26|     3072|         |

|   263|Prg|CL_EXITHANDLER================CP        |   263|25.01.2014|21:13:25|    30720|E        |

|   264|Prg|CL_ABAP_TYPEDESCR=============CP        |   264|05.07.2005|13:10:15|    29696|E        |

|   265|Prg|CL_ABAP_ELEMDESCR=============CP        |   265|03.07.2006|10:50:51|    36864|E        |

|   266|Prg|CL_ABAP_DATADESCR=============CP        |   266|05.07.2005|13:10:15|    22528|E        |

|   267|Prg|CL_ABAP_REFDESCR==============CP        |   267|05.07.2005|13:10:15|    24576|E        |

|   268|Prg|CL_ABAP_STRUCTDESCR===========CP        |   268|28.08.2009|15:20:02|    40960|E        |

|   269|Prg|CL_ABAP_COMPLEXDESCR==========CP        |   269|05.07.2005|13:10:15|    17408|E        |

|   270|Prg|CL_ABAP_TABLEDESCR============CP        |   270|05.07.2005|13:10:15|    25600|E        |

|   271|Prg|CL_ABAP_CLASSDESCR============CP        |   271|05.07.2005|13:10:15|    30720|E        |

|   272|Prg|CL_ABAP_OBJECTDESCR===========CP        |   272|05.07.2005|13:10:15|    34816|E        |

|   273|Prg|CL_ABAP_INTFDESCR=============CP        |   273|05.07.2005|13:10:15|    25600|E        |

|   274|Prg|CL_ABAP_SOFT_REFERENCE========CP        |   274|05.07.2005|13:10:15|     9216|E        |

|   275|Prg|CL_ABAP_REFERENCE=============CP        |   275|09.09.2004|14:18:16|     9216|E        |

|   276|Prg|IF_EX_FI_ITEMS_MENUE01========IP        |   267|15.04.2013|16:38:51|    13312|E        |

|   277|Prg|%_CABAP                                 |   273|05.07.2005|13:10:15|    29696|E        |

|   278|Typ|SXS_INTER                               |     0|30.11.1998|15:55:16|     2048|         |

|   279|Prg|SAPLSEXV                                |   279|25.01.2014|21:14:07|   117760|E        |

|   280|Typ|SXS_ATTR                                |     0|07.02.2006|10:09:24|     5120|         |

|   281|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP        |   281|25.01.2014|21:21:28|    35840|E        |

|   282|Typ|V_EXT_ACT                               |     0|09.11.2000|14:27:05|     2048|         |

|   283|Typ|SXC_EXIT                                |     0|09.11.2000|14:23:43|     2048|         |

|   284|Prg|CL_EX_FI_ITEMS_MENUE01========CP        |   284|15.04.2013|16:38:51|    30720|E        |

|   285|Prg|IF_EX_FI_ITEMS_MENUE02========IP        |   267|15.04.2013|16:38:51|    10240|E        |

|   286|Prg|SAPLSEXE                                |   286|25.01.2014|21:36:06|    92160|E        |

|   287|Prg|CL_EX_FI_ITEMS_MENUE02========CP        |   287|15.04.2013|16:38:51|    30720|E        |

|   288|Prg|IF_EX_FI_ITEMS_MENUE03========IP        |   267|15.04.2013|16:38:51|    10240|E        |

|   289|Prg|CL_EX_FI_ITEMS_MENUE03========CP        |   289|15.04.2013|16:38:51|    27648|E        |

|   290|Prg|SAPLZFI1                                |   290|26.01.2014|00:39:42|    13312|E        |

|   291|Prg|SAPLF003                                |   291|26.01.2014|00:39:18|    28672|E        |

|   292|Typ|ASTABLEBUFFER                           |     0|18.05.2004|10:28:49|     2048|         |

|   293|Prg|SAPLFAGL_BSEG                           |   293|26.01.2014|01:04:42|   123904|E        |

|   294|Prg|SAPLZ1650                               |   294|09.10.2012|11:22:15|     9216|E        |

|   295|Prg|SAPLZBFFMSMPL                           |   295|26.01.2014|00:39:42|    26624|E        |

|   296|Prg|CL_EX_FI_ITEMS_CH_DATA========CP        |   296|15.04.2013|16:38:51|    18432|E        |

|   297|Prg|IF_EX_FI_ITEMS_CH_DATA========IP        |   263|15.04.2013|16:38:51|     8192|E        |

|   298|Prg|%_CSXRT                                 |   296|10.11.2010|12:32:30|    15360|E        |

|   299|Prg|CL_EXIT_MASTER================CP        |   299|25.01.2014|21:13:25|    23552|E        |

|   300|Typ|SXS_MLCO                                |     0|04.12.2000|14:59:55|     2048|         |

|   301|Prg|CL_EX_BADI_LAYER==============CP        |   301|25.01.2014|21:13:26|    28672|E        |

|   302|Prg|IF_EX_BADI_LAYER==============IP        |   263|25.01.2014|21:13:35|     7168|E        |

|   303|Typ|V_EXT_IMP                               |     0|06.11.2003|20:40:20|     3072|         |

|   304|Typ|SXC_IMPSWH                              |     0|09.11.2000|14:23:44|     2048|         |

|   305|Prg|CL_IM_FDM_AR_ITEM_ATTR_GET====CP        |   305|15.04.2013|16:38:51|    19456|E        |

|   306|Prg|ZCL_IM__GTA_TAX_CODE==========CP        |   306|26.01.2014|00:36:51|    21504|E        |

|   307|Prg|SAPLASTAT_TRIG                          |   307|09.09.2004|14:18:33|    13312|E        |

|   308|Typ|ASTAT_TYP2                              |     0|10.11.1998|05:35:18|     2048|         |

|   309|Typ|ASTAT_TYP1                              |     0|30.11.1998|15:54:16|     2048|         |

|   310|Typ|TBE11                                   |     0|03.09.1997|03:01:06|     5120|         |

|   311|Typ|ABSIK_PSO                               |     0|19.02.2002|17:41:53|     2048|         |

|   312|Typ|JVBSIK                                  |     0|08.01.2002|15:12:39|     2048|         |

|   313|Typ|REPR_BSIK                               |     0|19.08.2004|16:53:23|     2048|         |

|   314|Typ|REPR_APPEND                             |     0|19.08.2004|16:53:23|     3072|         |

|   315|Typ|BSIK                                    |     0|11.11.2010|13:50:58|    30720|         |

|   316|Typ|ETCF_SVARS                              |     0|18.05.2004|10:29:43|     2048|         |

|   317|Typ|CAT_SVARS                               |     0|18.05.2004|10:32:36|     3072|         |

|   318|Typ|SYST                                    |     0|09.09.2004|14:18:12|    31744|         |

|   319|Typ|FDM_AR_RFPOS                            |     0|29.08.2009|21:52:20|     3072|         |

|   320|Typ|JVA_RFPOS                               |     0|19.02.2005|23:09:05|     2048|         |

|   321|Typ|JVRFPOS                                 |     0|08.01.2002|15:12:40|     2048|         |

|   322|Typ|REPR_RFPOS                              |     0|19.08.2004|16:53:23|     2048|         |

|   323|Typ|ZDOC_NO                                 |     0|13.02.2012|08:52:41|     2048|         |

|   324|Typ|ZKUNNR                                  |     0|09.10.2012|11:22:15|     2048|         |

|   325|Typ|ZOFFSET_DESC                            |     0|27.01.2012|15:54:57|     2048|         |

|   326|Typ|ZRFPOS                                  |     0|27.04.2012|15:30:47|     3072|         |

|   327|Typ|RFPOS                                   |     0|09.10.2012|11:22:13|    27648|         |

|   328|Prg|CL_GUI_DOCKING_CONTAINER======CP        |   328|16.02.2013|21:31:13|    49152|E        |

|   329|Prg|%_CCNTL                                 |   328|18.02.2005|14:15:08|    15360|E        |

|   330|Typ|OBJ_RECORD                              |     0|14.02.1998|08:30:43|     2048|         |

|   331|Typ|CFW_LINK                                |     0|01.12.1999|12:16:48|     3072|         |

|   332|Prg|CL_GUI_CONTAINER==============CP        |   332|28.02.2005|21:00:46|    56320|E        |

|   333|Prg|CL_GUI_CONTROL================CP        |   333|28.02.2005|21:03:09|   112640|E        |

|   334|Prg|CL_GUI_OBJECT=================CP        |   334|28.08.2009|15:20:09|   375808|E        |

|   335|Prg|IF_CACHED_PROP================IP        |   328|18.02.2005|14:12:55|     5120|E        |

|   336|Prg|CL_GUI_CFW====================CP        |   336|16.02.2013|21:31:13|   168960|E        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Directory of Application Tables                                                                   |

----------------------------------------------------------------------------------------------------

|Name                                     Date       Time       Lngth                              |

|    Val.                                                                                          |

----------------------------------------------------------------------------------------------------

|Program  RFITEMGL                                                                                 |

----------------------------------------------------------------------------------------------------

|SYST                                     09.09.2004 14:18:12   00004612                           |

|    \0\0\0\0\x0002\0\x000F\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0                                      |

|VARI                                       .  .       :  :     00003052                           |

|    500VARFITEMGL                                &000000000005                                    |

|B0SG                                       .  .       :  :     00000050                           |

|          X                X |                                                                    |

|SSCRFIELDS                               09.09.2004 14:18:02   00001708                           |

|                                                                                                  |

|SKAT                                       .  .       :  :     00000226                           |

|    500EYAIN0049999999FI-CO reconciliationFI-CO reconciliation                                    |

|SKB1                                       .  .       :  :     00000436                           |

|                           0000000000000000                                                       |

|BSIS                                       .  .       :  :     00001102                           |

|                     00000000                            0000                                     |

|T001                                       .  .       :  :     00000492                           |

|    5001000NEW LTD.                Anand                    I                                    |

|SSCRTEXTS                                23.03.2000 22:41:19   00000742                           |

|    Selection using search help                                                                   |

----------------------------------------------------------------------------------------------------

|Program  RSDBRUNT                                                                                 |

----------------------------------------------------------------------------------------------------

|RSVUVINT                                   .  .       :  :     00000094                           |

|                                                   |                                              |

|VARID                                      .  .       :  :     00000252                           |

|       RFITEMGL                                                                                   |

|DFIES                                      .  .       :  :     00001342                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLSPRI                                                                                 |

----------------------------------------------------------------------------------------------------

|TSP03                                      .  .       :  :     00000460                           |

|    LOCL        SAPWIN                                  F\0 \0                                    |

|USR01                                      .  .       :  :     00000222                           |

|    5001651                            LOCL GK1X                                                  |

|PRI_PARAMS                                 .  .       :  :     00000380                           |

|    LOCL001RFITEMGL_165                                                                           |

|ARC_PARAMS                                 .  .       :  :     00000660                           |

|                                                                                                  |

|TPRI_DEF                                   .  .       :  :     00002932                           |

|    500GV21            \0\0\0\0\x0600##\x0080##\0\0\x08D3\0###                                 |

|TSP1D                                      .  .       :  :     00000320                           |

|                              0000000000                                                          |

----------------------------------------------------------------------------------------------------

|Program  SAPLSPOO                                                                                 |

----------------------------------------------------------------------------------------------------

|TSP03                                      .  .       :  :     00000460                           |

|    LOCL        SAPWIN                                  F\0 \0                                    |

|TSP03C                                     .  .       :  :     00000352                           |

|    LOCL   \0   \0\0\0\0 \0\0                    _default                                         |

|TSP1D                                      .  .       :  :     00000320                           |

|    X_65_80         ANY     PL0008000065SAP         1998040711                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSPOLSTDRV                                                                           |

----------------------------------------------------------------------------------------------------

|TSP0A                                      .  .       :  :     00000388                           |

|    SAPWIN  XSWIN00460Rel.4.x/SAPlpd 4.09+ ONLY!    1134113411                                    |

|TSP03                                      .  .       :  :     00000460                           |

|    LOCL        SAPWIN                                  F\0 \0                                    |

|TSP03C                                     .  .       :  :     00000352                           |

|    LOCL   \0   \0\0\0\0 \0\0                    _default                                         |

|TSP03T                                     .  .       :  :     00000422                           |

|    LOCL                                                                                          |

|TSPOPTIONS                                 .  .       :  :     00000432                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLSPOC                                                                                 |

----------------------------------------------------------------------------------------------------

|TSP03L                                     .  .       :  :     00000068                           |

|    LOCL                          LOCL|                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLSPOR                                                                                 |

----------------------------------------------------------------------------------------------------

|TSP03                                      .  .       :  :     00000460                           |

|    LOCL        SAPWIN                                  F\0 \0                                    |

|TSP03L                                     .  .       :  :     00000068                           |

|    LOCL                          LOCL|                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLSDEX                                                                                 |

----------------------------------------------------------------------------------------------------

|DD07T                                      .  .       :  :     00000260                           |

|    RSPOARCHTY                    EA00010000Print                                                 |

----------------------------------------------------------------------------------------------------

|Program  SAPDBSDF                                                                                 |

----------------------------------------------------------------------------------------------------

|SKA1                                       .  .       :  :     00000250                           |

|                                          00000000                                                |

|BSEG                                       .  .       :  :     00003384                           |

|                     0000000 0000000000000000                                                     |

|BSEGH                                      .  .       :  :     00000134                           |

|    H\0\0#\x000C\0#\x0C50\0\0\0\x000C\0\0\x0C00\0\0\0\x000C\0                                    |

|BSEGA                                      .  .       :  :     00000148                           |

|    \0\0\0\x000C\0#\x0C50\0\0#\x000D\0\0\x0C00\0\0#\x000C\0#                                    |

|GSEG                                       .  .       :  :     00003384                           |

|                     0000000 0000000000000000                                                     |

|T004                                       .  .       :  :     00000078                           |

|           00                              |                                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPLSUNI                                                                                 |

----------------------------------------------------------------------------------------------------

|TFDIR                                      .  .       :  :     00000268                           |

|    CA_CHECK_DATE                 SAPLCA_CHECK_DATE                                               |

----------------------------------------------------------------------------------------------------

|Program  SAPLSUG2                                                                                 |

----------------------------------------------------------------------------------------------------

|SVERS                                      .  .       :  :     00000144                           |

|    700                                                                                           |

----------------------------------------------------------------------------------------------------

|Program  CONTEXT_X_TR_SYS_PARAMS                                                                  |

----------------------------------------------------------------------------------------------------

|CONTEXTB                                   .  .       :  :     00002992                           |

|    500EBTR_SYS_PARAMS       000006000100000000000000\0\0\0\0                                     |

|TCONT                                      .  .       :  :     00000068                           |

|    TR_SYS_PARAMS       20140226174951|                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLICON                                                                                 |

----------------------------------------------------------------------------------------------------

|ICONT                                      .  .       :  :     00000130                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLSVAR                                                                                 |

----------------------------------------------------------------------------------------------------

|TRDIR                                      .  .       :  :     00000340                           |

|    RFITEMGL                                  XFSD    908 1F                                      |

|RSVAR                                      .  .       :  :     00000772                           |

|    RFITEMGL                                                                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPLSLDB                                                                                 |

----------------------------------------------------------------------------------------------------

|LDBD                                       .  .       :  :     00000264                           |

|    SDF                 0000000000000000000000000000                                              |

----------------------------------------------------------------------------------------------------

|Program  SAPFSDS1                                                                                 |

----------------------------------------------------------------------------------------------------

|TDCLD                                      .  .       :  :     00000098                           |

|    RE  DOKU   8R XX XXLIMUDOKUX \x001EXR3TRPROGX         |                                       |

----------------------------------------------------------------------------------------------------

|Program  SAPLSDOD                                                                                 |

----------------------------------------------------------------------------------------------------

|DOKIL                                      .  .       :  :     00000152                           |

|    RERFITEMGL                                                                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLITSR                                                                                 |

----------------------------------------------------------------------------------------------------

|TBE01                                      .  .       :  :     00000080                           |

|    00001650SAMPLE_INTERFACE_00001650       |                                                     |

|TBE24                                      .  .       :  :     00000088                           |

|                                               X|                                                 |

----------------------------------------------------------------------------------------------------

|Program  CONTEXT_X_CP_INFO                                                                        |

----------------------------------------------------------------------------------------------------

|CONTEXTB                                   .  .       :  :     00002992                           |

|    500EBCP_INFO             000002000200000000000000\0\0\0\0                                     |

|TCONT                                      .  .       :  :     00000068                           |

|    CP_INFO             00000000000000|                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLSSEL                                                                                 |

----------------------------------------------------------------------------------------------------

|DFIES                                    28.12.2004 17:06:45   00001342                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  CONTEXT_X_FREE_SEL_DD_INFO                                                               |

----------------------------------------------------------------------------------------------------

|CONTEXTB                                   .  .       :  :     00002992                           |

|    500EBFREE_SEL_DD_INFO    000005000100000000000000\0\0\0\0                                     |

|TCONT                                      .  .       :  :     00000068                           |

|    FREE_SEL_DD_INFO    00000000000000|                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLLDBS                                                                                 |

----------------------------------------------------------------------------------------------------

|RSDSQCAT                                   .  .       :  :     00000086                           |

|    SAPSDF                 STANDARD            |                                                  |

|RSDSQOBJ                                   .  .       :  :     00003268                           |

|    SVSAPSDF                 STANDARD                   \0\0                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPLSSELSERVICE                                                                          |

----------------------------------------------------------------------------------------------------

|DFIES                                    28.12.2004 17:06:45   00001342                           |

|    BSIS                          DABRZ                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLFAUT                                                                                 |

----------------------------------------------------------------------------------------------------

|T000F                                      .  .       :  :     00000014                           |

|           |                                                                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPLFEUO                                                                                 |

----------------------------------------------------------------------------------------------------

|T000F                                      .  .       :  :     00000014                           |

|           |                                                                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPFS_SECLOG                                                                             |

----------------------------------------------------------------------------------------------------

|INDX                                       .  .       :  :     00003104                           |

|    500%L%_SeclogExcludedCaller\0\0\0  00000000                                                   |

----------------------------------------------------------------------------------------------------

|Program  SAPLF018                                                                                 |

----------------------------------------------------------------------------------------------------

|T001                                       .  .       :  :     00000492                           |

|    5001000NEW LTD.                Anand                    I                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLFACS                                                                                 |

----------------------------------------------------------------------------------------------------

|T000                                       .  .       :  :     00000214                           |

|    500Production               ANAND                    INR                                      |

|T001                                       .  .       :  :     00000492                           |

|    5001000NEW LTD.                Anand                    I                                    |

|T001A                                      .  .       :  :     00000046                           |

|    500100030M   13        |                                                                      |

|T009                                       .  .       :  :     00000024                           |

|    500V3  01204|                                                                                 |

|T009B                                      .  .       :  :     00000036                           |

|    500V300000331012-1|                                                                           |

|X001                                       .  .       :  :     00000060                           |

|    10001 M       INR       3 30  |                                                               |

----------------------------------------------------------------------------------------------------

|Program  SAPLFACSCORE                                                                             |

----------------------------------------------------------------------------------------------------

|T001                                       .  .       :  :     00000492                           |

|    5001000NEW LTD.                Anand                    I                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPBSEGA                                                                                 |

----------------------------------------------------------------------------------------------------

|FAEDE                                      .  .       :  :     00000112                           |

|      00000000\x0C00\x0C00\x0C00           0000000000000000000                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLFI_ITEMS                                                                             |

----------------------------------------------------------------------------------------------------

|OFIWA                                      .  .       :  :     00000088                           |

|     Add. components...                         |                                                 |

----------------------------------------------------------------------------------------------------

|Program  SAPLSCUN                                                                                 |

----------------------------------------------------------------------------------------------------

|TCURR                                      .  .       :  :     00000066                           |

|    500M   EUR  INR  79869598#9\x000C\0\x1C00\0\0\x001C|                                         |

|TCURX                                      .  .       :  :     00000012                           |

|    EUR  \x0003|                                                                                  |

|*TCURX                                     .  .       :  :     00000012                           |

|    INR  \x0002|                                                                                  |

|TCURF                                      .  .       :  :     00000084                           |

|    500M   EUR  INR  80009898\0\0\x001C\0\x1C00    00000000|                                      |

|TCURV                                      .  .       :  :     00000048                           |

|    500M   X                |                                                                     |

|*TCURV                                     .  .       :  :     00000048                           |

|    500M   X                |                                                                     |

----------------------------------------------------------------------------------------------------

|Program  SAPLCJPN                                                                                 |

----------------------------------------------------------------------------------------------------

|PRPS                                       .  .       :  :     00001938                           |

|    50000008643PX2121004501060300      Cream Feed Pump - Lobe                                     |

|TCJ01                                      .  .       :  :     00000034                           |

|    500X2X/.:>;-<=X"%|                                                                            |

|TCJED                                      .  .       :  :     00000068                           |

|    500PX   -00000000-00.00.00.00     |                                                           |

----------------------------------------------------------------------------------------------------

|Program  SAPLFREP                                                                                 |

----------------------------------------------------------------------------------------------------

|FAEDE                                      .  .       :  :     00000112                           |

|    SS20131109\x0C00\x0C00\x0C00           2013110920131109201                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLSKBS                                                                                 |

----------------------------------------------------------------------------------------------------

|LTDXS                                      .  .       :  :     00000130                           |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLSKBB                                                                                 |

----------------------------------------------------------------------------------------------------

|EUINFO                                     .  .       :  :     00003184                           |

|    %FE3A2BF27817A8FF1A318E61F131BC713             \0\0\0                                         |

----------------------------------------------------------------------------------------------------

|Program  SAPLF003                                                                                 |

----------------------------------------------------------------------------------------------------

|BSEG                                       .  .       :  :     00003384                           |

|    500100013011421972013004 0000000000000000          40S   S                                    |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|ABAP Control Blocks (CONT)                                                                        |

----------------------------------------------------------------------------------------------------

|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code                             |Line    |

----------------------------------------------------------------------------------------------------

|  100|WHER|01|0000|0009|001A|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  102|PAR1|85|0060|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  103|WHER|01|0000|0008|0019|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  105|PAR1|85|0144|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  106|WHER|20|0000|0010|001C|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  108|PAR1|80|001B|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  109|WHER|20|0000|0010|001C|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  111|PAR1|80|001C|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  112|WHER|20|0000|0010|001C|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  114|PAR1|80|001D|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  115|SQLS|39|0028|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  116|SQLS|3B|0000|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|>>>>>|SQLS|0C|C003|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      64|

|  118|SQLS|0A|0000|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  119|SQLS|06|0021|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  120|PAR1|00|001E|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  121|SQLS|22|000C|    |    |    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  122|PAR2|00|0000|0000|0011|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  124|PAR2|00|0000|0001|0012|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

|  126|PAR2|00|0000|0002|0013|    |    |    |    |ZCL_IM__GTA_TAX_CODE==========CM001     |      88|

----------------------------------------------------------------------------------------------------

 

 

 

 

 

Thanks a lot in Advance,

Regards,

Krishna

Long running apply archive log

$
0
0

Dear Experts,

 

 

I had a problem when applying archive log through SQLPLUS by command "recover database using backup control file until cancel".

Usually 1 archive log just need 10s, now 1 archive log need 3 minutes. It's pretty long.

 

 

Before applying archive log, I found warning message on alertSID.log when I executed startup mount:

WARNING: -------------------------------

WARNING: oradism not set up correctly.

Dynamic ISM can not be locked. Please

setup oradism, or unset sga_max_size.

[diagnostic 0, 8, 303]

 

 

Here is the parameter on spfile and initSID.ora:

 

sga_max_size : 30GB

pga_aggregate_target: 6GB

db_cache_size Size: 27GB

 

 

I tried to reduce the parameters became:

 

sga_max_size : 4.3GB

pga_aggregate_target: 3GB

db_cache_size Size: 2GB

 

 

And the performance for apply archive log back to normal which is 10s per archive log.

 

Just curious here, why the parameters must be reduced before applying archive log?

Whether the OS reject the parameters? I found on the internet, this is a solaris bug like memory locking, is it true?

 

 

Thank You

Edy

Restoring a 10g database to 11g with brtools or export/import ?

$
0
0

Hi Experts,

 

We have a plan to upgrade our database version from 10G to 11G.

What's the best method to restore database from 10G to 11G? Usually I used brtools.

Whether I can restore the database from 10G to 11G using brtools or using export/import from sapinst?

 

Please share your though

 

Thank You

Edy

ORA-01110:

$
0
0

Dear Gurus,

 

I have an online backup of database (whole database online + redolog backup) of 4:02 PM , mine system got crashed at 4:16 PM.

 

Then we decided to restore the backup.

 

We restored the backup using the option brrestore -b =suggested | filename | AUTO | CANCEL}

 

ORA-00279: change 153677111 generated at 03/03/2014 04:03:53 needed for thread

1

ORA-00289: suggestion : D:\ORACLE\NSM\ORAARCH\NSMARCH1_3_841199012.DBF

ORA-00280: change 153677111 for thread 1 is in sequence #3

ORA-00278: log file 'D:\ORACLE\NSM\ORAARCH\NSMARCH1_2_841199012.DBF' no longer

needed for this recovery

 

Its start asking for NSMARCH1_3_841199012.DBF which does not exist in the system.

 

Please suggest as this is very critical issue for us.

 

Regards

Rj

 

 

 

 

Oracle - Move datafiles to a new filesystem

$
0
0

Hi,

 

We have an ERP system running on HP-UX with Oracle database.

 

To stick with SAP recommendation, the filesystems holding the datafiles should have a blocksize of 8192K. We have 5 filesystem of 2 TB for the datafiles of the production system, and 3 have a blocksize of 1024k instead of 8192k.

 

The safest strategy would be to:

- Stop SAP and DB

- Copy the datafiles of these 3 filesystems to 3 new filesystem with a blocksize of 8192K

- Adapt the mount points

- Restart the DB and SAP

 

The problem with this strategy is that it is very time consuming, and will need a long downtime to complete it.

 

We have another strategy in mind:

- Putting the database in backup mode

- Copying all the datafiles (for the 5 filesystems) to new filesystems

- Putting the database back in normal mode

- Stopping SAP and the DB

- Changing the mounting points to the new filesystems

- Starting up the database and recover it (applying all the logs)

- Starting SAP

 

This should help us reducing the downtime.

 

Can you advise if it is a valid strategy ? Do you have any other idea on how we could proceed ?

 

Thanks in advance for your help :-)

 

Antoine


problem with oracle

$
0
0

Hello all

 

I have problem with oracle 11 in Suse. We try upgrade Suse from 11.1 to Suse 11.2. Our scenario is:

 

We install new system (SLES for SAP Applications  11.2 (x86_64)) and copy all file from old  SAP system on Sles system (10). All OS setting is copy from 11.1 to 11.2. We use this scenario in all other systems, and work property (on ERP, EP, XI dev & test), but not in this system (prodution XI on NW 7.0).

So, after copy all file from orginal system to new one we start oracle, but oracle not working properly, after some time, its crash. I found that the problem is when system try switch logfile (in original system its working correct). See steps to reproduce crash:

 

SQL> startup

ORACLE instance started.

Total System Global Area 2472083456 bytes

Fixed Size                  2230792 bytes

Variable Size             872416760 bytes

Database Buffers         1577058304 bytes

Redo Buffers               20377600 bytes

Database mounted.

Database opened.

SQL> alter system switch logfile;

System altered.

SQL> alter system switch logfile;

System altered.

SQL> alter system switch logfile;

System altered.

SQL> alter system switch logfile;

 

and now oracle do nothing, system can't finish this step. When I shutdown oracle in abort mode (in other system can't stop), on OS level I have still working proces ora_lgwr, which I can't kill, because this process wait for I/O (I think for disk write).

I have snapshot for this installation, and I tried to do different trials (change OS limits, change size/number of redo log, change redolog destination, change block size in dysk) and  always system crash.

On alert log, I can not find anything interesting, on OS level the same.

 

Anybody can help me ?

 

Best regards

Paweł

Oracle AS SAP Adapter - Cannot receive IDOC from SAP over ALE

$
0
0

Hello all,

 

I'm trying to send an IDOC from the SAP ERP system towards Oracle AS SAP Adapter which I use inside Oracle BPEL process.

Inside SAP the IDOC is successfully generated and sent as the status is green and sais "IDoc sent to SAP system or external program".

 

Unfortunately I receive some error in the receiver. Here is the log associated with it:

 

Fri, 30 May 2008 15:52:59.0248 EEST - Thread[JCO.ServerThread-3,5,main] [info ] [container] [SAP.channel_DEV_Channel] Check: C0A81E0C00C9483FF8A142FF

Fri, 30 May 2008 15:52:59.0342 EEST - Thread[JCO.ServerThread-3,5,main] [debug] [container] [SAP.channel_DEV_Channel] handleRequest called for tid=C0A81E0C00C9483FF8A142FF

Fri, 30 May 2008 15:52:59.0342 EEST - Thread[JCO.ServerThread-3,5,main] [debug] [container] [SAP.channel_DEV_Channel] function call received: IDOC_INBOUND_ASYNCHRONOUS

Fri, 30 May 2008 15:52:59.0342 EEST - Thread[JCO.ServerThread-3,5,main] [debug] [container] [SAP.channel_DEV_Channel] idoc will be XML encoded

Fri, 30 May 2008 15:52:59.0342 EEST - Thread[JCO.ServerThread-3,5,main] [debug] [container] [SAP.channel_DEV_Channel] start converting IDOC to XML

Fri, 30 May 2008 15:52:59.0342 EEST - Thread[JCO.ServerThread-3,5,main] [error] [container] [SAP.channel_DEV_Channel] com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Trying to access row values in a table which does not have any rows yet

        at com.sap.mw.jco.JCO$Record.checkRowCapacity(JCO.java:11671)

        at com.sap.mw.jco.JCO$Record.getString(JCO.java:12094)

        at com.sap.mw.jco.JCO$Field.getString(JCO.java:10386)

        at com.ibi.sap.inbound.IdocFunctionTransform.transform2XML(IdocFunctionTransform.java:103)

        at com.ibi.sap.inbound.SapInboundAdapter$RfcServer.handleRequest(SapInboundAdapter.java:567)

        at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:7504)

        at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method)

        at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(MiddlewareRFC.java:1395)

        at com.sap.mw.jco.JCO$Server.listen(JCO.java:7067)

        at com.sap.mw.jco.JCO$Server.run(JCO.java:6996)

        at java.lang.Thread.run(Thread.java:595)

 

Fri, 30 May 2008 15:52:59.0358 EEST - Thread[JCO.ServerThread-3,5,main] [debug] [container] [SAP.channel_DEV_Channel] Rollback: C0A81E0C00C9483FF8A142FF

Fri, 30 May 2008 15:52:59.0358 EEST - Thread[JCO.ServerThread-2,5,main] [debug] [container] [SAP.channel_DEV_Channel] Confirm: C0A81E0C00C9483FF8A142FF

 

 

On the other hand I am able to send IDocs from the Oracle SAP adapter towards the SAP system without any issues.

 

Please anyone, could you suggest what could be causing this error in the JCo layer?

 

Best Regards,

Denitsa

 

Edited by: Denitsa Pelova on Jun 3, 2008 5:33 PM

After DB migration Db13 job error

$
0
0

Dear export

 

I am recently copy system ( heterogeneous ) system copy (DB migration from DB2 LUW to oracle 11.2)

I am facing following erro when I generate statistics

 

 

Job started

Step 001 started (program RSDBAJOB, variant &0000000000004, user ID DEVBASIS)

Execute logical command BRCONNECT On host ERPDEV

Parameters: -jid STATS20140304143934 -u / -c -f stats -t ALL

BR0801I BRCONNECT 7.40 (1)

BR0805I Start of BRCONNECT processing: ceniktgo.sta 2014-03-04 14.39.34

BR0484I BRCONNECT log file: /oracle/DEV/sapcheck/ceniktgo.sta

BR1301W Error message from likeywlib:

===...could not load SSF library /usr/sap//D00/exe/libsapcrypto.so .

 

 

BR1301W Error message from likeywlib: 543 likey_init: Couldn't load SAPSECULIB ("/usr/sap//D00/exe/libsapcrypto.so") using funct

BR1301W Error message from likeywlib: 542 likey_init: At least one more attempt to load the SAPSECULIB will follow.

 

 

BR0280I BRCONNECT time stamp: 2014-03-04 14.39.35

BR0813I Schema owner found in database DEV: SAPSR3*

 

 

BR0280I BRCONNECT time stamp: 2014-03-04 14.39.38

BR0814I Number of tables in schema of owner SAPSR3: 95035

BR0836I Number of tables treated as info cubes for owner SAPSR3: 53

 

 

BR0280I BRCONNECT time stamp: 2014-03-04 14.39.55

BR0815I Number of indexes in schema of owner SAPSR3: 114708

 

 

BR0280I BRCONNECT time stamp: 2014-03-04 14.39.56

BR0818I Number of tables found in DBSTATC for owner SAPSR3: 399

 

 

BR0280I BRCONNECT time stamp: 2014-03-04 14.39.56

BR0807I Name of database instance: DEV

BR0808I BRCONNECT action ID: ceniktgo

BR0809I BRCONNECT function ID: sta

 

 

Note that we do not have D00 sid (usr/sap//D00/exe/libsapcrypto.so) where is the path come from ?

 

Regards

Lob segment Reorganization failure

$
0
0

Dear Experts,

 

Our Production Database(Oracle 11.2.0.3) is growing at a high rate.

We need to reorganize the highly growing tables. For a testing purpose we started in our test system.

 

During reorganization of SOFFCONT1 table(corresponding lob segment is SYS_LOB...7$$) in database, we get the below error:

 

 

 

We had tried increasing the PSAP<sid> tablespace by 5 GB but still its showing the same error.

 

Currently it is having 23 GB free space

 

Please suggest how do we go about it...

 

Regards

Imaan

Oracle Reorganization

$
0
0

Hi Gurus!!

 

My landscape is an SAP ERP 5.0 on Oracle 11.2.0.3 with Red Hat Enterprise Linux 6 and database size is 1.2 TB. I´m following SAP note 646681 (Reorganization of tables with BRSPACE), Remark 14, to do a reorganization of a SAP Tablespace. This remark has following points:

1-Ensure that the tablespace to be reorganized is "self-contained".

2-Create the help tablespace <aux_tsp>.

3-Move tables (SDBAH,SDBAD,DBAML,DBATL,MLICHECK,TGORA,IGORA,TSORA,TAORA, IAORA,SVERS,DD02L,DD09L,DDNTT,DDART,DARTT

or SAPLIKEY) to the tablespace <aux_tsp> by online reorganization.

4-Export all tables from the <reorg_tsp> tablespace.

5-Delete <reorg_tsp> tablespace including data files.

6-Create a new <reorg_tsp> tablespace.

7-Import the exported tables into the recreated <reorg_tsp> tablespace.

8-Move tables, moved in point 3, into the new <reorg_tsp> tablespace.

9-Delete tablespace <aux_tsp> including data files.

 

All seems clear!! But, when I try to do point 6, BRTools show the following error:

BR1304E Checking SAP license failed at location BrLicCheck-110

BR0602E No valid SAP license found - please contact SAP

 

Could you help me?

 

P.D. I attached some log files.

Segfault in our DEV environment

$
0
0

Hello,

 

 

In our DEV environment, we are experiencing daily slowdowns where the system crawls for about 5 min, then everything

seems to go back to normal.

 

 

I cannot determine the root cause of this, however, in our Unix (message) logs, I have found that the following

segfault hits us every time this occurs:

 

 

<servername> kernel: [4645603.113988] gdb[28298]: segfault at 1 ip 00000000006b3560 sp 00007fff239efa28 error 4 in gdb[400000+51d000]

 

 

Our system is running SAP  (ECC SAP ECC 6.0 NW7.0, BI NW7.0, and PI SAP NetWeaver 7.3) 3 instancnes on Oracle 11.2.0.2.0.

on:

SUSE Linux Enterprise Server 11 (x86_64)

VERSION = 11

PATCHLEVEL = 3

 

 

 

Is there a way I can find out what is causing this?  when this hits us, all SAP systems slowdown, and are unusable / unreachable.  We also

have an incredibly hard time moving around the OS (i.e. LS takes forever to come back).

 

Any help is greatly appreciated

 

 

Thank you

Richard

Oracle 11g Installation error

$
0
0

Hi. Gurus.

 

I am installating oracle 11g and during pre-requisites check i am getting the below errors and warnings.

 

Physical Memory - This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.

Error:

 

  -  PRKN-1019 : Failed to create directory "C:\Users\ADMINI~1\AppData\Local\Temp\2\\oraremservice\" on node "SOLMAN", Error: "0|Logon failure: unknown user name or bad password. " .
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available

  Details:

 

  - 

PRVF-7531 : Physical memory check cannot be performed on node "SOLMAN"
- Cause:  Could not perform check of physical memory on the node indicated.
- Action:  Ensure ability to access the node specified and view memory information.

 

Swap Size - This is a prerequisite condition to test whether sufficient total swap space is available on the system.

Error:

 

  -  PRKN-1019 : Failed to create directory "C:\Users\ADMINI~1\AppData\Local\Temp\2\\oraremservice\" on node "SOLMAN", Error: "0|Logon failure: unknown user name or bad password. " .
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available
  -  PRKN-1019 : Failed to create directory "C:\Users\ADMINI~1\AppData\Local\Temp\2\\oraremservice\" on node "SOLMAN", Error: "0|Logon failure: unknown user name or bad password. " .
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available

 

  Details:

 

  -  PRVF-7574 : Swap size check cannot be performed on node "SOLMAN"
- Cause:  Could not perform check of swap space on the node indicated.
- Action:  Ensure ability to access the node specified and view swap space information.
  - 

PRVF-7531 : Physical memory check cannot be performed on node "SOLMAN"
- Cause:  Could not perform check of physical memory on the node indicated.
- Action:  Ensure ability to access the node specified and view memory information.

 

Free Space: SOLMAN:C:\Users\ADMINI~1\AppData\Local\Temp\2 - This is a prerequisite condition to test whether sufficient free space is available in the file system.

Error:

 

  - 

PRVF-4001 : Check: Space available on "C:\Users\ADMINI~1\AppData\Local\Temp\2"
- Cause:  Could not determine mount point for location specified.
- Action:  Ensure location specified is available.

 

 

Architecture - This is a prerequisite condition to test whether the system has a certified architecture.

Error:

 

  -  PRKN-1019 : Failed to create directory "C:\Users\ADMINI~1\AppData\Local\Temp\2\\oraremservice\" on node "SOLMAN", Error: "0|Logon failure: unknown user name or bad password. " .
- Cause: Cause Of Problem Not Available
- Action: User Action Not Available

  Details:

 

  -  PRVF-7536 : Architecture check cannot be performed on node "SOLMAN"
- Cause:  System architecture could not be determined.
- Action:  Ensure that the correct software bundle is being used.

 

 

Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.   

  Details:

 

  -  PRVF-3919 : Failed to retrieve value of environment variable "PATH"
- Cause:  Environment variable value could not be determined.
- Action:  Check user equivalence and whether the user has administrative privileges on the node.

 

 

Dear Gurus please help me resolve the issue.

 

 

Thanks & Regards

Mohd


ORA-06512: at "SYS.DBMS_STATS"

$
0
0

HI,

 

 

 

We have executing ">brspace -u / -f tbreorg -a lob2lob -o sapsr3 -s

PSAPSR3 -t allsel -n PSAPSR3Z -c ctablob -lc medium -SCT" command from

command line and it failed with same error "ORA-20002: Version of

statistics table SYSTEM.STATTAB is too old.".

 

 

Before that I have successfully executed stats update command but still

it is throwing error.

 

 

brconnect -u / -c -f stats -t system_stats

brconnect -u / -c -f stats -t oradict_stats

brconnect -c -u / -f stats -t all -f collect -p 12

 

 

 

 

Please let us know if we have to update stats again and cleanup and

restart the same command or after stats update need to start the reorg

same command directly.

 

 

Is there any other way to update stats apart from the command mentioned

above.

 

 

Need Help.

 

RK

BR0243W Wrong creation date 2000-01-01 00.00.00 for volume PRDTPBKP

$
0
0

BR0280I BRRESTORE time stamp: 2010-04-07 12.32.32

BR0226I Rewinding tape volume in device /dev/rmt1 ...

 

BR0351I Restoring /oracle/QAS/sapbackup/.tape.hdr0

BR0355I from /dev/rmt1.1 ...

 

BR0241I Checking label on volume in device /dev/rmt1.1

BR0243W Wrong creation date 2000-01-01 00.00.00 for volume SCRATCH in device /dev/rmt1.1

BR0218W Checking label on volume in device /dev/rmt1.1 failed

 

BR0212I Please check the volume or the device

BR0280I BRRESTORE time stamp: 2010-04-07 12.36.20

BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRRESTORE:

After oracle compress problem in backup

$
0
0

Dear Team,

 

 

We are facing the issue that after compression activity we are not getting the good performance and also backup with the third party tool going very slow ,earlier transfer rate of back was 2500 kbps , but not it reduce to 200 kbps, please advice something just after the compression we was getting very good speed also till 3 to 4 hour after that automatically its reduces ..oracle version is 11.2.0.3 (SBP 24)

 

Need your expert advice on the same..

 

 

 

Regards,

RK

13 Oracle 11g systems running on same hardware platform : one unique Oracle instant Client ?

$
0
0

Hello,

 

We are running 13 different SAP production systems on our Production hardware cluster machines : node A and node B.

Platform info:

Model:     "ia64 hp Superdome2 16s"

Release:   HP-UX B.11.31

 

All our SAP databases are running on Oracle 11.2.0.2.0 (non MCOD, we have 13 distinct Oracle home)

All our SAP systems are running on Neweaver 7.00 or higher ; PI 7.31, EP7.31 ECC6 EHP.5, BW 7.3 , etc ...

 

NodeA and nodeB are the two nodes of the hardware cluster ; 7 sap systems run by default on NodeA and 5 sap system run by default on nodeB, in case of a hardware failure the systems switch to the other cluster node.

 

When the sap systems are running in their default cluster node, they use a 11.2.0 Instance client (11.2.0.2 or 11.2.0.3) but when the sap systems switch over to the other cluster node, an outdated Oracle 10.2.0.5 Oracle Client has been configured :

 

jrpadm> ldd dboraslib.so

 

dboraslib.so:

        libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1

        libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1

        libclntsh.so.10.1 =>    /oracle/client/10x_64/instantclient/libclntsh.s

        libnnz10.so =>  /oracle/client/10x_64/instantclient/libnnz10.so

        libc.so.1 =>    /usr/lib/hpux64/libc.so.1

        libxti.so.1 =>  /usr/lib/hpux64/libxti.so.1

        libnnz10.so =>  /oracle/client/10x_64/instantclient/libnnz10.so

        librt.so.1 =>   /usr/lib/hpux64/librt.so.1

        libnss_dns.so.1 =>      /usr/lib/hpux64/libnss_dns.so.1

        libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1

        libm.so.1 =>    /usr/lib/hpux64/libm.so.1

        libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1

        libunwind.so.1 =>       /usr/lib/hpux64/libunwind.so.1

        libnsl.so.1 =>  /usr/lib/hpux64/libnsl.so.1

        libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1

        libuca.so.1 =>  /usr/lib/hpux64/libuca.so.1

 

jrpadm> cd

 

jrpadm> grep -i instantclient .*

.dbenv.1.csh:  set ADD=/oracle/client/10x_64/instantclient

.dbenv.1.sh:  ADD=/oracle/client/10x_64/instantclient

.dbenv.2.sh:  ADD=/oracle/client/10x_64/instantclient

 

I think this is not supported , as mentioned in sap note 819829

"Use Oracle Instant Clients of release 10.2 only if your database is running on Oracle Database Release 10.2."

 

This has been done by a dishonest external consultant one year ago, without us noticing it.

We are now in the process of cleaning this mess, so we are reviewing in detail "SAP note 819829 - Oracle Instant Client Installation and Configuration on Unix"

 

As you can understated we could have potentially 13 sap systems of different shape and colors (ABAP,Java,dual stack, 7.00, 7.31) running on the same Hp-UX Superdome node , we were wondering if we can configure one UNIQUE Oracle Instance Client being shared by ALL the sap systems :

For Example

instantclient -> /oracle/client/11x_64/instantclient_11203

Is there a problem witch having one unique Oracle instant Client ?

 

Or should we we create dedicate Oracle instant client for each sap systems ? For example :

/oracle/JRP/client/11x_64

/oracle/BWP/client/11x_64

/oracle/SCP/client/11x_64

 

Thank you in advance for your attention

1856270 - Performance improvements for tables with single unique index

$
0
0

Hallo.

 

I applied the note for 8 tables on my SAP ECC system to change them in IOTC object.

 

If I search the segment, on DB02, I don't see the original segment.

 

For example: table ZORI_MAT_DET

 

I found only the index on DB02 ZORI_MAT_DET~0 larger than before reorganization.

 

Is it right?

 

Thanks.

Viewing all 1892 articles
Browse latest View live




Latest Images