SAP ABAP Class CL_ABAP_EXPIMP_SHBUF (Class for EXPORT TO/IMPORT FROM SHARED BUFFER (Obsolete))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
ABAP_EXPIMP (Package) Package for EXPORT IMPORT
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_EXPIMP | Abstract Superclass for All EXPORT/IMPORT Classes (Obsolete) | 20001030 |
Properties
| Class | CL_ABAP_EXPIMP_SHBUF | |
| Short Description | Class for EXPORT TO/IMPORT FROM SHARED BUFFER (Obsolete) | |
| Super Class | CL_ABAP_EXPIMP | Abstract Superclass for All EXPORT/IMPORT Classes (Obsolete) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ABAP_EXPIMP | Package for EXPORT IMPORT |
| Created | 20001030 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_ABAP_EXPIMP_SHBUF has no interface implemented.
Friends
Class CL_ABAP_EXPIMP_SHBUF has no friend class.
Attributes
Class CL_ABAP_EXPIMP_SHBUF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes the Data Cluster for a Given (Part. Qualified) Key | 20001030 | |
| 2 | Instance method | Public | Method | Deletes the Entire Cross-Transaction Application Buffer | 20001030 | |
| 3 | Instance method | Public | Method | Directory of Data Objects for a Given Key | 20001030 | |
| 4 | Instance method | Public | Method | Gets the Key for a Given (Partially Qualified) Key | 20001030 | |
| 5 | Instance method | Public | Method | Gets Next Level for a Given (Partially Qualified) Key | 20001030 |
Events
Class CL_ABAP_EXPIMP_SHBUF has no event.
Types
Class CL_ABAP_EXPIMP_SHBUF has no local type.
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | RELID | Relations-ID | 20001030 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20001030 | |||
| 3 | CLIENT_SPECIFIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 4 | GENERIC_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 5 | ID | Call by reference | Type reference (TYPE) | CLIKE | 20001030 | ||||
| 6 | TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20001030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPORT/IMPORT: wrong CLIENT specification | 20001030 | ||
| 2 | EXPORT/IMPORT: incorrect use of GENERIC | 20001030 | ||
| 3 | EXPORT/IMPORT: the given key is not properly formed | 20001030 |
Method DELETE_ALL Signature
Method DELETE_ALL on class CL_ABAP_EXPIMP_SHBUF has no parameter.
Method DELETE_ALL on class CL_ABAP_EXPIMP_SHBUF has no exception.
Method GET_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | RELID | Relations-ID | 20001030 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20001030 | |||
| 3 | DIRECTORY | Call by reference | Type reference (TYPE) | TAB_CDIR | table of DIR_STRUs | 20001030 | |||
| 4 | ID | Call by reference | Type reference (TYPE) | CLIKE | 20001030 | ||||
| 5 | TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20001030 |
Method GET_DIRECTORY on class CL_ABAP_EXPIMP_SHBUF has no exception.
Method GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | RELID | Relations-ID | 20001030 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20001030 | |||
| 3 | CLIENT_SPECIFIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 4 | GENERIC_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 5 | ID | Call by reference | Type reference (TYPE) | CLIKE | 20001030 | ||||
| 6 | KEYTAB | Call by reference | Type reference (TYPE) | TABLE | 20001030 | ||||
| 7 | TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20001030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPORT/IMPORT: wrong CLIENT specification | 20001030 | ||
| 2 | EXPORT/IMPORT: the given key is not properly formed | 20001120 | ||
| 3 | EXPORT/IMPORT: table lines are too short | 20001030 |
Method GET_NEXT_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA | Call by reference | Type reference (TYPE) | RELID | Relations-ID | 20001030 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20001030 | |||
| 3 | CLIENT_SPECIFIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 4 | GENERIC_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20001030 | |||
| 5 | ID | Call by reference | Type reference (TYPE) | CLIKE | 20001030 | ||||
| 6 | LEVELTAB | Call by reference | Type reference (TYPE) | TABLE | 20001030 | ||||
| 7 | TABNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Tabellenname | 20001030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EXPORT/IMPORT: wrong CLIENT specification | 20001030 | ||
| 2 | EXPORT/IMPORT: the given key is not properly formed | 20001120 | ||
| 3 | EXPORT/IMPORT: table lines are too short | 20001030 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 610 |