SAP /SCMTMS/CL_ARCH_GENERN OO Class - Super class for BOPF based archiving (w/o DB Cursor)
/SCMTMS/CL_ARCH_GENERN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMTMS/CL_ARCH_GENERN including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMTMS/CL_ARCH_GENERN is /BOFU/CL_ARCH_GENER1Method list of /SCMTMS/CL_ARCH_GENERN SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_DOCUMENT_CONTEXT | Check documents context | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>CHECK_DOCUMENT_CONTEXT...more details | ||
| DO_PREPROCESSING | Do the preprocessing (key table based) | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>DO_PREPROCESSING...more details | ||
| GET_NEXT_PREPROC_PACKAGE | Get the next package of document keys for preprocessing | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>GET_NEXT_PREPROC_PACKAGE...more details | ||
| GET_NEXT_WRITE_PACKAGE | Get the next package of document keys for writing | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>GET_NEXT_WRITE_PACKAGE...more details | ||
| GET_XBO_LINKS | Get Cross-BO-Links relevant for Read-From-Archive | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>GET_XBO_LINKS...more details | ||
| PREPARE_MAIN_SELECT_PRE | Prepare main select for preprocessing | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>PREPARE_MAIN_SELECT_PRE...more details | ||
|
| ||
| PREPARE_MAIN_SELECT_WRI | Prepare main select for writing | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>PREPARE_MAIN_SELECT_WRI...more details | ||
| SKIP_ARCHIVING_CLASSES | Skip read data of arch. classes (address, changedocu, ...) | Protected |
| CALL METHOD /scmtms/cl_arch_genern=>SKIP_ARCHIVING_CLASSES...more details | ||
/SCMTMS/CL_ARCH_GENERN attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_DEFAULT_PSIZE | Constant | Max. number of keys per archivability and context checks | 200 | LIKE INT4 | Public |
| C_MAX_KEY_PACK | Constant | Max. number of preselected document keys | 400000 | LIKE INT4 | Public |
| C_MAX_QUERY_PACK | Constant | Max. number of filter keys per query call | 10000 | LIKE INT4 | Public |
| MO_MAIN_RANGES | Instance Attribute | Structure of Range Tables | LIKE DATA | Protected | |
| MT_MAIN_RANGE | Instance Attribute | LIKE TT_STRING_RANGE | Protected | ||
| MT_PACK_DOCKEY_RANGE | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Protected | |
| MT_WHITELIST | Instance Attribute | Set of strings (unique) | LIKE STRING_HASHED_TABLE | Protected | |
| MV_MAIN_WHERE_PRE | Instance Attribute | WHERE Clause of the main SELECT | LIKE STRING | Protected | |
| MV_MAIN_WHERE_WRI | Instance Attribute | WHERE Clause of the main SELECT | LIKE STRING | Protected | |
| MV_MAX_DOCS | Instance Attribute | Number of documents to be processed | LIKE INT4 | Protected | |
| MV_PACK_DOCKEY_INDEX | Instance Attribute | Key Table Index | LIKE INT4 | Protected | |
| MV_RFA_CONTEXT | Static Attribute | RfA Context of the actual session | LIKE CHAR1 | Protected | |
| MV_ROOT_DB_NAME | Instance Attribute | Root DB Table | LIKE STRING | Protected | |
| MV_SKIP_ARCHIVING_CLASSES | Static Attribute | Read archived data without Archiving Classes? | SC_SKIP_READ_CLASSES-OFF | LIKE CHAR1 | Public |
| SC_RFA_CONTEXT | Constant | RfA Context | LIKE | Public | |
| SC_SKIP_READ_CLASSES | Constant | Skip reading archiving classes | LIKE | Public |
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects