SAP ABAP Class CL_WZRE_READ_VBAK (Read VBAK)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WZRE_EXTERNAL_POSTING (Package) External posting via agency business

⤷

⤷

Properties
Class | CL_WZRE_READ_VBAK | |
Short Description | Read VBAK | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WZRE_EXTERNAL_POSTING | External posting via agency business |
Created | 20111111 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WZRE_READ_VBAK has no forward declaration.
Interfaces
Class CL_WZRE_READ_VBAK has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_WZRE_AB_POSTING_ENGINE | 20111122 | Post via agency business |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TS_BUFFER | 20111111 | |||
2 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WZRE_READ_VBAK | 20111111 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20111111 | |
2 | ![]() |
Instance method | Public | Method | 20111111 | |
3 | ![]() |
Static method | Public | Method | 20111111 | |
4 | ![]() |
Instance method | Public | Method | Fill buffer to avoid single selects | 20111111 |
5 | ![]() |
Instance method | Public | Method | 20111111 |
Events
Class CL_WZRE_READ_VBAK has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTY_S_BUFFER | Protected | See coding | 20111111 | BEGIN OF mty_s_buffer,
key TYPE mty_s_key,
data TYPE vbak,
END OF mty_s_buffer
|
||
2 | MTY_S_KEY | Public | See coding | 20111111 | BEGIN OF mty_s_key,
vbeln TYPE vbeln_va,
END OF mty_s_key
|
||
3 | MTY_TS_BUFFER | Protected | See coding | 20111111 | mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer
WITH UNIQUE KEY key
|
||
4 | MTY_TS_KEY | Public | See coding | 20111111 | mty_ts_key TYPE SORTED TABLE OF mty_s_key
WITH UNIQUE KEY vbeln
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WZRE_READ_VBAK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WZRE_READ_VBAK has no exception.
Method GET_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DATA | Call by reference | Type reference (TYPE) | VBAK | Sales Document: Header Data | 20111111 | ||
2 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | MTY_S_KEY | 20111111 |
Method GET_ENTRY on class CL_WZRE_READ_VBAK has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WZRE_READ_VBAK | 20111111 |
Method GET_INSTANCE on class CL_WZRE_READ_VBAK has no exception.
Method PREFETCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_KEY | Value transfer | Type reference (TYPE) | MTY_TS_KEY | VBELN and POSNR | 20111111 |
Method PREFETCH on class CL_WZRE_READ_VBAK has no exception.
Method REFRESH Signature
Method REFRESH on class CL_WZRE_READ_VBAK has no parameter.
Method REFRESH on class CL_WZRE_READ_VBAK has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |