SAP ABAP Class CL_ILM_SPOOL_PAR (ILM Spool Settings)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-RSE (Application Component) Technical reuse
⤷
S_ARC_ILM_GENERAL (Package) General ILM Functions and Objects
⤷
⤷
Properties
| Class | CL_ILM_SPOOL_PAR | |
| Short Description | ILM Spool Settings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ARC_ILM_GENERAL | General ILM Functions and Objects |
| Created | 20130131 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILM_SPOOL_PAR has no forward declaration.
Interfaces
Class CL_ILM_SPOOL_PAR has no interface implemented.
Friends
Class CL_ILM_SPOOL_PAR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ILM_OBJECT_KIND | 'A' | Archiving Object | 20130131 | ||
| 2 | Constant | Public | Type reference (TYPE) | ILM_OBJECT_KIND | 'D' | 20130131 |
Methods
Events
Class CL_ILM_SPOOL_PAR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SPOOL_PAR | Public | See coding | 20130131 | BEGIN OF ty_s_spool_par,
pri TYPE pri_params,
arc TYPE arc_params,
END OF ty_s_spool_par
|
||
| 2 | TY_S_SPOOL_PARAM | Public | See coding | 20130131 | BEGIN OF ty_s_spool_param,
name TYPE ilm_spool_param_name,
value TYPE ilm_spool_param_value,
END OF ty_s_spool_param
|
||
| 3 | TY_S_SPOOL_PARAM_SET | Public | See coding | 20130131 | BEGIN OF ty_s_spool_param_set,
object_name TYPE ilm_object_name,
object_kind TYPE ilm_object_kind,
params TYPE ty_t_spool_param,
END OF ty_s_spool_param_set
|
||
| 4 | TY_T_SPOOL_PARAM | Public | See coding | 20130131 | ty_t_spool_param TYPE SORTED TABLE OF ty_s_spool_param WITH UNIQUE KEY name
|
Method Signatures
Method CHECK_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130131 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM# | 20130201 |
Method DELETE_ILM_SPOOL_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130131 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130131 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | TY_T_SPOOL_PARAM | Spool-Parameter | 20130131 |
Method DELETE_ILM_SPOOL_CUSTOMIZING on class CL_ILM_SPOOL_PAR has no exception.
Method GET_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20130131 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20130131 |
Method GET_COMPONENTS on class CL_ILM_SPOOL_PAR has no exception.
Method GET_ILM_SPOOL_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130131 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130131 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | TY_T_SPOOL_PARAM | Spool-Parameter | 20130131 |
Method GET_ILM_SPOOL_CUSTOMIZING on class CL_ILM_SPOOL_PAR has no exception.
Method GET_ILM_SPOOL_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130201 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130201 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | TY_T_SPOOL_PARAM | 20130201 |
Method GET_ILM_SPOOL_DEFAULT on class CL_ILM_SPOOL_PAR has no exception.
Method GET_ILM_SPOOL_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ARCHIVE_PARAMETERS | Call by reference | Type reference (TYPE) | ARC_PARAMS | Struktur zur Übergabe von Archivierungsparametern | 20130131 | |||
| 2 | ES_PRINT_PARAMETERS | Call by reference | Type reference (TYPE) | PRI_PARAMS | Struktur zur Übergabe von Archivierungsparametern | 20130131 | |||
| 3 | IT_SPOOL_PARAMETERS | Call by reference | Type reference (TYPE) | TY_T_SPOOL_PARAM | Spool-Parameter | 20130131 | |||
| 4 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130131 | |||
| 5 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130131 | |||
| 6 | IV_REPORT | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm | 20130131 | |||
| 7 | IV_USER | Call by reference | Type reference (TYPE) | SYST_UNAME | ABAP-Systemfeld: Name des aktuellen Benutzers | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM# | 20130201 |
Method GET_OBJECT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KIND | Call by reference | Type reference (TYPE) | ILM_OBJECT_KIND | Objektart | 20130201 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | ILM_OBJECT_NAME | Objektname | 20130201 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20130201 |
Method GET_OBJECT_TEXT on class CL_ILM_SPOOL_PAR has no exception.
Method PARAMS_CONVERT_STRUC_2_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAM | Call by reference | Type reference (TYPE) | TY_S_SPOOL_PAR | 20130131 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_T_SPOOL_PARAM | 20130131 |
Method PARAMS_CONVERT_STRUC_2_TAB on class CL_ILM_SPOOL_PAR has no exception.
Method PARAMS_CONVERT_TAB_2_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAM | Call by reference | Type reference (TYPE) | TY_T_SPOOL_PARAM | 20130131 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_S_SPOOL_PAR | 20130131 |
Method PARAMS_CONVERT_TAB_2_STRUC on class CL_ILM_SPOOL_PAR has no exception.
Method RAISE_EXCEPTION Signature
Method RAISE_EXCEPTION on class CL_ILM_SPOOL_PAR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM# | 20130201 |
Method SET_ILM_SPOOL_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SPOOL_PARAMETER_SET | Call by reference | Type reference (TYPE) | TY_S_SPOOL_PARAM_SET | 20130131 |
Method SET_ILM_SPOOL_CUSTOMIZING on class CL_ILM_SPOOL_PAR has no exception.
Method SET_ILM_SPOOL_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SPOOL_PARAMETER | Call by reference | Type reference (TYPE) | ILM_T_SPOOL_PAR | ILM Spool-Parameter | 20130131 |
Method SET_ILM_SPOOL_PARAM on class CL_ILM_SPOOL_PAR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |