SAP ABAP Class CL_DISPLAY_BATCH_HISTORY (CL_DISPLAY_BATCH_HISTORY)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-BM (Application Component) Batches
     VBIC (Package) Batch Information Cockpit
Properties
Class CL_DISPLAY_BATCH_HISTORY  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VBIC   Batch Information Cockpit 
Created 20080612   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DISPLAY_BATCH_HISTORY has no interface implemented.
Friends
Class CL_DISPLAY_BATCH_HISTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DG_DYNDOC_ID Instance attribute Private Object reference (TYPE REF TO) CL_DD_DOCUMENT 20080612
2 DG_HTML_CNTRL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER 20080612
3 DG_PARENT_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20080612
4 DG_PARENT_HTML Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20080612
5 DG_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20080612
6 GR_ALVGRID Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20080612
7 GR_BWART Static Attribute Private Type reference (TYPE) BWART_T_RANGE 20080617
8 GR_SELDATE Static Attribute Private Type reference (TYPE) DATE_T_RANGE 20080617
9 GR_WERKS Static Attribute Private Type reference (TYPE) WERKS_T_RANGE 20080617
10 GS_LAYOUT Static Attribute Private Type reference (TYPE) LVC_S_LAYO 20080613
11 GT_ACTIONS Instance attribute Private Type reference (TYPE) BICBH_T_ACTION 20080612
12 GT_ALV_DATA Static Attribute Private See coding 20080612
13 GT_FIELDCATALOG Static Attribute Private Type reference (TYPE) LVC_T_FCAT 20080613
14 GT_HTML_HEADER Instance attribute Private Type reference (TYPE) BICBH_T_FONT 20080617
15 GT_OBJ_LIST Static Attribute Private Type reference (TYPE) BICBH_T_TYPE 20080617
16 GV_ATT_NUMBER Instance attribute Private Type reference (TYPE) SY-TABIX 20080613
17 GV_CHARG Static Attribute Private Type reference (TYPE) CHARG_D 20080617
18 GV_KEY_NUMBER Instance attribute Private Type reference (TYPE) I 20080619
19 GV_MATNR Static Attribute Private Type reference (TYPE) MATNR 20080617
20 LS_ALV_DATA Instance attribute Private See coding 20080623
21 LS_DD04V Instance attribute Private Type reference (TYPE) DD04V 20080612
22 LS_EVENTT Instance attribute Private See coding 20080612
23 LS_PRINT Instance attribute Private Type reference (TYPE) LVC_S_PRNT 20080612
24 LS_TAB Instance attribute Private See coding 20080613
25 LS_TYPET Instance attribute Private See coding 20080612
26 LT_ALV_DATA Instance attribute Private See coding 20080623
27 LT_EVENTT Instance attribute Private See coding 20080612
28 LT_TYPET Instance attribute Private See coding 20080612
29 LV_ATT_DISPLAY Instance attribute Private Type reference (TYPE) STRING 20080612
30 LV_DDOBJNAME Instance attribute Private Type reference (TYPE) DDOBJNAME 20080612
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_HEADER Instance method Private Method 20080612
2 CONVERT_RANGE_TO_TEXT Instance method Private Method 20080619
3 CREATE_DISPLAY Instance method Public Method 20080612
4 FREE_GRID Instance method Public Method 20080616
5 GET_PROG_NAME Static method Public Method 20080624
6 HANDLE_CONTEXT_MENU Instance method Private Event handling method 20080612
7 HANDLE_TOP_OF_PAGE Instance method Private Event handling method 20080617
8 HANDLE_USER_COMMAND Instance method Private Event handling method 20080612
9 PREPARE_FIELD_CATALOG Instance method Private Method 20080612
10 TOP_OF_PAGE Instance method Private Event handling method 20080612
Events
Class CL_DISPLAY_BATCH_HISTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_BATCH_HIST Private See coding 20080612 BEGIN OF lty_batch_hist, event_date TYPE tobj_d_index-event_date, event_time TYPE tobj_d_index-event_time, author TYPE tobj_d_index-author, log_system TYPE tobj_d_index-log_system, doc_number TYPE string, bro_key1 type CHAR22, bro_key2 type CHAR22, bro_key3 type CHAR22, bhobj_type TYPE tobj_c_typet-bhobj_typet, bhobj_event TYPE tobj_c_eventt-bhobj_eventt, attribute1 TYPE string, attribute2 TYPE string, attribute3 TYPE string, attribute4 TYPE string, attribute5 TYPE string, attribute6 TYPE string, attribute7 TYPE string, attribute8 TYPE string, attribute9 TYPE string, attribute10 TYPE string, END OF lty_batch_hist
Method Signatures

Method BUILD_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_DYNDOC_ID Call by reference Object reference (TYPE REF TO) CL_DD_DOCUMENT 20080617

Method BUILD_HEADER on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method CONVERT_RANGE_TO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RANGE_TEXT Call by reference Type reference (TYPE) BICBH_T_STRING 20080619
2 Importing IR_MVT Call by reference Type reference (TYPE) BWART_T_RANGE 20080619
3 Importing IR_SELDATE Call by reference Type reference (TYPE) DATE_T_RANGE 20080619
4 Importing IR_WERKS Call by reference Type reference (TYPE) WERKS_T_RANGE Range für WERKS 20080619

Method CONVERT_RANGE_TO_TEXT on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method CREATE_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHARG Call by reference Type reference (TYPE) CHARG_D Batch Number 20080612
2 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080612
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080612
4 Importing I_CONTAINER_CTRL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20080612
# Exception Resumable Description Created on
1 NO_RECORDS_FOUND 20080616

Method FREE_GRID Signature

Method FREE_GRID on class CL_DISPLAY_BATCH_HISTORY has no parameter.
Method FREE_GRID on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method GET_PROG_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BICUG Call by reference Type reference (TYPE) BICUG Benutzergruppe für die Selektion Batch Information Cockpit 20080624
2 Returning RV_PROGNAME Value transfer Type reference (TYPE) PROGRAM Programm/Transaktion in SQL-Trace-Auswertung 20080624

Method GET_PROG_NAME on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method HANDLE_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20080612

Method HANDLE_CONTEXT_MENU on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method HANDLE_TOP_OF_PAGE Signature

Method HANDLE_TOP_OF_PAGE on class CL_DISPLAY_BATCH_HISTORY has no parameter.
Method HANDLE_TOP_OF_PAGE on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20080612

Method HANDLE_USER_COMMAND on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method PREPARE_FIELD_CATALOG Signature

Method PREPARE_FIELD_CATALOG on class CL_DISPLAY_BATCH_HISTORY has no parameter.
Method PREPARE_FIELD_CATALOG on class CL_DISPLAY_BATCH_HISTORY has no exception.

Method TOP_OF_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_DYNDOC_ID Value transfer Attribute reference (LIKE) 20080612

Method TOP_OF_PAGE on class CL_DISPLAY_BATCH_HISTORY has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604