Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class | 20050415 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_DASHBOARD | Dashboard Interface | 20070516 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_METADATA | Metadata for API objects | 20080717 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_ACCESS | ESA: "CRUD"-Interface Pattern | 20050122 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_ACTION | ESA: "Action"-Interface Pattern | 20050122 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_QUERY | ESA: "Query"-Interface-Pattern | 20050122 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PROVIDER_TRANSACTION | ESA: "Transaction"-Interface Pattern | 20050122 |
Properties
| Class | /RPM/CL_BUCKET_API | |
| Short Description | xRPM Bucket Header Provider Class | |
| Super Class | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /RPM/API | xRPM External Interfaces |
| Created | 20050122 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /RPM/CL_BUCKET_API has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /RPM/IF_DASHBOARD | Dashboard Interface | 20070516 | ||
| 2 | /RPM/IF_METADATA | Metadata for API objects | 20080717 | ||
| 3 | /RPM/IF_PROVIDER_ACCESS | ESA: "CRUD"-Interface Pattern | 20050122 | ||
| 4 | /RPM/IF_PROVIDER_ACTION | ESA: "Action"-Interface Pattern | 20050122 | ||
| 5 | /RPM/IF_PROVIDER_QUERY | ESA: "Query"-Interface-Pattern | 20050122 | ||
| 6 | /RPM/IF_PROVIDER_TRANSACTION | ESA: "Transaction"-Interface Pattern | 20050122 |
Friends
Class /RPM/CL_BUCKET_API has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_BUCKET_ITEMS | 20131001 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_BUCKET_ITEMS | 20131001 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_BUCKET_O | Hierarchy bucket operational object | 20050122 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_ENTITY_PROJECT | General object definition | 20050124 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | /RPM/TS_CHANGE_MODE | Object Change Mode | 20050621 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | /RPM/TT_GUID | Table type for sorted unique GUIDs | 20050211 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20050122 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'ASSIGN_TO_CLASSIFICATION' | 20090313 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'DETAIL' | 20050122 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'PROVIDERS' | 20050301 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'PROVIDER_FIELD_INFO' | 20051101 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'STAKEH' | 20050122 | |||
| 13 | Static Attribute | Public | Type reference (TYPE) | STRING | 20090512 | ||||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'CLASSIFICATION_INFO' | 20090316 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'GET_LIST' | 20050122 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | I | 20050330 | ||||
| 17 | Constant | Public | Type reference (TYPE) | STRING | 'EQ' | String | 20090626 | ||
| 18 | Constant | Public | Type reference (TYPE) | STRING | 'I' | Single-Character Flag | 20090626 | ||
| 19 | Static Attribute | Private | Object reference (TYPE REF TO) | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class | 20060419 |
Methods
Events
Class /RPM/CL_BUCKET_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_BUCKET_ITEMS | Private | See coding | 20131001 | tt_bucket_items TYPE TABLE OF ty_bucket_items
|
||
| 2 | TY_BUCKET_ITEMS | Private | See coding | 20131001 | BEGIN OF ty_bucket_items,
portfolio_guid TYPE /rpm/tv_guid,
bucket_guid TYPE /rpm/tv_guid,
item_class TYPE /rpm/tv_item_class,
counts TYPE i,
END OF ty_bucket_items
|
||
| 3 | TY_MODIFICATIONS | Public | Attribute reference (LIKE) | 20050415 | |
Method Signatures
Method ACTION_MANDATORY_FIELD_CHK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20081015 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081015 | ||||
| 3 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20081015 | ||||
| 4 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20081015 | ||||
| 5 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20081015 | |||
| 6 | IN_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20081015 | ||||
| 7 | OUT_REJECTED | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | Boolean | 20081015 |
Method ACTION_MANDATORY_FIELD_CHK on class /RPM/CL_BUCKET_API has no exception.
Method ACTION_SUB_OBJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20081211 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081211 | ||||
| 3 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20081211 | ||||
| 4 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20081211 | ||||
| 5 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20081211 | |||
| 6 | IN_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20081211 | ||||
| 7 | OUT_REJECTED | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | Boolean | 20081211 |
Method ACTION_SUB_OBJECT_CHANGED on class /RPM/CL_BUCKET_API has no exception.
Method BUCKET_UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | /RPM/TV_GUID | Guid for application objects | 20081017 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20081017 | |||
| 3 | IV_PORTFOLIO_GUID | Call by reference | Type reference (TYPE) | RPM_TV_GUID | Guid for application objects | 20081205 |
Method BUCKET_UNLOCK on class /RPM/CL_BUCKET_API has no exception.
Method COMPLETE_LIST_AUTHORIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_AUTHORIZED_OBJECTS | Call by reference | Type reference (TYPE) | ACO_TT_USER | List of Object-Related Authorizations for a User | 20070213 | |||
| 2 | IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070213 | |||
| 3 | IT_ALL_AUTHORIZED_OBJECTS | Call by reference | Type reference (TYPE) | ACO_TT_USER | List of Object-Related Authorizations for a User | 20070213 | |||
| 4 | IT_GUIDS | Call by reference | Type reference (TYPE) | /RPM/TT_GUID | Table type for sorted unique GUIDs | 20070213 | |||
| 5 | IT_STRUCTURE | Call by reference | Type reference (TYPE) | /RPM/TT_OBJECT_HIER | Table Type for Object Hierarchy | 20070213 | |||
| 6 | IV_FROM_EDIT_CLASS | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120711 |
Method COMPLETE_LIST_AUTHORIZATION on class /RPM/CL_BUCKET_API has no exception.
Method CONSIDER_AUTHORIZATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BUCKETS | Call by reference | Type reference (TYPE) | /RPM/TT_BUCKET_DB | Portfolio bucket DB persisted table | 20070213 | |||
| 2 | IS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Portfolio Hierarchy | 20070213 | |||
| 3 | IT_AUTHORIZED_OBJECTS | Call by reference | Type reference (TYPE) | ACO_TT_USER | List of Object-Related Authorizations for a User | 20070213 | |||
| 4 | IT_STRUCTURE | Call by reference | Type reference (TYPE) | /RPM/TT_OBJECT_HIER | Table Type for Object Hierarchy | 20070213 | |||
| 5 | IV_BYPASS_AUTHORIZATIONS | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20071212 | |||
| 6 | IV_INHERIT_FROM | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type in Project Planning | 20070213 |
Method CONSIDER_AUTHORIZATIONS on class /RPM/CL_BUCKET_API has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | R/3-System, aktuelle Sprache | 20050223 |
Method CONSTRUCTOR on class /RPM/CL_BUCKET_API has no exception.
Method CREATE_FINCAP_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | 20060607 | ||||
| 2 | IV_CREATE_CAP_OBJECTS | Call by reference | Type reference (TYPE) | BOOLE | Boolean variable | 20081118 | |||
| 3 | IV_CREATE_FIN_OBJECTS | Call by reference | Type reference (TYPE) | BOOLE | Boolean variable | 20081118 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20060607 |
Method CREATE_FINCAP_OBJECTS on class /RPM/CL_BUCKET_API has no exception.
Method CREATE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | 20050122 | ||||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050122 |
Method CREATE_OBJECT on class /RPM/CL_BUCKET_API has no exception.
Method DO_ACTION_TOP_DOWN_AUTH_CHK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 3 | IN_CHANGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_CHANGE_HANDLER | 20081218 | ||||
| 4 | IN_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20081218 | ||||
| 5 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20081218 | |||
| 6 | IN_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20081218 | ||||
| 7 | OUT_REJECTED | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | Boolean | 20081218 |
Method DO_ACTION_TOP_DOWN_AUTH_CHK on class /RPM/CL_BUCKET_API has no exception.
Method GET_FIELDSERVICE_PROVIDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_SERVICES | Call by reference | Type reference (TYPE) | /RPM/TT_OBJECT_FLD_SERVICES | Tabelle für Objekt-Feld-Services | 20050326 | |||
| 2 | ET_PROVIDERS | Call by reference | Type reference (TYPE) | /RPM/TT_FIELDSERVICE_PROVIDERS | Service-Provider-Tabelle Feld | 20050326 | |||
| 3 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objektkategorie | 20050326 | |||
| 4 | IV_SERVICE_ID | Call by reference | Type reference (TYPE) | /RPM/TV_SERVICE_ID | Service | 20050326 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050326 |
Method GET_INHERITED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INHERIT_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | Bucket API | 20060309 | |||
| 2 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | Bucket API | 20060309 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20060309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RPM-Berechtigungsfehler - Ausnahmeklasse | 20060309 | ||
| 2 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20060309 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | current language | 20060419 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /RPM/CL_OBJECT_API | xRPM Object Provider Super Class | 20060419 |
Method GET_INSTANCE on class /RPM/CL_BUCKET_API has no exception.
Method GET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_EDIT_MODE | Call by reference | Type reference (TYPE) | I | Bearbeitungsmodus Anwendungsobjekte | 20050813 | |||
| 2 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20091124 | |||
| 3 | IS_OBJECTREF | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_KEY_IN | Bereich in Hierarchieschlüssel | 20050122 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RPM-Berechtigungsfehler - Ausnahmeklasse | 20050813 | ||
| 2 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20050122 |
Method GET_OBJECT_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | Bucket API | 20060425 | |||
| 2 | ES_ATTRIBUTES_OLD | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | Bucket API | 20060425 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050628 | |||
| 2 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20050124 | ||
| 3 | RMP: Updatefehler | 20050827 |
Method GET_OBJECT_PROVIDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050302 | |||
| 2 | RT_PROVIDERS | Value transfer | Type reference (TYPE) | /RPM/TT_FIELDSERVICE_PROVIDERS | Objekt-Service-Provider-Liste | 20050302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20050302 |
Method GET_PORTFOLIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECTREF | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_KEY_IN | Bereich in Hierarchieschlüssel | 20050124 | |||
| 2 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Externe ID | 20050124 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050124 | |||
| 4 | RR_PORTFOLIO | Value transfer | Object reference (TYPE REF TO) | /RPM/CL_ENTITY_PROJECT | Allgemeine Objektdefinition | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20050124 |
Method GET_PORTFOLIO_BUCKETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | 20050125 | ||||
| 2 | IS_OBJECTREF | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_KEY_IN | Bereich in Hierarchieschlüssel | 20050124 | |||
| 3 | IV_EXTERNAL_ID | Call by reference | Type reference (TYPE) | RPM_TV_EXTID | Externe ID | 20050124 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050124 | |||
| 5 | RT_BUCKETS | Value transfer | Type reference (TYPE) | /RPM/TT_ENTITIES | RPM-Tabellentyp: Entitätsobjekt | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RPM: Anwendungsobjekt in Datenbank nicht gefunden | 20050124 |
Method MODIFY_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_MODIFICATION | Call by reference | Type reference (TYPE) | TY_MODIFICATION | 20090316 | ||||
| 2 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20090316 |
Method MODIFY_ASSIGNMENT on class /RPM/CL_BUCKET_API has no exception.
Method ON_CHANGES_COMMITED Signature
Method ON_CHANGES_COMMITED on class /RPM/CL_BUCKET_API has no parameter.
Method ON_CHANGES_COMMITED on class /RPM/CL_BUCKET_API has no exception.
Method ON_SAVE_REQUESTED Signature
Method ON_SAVE_REQUESTED on class /RPM/CL_BUCKET_API has no parameter.
Method ON_SAVE_REQUESTED on class /RPM/CL_BUCKET_API has no exception.
Method QUERY_GETLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20050122 | ||||
| 2 | IN_FILL_DATA | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | SPACE | Boolesch | 20050122 | ||
| 3 | IN_FILTER_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20050122 | ||||
| 4 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message-Handler-Schnittstelle | 20050122 | |||
| 5 | IN_QUERY_NAME | Call by reference | Type reference (TYPE) | STRING | 20050122 | ||||
| 6 | IN_QUERY_OPTIONS | Call by reference | Type reference (TYPE) | TY_QUERY_OPTIONS | 20050122 | ||||
| 7 | IN_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | 20050122 | ||||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20050122 | ||||
| 9 | OUT_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20050122 | ||||
| 10 | OUT_QUERY_INFO | Call by reference | Type reference (TYPE) | TY_QUERY_INFO | 20050122 |
Method QUERY_GETLIST on class /RPM/CL_BUCKET_API has no exception.
Method QUERY_GET_CLASSIFICATION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | IN_FILL_DATA | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | Boolean | 20090316 | |||
| 3 | IN_FILTER_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090316 | ||||
| 4 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20090316 | |||
| 5 | IN_QUERY_NAME | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 6 | IN_QUERY_OPTIONS | Call by reference | Type reference (TYPE) | TY_QUERY_OPTIONS | 20090316 | ||||
| 7 | IN_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | 20090316 | ||||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090316 | ||||
| 9 | OUT_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090316 | ||||
| 10 | OUT_QUERY_INFO | Call by reference | Type reference (TYPE) | TY_QUERY_INFO | 20090316 |
Method QUERY_GET_CLASSIFICATION_INFO on class /RPM/CL_BUCKET_API has no exception.
Method QUERY_PROVIDER_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20051101 | ||||
| 2 | IN_FILL_DATA | Call by reference | Type reference (TYPE) | SCOL_BOOLEAN | SPACE | Boolean | 20051101 | ||
| 3 | IN_FILTER_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20051101 | ||||
| 4 | IN_MESSAGE_BUFFER | Call by reference | Object reference (TYPE REF TO) | /RPM/IF_MESSAGE_BUFFER | Message Handler Interface | 20051101 | |||
| 5 | IN_QUERY_NAME | Call by reference | Type reference (TYPE) | STRING | 20051101 | ||||
| 6 | IN_QUERY_OPTIONS | Call by reference | Type reference (TYPE) | TY_QUERY_OPTIONS | Checkbox | 20051101 | |||
| 7 | IN_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMETERS | Checkbox | 20051101 | |||
| 8 | OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20051101 | ||||
| 9 | OUT_KEYS | Call by reference | Type reference (TYPE) | INDEX TABLE | 20051101 | ||||
| 10 | OUT_QUERY_INFO | Call by reference | Type reference (TYPE) | TY_QUERY_INFO | Checkbox | 20051101 |
Method QUERY_PROVIDER_FIELD_INFO on class /RPM/CL_BUCKET_API has no exception.
Method SET_OBJECT_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | /RPM/TS_BUCKET_API | Bereichs-API | 20050122 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20050122 |
Method SET_OBJECT_REFERENCE on class /RPM/CL_BUCKET_API has no exception.
Method SET_PARENT_PORTFOLIO_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CONTEXT | Call by reference | Type reference (TYPE) | /RPM/TS_OBJECT_HIER | Guid for application objects | 20091028 |
Method SET_PARENT_PORTFOLIO_GUID on class /RPM/CL_BUCKET_API has no exception.
Method SET_SERVICE_PROVIDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MODIFICATION | Call by reference | Type reference (TYPE) | TY_MODIFICATION | 20050425 | ||||
| 2 | IT_PROVIDERS | Call by reference | Type reference (TYPE) | /RPM/TT_SERVICE_PROVIDERS | Objekt-Service-Provider-Liste | 20050425 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050425 |
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |