SAP ABAP Class CL_RSD_IOBJ_UTILITIES (Utility Methods InfoObjects)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSD (Package) BW: Data Basis InfoObjects and Core Services
⤷
⤷
Properties
| Class | CL_RSD_IOBJ_UTILITIES | |
| Short Description | Utility Methods InfoObjects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSD | BW: Data Basis InfoObjects and Core Services |
| Created | 20050124 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSD_IOBJ_UTILITIES has no interface implemented.
Friends
Class CL_RSD_IOBJ_UTILITIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSDREFOBJTP | 'F' | "Field for Business Object Node" Reference Object | 20050810 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSDREFOBJTP | 'G' | "Global Data Type" Reference Object | 20050810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generates a Unique InfoObject Name | 20050124 | |
| 2 | Instance method | Private | Method | Ensures that the name does not exceed the maximum length | 20050124 | |
| 3 | Instance method | Private | Method | Checks if there is already an InfoObject with this name | 20050124 | |
| 4 | Static method | Public | Method | Filters InfoObjects that are within the same scope | 20060131 | |
| 5 | Instance method | Private | Method | Returns the last digit of the InfoObject | 20050124 | |
| 6 | Instance method | Private | Method | Returns the Length of the InfoObject Name | 20080212 | |
| 7 | Instance method | Private | Method | Returns the maximum length of an InfoObject name | 20050124 | |
| 8 | Static method | Public | Method | Returns maximum length of a name in the partner namespace | 20051130 | |
| 9 | Instance method | Public | Method | Returns Use in InfoProviders | 20070315 | |
| 10 | Instance method | Private | Method | Is Name Too Long? | 20080212 | |
| 11 | Static method | Public | Method | Does InfoObject 0recordmode? | 20080128 |
Events
Class CL_RSD_IOBJ_UTILITIES has no event.
Types
Class CL_RSD_IOBJ_UTILITIES has no local type.
Method Signatures
Method CREATE_UNIQUE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | Eindeutiger, abgeleiteter InfoObject Name | 20050124 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20071218 | |||
| 3 | I_IOBJNM_TEMPLATE | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Namen, von dem der neue Name abgeleitet wird | 20050124 | |||
| 4 | I_TH_TLOGO | Call by reference | Type reference (TYPE) | RSO_TH_TLOGO | Aktuell bearbeitete Objekte | 20071204 |
Method CREATE_UNIQUE_NAME on class CL_RSD_IOBJ_UTILITIES has no exception.
Method ENSURE_LENGTH_CONSTRAINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM | Value transfer | Type reference (TYPE) | RSDIOBJNM | InfoObject Name (u.U. gekürzt) | 20071218 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20071218 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Name | 20050124 | |||
| 4 | I_IOBJNM_WO_NUMBER | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Name ohne Ziffer | 20050124 | |||
| 5 | I_NUMBER | Call by reference | Type reference (TYPE) | I | Ziffer | 20050124 | |||
| 6 | I_NUMBER_OFFSET | Call by reference | Type reference (TYPE) | I | Offset | 20050124 |
Method ENSURE_LENGTH_CONSTRAINT on class CL_RSD_IOBJ_UTILITIES has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXISTS | Call by reference | Type reference (TYPE) | RS_BOOL | Name existiert bereits | 20050124 | |||
| 2 | E_INVALID | Call by reference | Type reference (TYPE) | RS_BOOL | Name ist ungültig | 20080404 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Name | 20050124 | |||
| 4 | I_TH_TLOGO | Call by reference | Type reference (TYPE) | RSO_TH_TLOGO | Aktuell bearbeitete Objekte | 20071204 |
Method EXISTS on class CL_RSD_IOBJ_UTILITIES has no exception.
Method FILTER_RELIABLE_INFOOBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_SAME_SCOPE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20060131 | |||
| 2 | I_S_TLOGO | Call by reference | Type reference (TYPE) | RSO_S_TLOGO | BW Repository: TLOGO Objekt und Typ | 20060131 | |||
| 3 | I_T_IOBJ | Call by reference | Type reference (TYPE) | RSD_T_IOBJ | Zu filternde InfoObjects | 20060131 | |||
| 4 | R_T_IOBJ | Value transfer | Type reference (TYPE) | RSD_T_IOBJ | Gefilterte Menge an InfoObjects | 20060131 |
Method FILTER_RELIABLE_INFOOBJECTS on class CL_RSD_IOBJ_UTILITIES has no exception.
Method GET_ENDING_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IOBJNM_WO_NUMBER | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Name, ohne Ziffer | 20050124 | |||
| 2 | E_NUMBER | Value transfer | Type reference (TYPE) | I | Ziffer (falls keine gefunden wird -> '0') | 20050124 | |||
| 3 | E_NUMBER_OFFSET | Call by reference | Type reference (TYPE) | I | Offset der Ziffer | 20050124 | |||
| 4 | I_IOBJNM_TEMPLATE | Value transfer | Type reference (TYPE) | RSDIOBJNM | InfoObject Name, von dem der neue Name abgeleitet wird | 20050124 |
Method GET_ENDING_NUMBER on class CL_RSD_IOBJ_UTILITIES has no exception.
Method GET_LENGTH_OF_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LENGTH | Call by reference | Type reference (TYPE) | I | Länge | 20080212 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20080212 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject | 20080212 |
Method GET_LENGTH_OF_NAME on class CL_RSD_IOBJ_UTILITIES has no exception.
Method GET_MAXIMUM_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MAX_LENGTH | Value transfer | Type reference (TYPE) | I | Maximale Länge | 20071218 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20071218 | |||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject Name | 20050124 |
Method GET_MAXIMUM_LENGTH on class CL_RSD_IOBJ_UTILITIES has no exception.
Method GET_MAXIMUM_PARTNER_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAMESPACE | Call by reference | Type reference (TYPE) | NAMESPACE | Namensraum | 20051130 | |||
| 2 | I_NSPACEGEN | Call by reference | Type reference (TYPE) | NAMESPACE | Namensraum | 20051130 | |||
| 3 | R_MAXLENGTH | Value transfer | Type reference (TYPE) | I | Maximale Länge | 20051130 |
Method GET_MAXIMUM_PARTNER_LENGTH on class CL_RSD_IOBJ_UTILITIES has no exception.
Method GET_USAGE_IN_INFOPROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20070315 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20070315 | ||
| 3 | I_TH_TLOGO | Call by reference | Type reference (TYPE) | RSO_TH_TLOGO | BW Repository: Liste (Hash) von TLOGO Objekt und Typ | 20070315 | |||
| 4 | R_T_OBJ_USED | Value transfer | Type reference (TYPE) | RSO_T_TLOGO_ASC | BW Repository: Tabelle von Objekten und Assoziationstyp | 20070315 |
Method GET_USAGE_IN_INFOPROVIDER on class CL_RSD_IOBJ_UTILITIES has no exception.
Method IS_NAME_TOO_LONG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LENGTH | Call by reference | Type reference (TYPE) | I | Länge des InfoObject Namens | 20080212 | |||
| 2 | E_MAX_LENGTH | Call by reference | Type reference (TYPE) | I | Maximale Länge | 20080212 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20080212 | |||
| 4 | E_TOO_LONG | Call by reference | Type reference (TYPE) | RS_BOOL | Name ist zu lang | 20080212 | |||
| 5 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject | 20080212 |
Method IS_NAME_TOO_LONG on class CL_RSD_IOBJ_UTILITIES has no exception.
Method IS_RECORDMODE_CONTAINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080128 | ||
| 2 | I_IGNORE_BCTCOMP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080128 | ||
| 3 | I_IOBJNM | Value transfer | Type reference (TYPE) | RSD_IOBJNM | 20080128 | ||||
| 4 | I_OBJVERS | Call by reference | Type reference (TYPE) | RS_OBJVERS | RS_C_OBJVERS-ACTIVE | 20080128 | |||
| 5 | I_WITH_APPENDS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20080128 | ||
| 6 | I_WITH_DTEL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20080128 | ||
| 7 | R_CONTAINED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080128 |
Method IS_RECORDMODE_CONTAINED on class CL_RSD_IOBJ_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |