SAP ABAP Class CL_USMD_BCV_EDITION_CREQ (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) | 20100809 |
Properties
| Class | CL_USMD_BCV_EDITION_CREQ | |
| 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 | 20100809 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_BCV_EDITION_CREQ has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BCV/IF_SIN_SEARCH_BAPI | Search Interface (Runtime) | 20100809 |
Friends
Class CL_USMD_BCV_EDITION_CREQ 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 | 20101005 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DATEFROM' | From Date | 20101005 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CRMODEL' | Data Model | 20101005 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | '1MDG_EDTN_CREQ_SC' | Search connector for my change requests | 20101005 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'DATETO' | To Date | 20101005 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_T_OATTR | 20100809 | ||||
| 7 | Static Attribute | Public | Type reference (TYPE) | TY_S_IATTR | 20100809 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | TY_S_OATTR | 20100809 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100809 | ||
| 2 | Instance method | Public | Method | 20101007 |
Events
Class CL_USMD_BCV_EDITION_CREQ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_DATA | Public | See coding | 20101007 | gt_data type STANDARD TABLE OF usmd_s_crequest
WITH KEY usmd_crequest
|
||
| 2 | TY_S_IATTR | Public | See coding | 20100809 | BEGIN OF ty_s_iattr,
crmodel TYPE usmd_model,
datefrom TYPE sydate,
dateto TYPE sydate,
END OF ty_s_iattr
|
||
| 3 | TY_S_OATTR | Private | See coding | 20100809 | 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 | 20100809 | 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 | 20101021 | |||
| 2 | IV_FROM_DATE | Value transfer | Type reference (TYPE) | USMD_CREATED_DATS | Created On | 20100809 | |||
| 3 | IV_MODEL | Value transfer | Type reference (TYPE) | USMD_MODEL | Data Model | 20100809 | |||
| 4 | IV_SEARCH_ID | Value transfer | Type reference (TYPE) | /BCV/SIN_SEARCH_ID | Search Connector ID | 20100809 | |||
| 5 | IV_TO_DATE | Value transfer | Type reference (TYPE) | SYDATE | Date data element for SYST | 20100809 |
Method FILL_BUFFER on class CL_USMD_BCV_EDITION_CREQ has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Value transfer | Type reference (TYPE) | GT_DATA | Change Request | 20101007 |
Method GET_DATA on class CL_USMD_BCV_EDITION_CREQ has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |