SAP ABAP Class CL_USMD_CR_UIBB_NOTES_POP (BOL feeder for CR Notes Popup)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD_CREQUEST_BOLUI (Package) Change Request BOL UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUIBB_BOL_FORM Generic BOL Feeder Form 20110124
Properties
Class CL_USMD_CR_UIBB_NOTES_POP  
Short Description BOL feeder for CR Notes Popup    
Super Class CL_GUIBB_BOL_FORM Generic BOL Feeder Form 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD_CREQUEST_BOLUI   Change Request BOL UI 
Created 20110124   SAP 
Last change 20130531   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_USMD_CR_UIBB_NOTES_POP has no interface implemented.
Friends
Class CL_USMD_CR_UIBB_NOTES_POP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_EVENT_ID_CANCEL Instance attribute Protected Type reference (TYPE) FPM_EVENT_ID 'CANCEL' ID of the FPM Event 20110301
2 CV_EVENT_ID_OK Instance attribute Protected Type reference (TYPE) FPM_EVENT_ID 'OK' ID of the FPM Event 20110301
3 CV_EVENT_ID_SHOW_NEXT Constant Public Type reference (TYPE) FPM_EVENT_ID 'SHOW_NEXT' ID of the FPM Event 20110224
4 CV_EVENT_ID_SHOW_PREV Constant Public Type reference (TYPE) FPM_EVENT_ID 'SHOW_PREV' ID of the FPM Event 20110224
5 CV_MODE_ADD Constant Public Type reference (TYPE) STRING 'ADD' 20110224
6 CV_MODE_SHOW Constant Public Type reference (TYPE) STRING 'SHOW' 20110224
7 CV_NOTE_MODE Constant Public Type reference (TYPE) STRING 'NOTE_MODE' 20110224
8 MO_ENTITY_EDIT Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20110308
9 MS_NOTE_DATA Instance attribute Protected Type reference (TYPE) BSS_CRIL_NOTE_ATTRIBUTES Attribute Structure for GenIL Change Request Notes 20110224
10 MV_EDIT_INDEX Instance attribute Protected Type reference (TYPE) SYTABIX Index of the editable Entity 20110308
11 MV_FIRST_TIME Instance attribute Protected Type reference (TYPE) ABAP_BOOL 'X' 20110223
12 MV_NOTE_EDIT_TIMESTAMP Instance attribute Public Type reference (TYPE) TIMESTAMP Used for decision if note is editable 20110228
13 MV_NOTE_MODE Instance attribute Protected Type reference (TYPE) STRING 20110224
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT_FIELD Instance method Protected Method Checks if mandatory field note has been filled 20110308
2 CONVERT_UTC_TIMESTAMP Instance method Protected Method Convert UTC Timestamp into sy-zonlo Timestamp 20110314
Events
Class CL_USMD_CR_UIBB_NOTES_POP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_NOTE_DATA Private See coding 20110301 BEGIN OF s_note_data, created_by TYPE xubname, timestamp TYPE timestamp, note TYPE string, createdby__text type string, END OF s_note_data
Method Signatures

Method CHECK_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20110308
2 Exporting EV_NO_INPUT Call by reference Type reference (TYPE) ABAP_BOOL True if field is empty 20110308

Method CHECK_INPUT_FIELD on class CL_USMD_CR_UIBB_NOTES_POP has no exception.

Method CONVERT_UTC_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20110314
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20110314

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