SAP ABAP Interface IF_RMPS_SUBCOMPONENT_PART (Part Functions)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_PRO_FILEPLAN (Package) PRO: Fileplan - Folders and so on
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_SUBCOMPONENT_PART | PRO: Part | 20040227 |
Properties
| Interface | IF_RMPS_SUBCOMPONENT_PART | |
| Short Description | Part Functions |
General Data
| Package | RMPS_PRO_FILEPLAN | PRO: Fileplan - Folders and so on |
| Created | 20030825 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SRM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RMPS_SUBCOMPONENT_PART has no interface.
Friends
Interface IF_RMPS_SUBCOMPONENT_PART has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_REQUEST_PAR_PART_POID | Constant | Public | Type reference (TYPE) | STRING | 'RMPS_PART_POID' | ID request param.: POID of part that sent request | 20040830 | |
| 2 | C_TYPE_PRO_PART | Constant | Public | Type reference (TYPE) | STRING | 'PROPART' | 20040312 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get POID from Attribute "Current Part" | 20040322 | |
| 2 | Instance method | Public | Method | Close Current Part | 20040227 | |
| 3 | Instance method | Public | Method | Check old parts and close if necessary | 20050427 | |
| 4 | Instance method | Public | Method | Create Part | 20040426 | |
| 5 | Instance method | Public | Method | Check whether all documents in part are declared | 20060223 | |
| 6 | Instance method | Public | Method | Get Base Control | 20040803 | |
| 7 | Static method | Public | Method | Get POID of sending part from request if available | 20040830 | |
| 8 | Instance method | Public | Method | Add New Part to Folder | 20040311 | |
| 9 | Instance method | Public | Method | Part is closed | 20050803 | |
| 10 | Instance method | Public | Method | Create New Part in Folder | 20040227 |
Events
Interface IF_RMPS_SUBCOMPONENT_PART has no event.
Types
Interface IF_RMPS_SUBCOMPONENT_PART has no local type.
Method Signatures
Method ATTRIBUTE_CURRENT_PART_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BACKEND | Call by reference | Object reference (TYPE REF TO) | IF_SCMG_CASE | Case Interface | 20040322 | |||
| 2 | RE_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20040322 |
Method CLOSE_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CLOSED | Value transfer | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE: war schon geschlossen oder wurde geschlossen | 20050729 | |||
| 2 | EX_NUM_CLOSED | Call by reference | Type reference (TYPE) | I | 1: wurde geschlossen | 20050729 | |||
| 3 | IM_BACKEND | Call by reference | Object reference (TYPE REF TO) | IF_SCMG_CASE | Case Interface | 20040323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20040617 |
Method CLOSE_PREVIOUS_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BACKEND | Call by reference | Object reference (TYPE REF TO) | IF_SCMG_CASE | Case Interface | 20050427 | |||
| 2 | IM_PARTS_TO_CLOSE | Call by reference | Type reference (TYPE) | SRM_LIST_POID_INTERFACE | Wenn leer, dann alle offenen | 20050627 | |||
| 3 | RE_CLOSED | Value transfer | Type reference (TYPE) | I | 20050627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20050427 |
Method CREATE_PART Signature
Method CREATE_PART on Interface IF_RMPS_SUBCOMPONENT_PART has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040426 |
Method DOCUMENTS_ALL_DECLARED_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_NON_DECLARED_DOCUMENTS | Call by reference | Type reference (TYPE) | SRM_REC_ELEM_TAB | table of record elements | 20060223 | |||
| 2 | IM_FIND_ANY | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20060223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20060223 |
Method GET_BASE_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_BASE_CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_SRM_BASE_CONTROL | SRM Control | 20040803 |
Method GET_BASE_CONTROL on Interface IF_RMPS_SUBCOMPONENT_PART has no exception.
Method GET_PART_POID_FROM_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_SRM_REQUEST | Request | 20040830 | |||
| 2 | RE_PART_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | Falls in Req.-Param. vorhanden: POID des versendenden Parts | 20040830 |
Method GET_PART_POID_FROM_REQUEST on Interface IF_RMPS_SUBCOMPONENT_PART has no exception.
Method INSERT_PART_IN_FOLDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NO_CLOSE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Akten-Backend nicht schliessen | 20050216 | ||
| 2 | IM_SAVE | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Nur im Dialog, sonst wird immer gesichert | 20041006 | ||
| 3 | RE_NEW_PART_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generelle Ausnahme des Case Management | 20060314 | ||
| 2 | 20060314 | |||
| 3 | Basisklasse (abstrakt) | 20040322 |
Method IS_CLOSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_CLOSED | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20050803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20050803 |
Method NEW_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CUT_OFF | Call by reference | Type reference (TYPE) | D | 20050427 | ||||
| 2 | EX_PDIR_ID | Call by reference | Type reference (TYPE) | SRMPOIDID | POID ID | 20040310 | |||
| 3 | EX_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040310 | |||
| 4 | IM_CREATE_FROZEN | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20050729 | ||
| 5 | IM_CUTOFF_EVENT | Call by reference | Type reference (TYPE) | RMPSP_PART_CUT_OFF_EVENT | Ereignis für Abschlussdatum eines Aktenbandes | 20040617 | |||
| 6 | IM_PART_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Attribut "Beschreibung" des neuen Aktenbandes | 20050811 | |||
| 7 | IM_RMS_ID | Call by reference | Type reference (TYPE) | SRMRMSID | RMS ID | 20040312 | |||
| 8 | IM_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_SRM_SRM_SERVICE | SRM Service | 20040312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse (abstrakt) | 20040310 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |