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 ABAP 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 GC_TABLE Constant Public Type reference (TYPE) STRING 'EBAN' 20131122
2 GC_VIEW Constant Public Type reference (TYPE) STRING 'PUREQITEM' 20131122
3 GT_REQD_AUTH Static Attribute Private Type reference (TYPE) TT_REQD_AUTH 20131122
4 GV_SADL_XML Static Attribute Private Type reference (TYPE) STRING 20131124
5 GV_VIEW_NAME Static Attribute Private Type reference (TYPE) STRING 20131122
6 MR_BADI_MMPUR_DBSYSOPT_SRA Instance attribute Private Object reference (TYPE REF TO) MMPUR_DBSYSOPT_SRA013 20131127
7 SINGLETON 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 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20131122
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20131122
3 CREATE Static method Public Method Factory 20131122
4 GET_LIST_PR_ITEMS Static method Public Method Returns list of PR Items 20131122
5 _GET_LIST_PR_ITEMS 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 Importing 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 Returning 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 Exporting ET_PR_ITEMS Call by reference Type reference (TYPE) TABLE 20131122
2 Exporting EV_TOTAL_NUMBER_PRS Call by reference Type reference (TYPE) I 20131122
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20131122
4 Importing IT_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131122
5 Importing IT_SORTING_ORDER Call by reference Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER the sorting order 20131122
6 Importing IV_ASSIGNED_PRS Call by reference Type reference (TYPE) ABAP_BOOL 20131122
7 Importing IV_SIMULATE_PO Call by reference Type reference (TYPE) ABAP_BOOL 20131122
8 Importing IV_UNASSIGNED_PRS Call by reference Type reference (TYPE) ABAP_BOOL 20131122
# Exception Resumable Description Created on
1 CX_MMPUR_HDB_ERROR HDB Exception 20131205

Method _GET_LIST_PR_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PR_ITEMS Call by reference Type reference (TYPE) TABLE 20131127
2 Exporting EV_TOTAL_NUMBER_PRS Call by reference Type reference (TYPE) I 20131127
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING 20131127
4 Importing IT_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION 20131127
5 Importing IT_SORTING_ORDER Call by reference Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER 20131127
6 Importing IV_ASSIGNED_PRS Call by reference Type reference (TYPE) ABAP_BOOL 20131127
7 Importing IV_UNASSIGNED_PRS Call by reference Type reference (TYPE) ABAP_BOOL 20131127
# Exception Resumable Description Created on
1 CX_MMPUR_HDB_ERROR 20131127
History
Last changed by/on SAP  20140121 
SAP Release Created in