cancel
Showing results for 
Search instead for 
Did you mean: 

EHP 6.04 -> 6.07 : Error in MAIN_TRANSEXEC/XPRAS_TRANS

benoit-schmid
Contributor
0 Kudos

Hello,

Our SUM stopped while ECC 6.07 upgrade.
3 EPU123 Post-import method "G_GENERATE_CUST_AFTER_IMPORT" completed for "V_001_B" "V", date and time: "20131205135355"
          2 EPU122XPost-import method "G_GENERATE_CUST_AFTER_IMPORT" started for "V_T001" "V", date and time: "20131205135355"
          3 EPU182 Post-processing for &2"VDAT" &3"V_T001" was already performed successfully earlier&1"R3TR"
          3 EPU123 Post-import method "G_GENERATE_CUST_AFTER_IMPORT" completed for "V_T001" "V", date and time: "20131205135355"
          2 EPU122XPost-import method "G_GENERATE_VALID_AFTER_IMPORT" started for "GGB0" "T", date and time: "20131205135355"
          1AETR012XProgram canceled (job "RDDEXECL", number "13535400")
          1AEPU320 See job log"RDDEXECL""13535400""EH7"

In st22, there is the following dump.

Category              Error at ABAP Runtime                                      
Runtime Errors        LOAD_PROGRAM_CLASS_MISMATCH                                
Date and Time         05.12.2013         13:53:56                                        
                                                                                  
Short Text                                                                       
   Class interface changed at runtime.                                          
                                                                                  
What happened?                                                                   
   Error in the ABAP Application Program                                        
                                                                                 
   The current ABAP program "CL_FM_BUDPER_UTILITIES_APPL===CP" had to be        
     terminated because it has                                                   
   come across a statement that unfortunately cannot be executed.               
                                                                                  
What can you do?                                                                 
   Restart the program.                                                         
   If the error persists, 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.                 
                                                                                 
                                                                                 
   The system attempted to correct the error                                    
   automatically, so you should try to restart                                  
   the program.                                                                 
                                                                                  
Error analysis                                                                   
   Section "PUBLIC" of the interface of class CL_PSM_CORE_SWITCH_CHECKwas changed
     at program                                                                  
   runtime. This resulted in inconsistencies.                                   
   Program "CL_PSM_CORE_SWITCH_CHECK======CP" uses interface version            
     20131205125420.                                                             
   Program "CL_FM_BUDPER_UTILITIES_APPL===CP" uses interface version            
     20131205125421.                                                             
   Internal mode started at 20131205135355.                                     
                                                                                   

Would you know what I should modify to avoid this dump?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

benoit-schmid
Contributor
0 Kudos

Hello,

SAP has recommended the following that has worked:

1. go to ST22
2. opened the dump
3. and pressed the F6 button

Regards,

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Could you provide the latest logs from the upgrade directory <upgrade_directory/abap/log

Regards

RB

benoit-schmid
Contributor
0 Kudos

Reagan Benjamin wrote:

Hello

Could you provide the latest logs from the upgrade directory <upgrade_directory/abap/log

Regards

RB

Hello,

Do you want the following?

###

cat XPRASUPG.ELG

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPRA ERRORS and RETURN CODE in SAPR-605DTINSAPAPPL.EH7
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 EPU123 Post-import method "G_GENERATE_CUST_AFTER_IMPORT" completed for "V_001_B" "V", date and time: "20131205142603"
2 EPU122XPost-import method "G_GENERATE_CUST_AFTER_IMPORT" started for "V_T001" "V", date and time: "20131205142603"
3 EPU182 Post-processing for &2"VDAT" &3"V_T001" was already performed successfully earlier&1"R3TR"
3 EPU123 Post-import method "G_GENERATE_CUST_AFTER_IMPORT" completed for "V_T001" "V", date and time: "20131205142603"
2 EPU122XPost-import method "G_GENERATE_VALID_AFTER_IMPORT" started for "GGB0" "T", date and time: "20131205142603"
1AETR012XProgram canceled (job "RDDEXECL", number "14260200")
1AEPU320 See job log"RDDEXECL""14260200""EH7"
1 ETP111 exit code           : "12"
>>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<

XPRAs are application reports that run at the end of an upgrade.
Most XPRA reports have a report documentation that explains what
the report does and how errors can be corrected.

Call transaction se38 in the SAP system, enter the report name,
select 'Documentation' and click the 'Display' button.
>>> The problematic XPRAs are mentioned in messages of type PU132 above <<<
###

ls -altrh | tail -10
-rw-r--r--   1 eh7adm   sapsys       22K Dec  5 14:26 SAPR-605DTINSAPAPPL.EH7
-rw-r--r--   1 eh7adm   sapsys      1.3K Dec  5 14:26 XPRASUPG.ELG
-rw-rw-r--   1 eh7adm   sapsys      316K Dec  5 14:26 ULOG13_4
drwxr-xr-x   2 eh7adm   sapsys      2.3K Dec  5 14:26 ./
-rw-r--r--   1 eh7adm   sapsys      2.0K Dec  5 14:26 PHASES.LOG
-rw-r--r--   1 eh7adm   sapsys      147K Dec  5 14:26 SAPupConsole.log
-rw-r--r--   1 eh7adm   sapsys      1.8K Dec  5 14:26 SAPup_troubleticket.log
-rw-r--r--   1 eh7adm   sapsys      9.7K Dec  5 14:26 TROUBLE_SAVELOGS.LOG
-rw-r--r--   1 eh7adm   sapsys      139K Dec  5 14:26 SAPup_troubleticket_logs.sar
-rw-r--r--   1 eh7adm   sapsys      162K Dec  5 14:26 SAPup.log

Regards,

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

And what does the file SAPR-605DTINSAPAPPL.EH7 contain ?

Regards

RB

benoit-schmid
Contributor
0 Kudos

Reagan Benjamin wrote:

And what does the file SAPR-605DTINSAPAPPL.EH7 contain ?

2 EPU122XPost-import method "G_GENERATE_CUST_AFTER_IMPORT" started for "V_T001" "V", date and time: "20131205142603"
3 EPU182 Post-processing for &2"VDAT" &3"V_T001" was already performed successfully earlier&1"R3TR"
3 EPU123 Post-import method "G_GENERATE_CUST_AFTER_IMPORT" completed for "V_T001" "V", date and time: "20131205142603"
2 EPU122XPost-import method "G_GENERATE_VALID_AFTER_IMPORT" started for "GGB0" "T", date and time: "20131205142603"
1AETR012XProgram canceled (job "RDDEXECL", number "14260200")
1AEPU320 See job log"RDDEXECL""14260200""EH7"
1 ETP162 EXECUTION OF REPORTS AFTER PUT
1 ETP110 end date and time   : "20131205142617"
1 ETP111 exit code           : "12"
1 ETP199 ######################################
4 EPU202XEND OF SECTION BEING ANALYZED END OF XPRAS_TRANS ==================================================

former_member189797
Active Contributor
0 Kudos

Hello,

As you can see that Job RDDEXECL failed. Please check Job log in the transaction SM37. Most probably job failed due to syntax error. Please attach the complete dump in html format. 


Regards,

Guarav

ashish_vikas
Active Contributor
0 Kudos

please also check if RDDEXECL failed to due to heap size. verify this in work process trace file. If you are reaching heap size, you can try to increase Heap parameters and try again.


best regards

ashish

benoit-schmid
Contributor
0 Kudos

Hello,


Gaurav Kumar Pandey wrote:

Please attach the complete dump in html format. 

   Category               Error at ABAP Runtime                                                       
Runtime Errors         LOAD_PROGRAM_CLASS_MISMATCH                                                 
Date and Time          05.12.2013 12:54:23                                                         
                                                                                                   

 
Short Text                                                                                       
    Class interface changed at runtime.                                                          

  
What happened?                                                                                   
    Error in the ABAP Application Program                                                        
   
    The current ABAP program "CL_FM_BUDPER_UTILITIES_APPL===CP" had to be                        
    terminated because it has                                                                   
    come across a statement that unfortunately cannot be executed.                               

  
What can you do?                                                                                 
    Restart the program.                                                                         
    If the error persists, 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.                                 
   
   
    The system attempted to correct the error                                                    
    automatically, so you should try to restart                                                  
    the program.                                                                                 

  
Error analysis                                                                                   
    Section "PUBLIC" of the interface of class CL_PSM_CORE_SWITCH_CHECKwas changed               
    at program                                                                                  
    runtime. This resulted in inconsistencies.                                                   
    Program "CL_PSM_CORE_SWITCH_CHECK======CP" uses interface version                            
    20131205125420.                                                                             
    Program "CL_FM_BUDPER_UTILITIES_APPL===CP" uses interface version                            
    20131205125421.                                                                             
    Internal mode started at 20131205125422.                                                     

  
How to correct the error                                                                         
    Try to restart the program.                                                                  

  
System environment                                                                               
    SAP Release..... 740                                                                         
    SAP Basis level 0000                                                                         
   
    Application server... xxx                                                            
    Network address...... xxx                                                           
    Operating system... SunOS                                                                    
    Release.............. 5.11                                                                   
    Hardware type....... sun4v                                                                   
    Character length..... 8 Bits                                                                 
    Pointer length........ 64 Bits                                                               
    Work process number... 36                                                                    
    Shortdump setting. full                                                                      
   
    Database server... xxx                                                               
    Database type..... ORACLE                                                                    
    Database name..... EH7                                                                       
    Database user ID SAPSR3                                                                      
   
    Terminal..........                                                                           
   
    Character set en_US                                                                          
   
    SAP kernel....... 740                                                                        
    Created on....... Nov 22 2013 19:58:46                                                       
    Created at....... SunOS 5.10 Generic_147440-01 sun4u                                         
    Database version OCI_112, 11.2.0.3.0, V1, default                                            
    Patch level....... 45                                                                        
    Patch text.......                                                                            
   
    Database............. ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*                
    SAP database version. 740                                                                    
    Operating system... SunOS 5.10, SunOS 5.11                                                   
   
    Memory consumption                                                                           
    Roll.... 0                                                                                   
    EM...... 0                                                                                   
    Heap.... 29838128                                                                            
    Page.... 65536                                                                               
    MM used. 1240856                                                                             
    MM free. 203384                                                                              

  
User and Transaction                                                                             
    Client................. 000                                                                  
    User.................. DDIC                                                                  
    Language key.......... E                                                                     
    Transaction.........                                                                         
    Transaction ID...... 52A03D01616E161DE10000000AC20A0C                                        
   
    EPP whole context ID...... 0208206D995F1ED397B47DAE1F648B10                                  
    EPP connection ID........ 00000000000000000000000000000000                                   
    EPP call counter......... 0                                                                  
   
    Program.............. CL_FM_BUDPER_UTILITIES_APPL===CP                                       
    Screen.............. SAPMSSY0                                1000                            
    Screen line.......... 6                                                                      
    Active debugger..... "none"                                                                  

  
Information on where terminated                                                                  
    The termination occurred in ABAP program "CL_FM_BUDPER_UTILITIES_APPL===CP",                 
    in "CLASS_CONSTRUCTOR". The main program                                                    
    was "RGUGBR01                                ".                                              
   
    In the source code, the termination point is in line 6 of (Include)                          
    program "CL_FM_BUDPER_UTILITIES_APPL===CM008".                                               
    Program "CL_FM_BUDPER_UTILITIES_APPL===CP" was started as a background job.                  
   
    Job name....... RDDEXECL                                                                     
    Job initiator.. DDIC                                                                         
    Job number...... 12535900                                                                    

  
Source Code Extract                                                                              
Line SourceCde                                                                                  
    1METHOD class_constructor.                                                                  
    2                                                                                           
    3  DATA: lr_badi TYPE REF TO badi_fm_budper_appl.                                           
    4                                                                                           
    5* Test SAP_APPL switch:                                                                    
>>>>>  flg_switch_active = cl_psm_core_switch_check=>psm_fm_core_bud_per_rev_1( ).              
    7                                                                                           
    8* Call badi to check EA_PS switch:                                                         
    9  GET BADI lr_badi.                                                                        
   10  CALL BADI lr_badi->check_switch_active                                                   
   11    CHANGING                                                                               
   12      c_active = flg_switch_active.                                                        
   13                                                                                           
   14ENDMETHOD.                                                                                 

  
Contents of system fields                                                                        
Name    Val.                                                                                    
SY-SUBRC0                                                                                       
SY-INDEX1                                                                                       
SY-TABIX1                                                                                       
SY-DBCNT0                                                                                       
SY-FDPOS0                                                                                       
SY-LSIND0                                                                                       
SY-PAGNO0                                                                                       
SY-LINNO1                                                                                       
SY-COLNO1                                                                                       
SY-PFKEY                                                                                        
SY-UCOMM                                                                                        
SY-TITLEValidation/substitution/rules - ONLY generate main program                              
SY-MSGTY                                                                                        
SY-MSGID                                                                                        
SY-MSGNO000                                                                                     
SY-MSGV1                                                                                        
SY-MSGV2                                                                                        
SY-MSGV3                                                                                        
SY-MSGV4                                                                                        
SY-MODNO0                                                                                       
SY-DATUM20131205                                                                                
SY-UZEIT125422                                                                                  
SY-XPROGSAPCNVE                                                                                 
SY-XFORMCONVERSION_EXIT                                                                         

  
Active Calls/Events                                                                              
No.   Ty.          Program                             Include                             Line  
      Name                                                                                       
   14 METHOD       CL_FM_BUDPER_UTILITIES_APPL===CP    CL_FM_BUDPER_UTILITIES_APPL===CM008     6 
      CL_FM_BUDPER_UTILITIES_APPL=>CLASS_CONSTRUCTOR                                             
   13 METHOD       CL_IM_EHP4_BUDPER_FIELD_SET===CP    CL_IM_EHP4_BUDPER_FIELD_SET===CM001     6 
      CL_IM_EHP4_BUDPER_FIELD_SET=>IF_EX_BADI_GBDD_FIELD_SET~EXCLUDE_FIELD                       
   12 FUNCTION     SAPLGBDD                            LGBDDU01                              248 
      GBDD_FIELD_SET                                                                             
   11 FUNCTION     SAPLGDIF                            LGDIFU01                               43 
      G_FIELD_SET                                                                                
   10 FORM         SAPLGBL6                            LGBL6F01                              105 
      GET_COMP_TABLE                                                                             
    9 FORM         SAPLGBL6                            LGBL6F01                               51 
      GET_COMPLETE_TABLE                                                                         
    8 FORM         SAPLGBL6                            LGBL6F00                              234 
      SPLIT_GB01                                                                                 
    7 FORM         SAPLGBL6                            LGBL6F01                              399 
      INITIALIZE_CLASSES                                                                         
    6 FUNCTION     SAPLGBL6                            LGBL6U03                               24 
      G_BOOL_GET_CLASS_FIELD_LIST                                                                
    5 FORM         SAPLGBLO                            LGBLOF6S                               46 
      UPDATE_SUBS_FIELD_LIST                                                                     
    4 FUNCTION     SAPLGBLO                            LGBLOU12                               25 
      G_INIT_CLASS_FIELD_DESCRIPTION                                                             
    3 FUNCTION     SAPLGBLO                            LGBLOU32                               14 
      G_GET_CLASS_FIELD_LIST                                                                     
    2 FORM         SAPFGBBE                            FGBBEE01                              101 
      E01_GEN_SUBS_COPY_POOL                                                                     
    1 EVENT        RGUGBR01                            RGUGBR01                              129 
      START-OF-SELECTION                                                                         

  
Chosen variables                                                                                 
Name                                                                                             
    Val.                                                                                         
No.      14 Ty.         METHOD                                                                  
Name CL_FM_BUDPER_UTILITIES_APPL=>CLASS_CONSTRUCTOR                                             
SY-REPID                                                                                         
    CL_FM_BUDPER_UTILITIES_APPL===CP                                                             
    4454454545455554445445545543334522222222                                                     
    3CF6DF254052F549C94953F100CDDD3000000000                                                     
    434C5F464D5F4255445045525F5554494C49544945535F4150504C3D3D3D43502020202020202020             
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
CL_FM_BUDPER_UTILITIES_APPL=>FLG_SWITCH_ACTIVE                                                   
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SYST-REPID                                                                                       
    CL_FM_BUDPER_UTILITIES_APPL===CP                                                             
    4454454545455554445445545543334522222222                                                     
    3CF6DF254052F549C94953F100CDDD3000000000                                                     
    434C5F464D5F4255445045525F5554494C49544945535F4150504C3D3D3D43502020202020202020             
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
LR_BADI                                                                                          
    {O:initial}                                                                                  
    F0000000                                                                                     
    F0000000                                                                                     
    FF00000000000000                                                                             
SY-SUBRC                                                                                         
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
No.      13 Ty.         METHOD                                                                  
Name CL_IM_EHP4_BUDPER_FIELD_SET=>IF_EX_BADI_GBDD_FIELD_SET~EXCLUDE_FIELD                       
I_DFIES                                                                                          
    BPJA_VALID                    MANDT                          0001000000                      
    4544554444222222222222222222224444522222222222222222222222222333333333322222222222222222222222
    20A1F61C9400000000000000000000D1E4400000000000000000000000000000100000000000000000000000000000
    42504A415F56414C494420202020202020202020202020202020202020204D414E4454202020202020202020202020
C_EXCLUDE                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SY-REPID                                                                                         
    CL_IM_EHP4_BUDPER_FIELD_SET===CP                                                             
    4454454453545454554444455453334522222222                                                     
    3CF9DF5804F254052F695C4F354DDD3000000000                                                     
    434C5F494D5F454850345F4255445045525F4649454C445F5345543D3D3D43502020202020202020             
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
I_DFIES-FIELDNAME                                                                                
    MANDT                                                                                        
    444452222222222222222222222222                                                               
    D1E440000000000000000000000000                                                               
    4D414E445420202020202020202020202020202020202020202020202020                                 
I_DFIES-ROLLNAME                                                                                 
    MANDT                                                                                        
    444452222222222222222222222222                                                               
    D1E440000000000000000000000000                                                               
    4D414E445420202020202020202020202020202020202020202020202020                                 
No.      12 Ty.         FUNCTION                                                                
Name GBDD_FIELD_SET                                                                             
ADD_FLAG                                                                                         
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
FTYPE                                                                                            
    A                                                                                            
    4                                                                                            
    1                                                                                            
    41                                                                                           
LANGU                                                                                            
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
LENGTH24                                                                                         
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
NO_GLX_OBJ_PROCESSING                                                                            
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OBJECTTABLE                                                                                      
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OBJECTTABLE2                                                                                     
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SHOW_ALIAS                                                                                       
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
TABLE                                                                                            
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
UTABLE                                                                                           
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OTABLE                                                                                           
                                                                 0000000000                      
    2222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
DD03P_TAB-FIELDNAME                                                                              
    MANDT                                                                                        
    444452222222222222222222222222                                                               
    D1E440000000000000000000000000                                                               
    4D414E445420202020202020202020202020202020202020202020202020                                 
DTABLES-OFF_FIELD                                                                                
   
    222222222222222222222222222222                                                               
    000000000000000000000000000000                                                               
    202020202020202020202020202020202020202020202020202020202020                                 
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
MFIELD_ATTR                                                                                      
                                                                 0000000000                      
    2222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
L_EXCLUDE                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
DD03P_BUFFER_DIR[]                                                                               
    Table IT_81[1x40]                                                                            
    \FUNCTION-POOL=GBDD\DATA=DD03P_BUFFER_DIR[]                                                  
    Table reference: 26                                                                          
    TABH+  0(20) = 0000000109D8D7B0000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 0000000000000000000000000000001A00000051                                      
    TABH+ 60(20) = 0000000100000028FFFFFFFF040000620000E6D8                                      
    TABH+ 80( 😎 = 0014006000000000                                                              
    store        = 0x0000000109D8D7B0                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 26    (0x0000001A)                                                            
    label        = 81    (0x00000051)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 40    (0x00000028)                                                            
    loop         = -1    (0xFFFFFFFF)                                                            
    xtyp         = TYPE#000023                                                                   
    occu         = 20    (0x00000014)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 0                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109D8D478                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 65    (0x00000041)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 0     (0x00000000)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 20    (0x00000014)                                                            
    lineAlloc    = 20    (0x00000014)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 1     (0x00000001)                                                            
    rowId        = 18446744073709551615                                                          
    BPJA_VALID                      ########                                                     
    4544554444222222222222222222222200000001                                                     
    20A1F61C94000000000000000000000000010002                                                     
    42504A415F56414C4944202020202020202020202020202020202020202020200000000100000012             
GR_BADI_GBDD_FIELD_SET                                                                           
    {O:3*\CLASS=BADI_GBDD_FIELD_SET}                                                             
    F0000000                                                                                     
    C0000003                                                                                     
    FC00000000000003                                                                             
T800A                                                                                            
                                    000                                                          
    2222222222222222222222222222222233322222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020303030202020202020202020202020
GR_BADI_GBDD_FIELD_SET->IMPS                                                                     
    Table IT_78[1x8]                                                                             
    {O:3*\CLASS=BADI_GBDD_FIELD_SET}\DATA=IMPS                                                   
    Table reference: 25                                                                          
    TABH+  0(20) = 0000000109D7C708000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C800000                                      
    TABH+ 40(20) = 000000000000000000000000000000190000004E                                      
    TABH+ 60(20) = 0000000100000008000003C00400006300001F00                                      
    TABH+ 80( 😎 = 0004806000000000                                                              
    store        = 0x0000000109D7C708                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 4     (cmpSingleEq)                                                
    shmId        = 0     (0x00000000)                                                            
    id           = 25    (0x00000019)                                                            
    label        = 78    (0x0000004E)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 8     (0x00000008)                                                            
    loop         = 960   (0x000003C0)                                                            
    xtyp         = TYPE#000010                                                                   
    occu         = 4     (0x00000004)                                                            
    occu0        = 1                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 0                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109D7C6D0                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 62    (0x0000003E)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 0     (0x00000000)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 4     (0x00000004)                                                            
    lineAlloc    = 4     (0x00000004)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 1     (0x00000001)                                                            
    rowId        = 18446744073709551615                                                          
    {O:4*\CLASS=CL_IM_EHP4_BUDPER_FIELD_SET}                                                     
    F0000000                                                                                     
    B0000004                                                                                     
    FB00000000000004                                                                             
GR_BADI_GBDD_FIELD_SET->IMP                                                                      
    {O:4*\CLASS=CL_IM_EHP4_BUDPER_FIELD_SET}                                                     
    F0000000                                                                                     
    B0000004                                                                                     
    FB00000000000004                                                                             
SY                                                                                               
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
SY-REPID                                                                                         
    SAPLGBDD                                                                                     
    5454444422222222222222222222222222222222                                                     
    310C724400000000000000000000000000000000                                                     
    5341504C474244442020202020202020202020202020202020202020202020202020202020202020             
DD03P_TAB                                                                                        
    BPJA_VALID                    MANDT                          0001000000                      
    4544554444222222222222222222224444522222222222222222222222222333333333322222222222222222222222
    20A1F61C9400000000000000000000D1E4400000000000000000000000000000100000000000000000000000000000
    42504A415F56414C494420202020202020202020202020202020202020204D414E4454202020202020202020202020
SY-SUBRC                                                                                         
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
ABAP_FALSE                                                                                       
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SYST-REPID                                                                                       
    SAPLGBDD                                                                                     
    5454444422222222222222222222222222222222                                                     
    310C724400000000000000000000000000000000                                                     
    5341504C474244442020202020202020202020202020202020202020202020202020202020202020             
No.      11 Ty.         FUNCTION                                                                
Name G_FIELD_SET                                                                                
ADD_FLAG                                                                                         
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
FTYPE                                                                                            
    A                                                                                            
    4                                                                                            
    1                                                                                            
    41                                                                                           
LANGU                                                                                            
    E                                                                                            
    4                                                                                            
    5                                                                                            
    45                                                                                           
LENGTH24                                                                                         
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
NO_GLX_OBJ_PROCESSING                                                                            
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OBJECTTABLE                                                                                      
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OBJECTTABLE2                                                                                     
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SHOW_ALIAS                                                                                       
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
TABLE                                                                                            
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
UTABLE                                                                                           
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OTABLE                                                                                           
                                                                 0000000000                      
    2222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
SYST                                                                                             
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
L_SUBRC                                                                                          
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
G_FIELDTAB_INDEX                                                                                 
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
C_FUNCNAME_FIELD_SET                                                                             
    GBDD_FIELD_SET                                                                               
    444454444455452222222222222222                                                               
    7244F695C4F3540000000000000000                                                               
    474244445F4649454C445F53455420202020202020202020202020202020                                 
%_ARCHIVE                                                                                        
   
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
SY-XFORM                                                                                         
    CONVERSION_EXIT                                                                              
    444545544454545222222222222222                                                               
    3FE65239FEF5894000000000000000                                                               
    434F4E56455253494F4E5F45584954202020202020202020202020202020                                 
%_PRINT                                                                                          
        000                                                                                   0 ##
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202030303020202020202020202020202020202020202020202020202020202020202020202020202020202020
C_FUNCNAME_FIELD_GET                                                                             
    GBDD_FIELD_GET                                                                               
    444454444454452222222222222222                                                               
    7244F695C4F7540000000000000000                                                               
    474244445F4649454C445F47455420202020202020202020202020202020                                 
C_FUNCNAME_FIELD_GET_WITH_KEY                                                                    
    GBDD_FIELD_GET_WITH_KEY                                                                      
    444454444454455545454452222222                                                               
    7244F695C4F754F7948FB590000000                                                               
    474244445F4649454C445F4745545F574954485F4B455920202020202020                                 
SCREEN                                                                                           
    %_17NNS0000165037_%_%_%_%_%_%_                                                               
    2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
    5F17EE30000165037F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
    255F31374E4E53303030303136353033375F255F255F255F255F255F255F2020202020202020202020202020202020
C_FUNCNAME_FIELD_READ                                                                            
    GBDD_FIELD_READ                                                                              
    444454444455444222222222222222                                                               
    7244F695C4F2514000000000000000                                                               
    474244445F4649454C445F52454144202020202020202020202020202020                                 
C_FUNCNAME_INTERFACE_RESET                                                                       
    GBDD_DDIC_INTERFACE_RESET                                                                    
    444454444544545444455454522222                                                               
    7244F4493F9E4526135F2535400000                                                               
    474244445F444449435F494E544552464143455F52455345542020202020                                 
SY-SUBRC                                                                                         
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
SY-REPID                                                                                         
    SAPLGDIF                                                                                     
    5454444422222222222222222222222222222222                                                     
    310C749600000000000000000000000000000000                                                     
    5341504C474449462020202020202020202020202020202020202020202020202020202020202020             
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
No.      10 Ty.         FORM                                                                    
Name GET_COMP_TABLE                                                                             
SY-REPID                                                                                         
    SAPLGBL6                                                                                     
    5454444322222222222222222222222222222222                                                     
    310C72C600000000000000000000000000000000                                                     
    5341504C47424C362020202020202020202020202020202020202020202020202020202020202020             
TAB                                                                                              
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
T_TABLE                                                                                          
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
G_BOOLID                                                                                         
   
    22222222222                                                                                  
    00000000000                                                                                  
    2020202020202020202020                                                                       
SYST-REPID                                                                                       
    SAPLGBL6                                                                                     
    5454444322222222222222222222222222222222                                                     
    310C72C600000000000000000000000000000000                                                     
    5341504C47424C362020202020202020202020202020202020202020202020202020202020202020             
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SPACE                                                                                            
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
<%_TABLE_T80D>                                                                                   
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
BC_READWRITE                                                                                     
    A                                                                                            
    4                                                                                            
    1                                                                                            
    41                                                                                           
AT_SET                                                                                           
    84281096                                                                                     
    0                                                                                            
    5                                                                                            
    05                                                                                           
FORM_NAMES[]                                                                                     
    Table[initial]                                                                               
   
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
DFIES_COPY                                                                                       
                                                                 0000000000                      
    2222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
C_EXIT_PARAM_NONE                                                                                
    0000                                                                                         
    3333                                                                                         
    0000                                                                                         
    30303030                                                                                     
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
AT_CONDIT                                                                                        
    185339150                                                                                    
    0                                                                                            
    B                                                                                            
    0B                                                                                           
G_XPRA                                                                                           
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
FOUND_SUBRC                                                                                      
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
S_RULE_USAGE                                                                                     
   
    22222222222                                                                                  
    00000000000                                                                                  
    2020202020202020202020                                                                       
SYST                                                                                             
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
No.       9 Ty.         FORM                                                                    
Name GET_COMPLETE_TABLE                                                                         
TAB                                                                                              
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
T_TABLE                                                                                          
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
G_COMP_TABLES[]                                                                                  
    Table IT_75[1x30]                                                                            
    \FUNCTION-POOL=GBL6\DATA=G_COMP_TABLES[]                                                     
    Table reference: 22                                                                          
    TABH+  0(20) = 0000000109CDDF48000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 000000000000000000000000000000160000004B                                      
    TABH+ 60(20) = 000000010000001EFFFFFFFF0400005F000140C8                                      
    TABH+ 80( 😎 = 000A006000000000                                                              
    store        = 0x0000000109CDDF48                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 22    (0x00000016)                                                            
    label        = 75    (0x0000004B)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 30    (0x0000001E)                                                            
    loop         = -1    (0xFFFFFFFF)                                                            
    xtyp         = TYPE#000055                                                                   
    occu         = 10    (0x0000000A)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 0                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109CDDE00                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 59    (0x0000003B)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 0     (0x00000000)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 10    (0x0000000A)                                                            
    lineAlloc    = 10    (0x0000000A)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 1     (0x00000001)                                                            
    rowId        = 18446744073709551615                                                          
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
G_COMP_TABLES                                                                                    
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
SY-SUBRC                                                                                         
    0                                                                                            
    0000                                                                                         
    0000                                                                                         
    00000000                                                                                     
%_PRINT                                                                                          
        000                                                                                   0 ##
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202030303020202020202020202020202020202020202020202020202020202020202020202020202020202020
G_SUBS_FIELDS_DESC                                                                               
                                                                                           0000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
BE_SUCH                                                                                          
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
SY-TABIX                                                                                         
    1                                                                                            
    0000                                                                                         
    0001                                                                                         
    00000001                                                                                     
BO_NOT                                                                                           
    117440770                                                                                    
    0                                                                                            
    7                                                                                            
    07                                                                                           
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
<%_L00F>                                                                                         
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
G_FIELDS_DESC[]                                                                                  
    Table[initial]                                                                               
   
G_FIELDS_DESC                                                                                    
                                                                                        0000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
<%_L00E>                                                                                         
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
BO_COIMPLICATION                                                                                 
    101122049                                                                                    
    0                                                                                            
    6                                                                                            
    06                                                                                           
<%_L00E>-TABLE                                                                                   
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
No.       8 Ty.         FORM                                                                    
Name SPLIT_GB01                                                                                 
CLASSTYPE                                                                                        
    A                                                                                            
    4                                                                                            
    1                                                                                            
    41                                                                                           
BC_READONLY                                                                                      
    B                                                                                            
    4                                                                                            
    2                                                                                            
    42                                                                                           
AT_EXIT                                                                                          
    117967114                                                                                    
    0                                                                                            
    7                                                                                            
    07                                                                                           
GB01_RUL_INC[]                                                                                   
    Table IT_74[1x60]                                                                            
    \FUNCTION-POOL=GBL6\FORM=SPLIT_GB01\DATA=???                                                 
    Table reference: 21                                                                          
    TABH+  0(20) = 0000000109D37628000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 000000000000000000000000000000150000004A                                      
    TABH+ 60(20) = 000000010000003C000001C00400005F00015718                                      
    TABH+ 80( 😎 = 0064006000000000                                                              
    store        = 0x0000000109D37628                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 21    (0x00000015)                                                            
    label        = 74    (0x0000004A)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 60    (0x0000003C)                                                            
    loop         = 448   (0x000001C0)                                                            
    xtyp         = TYPE#000157                                                                   
    occu         = 100   (0x00000064)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 0                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109D79A48                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 58    (0x0000003A)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 0     (0x00000000)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 100   (0x00000064)                                                            
    lineAlloc    = 100   (0x00000064)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 1     (0x00000001)                                                            
    rowId        = 18446744073709551615                                                          
    BPJA_VALID                    *                                                              
    454455444422222222222222222222222222222222222222222222222222                                 
    20A1F61C9400000000000000000000A00000000000000000000000000000                                 
    42504A415F56414C494420202020202020202020202020202020202020202A20202020202020202020202020202020
GB01_RUL_INC                                                                                     
    BPJA_VALID                    *                                                              
    454455444422222222222222222222222222222222222222222222222222                                 
    20A1F61C9400000000000000000000A00000000000000000000000000000                                 
    42504A415F56414C494420202020202020202020202020202020202020202A20202020202020202020202020202020
BO_NAND                                                                                          
    67438087                                                                                     
    0                                                                                            
    4                                                                                            
    04                                                                                           
GB01_RUL_INC-FIELD                                                                               
    *                                                                                            
    222222222222222222222222222222                                                               
    A00000000000000000000000000000                                                               
    2A2020202020202020202020202020202020202020202020202020202020                                 
G_RULE_FIELDS_DESC[]                                                                             
    Table[initial]                                                                               
   
G_RULE_FIELDS_DESC                                                                               
                                                                                           0000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
GB01_RUL_EXC[]                                                                                   
    Table[initial]                                                                               
   
GB01_RUL_EXC                                                                                     
   
    222222222222222222222222222222222222222222222222222222222222                                 
    000000000000000000000000000000000000000000000000000000000000                                 
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
BOOLCLASS                                                                                        
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
GB01_RUL_INC-TABLE                                                                               
    BPJA_VALID                                                                                   
    454455444422222222222222222222                                                               
    20A1F61C9400000000000000000000                                                               
    42504A415F56414C49442020202020202020202020202020202020202020                                 
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
SCREEN                                                                                           
    %_17NNS0000165037_%_%_%_%_%_%_                                                               
    2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
    5F17EE30000165037F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
    255F31374E4E53303030303136353033375F255F255F255F255F255F255F2020202020202020202020202020202020
VL_TRUE                                                                                          
    16908289                                                                                     
    0                                                                                            
    1                                                                                            
    01                                                                                           
No.       7 Ty.         FORM                                                                    
Name INITIALIZE_CLASSES                                                                         
AT_LIT                                                                                           
    151653132                                                                                    
    0                                                                                            
    9                                                                                            
    09                                                                                           
G_CLASS_LST[]                                                                                    
    Table[initial]                                                                               
   
G_CLASS_LST                                                                                      
    201B                                                                                         
    3334                                                                                         
    2012                                                                                         
    32303142                                                                                     
AT_SUBRUL                                                                                        
    101124105                                                                                    
    0                                                                                            
    6                                                                                            
    06                                                                                           
SY-XPROG                                                                                         
    SAPCNVE                                                                                      
    5454454222222222222222222222222222222222                                                     
    3103E65000000000000000000000000000000000                                                     
    534150434E5645202020202020202020202020202020202020202020202020202020202020202020             
BO_AND                                                                                           
    16909060                                                                                     
    0                                                                                            
    1                                                                                            
    01                                                                                           
BOOLCLASS                                                                                        
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
BC_WRITEONLY                                                                                     
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
L_TABIX                                                                                          
    1                                                                                            
    0000                                                                                         
    0001                                                                                         
    00000001                                                                                     
SY                                                                                               
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
No.       6 Ty.         FUNCTION                                                                
Name G_BOOL_GET_CLASS_FIELD_LIST                                                                
BCLASS_ATTR                                                                                      
    X                                                                                            
    5                                                                                            
    8                                                                                            
    58                                                                                           
BOOLCLASS                                                                                        
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
CLASSTYPE                                                                                        
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
CLIENT                                                                                           
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
CLASS_ATTR                                                                                       
        ########ÿÿÿÿ####ÿÿÿÿ####ÿÿÿÿ####ÿÿÿÿ            ####                                     
    222200000000FFFF0000FFFF0000FFFF0000FFFF2222222222220000                                     
    000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000                                     
    202020200000000000000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF20202020202020
FIELDS_LST[]                                                                                     
    Table[initial]                                                                               
   
SY-MANDT                                                                                         
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
FORM_NAMES                                                                                       
                                          ##########                                             
    222222222222222222222222222222222222220000000000                                             
    000000000000000000000000000000000000000000000000                                             
    2020202020202020202020202020202020202020202020202020202020202020202020202020000000000000000000
C_MODPOOL                                                                                        
    (SAPFGBB1)                                                                                   
    2545444432                                                                                   
    8310672219                                                                                   
    28534150464742423129                                                                         
G_MANDT                                                                                          
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
G_SUBS_FIELDS_DESC[]                                                                             
    Table[initial]                                                                               
   
AT_OBRACK                                                                                        
    16909060                                                                                     
    0                                                                                            
    1                                                                                            
    01                                                                                           
AT_NONE                                                                                          
    66051                                                                                        
    0                                                                                            
    0                                                                                            
    00                                                                                           
FIELDS_LST                                                                                       
                                                                                        0000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
No.       5 Ty.         FORM                                                                    
Name UPDATE_SUBS_FIELD_LIST                                                                     
GB01C                                                                                            
   
    22222222222222222222222222222222222222222222222222222222222222222222                         
    00000000000000000000000000000000000000000000000000000000000000000000                         
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
G_USE_MANDT                                                                                      
    F                                                                                            
    4                                                                                            
    6                                                                                            
    46                                                                                           
B_TRUE                                                                                           
    T                                                                                            
    5                                                                                            
    4                                                                                            
    54                                                                                           
SY                                                                                               
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
P_CLIENT                                                                                         
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
CLIENT                                                                                           
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
SYST-REPID                                                                                       
    SAPLGBLO                                                                                     
    5454444422222222222222222222222222222222                                                     
    310C72CF00000000000000000000000000000000                                                     
    5341504C47424C4F2020202020202020202020202020202020202020202020202020202020202020             
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
OK_CODE                                                                                          
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
GB922IG-TABSUBST                                                                                 
   
    222222222222222222222222222222                                                               
    000000000000000000000000000000                                                               
    202020202020202020202020202020202020202020202020202020202020                                 
C_ACTIVITY                                                                                       
    0102030607                                                                                   
    3333333333                                                                                   
    0102030607                                                                                   
    30313032303330363037                                                                         
BOOLCLASS                                                                                        
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
G_SUBRULE_PICK                                                                                   
   
    22222222222                                                                                  
    00000000000                                                                                  
    2020202020202020202020                                                                       
CLASSTYPE                                                                                        
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
G_ASK_SAVE_310                                                                                   
    F                                                                                            
    4                                                                                            
    6                                                                                            
    46                                                                                           
G_ASK_SAVE_HDR                                                                                   
    F                                                                                            
    4                                                                                            
    6                                                                                            
    46                                                                                           
GB922IG-FILEDSUB                                                                                 
   
    222222222222222222222222222222                                                               
    000000000000000000000000000000                                                               
    202020202020202020202020202020202020202020202020202020202020                                 
G_CLASS_ATTR                                                                                     
        ########ÿÿÿÿ####ÿÿÿÿ####ÿÿÿÿ####ÿÿÿÿ            ####                                     
    222200000000FFFF0000FFFF0000FFFF0000FFFF2222222222220000                                     
    000000000000FFFF0000FFFF0000FFFF0000FFFF0000000000000000                                     
    202020200000000000000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF20202020202020
GB01IB[]                                                                                         
    Table[initial]                                                                               
   
BC_WRITEONLY                                                                                     
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
GB92-SUBSCLASS                                                                                   
   
    222                                                                                          
    000                                                                                          
    202020                                                                                       
G_OLD_WRITECLASS                                                                                 
    222                                                                                          
    DD0                                                                                          
    2D2D20                                                                                       
BO_OR                                                                                            
    33752069                                                                                     
    0                                                                                            
    2                                                                                            
    02                                                                                           
No.       4 Ty.         FUNCTION                                                                
Name G_INIT_CLASS_FIELD_DESCRIPTION                                                             
CLASSID                                                                                          
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
CLASSTYPE                                                                                        
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
CLIENT                                                                                           
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
TEXT_FLAG                                                                                        
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
%_ARCHIVE                                                                                        
   
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
G_ASK_SAVE_700                                                                                   
    F                                                                                            
    4                                                                                            
    6                                                                                            
    46                                                                                           
GB01ID[]                                                                                         
    Table[initial]                                                                               
   
GB01ID                                                                                           
                                                                                        0000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
TBRG                                                                                             
   
    22222222222222222                                                                            
    00000000000000000                                                                            
    2020202020202020202020202020202020                                                           
SYST                                                                                             
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
GB01IB[]                                                                                         
    Table[initial]                                                                               
   
GB01IB                                                                                           
                                                                                        0000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222223333333333
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
No.       3 Ty.         FUNCTION                                                                
Name G_GET_CLASS_FIELD_LIST                                                                     
CLASSID                                                                                          
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
CLASSTYPE                                                                                        
    S                                                                                            
    5                                                                                            
    3                                                                                            
    53                                                                                           
CLIENT                                                                                           
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
FIELD_LST[]                                                                                      
    Table[initial]                                                                               
   
GB92                                                                                             
                                         00000000000000            00000000000000                
    22222222222222222222222222222222222223333333333333322222222222233333333333333222222          
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000          
    2020202020202020202020202020202020202020202020202020202020202020202020202030303030303030303030
SYST-MANDT                                                                                       
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
GB921IG                                                                                          
    000000                                                                                       
    3333332222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    3030303030302020202020202020202020202020202020202020202020202020202020202020202020202020202020
GB901                                                                                            
   
    2222222222222222222222222222222222222222222222222222222222222222222222222222                 
    0000000000000000000000000000000000000000000000000000000000000000000000000000                 
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
BO_COIMPLICATION                                                                                 
    101122049                                                                                    
    0                                                                                            
    6                                                                                            
    06                                                                                           
<%_L005>                                                                                         
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
SY-REPID                                                                                         
    SAPLGBLO                                                                                     
    5454444422222222222222222222222222222222                                                     
    310C72CF00000000000000000000000000000000                                                     
    5341504C47424C4F2020202020202020202020202020202020202020202020202020202020202020             
<%_L005>-FIELD                                                                                   
    ???                                                                                          
    ??????                                                                                       
    ??????                                                                                       
    ????????????                                                                                 
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
AT_OBRACK                                                                                        
    16909060                                                                                     
    0                                                                                            
    1                                                                                            
    01                                                                                           
FIELD_LST                                                                                        
   
    22222222222222222222222222222222222222222222222222222222222222222                            
    00000000000000000000000000000000000000000000000000000000000000000                            
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
No.       2 Ty.         FORM                                                                    
Name E01_GEN_SUBS_COPY_POOL                                                                     
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
CLASS_LST                                                                                        
    Table IT_70[1x9]                                                                             
    \PROGRAM=SAPFGBBE\FORM=E01_GEN_SUBS_COPY_POOL\DATA=???                                       
    Table reference: 18                                                                          
    TABH+  0(20) = 0000000109C92400000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 0000000000000000000000000000001200000046                                      
    TABH+ 60(20) = 0000000100000009FFFFFFFF040000000000EB18                                      
    TABH+ 80( 😎 = 001E026000000000                                                              
    store        = 0x0000000109C92400                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 18    (0x00000012)                                                            
    label        = 70    (0x00000046)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 9     (0x00000009)                                                            
    loop         = -1    (0xFFFFFFFF)                                                            
    xtyp         = TYPE#000083                                                                   
    occu         = 30    (0x0000001E)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 1                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109CC24D0                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 25    (0x00000019)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 2     (0x00000002)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 30    (0x0000001E)                                                            
    lineAlloc    = 30    (0x0000001E)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 3     (0x00000003)                                                            
    rowId        = 18446744073709551615                                                          
    IEQ201201                                                                                    
    445333333                                                                                    
    951201201                                                                                    
    494551323031323031                                                                           
T_GB02[]                                                                                         
    Table IT_71[1x24]                                                                            
    \PROGRAM=SAPFGBBE\FORM=E01_GEN_SUBS_COPY_POOL\DATA=???                                       
    Table reference: 20                                                                          
    TABH+  0(20) = 0000000109D37810000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 0000000000000000000000000000001400000047                                      
    TABH+ 60(20) = 0000000100000018000000E00400003A0000A2D8                                      
    TABH+ 80( 😎 = 0014006100000000                                                              
    store        = 0x0000000109D37810                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 20    (0x00000014)                                                            
    label        = 71    (0x00000047)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 24    (0x00000018)                                                            
    loop         = 224   (0x000000E0)                                                            
    xtyp         = TYPE#000041                                                                   
    occu         = 20    (0x00000014)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 0                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 1                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109D352E0                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 56    (0x00000038)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 0     (0x00000000)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 20    (0x00000014)                                                            
    lineAlloc    = 20    (0x00000014)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 1     (0x00000001)                                                            
    rowId        = 18446744073709551615                                                          
    201                                                                                          
    333222222222222222222222                                                                     
    201000000000000000000000                                                                     
    323031202020202020202020202020202020202020202020                                             
T_GB02                                                                                           
    201                                                                                          
    333222222222222222222222                                                                     
    201000000000000000000000                                                                     
    323031202020202020202020202020202020202020202020                                             
C_MODPOOL                                                                                        
    (SAPFGBB1)                                                                                   
    2545444432                                                                                   
    8310672219                                                                                   
    28534150464742423129                                                                         
FIELD_LST[]                                                                                      
    Table[initial]                                                                               
   
FIELD_LST                                                                                        
   
    22222222222222222222222222222222222222222222222222222222222222222                            
    00000000000000000000000000000000000000000000000000000000000000000                            
    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020
BO_NAND                                                                                          
    67438087                                                                                     
    0                                                                                            
    4                                                                                            
    04                                                                                           
T_GB02-BOOLCLASS                                                                                 
    201                                                                                          
    333                                                                                          
    201                                                                                          
    323031                                                                                       
BO_OR                                                                                            
    33752069                                                                                     
    0                                                                                            
    2                                                                                            
    02                                                                                           
BO_AND                                                                                           
    16909060                                                                                     
    0                                                                                            
    1                                                                                            
    01                                                                                           
MANDT                                                                                            
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
BO_IMPLICATION                                                                                   
    84281088                                                                                     
    0                                                                                            
    5                                                                                            
    05                                                                                           
BO_COIMPLICATION                                                                                 
    101122049                                                                                    
    0                                                                                            
    6                                                                                            
    06                                                                                           
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
OLD_TAB                                                                                          
   
    222222222222222222222222222222                                                               
    000000000000000000000000000000                                                               
    202020202020202020202020202020202020202020202020202020202020                                 
AT_IN_SET                                                                                        
    235868225                                                                                    
    0                                                                                            
    E                                                                                            
    0E                                                                                           
FIELD_LST-BCLTAB                                                                                 
   
    222222222222222222222222222222                                                               
    000000000000000000000000000000                                                               
    202020202020202020202020202020202020202020202020202020202020                                 
No.       1 Ty.         EVENT                                                                   
Name START-OF-SELECTION                                                                         
%_DUMMY$$                                                                                        
   
    2222                                                                                         
    0000                                                                                         
    20202020                                                                                     
X_TABLES                                                                                         
    X                                                                                            
    5                                                                                            
    8                                                                                            
    58                                                                                           
SY-REPID                                                                                         
    RGUGBR01                                                                                     
    5454453322222222222222222222222222222222                                                     
    2757220100000000000000000000000000000000                                                     
    52475547425230312020202020202020202020202020202020202020202020202020202020202020             
SUFFIX_STR-CLASS_LST                                                                             
    Table IT_29[1x9]                                                                             
    \PROGRAM=RGUGBR01\DATA=SUFFIX_STR-CLASS_LST                                                  
    Table reference: 14                                                                          
    TABH+  0(20) = 0000000109C92400000000000000000000000000                                      
    TABH+ 20(20) = 000000000000000000000000000000010C400000                                      
    TABH+ 40(20) = 0000000000000000000000000000000E0000001D                                      
    TABH+ 60(20) = 0000000100000009FFFFFFFF0400003E00001D40                                      
    TABH+ 80( 😎 = 001E026000000000                                                              
    store        = 0x0000000109C92400                                                            
    statScndKeyAdmin = 0x0000000000000000                                                        
    ext1         = 0x0000000000000000                                                            
    ----- Primary Key -----                                                                      
    idxPtr       = 0x0000000000000000                                                            
      idxKind               = 0     (ItIndexNone)                                                
      accKind               = 1     (ItAccStandard)                                              
      uniKind               = 2     (ItUniNo)                                                    
      keyKind (from pbag)   = 1     (default)                                                    
      cmpMode               = 2     (cmpSingleMcmpR)                                             
    shmId        = 0     (0x00000000)                                                            
    id           = 14    (0x0000000E)                                                            
    label        = 29    (0x0000001D)                                                            
    fill         = 1     (0x00000001)                                                            
    leng         = 9     (0x00000009)                                                            
    loop         = -1    (0xFFFFFFFF)                                                            
    xtyp         = TYPE#000016                                                                   
    occu         = 30    (0x0000001E)                                                            
    occu0        = 0                                                                             
    stMode       = 0                                                                             
    groupCntl    = 0                                                                             
    rfc          = 0                                                                             
    unShareable  = 0                                                                             
    mightBeShared = 1                                                                            
    sharedWithShmTab = 0                                                                         
    isShmLockId  = 0                                                                             
    isUsed       = 1                                                                             
    isCtfyAble   = 1                                                                             
    hasScndKeys  = 0                                                                             
    hasRowId     = 0                                                                             
    statScndKeysOutdated = 0                                                                     
    statScndUniKeysOutdated = 0                                                                  
    rtmSelectNoOrderBy = 0                                                                       
    ----- Shareable Table Header Data (Store) -----                                              
    tabi         = 0x0000000109CC24D0                                                            
    pgHook       = 0x0000000000000000                                                            
    uniqueNumber = 25    (0x00000019)                                                            
    shmTabhSet   = 0x0000000000000000                                                            
    refCount     = 2     (0x00000002)                                                            
    tstRefCount  = 0     (0x00000000)                                                            
    lineAdmin    = 30    (0x0000001E)                                                            
    lineAlloc    = 30    (0x0000001E)                                                            
    shmVersId    = 0     (0x00000000)                                                            
    shmRefCount  = 3     (0x00000003)                                                            
    rowId        = 18446744073709551615                                                          
    IEQ201201                                                                                    
    445333333                                                                                    
    951201201                                                                                    
    494551323031323031                                                                           
B_FALSE                                                                                          
    F                                                                                            
    4                                                                                            
    6                                                                                            
    46                                                                                           
X_SUBRT                                                                                          
    X                                                                                            
    5                                                                                            
    8                                                                                            
    58                                                                                           
SYST-REPID                                                                                       
    RGUGBR01                                                                                     
    5454453322222222222222222222222222222222                                                     
    2757220100000000000000000000000000000000                                                     
    52475547425230312020202020202020202020202020202020202020202020202020202020202020             
SUFFIX_STR-SUFFIX                                                                                
    FM                                                                                           
    44                                                                                           
    6D                                                                                           
    464D                                                                                         
C_RULEPOOL_EXT                                                                                   
    RL                                                                                           
    54                                                                                           
    2C                                                                                           
    524C                                                                                         
SYST                                                                                             
    ##############################################################################################
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0001000000010001000000000000000000000000000000000001000000010000000000000000000800000000000000
    0000000100000000000000010000000100000000000000000000000000000000000000000000000000000000000000
%_SPACE                                                                                          
   
    2                                                                                            
    0                                                                                            
    20                                                                                           
G_MANDT                                                                                          
    000                                                                                          
    333                                                                                          
    000                                                                                          
    303030                                                                                       
G_MODPOOL_MAIN                                                                                   
    GBT00FM0                                                                                     
    4453344322222222222222222222222222222222                                                     
    724006D000000000000000000000000000000000                                                     
    4742543030464D302020202020202020202020202020202020202020202020202020202020202020             
G_MODPOOL_TOP                                                                                    
    GBT00FMZ                                                                                     
    4453344522222222222222222222222222222222                                                     
    724006DA00000000000000000000000000000000                                                     
    4742543030464D5A2020202020202020202020202020202020202020202020202020202020202020             
X_MAINMD                                                                                         
    X                                                                                            
    5                                                                                            
    8                                                                                            
    58                                                                                           
BO_NOR                                                                                           
    50595078                                                                                     
    0                                                                                            
    3                                                                                            
    03                                                                                           

  
Internal notes                                                                                   
    The termination was triggered in function "ab_CheckClassVersion" of the SAP                  
    kernel, in                                                                                  
    line 315 of module "//bas/740_REL/src/krn/abap/runt/abobject.c#2".                           
    The internal operation just processed is "clcm".                                             
    Internal mode started at 20131205125422.                                                     

  
Active Calls in SAP Kernel                                                                       
Lines of C Stack in Kernel (Structure Differs on Each Platform)                                  
[0] DoStack2 ( 0xfffffff530c83b90, 0xffffffff7fffb500, 0xffffffff7fffb410, 0x1802c0, 0x2b29634, 0x
[1] CTrcStack2 ( 0xfffffff530c83b90, 0x0, 0x180000, 0x2b29a84, 0x1032784b0, 0x2 ), at 0x10074ea78
[2] __1cQrabax_CStackSave6F_v_ ( 0x0, 0x205d58, 0x205c00, 0x0, 0x10347e208, 0xffffffff7fffb954 ),
[3] ab_rabax ( 0x1801c0, 0x180170, 0x1, 0x180000, 0x180000, 0x180000 ), at 0x100a6b6a8           
[4] __1cTCheckServerVersions6FII_v_ ( 0xfffffffc8a4e4a74, 0xbec8, 0x106248728, 0x6f, 0xbaba, 0x103
[5] __1cIab_inidt6FI_i_ ( 0xbec8, 0xbf37, 0xfffffffd4241b3a0, 0x106248710, 0x1bc0, 0x2fd0260 ), at
[6] __1cHnewload6FpkckIkpI_i_ ( 0xffffffff7fffc4d8, 0xbaba, 0xfffffffd42427268, 0xfffffffc8a4e1408
[7] __1cRab_LoadProgOrTrfo6FpkckIpI_i_ ( 0xffffffff7fffc4d8, 0xfffffffd4241b444, 0xffffffff7fffc41
[8] __1cLab_LoadProg6FpkckI_i_ ( 0xffffffff7fffc4d8, 0x1, 0x0, 0x4845434b, 0xfffffffffffff7dc, 0x4
[9] __1cPLoadGlobalClass6FkpkckI33knJClasState__H_ ( 0xfffffffc8a4df354, 0x18, 0x1, 0x0, 0x2, 0x2
[10] __1cLFillCfixInt6FkpknECREF_kpnECFIX_kI7knJClasState__H_ ( 0xfffffffc8a4e0430, 0x109d8de64, 0
[11] __1cbAab_CrefToCladId_ActivateOK6FkHkpC_H_ ( 0x2, 0xffffffff7fffc72f, 0x0, 0x0, 0x1032784b0,
[12] __1cIab_jclcc6F_v_ ( 0xfffffffc8a4dd340, 0x1063724f8, 0x1032784b0, 0x30fa048, 0x23f2254, 0x30
[13] __1cIab_extri6F_i_ ( 0xba, 0x0, 0x1, 0x10346a460, 0xffffffffffffffff, 0x80000000 ), at 0x1009
[14] __1cJab_xevent6Fpkc_i_ ( 0x106248710, 0xfffffffc8a353b98, 0x106372548, 0x1032784b0, 0x2fd0260
[15] __1cIab_trigg6F_i_ ( 0x1061f21a2, 0x0, 0xd4, 0x1032784b0, 0x106249710, 0x0 ), at 0x100aa75a0
[16] ab_run ( 0x20, 0x106248710, 0x1032784b0, 0x106249710, 0x1061f1f4c, 0x0 ), at 0x100b19060    
[17] __1cIdynpmcal6FpnIDINFDUMY_pnISTPDUMMY__v_ ( 0x109cd0d18, 0x0, 0x103fd98ec, 0x109cd1407, 0x10
[18] __1cIdynppai06FpnIDINFDUMY__v_ ( 0x109cd0d18, 0x0, 0x0, 0x1032784b0, 0x103401609, 0x0 ), at 0
[19] __1cIdynprctl6FpnIDINFDUMY__v_ ( 0x109cd0d18, 0x1, 0x1033f8614, 0x1032784b0, 0x1034012cd, 0x1
[20] dynpen00 ( 0xfffffffffffff72c, 0x109cd0d18, 0x2fe6000, 0x1033f8614, 0x10076e9e8, 0x1033fbd58
[21] __1cPThHandleRequest6FpnLREQdDUEST_BUF_C_v_ ( 0x0, 0x0, 0x1068f4700, 0x1033ebea8, 0x0, 0xffff
[22] __1cITskhLoop6F_v_ ( 0x7bc0, 0x1033668f8, 0x1033f8614, 0x1032784b0, 0x2, 0x103315560 ), at 0x
[23] DpMain ( 0xc1a54, 0x0, 0x1032784b0, 0x1033f8614, 0x10329515a, 0xc1800 ), at 0x1003d837c     

  
List of ABAP programs affected                                                                   
Index Ty.Program                                 Group Date      Time    Size     Lang.   
     0PrgRGUGBR01                                     005.12.201308:52:55    81920E       
     1PrgSAPMSSY0                                     105.12.201308:53:22    84992E       
     2PrgSAPMSSYD                                     105.12.201310:39:45    21504E       
     3PrgSAPFSYSCALLS                                 105.12.201308:53:03     5120E       
     4PrgRSDBRUNT                                     005.12.201310:39:38   271360E       
     5TypRSSCR                                        004.12.201322:40:23     5120        
     6PrgRSDBSPBL                                     005.12.201308:53:00    66560E       
     7PrgSAPDB__S                                     005.12.201308:53:02    16384E       
     8TypVARID                                        004.12.201323:58:41     4096        
     9TypSSCRFIELDS                                   004.12.201323:16:42     4096        
    10PrgRSDBSPVA                                     005.12.201310:39:38   140288E       
    11Prg%_CSYDB0                                     005.12.201308:51:40    31744E       
    12TypRSVAMEMKEY                                   007.05.199713:07:49     2048        
    13PrgRSDBSPMC                                     005.12.201308:53:00    77824E       
    14TypDDSHDESCR                                    003.09.199703:05:16     3072        
    15TypSPPARAMS                                     007.05.199713:10:38     2048        
    16PrgSAPLICON                                    1605.12.201308:53:11    33792E       
    17Prg%_CICON                                     1605.12.201310:30:15    87040E       
    18TypICONT                                        004.12.201321:19:05     2048        
    19PrgSAPLSABE                                    1905.12.201310:24:27    11264E       
    20PrgSAPLSECU                                    2005.12.201310:41:05    94208E       
    21TypRSSUBINFO                                    004.12.201322:41:31     3072        
    22TypRSEXFCODE                                    013.08.199712:52:57     2048        
    23PrgSAPLDSYA                                    2305.12.201308:53:07    49152E       
    24PrgSAPFSDS1                                    2305.12.201310:27:09    57344E       
    25TypTDCLD                                        002.11.199809:51:35     5120        
    26PrgSAPLSDOD                                    2605.12.201310:40:35    74752E       
    27TypDOKIL                                        012.05.199716:46:17     3072        
    28PrgSAPCNVE                                     2805.12.201308:53:02     6144E       
    29PrgSAPLLANG                                    2905.12.201308:53:13    12288E       
    30TypT002                                         004.12.201323:38:55     2048        
    31PrgSAPFSPOR                                     005.12.201310:49:22    12288E       
    32TypRSPARINT                                     010.04.199509:58:38     2048        
    33PrgSAPLSCNT                                    3305.12.201308:53:18    24576E       
    34PrgSAPSHDTV                                    3305.12.201310:39:46    48128E       
    35PrgSAPFS_SECLOG                                 105.12.201310:39:45    17408E       
    36TypINDX                                         029.07.199818:38:15     6144        
    37PrgRADSHPBOPREFLIGHT                            105.12.201310:43:10    14336E       
    38PrgRADSHPBOSTATUS                               105.12.201310:43:10    15360E       
    39PrgSAPFGUICNTL                                  105.12.201308:53:03    22528E       
    40PrgSAPLOLEA                                    4005.12.201308:53:16    95232E       
    41PrgSAPLSGUI                                    4105.12.201308:53:18    75776E       
    42PrgSAPLSTTM                                    4205.12.201308:53:19    69632E       
    43PrgSAPLSBDC                                    4305.12.201308:53:18    41984E       
    44PrgSAPLSFES                                    4405.12.201310:23:05   266240E       
    45PrgSAPLTHFB                                    4505.12.201310:39:33   408576E       
    46TypWPINFO                                       005.12.201300:19:11     7168        
    47PrgSAPLURFC                                    4705.12.201310:28:24    23552E       
    48PrgSAPLSPLUGIN                                 4805.12.201308:53:19     6144E       
    49TypSWCBCONT                                     004.12.201323:19:26     3072        
    50TypOLE_VERBS                                    004.04.199516:02:20     2048        
    51TypOLE_PA                                       004.04.199516:02:19     2048        
    52TypSSCRTEXTS                                    003.09.199703:12:33     3072        
    53PrgSAPLSMSG                                    5305.12.201308:53:18   117760E       
    54TypSMESGX                                       004.12.201323:09:40     3072        
    55TypSMESGU                                       004.12.201323:09:40     3072        
    56PrgSAPLGBL1                                    5605.12.201308:53:10   196608E       
    57TypGBC1                                         013.08.199711:53:40     2048        
    58PrgSAPFGBBE                                     005.12.201308:53:03    65536E       
    59TypGB03                                         025.01.199913:10:23     3072        
    60TypGB31                                         030.01.199613:37:44     2048        
    61TypGB31C                                        004.04.199516:58:56     2048        
    62Prg%_CGB001                                     005.12.201308:51:39    10240E       
    63PrgSAPFGBBG                                     005.12.201308:53:03   447488E       
    64PrgSAPFGBBB                                     005.12.201308:53:03    16384E       
    65PrgSAPFGBBA                                     005.12.201308:53:03    41984E       
    66PrgSAPLGRWU_DC                                 6605.12.201308:53:10    10240E       
    67PrgRGUGBR00                                     005.12.201308:52:55   105472E       
    68TypTRDIR                                        005.12.201300:25:23     6144        
    69PrgSAPLSTRD                                    6905.12.201310:39:36   850944E       
    70TypTADIR                                        004.12.201320:32:16     5120        
    71TypGTADIR                                       004.12.201321:12:15     3072        
    72PrgSAPLSTR9                                    7205.12.201310:41:58    41984E       
    73PrgCONTEXT_X_TR_SYS_PARAMS                     7205.12.201308:52:28    39936E       
    74PrgSAPLSFRM                                    7405.12.201308:53:18   162816E       
    75TypTCONT                                        004.12.201323:43:40     2048        
    76TypCONTEXTB                                     004.12.201320:36:55     6144        
    77PrgSAPLSCP3                                    7705.12.201308:53:18     7168E       
    78PrgSAPLSCTS_UNICODE                            7805.12.201308:53:18     8192E       
    79PrgCL_ABAP_CHAR_UTILITIES========CP            7905.12.201308:51:50    10240E       
    80PrgSAPLSG01                                    8005.12.201308:53:18    43008E       
    81TypTDEVC                                        004.12.201320:33:02     8192        
    82TypTDEVCT                                       004.12.201323:43:57     2048        
    83PrgSAPLSTMG                                    8305.12.201308:53:56    67584E       
    84Prg%_CTRNSP                                    6905.12.201308:51:40     7168E       
    85TypTRNSPACE                                     016.07.199714:46:18     2048        
    86PrgCL_PAK_OBJECT_TYPES===========CP            8605.12.201310:38:53    10240E       
    87PrgCL_PACKAGE_FACTORY============CP            8705.12.201310:42:22    27648E       
    88PrgSAPLSETX                                    8805.12.201310:24:38   136192E       
    89PrgSAPLSDI0                                    8905.12.201308:53:18    37888E       
    90TypGB01                                         020.08.199810:53:11     2048        
    91TypGB01C                                        020.08.199810:53:13     2048        
    92TypABAPTEXT                                     016.03.199318:19:31     2048        
    93TypGB02                                         020.08.199810:53:16     2048        
    94PrgSAPLGBLO                                    9405.12.201310:30:38   922624E       
    95PrgSAPLGBL6                                    9505.12.201308:53:10   124928E       
    96PrgSAPLGDIF                                    9605.12.201308:53:10    26624E       
    97TypDFIES                                        004.12.201320:48:52     9216        
    98PrgSAPLGBDD                                    9805.12.201309:42:08    97280E       
    99PrgBADI_GBDD_FIELD_SET===========CP            9905.12.201308:51:49    10240E       
   100PrgCL_BADI_BASE==================CP           10005.12.201308:51:51    14336E       
   101PrgCL_BADI_CACHE_HANDLER=========CP           10105.12.201310:28:15    12288E       
   102TypT883                                         009.09.201111:22:08     2048        
   103TypT800A                                        004.12.201323:41:39     7168        
   104PrgCL_IM_EHP4_BUDPER_FIELD_SET===CP           10405.12.201308:52:11     6144E       
   105PrgSAPLSDIFRUNTIME                            10505.12.201308:53:18   106496E       
   106TypX031L                                        005.12.201300:21:40     6144        
   107PrgSAPLSDNT                                   10705.12.201308:53:18   264192E       
   108PrgSAPLSUGS                                   10805.12.201308:53:19   123904E       
   109PrgCL_FM_BUDPER_UTILITIES_APPL===CP           10905.12.201312:54:21    19456E       
   110PrgBADI_FM_BUDPER_APPL===========CP           11005.12.201308:51:49     9216E       
   111PrgCL_PSM_CORE_SWITCH_CHECK======CP           11105.12.201312:54:21    17408        
   112TypSYST                                         004.12.201323:38:31    28672        
   113Prg%_CRSDS                                      005.12.201308:51:40     9216E       
   114Prg%_CSYLDB                                     005.12.201308:51:40     6144E       
   115Prg%_CSLIS                                     2005.12.201308:51:40    73728E       
   116TypDTC_S_LAYO                                   004.12.201320:49:59     6144        
   117TypETCF_SVARS                                   018.05.200410:29:43     2048        
   118TypCAT_SVARS                                    004.12.201320:31:30     3072        
   119Prg%_CCONTX                                    7405.12.201308:51:39    12288E       
   120TypRGBL6                                        004.12.201322:03:39     4096        
   121TypGB92                                         002.09.199613:09:24     4096        
   122TypTBRG                                         004.12.201323:42:51     2048        
   123TypGB901                                        013.08.199711:53:31     2048        

  
Directory of Application Tables                                                                  
Name                                     Date       Time       Lngth                             
    Val.                                                                                         
Program RGUGBR01                                                                                
SYST                                    04.12.2013 23:38:31  00002408                          
    \0\0\0\x01\0\0\0\0\0\0\0\x01\0\0\0\x01\0\0\0\0\0\0\0\0\0\0                                   
SY                                        .  .      :  :    00002408                          
    \0\0\0\x01\0\0\0\0\0\0\0\x01\0\0\0\x01\0\0\0\0\0\0\0\0\0\0                                   
GB01                                      .  .      :  :    00000065                          
   
GB01C                                     .  .      :  :    00000068                          
   
GB02                                      .  .      :  :    00000024                          
                            |                                                                    
GBC1                                      .  .      :  :    00000014                          
    000SYNTAXCHK 0|                                                                              
GB03                                      .  .      :  :    00000196                          
   
GB31C                                     .  .      :  :    00000011                          
         000000|                                                                                 
GB31                                      .  .      :  :    00000014                          
      0000        |                                                                              
SSCRFIELDS                              04.12.2013 23:16:42  00000854                          
   
SSCRTEXTS                                 .  .      :  :    00000371                          
   
Program RSDBRUNT                                                                                
TRDIR                                     .  .      :  :    00000170                          
    GBT00FM0                                   SD$$TMP    MG                                     
VARID                                     .  .      :  :    00000132                          
   
Program SAPLICON                                                                                
ICONT                                     .  .      :  :    00000065                          
   
Program SAPFSDS1                                                                                
TDCLD                                     .  .      :  :    00000050                          
    RE  DOKU  40R XX XXLIMUDOCUX (\0XR3TRPROGX         |                                         
Program SAPLSDOD                                                                                
DOKIL                                     .  .      :  :    00000076                          
   
Program SAPLLANG                                                                                
T002                                      .  .      :  :    00000005                          
    ES1EN|                                                                                       
Program SAPFS_SECLOG                                                                            
INDX                                      .  .      :  :    00003000                          
    000%L%_SeclogExcludedCaller \0\0\0\0  00000000                                               
Program SAPLGBL1                                                                                
GBC1                                      .  .      :  :    00000014                          
    000SYNTAXCHK 0|                                                                              
Program CONTEXT_X_TR_SYS_PARAMS                                                                 
CONTEXTB                                  .  .      :  :    00002944                          
    000EBTR_SYS_PARAMS       000006000100000000000000   \0\0\0                                   
TCONT                                     .  .      :  :    00000034                          
    TR_SYS_PARAMS       20131204104602|                                                          
Program SAPLGBLO                                                                                
GB01C                                     .  .      :  :    00000068                          
   
GB92                                      .  .      :  :    00000083                          
                                         00000000000000                                          
GB901                                     .  .      :  :    00000076                          
   
TBRG                                      .  .      :  :    00000017                          
                     |                                                                           
Program SAPLGBDD                                                                                
T800A                                     .  .      :  :    00000461                          
                                    000                                                          
T883                                      .  .      :  :    00000066                          
   

  
ABAP Control Blocks (CONT)                                                                       
IndexNameFlPAR0PAR1PAR2PAR3PAR4PAR5PAR6Source Code                             Line   
201312542                                                                             
  526PAR1E7C002                        CL_FM_BUDPER_UTILITIES_APPL===CM007            2
  527PAR200000000010000                CL_FM_BUDPER_UTILITIES_APPL===CM007            2
  529CMPS200312C002C002                CL_FM_BUDPER_UTILITIES_APPL===CM007            2
  531BRAF050004                        CL_FM_BUDPER_UTILITIES_APPL===CM007            2
  532BREL800000                        CL_FM_BUDPER_UTILITIES_APPL===CM007            2
  533mvqk0A828100000000                CL_FM_BUDPER_UTILITIES_APPL===CM007            3
  535METH010000000000000000000000000000CL_FM_BUDPER_UTILITIES_APPL===CM007            5
  539----000000                        CL_FM_BUDPER_UTILITIES_APPL===CM007            5
  540METH040000000000000000000000000000CL_FM_BUDPER_UTILITIES_APPL===CM008            1
  544ABOO02000000000000                CL_FM_BUDPER_UTILITIES_APPL===CM008            1
  546CLCC000002                        CL_FM_BUDPER_UTILITIES_APPL===CM008            6
>>>>>clcm100001000200140000000000000000CL_FM_BUDPER_UTILITIES_APPL===CM008            6
  551PAR1E70015                        CL_FM_BUDPER_UTILITIES_APPL===CM008            6
  552PAR200000000010000                CL_FM_BUDPER_UTILITIES_APPL===CM008            6
  554BREL080000                        CL_FM_BUDPER_UTILITIES_APPL===CM008            9
  555CLCC000003                        CL_FM_BUDPER_UTILITIES_APPL===CM008            9
  556clcm100001000300040000000000000000CL_FM_BUDPER_UTILITIES_APPL===CM008            9
  560PAR1E5C000                        CL_FM_BUDPER_UTILITIES_APPL===CM008            9
  561PAR200000000010000                CL_FM_BUDPER_UTILITIES_APPL===CM008            9
     

  

benoit-schmid
Contributor
0 Kudos

Hello,


ashish vikas wrote:

please also check if RDDEXECL failed to due to heap size. verify this in work process trace file. If you are reaching heap size, you can try to increase Heap parameters and try again.

There is no work process that ended in error.

EM did not reach the limit.

Max Heap has been less than 200 MB.

Regards,

Former Member
0 Kudos

Hi,

Have you (a) tried to re-run the phase to see if it sorts it out?

Otherwise (b) have you tried to open the object in SE80 to see if you can activate it or locate the error yourself?

Regards

Graham

benoit-schmid
Contributor
0 Kudos

Hello,


Graham Slater wrote:

Have you (a) tried to re-run the phase to see if it sorts it out?

Otherwise (b) have you tried to open the object in SE80 to see if you can activate it or locate the error yourself?

Re run does not change anything.

Which object should I open in se80?

Regards,