SAP ABAP Class CL_USMD_BCV_CR_PRT (Integration of BCV side panel to My change req application)
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_CR_PRT | |
| Short Description | Integration of BCV side panel to My change req application | |
| 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 | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_BCV_CR_PRT 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_CR_PRT 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 | '1MDG_EDTN_CREQ_SC2' | Search connector for CRs with my participation | 20101123 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DATEFROM' | From Date | 20101123 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CRMODEL' | Data Model | 20101123 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'DATETO' | To Date | 20101123 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_OATTR | 20101123 | ||||
| 6 | Static Attribute | Public | Type reference (TYPE) | TY_S_IATTR | 20101123 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | TY_S_OATTR | 20101123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101123 | ||
| 2 | Instance method | Public | Method | 20101123 |
Events
Class CL_USMD_BCV_CR_PRT 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_CREQ | Public | See coding | 20130301 | BEGIN OF ty_s_creq,
usmd_crequest TYPE usmd_crequest,
usmd_creq_status TYPE usmd_crequest_status,
usmd_draft_step TYPE usmd_draft_step,
usmd_created_by TYPE syuname,
usmd_changed_by TYPE syuname,
END OF ty_s_creq
|
||
| 3 | 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
|
||
| 4 | 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
|
||
| 5 | TY_T_CREQ | Public | See coding | 20130301 | ty_t_creq TYPE STANDARD TABLE OF ty_s_creq
|
||
| 6 | 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 | ET_MESSAGE | Value transfer | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101123 | |||
| 2 | IV_FROM_DATE | Value transfer | Type reference (TYPE) | USMD_CREATED_DATS | Created On | 20101123 | |||
| 3 | IV_MODEL | Value transfer | Type reference (TYPE) | USMD_MODEL | Data Model | 20101123 | |||
| 4 | IV_TO_DATE | Value transfer | Type reference (TYPE) | SYDATE | Date data element for SYST | 20101123 |
Method FILL_BUFFER on class CL_USMD_BCV_CR_PRT has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CREQ | Value transfer | Type reference (TYPE) | TY_T_CREQ | Change Request | 20130301 |
Method SET_DATA on class CL_USMD_BCV_CR_PRT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |