SAP ABAP Class CL_INVENTORY_ALV (Superclass for ALV Representation in Display of PI Documents)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
MB (Package) Application development R/3 inventory management
⤷
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_INVENTORY_ALV_TABLE | Class for Representation of Details in PI Document Lists | 20090403 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_INVENTORY_ALV_TREE | Class for Representation of PI Documents as Tree | 20090403 |
Properties
| Class | CL_INVENTORY_ALV | |
| Short Description | Superclass for ALV Representation in Display of PI Documents | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MB | Application development R/3 inventory management |
| Created | 20090403 | 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_INVENTORY_ALV has no interface implemented.
Friends
Class CL_INVENTORY_ALV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | DATA | Table of Non-Postable Documents | 20090423 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Class Constructor to Create the ALV | 20090403 | |
| 2 | Static method | Public | Method | Returns Table of Non-Postable Documents | 20090420 |
Events
Class CL_INVENTORY_ALV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_BEL | Public | See coding | 20090420 | BEGIN OF lty_bel,
iblnr TYPE iseg-iblnr,
werks TYPE iseg-werks,
lgort TYPE iseg-lgort,
gjahr TYPE iseg-gjahr,
bldat TYPE ikpf-bldat,
budat TYPE ikpf-budat,
sperr TYPE ikpf-sperr,
zstat TYPE ikpf-zstat,
dstat TYPE ikpf-dstat.
TYPES END OF lty_bel
|
Method Signatures
Method CREATE_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EREF_ALV | Value transfer | Object reference (TYPE REF TO) | CL_INVENTORY_ALV | Oberklasse für ALV Darstellung bei Anzeige Inventurbelege | 20090403 | |||
| 2 | IS_VARIANT | Call by reference | Type reference (TYPE) | DISVARIANT | enthält die Daten zur extern vorgegebenen Variante | 20110228 | |||
| 3 | IT_BEL | Call by reference | Type reference (TYPE) | STANDARD TABLE | enthält die Tabelle nicht ausbuchbarer Belege | 20090428 | |||
| 4 | IT_FIELD_CATALOG | Call by reference | Type reference (TYPE) | SLIS_T_FIELDCAT_ALV | enthält den Feldkatalog | 20090408 | |||
| 5 | IT_OKCODE | Call by reference | Type reference (TYPE) | STRING | enthält den Funktionscode, nötig für Unterscheidung | 20090423 | |||
| 6 | IT_SORTBY | Call by reference | Type reference (TYPE) | SALV_T_COLUMN | Spalten einer ALV Liste | 20090423 | |||
| 7 | IT_SOURCE_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | enthält die auszugebende Tabelle | 20090421 | |||
| 8 | IV_GROUP_BY_FIELD | Call by reference | Type reference (TYPE) | STRING | enthält das Feld, nach welchem der Tree gegliedert wird | 20090403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) | 20090404 |
Method GET_BEL_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_BEL | Call by reference | Object reference (TYPE REF TO) | DATA | Tabelle der nicht buchabren Belege | 20090423 |
Method GET_BEL_TABLE on class CL_INVENTORY_ALV has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |