SAP ABAP Class CL_SRM_UDT_TEST (Text Class for Update Task Tests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_GENERIC_SP (Package) Records Management Generic Service Provider
⤷
⤷
Properties
| Class | CL_SRM_UDT_TEST | |
| Short Description | Text Class for Update Task Tests | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRM_GENERIC_SP | Records Management Generic Service Provider |
| Created | 20050425 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRM_UDT_TEST has no forward declaration.
Interfaces
Class CL_SRM_UDT_TEST has no interface implemented.
Friends
Class CL_SRM_UDT_TEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'TEST' | Anchor in Herbert's Reference Model | 20050504 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'A2' | 20050504 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'A3' | 20050504 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'SRM_MOD02 4278A0F99EFB453EE10000000A1146E5 ' | 20050504 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SRMBOOLEAN | Boolean: Possible Values IF_SRM=>TRUE / FALSE | 20050504 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SRMBOOLEAN | Boolean: Possible Values IF_SRM=>TRUE / FALSE | 20050504 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRM_GENERIC_SP | GSP 2: Interface for Document Connection | 20050504 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRM_SRM_CLIENT_SERVICE | Interface for Client-Specific Service Functions | 20050504 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20050504 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20050504 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRM_SRM_SERVICE | SRM Service | 20050504 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | Records Managment System ID | 20050504 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | Element Type ID | 20050504 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050504 | |
| 2 | Instance method | Public | Method | Generate a Document | 20050504 | |
| 3 | Instance method | Public | Method | Generate a Record | 20050504 | |
| 4 | Instance method | Public | Method | Add a New Variant | 20050504 | |
| 5 | Instance method | Public | Method | Delete the Document | 20050504 | |
| 6 | Instance method | Public | Method | Delete the Document | 20050504 | |
| 7 | Instance method | Public | Method | Close Record Creation | 20050504 | |
| 8 | Instance method | Private | Method | Get Contents of the Notes | 20050504 | |
| 9 | Instance method | Public | Method | Query the Instance POID | 20050504 | |
| 10 | Instance method | Public | Method | Query the Model POID | 20050504 | |
| 11 | Instance method | Public | Method | Read the Record Elements | 20050504 | |
| 12 | Instance method | Public | Method | Generates information about created versions | 20050504 | |
| 13 | Instance method | Public | Method | Insert an Element in a Record | 20050504 | |
| 14 | Instance method | Private | Method | Set Contents of the Notes | 20050504 | |
| 15 | Instance method | Private | Method | Convert STRING into Table SRMGS_ASCII_CONTENT | 20050504 | |
| 16 | Instance method | Private | Method | Convert Table SRMGS_ASCII_CONTENT into STRING | 20050504 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ZCX_SRM_UDT_TEST | Instance Event (0) |
Private (0) |
20050504 |
Types
Class CL_SRM_UDT_TEST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DO_COMMIT | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Automatisches Commit (Ja/Nein) | 20050504 | |||
| 2 | IM_DO_UPDATE_TASK | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Ausführungen im Update Task (Ja/Nein) | 20050504 | |||
| 3 | IM_RMS_ID | Value transfer | Type reference (TYPE) | STRING | Records Management ID | 20050504 | |||
| 4 | IM_SPS_ID | Value transfer | Type reference (TYPE) | STRING | Elementart ID | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method CREATE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 20050504 | |||
| 2 | IM_DOC_ID | Value transfer | Type reference (TYPE) | STRING | Eindeutige Document ID | 20050504 | |||
| 3 | R_IF_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_SRM_DOCUMENT | Referenz auf das erzeugte Dokument | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method CREATE_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 20050504 | |||
| 2 | IM_DOC_ID | Value transfer | Type reference (TYPE) | STRING | Eindeutige Document ID | 20050504 | |||
| 3 | IM_FINISH | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Abspeichern und Schiessen | 20050504 | |||
| 4 | IM_MODEL_ID | Call by reference | Type reference (TYPE) | STRING | 20051108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method CREATE_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTENT | Value transfer | Type reference (TYPE) | STRING | ASCII content | 20050504 | |||
| 2 | IM_CREATE_NEW_LOG_VERSION | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Erezugen einer neuen logischen Version | 20050504 | |||
| 3 | IM_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 20050504 | |||
| 4 | IM_DOCUMENT_ID | Value transfer | Type reference (TYPE) | STRING | Eindeutige Dokument-ID | 20050504 | |||
| 5 | IM_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20050504 | ||||
| 6 | IM_IS_FILE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | SPACE | content wird aus datei geladen | 20050504 | ||
| 7 | IM_PATH | Call by reference | Type reference (TYPE) | STRING | 20050504 | ||||
| 8 | R_IF_VARIANT | Value transfer | Object reference (TYPE REF TO) | IF_SRM_VARIANT | Referenz auf die erzeugt Variante | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method DELETE_DOCUMENT Signature
Method DELETE_DOCUMENT on class CL_SRM_UDT_TEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method DELETE_RECORD Signature
Method DELETE_RECORD on class CL_SRM_UDT_TEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method FINISH_RECORD Signature
Method FINISH_RECORD on class CL_SRM_UDT_TEST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ASCII_CONTENT | Value transfer | Type reference (TYPE) | STRING | Note Content | 20050504 |
Method GET_CONTENT on class CL_SRM_UDT_TEST has no exception.
Method GET_INSTANCE_POID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INSTANCE_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20050504 |
Method GET_INSTANCE_POID on class CL_SRM_UDT_TEST has no exception.
Method GET_MODEL_POID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MODEL_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20050504 |
Method GET_MODEL_POID on class CL_SRM_UDT_TEST has no exception.
Method GET_RECORD_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OPEN_RECORD | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Öffnene der Akte vor dem Hinzufügen | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method GET_VERSION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTIES | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Table with information about document version | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method INSERT_ELEMENT_INTO_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ANCHOR | Value transfer | Type reference (TYPE) | STRING | 20050504 | ||||
| 2 | IM_DOC_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20050504 | |||
| 3 | IM_ELEMENT_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung des einzufügenden Elementes | 20050504 | |||
| 4 | IM_OPEN_RECORD | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Öffnene der Akte vor dem Hinzufügen | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method SET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ASCII_CONTENT | Value transfer | Type reference (TYPE) | STRING | Note Content | 20050504 | |||
| 2 | IM_IF_TAB_CONTENT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_GSP_TAB_TRANSFER | Access to Content Using Tables | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SOA: Fall | 20050504 |
Method STR_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STR | Value transfer | Type reference (TYPE) | STRING | String Value | 20050504 | |||
| 2 | R_TAB | Value transfer | Type reference (TYPE) | SRMGS_ASCII_CONTENT | Table Value (SRMGS_ASCII_CONTENT) | 20050504 |
Method STR_TO_TAB on class CL_SRM_UDT_TEST has no exception.
Method TAB_TO_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TAB | Value transfer | Type reference (TYPE) | SRMGS_ASCII_CONTENT | Table value (SRMGS_ASCII_CONTENT) | 20050504 | |||
| 2 | R_STR | Value transfer | Type reference (TYPE) | STRING | String Value | 20050504 |
Method TAB_TO_STR on class CL_SRM_UDT_TEST has no exception.
Event Signatures
Event ZCX_SRM_UDT_TEST Signature
Event ZCX_SRM_UDT_TEST on class CL_SRM_UDT_TEST has no parameter.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |