Hierarchy
⤷
⤷
Properties
| Class | CL_ABSTRACT_PD_ARCH_WRI | |
| Short Description | Abstract Class for Generic PD Archiving | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SP00 | Organization and Planning |
| Created | 20101004 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABSTRACT_PD_ARCH_WRI has no interface implemented.
Friends
Class CL_ABSTRACT_PD_ARCH_WRI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR08 | ' X' | CHAR08 | 20101004 | ||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EX_ARC_BC_HROBJ_CHECK | BAdI Interface IF_EX_ARC_BC_HROBJ_CHECK | 20101027 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EX_ARC_BC_HROBJ_WRITE | BAdI Interface IF_EX_ARC_BC_HROBJ_WRITE | 20101027 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TTY_INFTY_BUFFER | 20101027 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TTY_SEQNUM | 20101004 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | HRP_ARCHOBJ_DATA_T | Table Type: HRP_ARCHOBJ_DATA_S | 20101006 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | HRP_ARCHOBJ_KEY_T | Table Type: HRP_ARCHOBJ_KEY_S | 20101021 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | HRP_ARCHOBJ_KEY_T | Table of HR Objects | 20101004 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TTY_SUBTY_BUFFER | 20101027 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | OBJCT_TR01 | Archiving Object | 20101004 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | OKCODE | Function Code | 20110211 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20101004 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20110210 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101006 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | DATUM | Date | 20101006 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20110215 | ||
| 20 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20110211 | ||
| 21 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Methods
Events
Class CL_ABSTRACT_PD_ARCH_WRI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_INFTY_BUFFER | Private | See coding | 20101027 | tty_infty_buffer TYPE HASHED TABLE OF ty_infty_buffer WITH UNIQUE KEY otype subobj
|
||
| 2 | TTY_SEQNUM | Protected | See coding | 20101004 | tty_seqnum TYPE STANDARD TABLE OF ty_seqnum
|
||
| 3 | TTY_SUBTY_BUFFER | Private | See coding | 20101027 | tty_subty_buffer TYPE HASHED TABLE OF ty_subty_buffer WITH UNIQUE KEY otype subobj infty
|
||
| 4 | TY_INFTY_BUFFER | Private | See coding | 20101027 | BEGIN OF ty_infty_buffer,
otype TYPE otype,
subobj TYPE hr_arch_sub,
inftys TYPE hrp_arch_inftys_t,
END OF ty_infty_buffer
|
||
| 5 | TY_SEQNUM | Protected | See coding | 20101004 | BEGIN OF ty_seqnum,
prefix TYPE c LENGTH 1,
num TYPE n LENGTH 3,
END OF ty_seqnum
|
||
| 6 | TY_SUBTY_BUFFER | Private | See coding | 20101027 | BEGIN OF ty_subty_buffer,
otype TYPE otype,
subobj TYPE hr_arch_sub,
infty TYPE infotyp,
ra_subty TYPE arch_object_range_t,
END OF ty_subty_buffer
|
Method Signatures
Method ARCH_DEF_APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ARCH_DEF | Call by reference | Type reference (TYPE) | HRP_ARCH_DEF_T | table type for arch_def | 20101004 | |||
| 2 | IV_FATHER | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20101004 | |||
| 3 | IV_PREFIX | Call by reference | Type reference (TYPE) | C | 20101004 | ||||
| 4 | IV_SON | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20101004 | |||
| 5 | IV_WRITEONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method ARCH_DEF_APPEND on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method ARCH_DELE_APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ARCH_DEL | Call by reference | Type reference (TYPE) | HRP_ARCH_DELE_T | ARCH_DELE | 20101004 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABLE_DEL | Tables from which entries are deleted | 20101004 |
Method ARCH_DELE_APPEND on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method BADI_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJKEY | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_S | Archiving object Key structure | 20101005 | |||
| 2 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 | |||
| 3 | IV_TODATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20101004 | |||
| 4 | RV_IS_OK | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method BADI_CHECK on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method BADI_WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | SY-TABIX | SYST-TABIX as Structure | 20101004 | |||
| 2 | IV_PLOGI | Call by reference | Type reference (TYPE) | PLOGI | Table Index HRP* | 20101004 | |||
| 3 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 | |||
| 4 | IV_TODATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20101004 |
Method BADI_WRITE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method CHECK_ARCHIVABILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJKEYS | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_T | Archiving object Key tabletype | 20101004 | |||
| 2 | IV_TODATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20101004 |
Method CHECK_ARCHIVABILITY on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method CHECK_AUTHORITY Signature
Method CHECK_AUTHORITY on class CL_ABSTRACT_PD_ARCH_WRI has no parameter.
Method CHECK_AUTHORITY on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method CHECK_HRP1000 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJDATA | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_DATA_S | Data of Archive Object | 20101004 | |||
| 2 | RV_IS_OK | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method CHECK_HRP1000 on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method CLOSE_ARCHIVE Signature
Method CLOSE_ARCHIVE on class CL_ABSTRACT_PD_ARCH_WRI has no parameter.
Method CLOSE_ARCHIVE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method DETERMINE_INFTYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INFTYS | Call by reference | Type reference (TYPE) | HRP_ARCH_INFTYS_T | table type for ZDP_S_INFTYS | 20101004 | |||
| 2 | IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20101004 | |||
| 3 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method DETERMINE_INFTYS on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method DETERMINE_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REALO | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Table with Enhanced Object IDs | 20101004 | |||
| 2 | IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20101004 | |||
| 3 | IV_PLVAR | Call by reference | Type reference (TYPE) | PLVAR | Plan Version | 20101004 | |||
| 4 | IV_WEGID | Call by reference | Type reference (TYPE) | WEGID | Evaluation Path | 20101004 |
Method DETERMINE_OBJECTS on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method DETERMINE_UNBUFFERED_INFTYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INFTYS | Call by reference | Type reference (TYPE) | HRP_ARCH_INFTYS_T | table type for ZDP_S_INFTYS | 20101004 | |||
| 2 | IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20101004 | |||
| 3 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method DETERMINE_UNBUFFERED_INFTYS on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method EXECUTE_ARCHIVING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 | |||
| 2 | IV_TODATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20101004 |
Method EXECUTE_ARCHIVING on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method FILL_ARCH_DATA_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OTYPE | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Archiving Object - Range | 20101004 | |||
| 2 | IV_TESTMODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method FILL_ARCH_DATA_STRUCTURE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method GET_SUBTY_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SUBTY_RANGE | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Subtypes | 20101004 | |||
| 2 | IV_INFTY | Call by reference | Type reference (TYPE) | INFOTYP | Infotype | 20101004 | |||
| 3 | IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20101004 | |||
| 4 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method GET_SUBTY_RANGE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method OPEN_ARCHIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARCHIVE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 2 | IV_ARCH_OBJ | Call by reference | Type reference (TYPE) | OBJCT_TR01 | Archiving Object | 20101004 | |||
| 3 | IV_COMMENT | Call by reference | Type reference (TYPE) | ADMI_TEXT | Archiving Session Note | 20101004 | |||
| 4 | IV_DELTST | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 5 | IV_DESTROY | Call by reference | Type reference (TYPE) | C | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 6 | IV_PROT | Call by reference | Type reference (TYPE) | ARCH_DETAIL_LOG | Archivierung: Detailprotokoll | 20101022 | |||
| 7 | IV_SNAPSHOT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 8 | IV_WRITST | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method OPEN_ARCHIVE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method PROCESS_SINGLE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJKEY | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_S | Archiving object Key structure | 20101005 | |||
| 2 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method PROCESS_SINGLE_OBJECT on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method PROCESS_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQNR | Call by reference | Type reference (TYPE) | SSEQNR | Number of Infotype Record with Same Key | 20101004 | |||
| 2 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method PROCESS_STRUCTURE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method READ_INFTY1001 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INFTY1001 | Call by reference | Type reference (TYPE) | HRP_ARCH_INFTY1001_T | table type for ZDP_S_INFTY1001 | 20101004 | |||
| 2 | IT_SUBTY_RANGE | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Archiving Object - Range Table | 20101004 | |||
| 3 | IV_OBJKEY | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_S | Archiving object Key structure | 20101004 |
Method READ_INFTY1001 on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method READ_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_OBJDATA | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_DATA_S | Data of Archive Object | 20101004 | |||
| 2 | IV_OBJKEY | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_S | Archiving object Key structure | 20101004 | |||
| 3 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method READ_OBJECT on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method READ_SELOPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELOPT | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Archiving Object - Range Table | 20101004 | |||
| 2 | RR_FIELD | Value transfer | Object reference (TYPE REF TO) | DATA | 20101004 |
Method READ_SELOPT on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method REG_ADDITIONAL_DATA_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ADDNL_ARCH_DEF | Call by reference | Type reference (TYPE) | TTTABNAME | Number of Tables | 20101004 | |||
| 2 | CT_ADDNL_ARCH_DEL | Call by reference | Type reference (TYPE) | TTTABNAME | Number of Tables | 20101004 | |||
| 3 | CT_ADDNL_ARCH_WRI | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20101028 |
Method REG_ADDITIONAL_DATA_STRUC on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method REG_BADI_DATA_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BADI_ARCH_DEF | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20101028 | |||
| 2 | CT_BADI_ARCH_DEL | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20101028 | |||
| 3 | CT_BADI_ARCH_WRI | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20101028 |
Method REG_BADI_DATA_STRUCTURE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method RETRIEVE_ADDITIONAL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | SY-TABIX | SYST-TABIX as Structure | 20101004 | |||
| 2 | IV_PLOGI | Call by reference | Type reference (TYPE) | PLOGI | Table Index HRP* | 20101004 | |||
| 3 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 | |||
| 4 | IV_TODATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20101004 |
Method RETRIEVE_ADDITIONAL_DATA on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method SET_BASE_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WITH_BASE | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110216 |
Method SET_BASE_AUTH on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method SET_FUNCTION_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FUNC_CODE | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110216 |
Method SET_FUNCTION_CODE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method SET_STRUC_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WITH_STRUC | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110216 |
Method SET_STRUC_AUTH on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method UI_CHECK_OBJSELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REALO | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Archiving Object - Range Table | 20101004 | |||
| 2 | IV_WEGID | Call by reference | Type reference (TYPE) | WEGID | Evaluation Path | 20101004 |
Method UI_CHECK_OBJSELECTION on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method UI_CHECK_SUBOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SUBOBJ_NAME | Call by reference | Type reference (TYPE) | HR_ARCH_SUB | Archiving Subobject | 20101004 |
Method UI_CHECK_SUBOBJ on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method UI_F4_FOR_REALO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_REALO | Call by reference | Type reference (TYPE) | ARCH_OBJECT_RANGE_T | Archiving Object - Range Table | 20101004 | |||
| 2 | CV_REALO | Call by reference | Type reference (TYPE) | ARCH_OBJECT | Archiving Object - Range | 20101004 | |||
| 3 | IV_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Current Screen Number | 20101004 | |||
| 4 | IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20101004 | |||
| 5 | IV_PLVAR | Call by reference | Type reference (TYPE) | PLVAR | Plan Version | 20101004 | |||
| 6 | IV_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20101004 |
Method UI_F4_FOR_REALO on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method UI_GET_FIELDVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELDVALUE | Value transfer | Type reference (TYPE) | ANY | 20101004 | ||||
| 2 | IV_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Current Screen Number | 20101004 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | DYNFNAM | Field name | 20101004 | |||
| 4 | IV_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20101004 |
Method UI_GET_FIELDVAL on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method UI_PROGRESS_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IMMEDIATELY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 2 | IV_PROCESSED | Call by reference | Type reference (TYPE) | I | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 | |||
| 3 | IV_TOTAL | Call by reference | Type reference (TYPE) | I | 20101004 |
Method UI_PROGRESS_INDICATOR on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method WRITE_OBJECT_TO_ARCHIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BINDOBJECTS | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20101026 | |||
| 2 | RV_INTERRUPTED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101004 |
Method WRITE_OBJECT_TO_ARCHIVE on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
Method WRITE_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJKEY | Call by reference | Type reference (TYPE) | HRP_ARCHOBJ_KEY_S | HCM Data Protection: PD archiving | 20101027 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20101027 | |||
| 3 | IV_MSGTYPE | Call by reference | Type reference (TYPE) | I | 20101027 |
Method WRITE_TO_LOG on class CL_ABSTRACT_PD_ARCH_WRI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |