SAP ABAP Class CL_USMD_BCV_MY_CR (Integration of BCV side panel to My change req)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD2_MAIN (Package) Main objects of generic MDG UIs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BCV/IF_SIN_SEARCH_BAPI Search Interface (Runtime) 20101123
Properties
Class CL_USMD_BCV_MY_CR  
Short Description Integration of BCV side panel to My change req    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD2_MAIN   Main objects of generic MDG UIs 
Created 20101123   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_USMD_BCV_MY_CR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BCV/IF_SIN_SEARCH_BAPI Search Interface (Runtime) 20101123
Friends
Class CL_USMD_BCV_MY_CR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FROM_DATE Constant Public Type reference (TYPE) STRING 'DATEFROM' From Date 20101123
2 GC_MODEL Constant Public Type reference (TYPE) STRING 'CRMODEL' Data Model 20101123
3 GC_MY_CR_SC Constant Public Type reference (TYPE) STRING '1MDG_EDTN_CREQ_SC' Search connector for my change requests 20101123
4 GC_TO_DATE Constant Public Type reference (TYPE) STRING 'DATETO' To Date 20101123
5 GT_BUFFER Instance attribute Private Type reference (TYPE) TY_T_OATTR 20101123
6 INPUT_ATTR Static Attribute Public Type reference (TYPE) TY_S_IATTR 20101123
7 OUTPUT_ATTR Static Attribute Private Type reference (TYPE) TY_S_OATTR 20101123
Methods
# Method Level Visibility Method type Description Created on
1 FILL_BUFFER Instance method Public Method 20101123
2 SET_DATA Instance method Public Method 20101123
Events
Class CL_USMD_BCV_MY_CR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_DATA Public See coding 20101123 gt_data TYPE STANDARD TABLE OF usmd_s_crequest WITH KEY usmd_crequest
2 TY_S_IATTR Public See coding 20101123 BEGIN OF ty_s_iattr, crmodel TYPE usmd_model, datefrom TYPE usmd_from_date, dateto TYPE usmd_to_date, END OF ty_s_iattr
3 TY_S_OATTR Private See coding 20101123 BEGIN OF ty_s_oattr, status TYPE usmd_status_txt, count TYPE usmd_open_crequest_num, END OF ty_s_oattr
4 TY_T_OATTR Private See coding 20101123 ty_t_oattr TYPE STANDARD TABLE OF ty_s_oattr
Method Signatures

Method FILL_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Value transfer Type reference (TYPE) USMD_T_MESSAGE Messages 20101123
2 Importing IV_FROM_DATE Value transfer Type reference (TYPE) USMD_CREATED_DATS Created On 20101123
3 Importing IV_MODEL Value transfer Type reference (TYPE) USMD_MODEL Data Model 20101123
4 Importing IV_TO_DATE Value transfer Type reference (TYPE) SYDATE Date data element for SYST 20101123

Method FILL_BUFFER on class CL_USMD_BCV_MY_CR has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) GT_DATA Change Request 20101123

Method SET_DATA on class CL_USMD_BCV_MY_CR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703