SAP ABAP Class CL_RSO_WD_COMPONENT_ASSISTANCE (Assistance Class for Metadata Repository)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_EXTENSION (Package) BW Repository (Parts Not Within CORE)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20070731 |
Properties
| Class | CL_RSO_WD_COMPONENT_ASSISTANCE | |
| Short Description | Assistance Class for Metadata Repository | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSO | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSO_EXTENSION | BW Repository (Parts Not Within CORE) |
| Created | 20070731 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSO_WD_COMPONENT_ASSISTANCE has no forward declaration.
Interfaces
Class CL_RSO_WD_COMPONENT_ASSISTANCE has no interface implemented.
Friends
Class CL_RSO_WD_COMPONENT_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSO_T_TLOGO | BW Repository: Table of TLOGO Objects (with Type) | 20070802 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes a Document from the Database | 20070803 | |
| 2 | Instance method | Public | Method | Reads a Document from the Database | 20070803 | |
| 3 | Instance method | Public | Method | Reads the List of Documents of a User | 20070803 | |
| 4 | Instance method | Public | Method | Start MMR Call in Background | 20070803 | |
| 5 | Instance method | Public | Method | Writes a Document to the Database | 20070803 |
Events
Class CL_RSO_WD_COMPONENT_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_COMPDIR_COMPIC | Public | See coding | Query Element Property | 20120320 | BEGIN OF t_s_compdir_compic.
INCLUDE TYPE v_compdir_compic.
TYPES: genuniid TYPE rsz_uid,
END OF t_s_compdir_compic
|
|
| 2 | T_S_PROPS | Public | See coding | Properties of a TLOGO Type for Display List | 20090917 | BEGIN OF t_s_props,
icon TYPE rso_s_object_list-icon,
tlogo TYPE rso_s_object_list-tlogo,
txtlg TYPE rso_s_object_list-txtlg,
icon_tooltip TYPE rso_s_object_list-icon_tooltip,
END OF t_s_props
|
|
| 3 | T_TH_COMPDIR_COMPIC | Public | See coding | List of Query Element Properties | 20120320 | t_th_compdir_compic TYPE HASHED TABLE OF t_s_compdir_compic WITH UNIQUE KEY compuid
|
|
| 4 | T_T_TEXT | Public | See coding | Table with Text | 20120315 | t_t_text TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
|
| 5 | T_T_TLOGO_TYPES | Public | See coding | Display Variant for TLOGO Type Table | 20090918 | t_t_tlogo_types TYPE HASHED TABLE OF t_s_props WITH UNIQUE KEY tlogo
|
Method Signatures
Method DELETE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20070803 | |||
| 2 | I_WRITEDATE | Call by reference | Type reference (TYPE) | SYDATE | Datum-Datenelement fuer SYST | 20070803 | |||
| 3 | I_WRITETIME | Call by reference | Type reference (TYPE) | SYTIME | TIME-Datenelement fuer SYST | 20070803 |
Method DELETE_DOCUMENT on class CL_RSO_WD_COMPONENT_ASSISTANCE has no exception.
Method READ_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_MMR_MIMES | Call by reference | Type reference (TYPE) | RSO_MMR_MIMES | BI Metadata Repository: Im Batch berechnete Dokumente | 20070803 | |||
| 2 | I_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20070803 | |||
| 3 | I_WRITEDATE | Call by reference | Type reference (TYPE) | SYDATE | Datum-Datenelement fuer SYST | 20070803 | |||
| 4 | I_WRITETIME | Call by reference | Type reference (TYPE) | SYTIME | TIME-Datenelement fuer SYST | 20070803 |
Method READ_DOCUMENT on class CL_RSO_WD_COMPONENT_ASSISTANCE has no exception.
Method READ_DOCUMENT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MMR_MIMES | Call by reference | Type reference (TYPE) | RSO_T_MMR_MIMES | Übersicht Dokumente | 20070803 | |||
| 2 | I_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20070803 |
Method READ_DOCUMENT_LIST on class CL_RSO_WD_COMPONENT_ASSISTANCE has no exception.
Method START_BATCH_PROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | XSTRING | Eingabe Daten | 20070803 | |||
| 2 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20070803 | |||
| 3 | I_DOCUMENTID | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20070803 | |||
| 4 | I_ICON | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20070803 | |||
| 5 | I_MIMETYPE | Call by reference | Type reference (TYPE) | CHAR128 | MimeType im Broadcasting Framework | 20070803 | |||
| 6 | I_T_PARAM | Call by reference | Type reference (TYPE) | RSO_MMR_T_PARAM | BW Repository MMR Anschluß: Parametertabelle für RFC | 20070803 | |||
| 7 | I_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20070803 |
Method START_BATCH_PROCESSING on class CL_RSO_WD_COMPONENT_ASSISTANCE has no exception.
Method WRITE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MMR_MIMES | Call by reference | Type reference (TYPE) | RSO_MMR_MIMES | BI Metadata Repository | 20070803 |
Method WRITE_DOCUMENT on class CL_RSO_WD_COMPONENT_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |