SAP ABAP Class CL_SRA013_HDB_DAO (Get Purchasing Requisition Item List using HDB)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-GF (Application Component) Basic Functions
⤷
MMPUR_HDB (Package) In-Memory Optimizations for MM-PUR
⤷
⤷
Properties
| Class | CL_SRA013_HDB_DAO | |
| Short Description | Get Purchasing Requisition Item List using HDB | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MMPUR_HDB | In-Memory Optimizations for MM-PUR |
| Created | 20131118 | SAP |
| Last change | 20140121 | 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_SRA013_HDB_DAO has no interface implemented.
Friends
Class CL_SRA013_HDB_DAO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'EBAN' | 20131122 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'PUREQITEM' | 20131122 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_REQD_AUTH | 20131122 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | STRING | 20131124 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | 20131122 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | MMPUR_DBSYSOPT_SRA013 | 20131127 | ||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SRA013_HDB_DAO | Get Purchasing Requisition Item List using HDB | 20131122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20131122 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20131122 | |
| 3 | Static method | Public | Method | Factory | 20131122 | |
| 4 | Static method | Public | Method | Returns list of PR Items | 20131122 | |
| 5 | Instance method | Private | Method | Get a list of PR Items from HDB | 20131127 |
Events
Class CL_SRA013_HDB_DAO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_REQD_AUTH | Private | See coding | 20131122 | tt_reqd_auth TYPE STANDARD TABLE OF ty_reqd_auth WITH DEFAULT KEY
|
||
| 2 | TY_REQD_AUTH | Private | See coding | 20131122 | BEGIN OF ty_reqd_auth,
sel_object_name TYPE ust12-objct,
dbtablename TYPE tabname,
dbfieldname TYPE string,
table_alias TYPE string,
field_alias TYPE string,
END OF ty_reqd_auth
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SRA013_HDB_DAO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRA013_HDB_DAO has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BADI_MMPUR_DBSYSOPT_SRA | Call by reference | Object reference (TYPE REF TO) | MMPUR_DBSYSOPT_SRA013 | 20131127 |
Method CONSTRUCTOR on class CL_SRA013_HDB_DAO has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SRA013_HDB_DAO | Get Purchasing Requisition Item List using HDB | 20131122 |
Method CREATE on class CL_SRA013_HDB_DAO has no exception.
Method GET_LIST_PR_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PR_ITEMS | Call by reference | Type reference (TYPE) | TABLE | 20131122 | ||||
| 2 | EV_TOTAL_NUMBER_PRS | Call by reference | Type reference (TYPE) | I | 20131122 | ||||
| 3 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20131122 | |||
| 4 | IT_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20131122 | |||
| 5 | IT_SORTING_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20131122 | |||
| 6 | IV_ASSIGNED_PRS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131122 | ||||
| 7 | IV_SIMULATE_PO | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131122 | ||||
| 8 | IV_UNASSIGNED_PRS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HDB Exception | 20131205 |
Method _GET_LIST_PR_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PR_ITEMS | Call by reference | Type reference (TYPE) | TABLE | 20131127 | ||||
| 2 | EV_TOTAL_NUMBER_PRS | Call by reference | Type reference (TYPE) | I | 20131127 | ||||
| 3 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | 20131127 | ||||
| 4 | IT_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | 20131127 | ||||
| 5 | IT_SORTING_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | 20131127 | ||||
| 6 | IV_ASSIGNED_PRS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131127 | ||||
| 7 | IV_UNASSIGNED_PRS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131127 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |