SAP ABAP Class CL_PCF_TEST_LIST_CTRLS (Example 13: Messages)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF (Application Component) People Centric UI Framework
     CRM_BSP_FRAME_SAMPLE (Package) Examples for People-Centric UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_INIT_IL Interface for Initialization 20030929
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_MODEL_ACCESS_IL Application Interface to BSP IL 20030929
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_PERSISTENCY_IL PC UI Persistency related IL 20050719
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_PROCESS_IL Interface for Process Methods 20030929
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_TREETABLE_IL Interface IL for Tree Table View 20030930
Properties
Class CL_PCF_TEST_LIST_CTRLS  
Short Description Example 13: Messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_FRAME_SAMPLE   Examples for People-Centric UI 
Created 20030929   SAP 
Last change 20060208   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
# Interface Abstract Final Description Created on
1 IF_CRM_BSP_INIT_IL Interface for Initialization 20030929
2 IF_CRM_BSP_MODEL_ACCESS_IL Application Interface to BSP IL 20030929
3 IF_CRM_BSP_PERSISTENCY_IL PC UI Persistency related IL 20050719
4 IF_CRM_BSP_PROCESS_IL Interface for Process Methods 20030929
5 IF_CRM_BSP_TREETABLE_IL Interface IL for Tree Table View 20030930
Friends
Class CL_PCF_TEST_LIST_CTRLS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_INIT_CLASS Constant Private Type reference (TYPE) CRMT_MODELACCESSCLASS 'CL_PCF_EXAMPLE13' 20030929
2 GS_DATA Instance attribute Private Type reference (TYPE) PCFT_BSP_EXAMPLE_RESULT Structure for Search Result of the Examples 20030929
3 GS_MSG_SHOW Instance attribute Private Type reference (TYPE) CRMT_BSP_APPLOG Structure for Application Log Interface 20030929
4 GT_APPLOG Instance attribute Private Type reference (TYPE) CRMT_BSP_APPLOG_TAB Table Type for Application Log Interface 20030929
5 GT_BOOK Instance attribute Private Type reference (TYPE) PCFT_BSP_EXAMPLE_BOOK_TAB Table type for Example Structure for Bookings 20030929
6 GT_CHANGE Instance attribute Private Type reference (TYPE) TY_CHANGE_TAB 20030930
7 GT_DATA Instance attribute Private Type reference (TYPE) PCFT_BSP_EXAMPLE_RESULT_TAB Table for Search Result of Examples 20030929
8 GT_FIELDGRP Instance attribute Private Type reference (TYPE) CRMT_FIELDGRP_TAB 20030930
9 GT_LIST_DATA Instance attribute Private Type reference (TYPE) PCFT_BSP_TEST_LIST_CONTENT_TAB 20030929
10 GT_LIST_DDLB Instance attribute Private Type reference (TYPE) CRMT_DROPDOWNLISTBOX_DATA_TAB 20030930
11 GV_CURRENT_DATA_CARRID Instance attribute Private Type reference (TYPE) S_CARRID 20030930
12 GV_FIELDS_DISABLED Instance attribute Private Type reference (TYPE) BOOLE_D 20030929
13 GV_IS_LIST_DDLB_VALID Instance attribute Private Type reference (TYPE) BOOLE_D 20030930
14 GV_LIST_FOCUS Instance attribute Private Type reference (TYPE) CRMT_BSP_OBJECTKEY 20030930
15 GV_READ_DONE Instance attribute Private Type reference (TYPE) BOOLE_D 20030930
16 GV_STATUS_INFO Instance attribute Private Type reference (TYPE) STRING 20031007
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method Add Message to Application Log Table 20030929
2 CONSTRUCTOR Instance method Public Constructor 20030929
3 GET_LIST_DDLB Instance method Private Method Get List DDLB 20030930
4 INVALIDATE_LIST_DDLB Instance method Private Event handling method 20030930
5 LOAD_LIST_DATA Instance method Private Method Load Current List Data 20030930
6 MODIFY_LIST_DATA Instance method Public Method Change Data for Result List (OIC) 20030930
7 MODIFY_RESULT Instance method Public Method Change Data for Result List (OIC) 20030929
8 READ_LIST_DATA Instance method Public Method Read List Data 20030930
9 READ_RESULT Instance method Public Method Read Result From Global List 20030929
10 READ_STATUS Instance method Public Method Read List Data 20030930
11 SET_STATUS_MESSAGE Instance method Private Method Set Status Message 20030929
Events
# Event Type Visibility Description Created on
1 ON_LIST_DATA_CHANGED Instance Event
(0)
Private
(0)
List Data Changed 20030930
Types
Class CL_PCF_TEST_LIST_CTRLS has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY Object Key 20030929

Method ADD_MESSAGE on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PCF_TEST_LIST_CTRLS has no parameter.
Method CONSTRUCTOR on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method GET_LIST_DDLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DDLB Call by reference Type reference (TYPE) CRMT_DROPDOWNLISTBOX_DATA_TAB 20031010

Method GET_LIST_DDLB on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method INVALIDATE_LIST_DDLB Signature

Method INVALIDATE_LIST_DDLB on class CL_PCF_TEST_LIST_CTRLS has no parameter.
Method INVALIDATE_LIST_DDLB on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method LOAD_LIST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CARRID Call by reference Type reference (TYPE) S_CARRID 20030930

Method LOAD_LIST_DATA on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method MODIFY_LIST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASS_NAME Call by reference Type reference (TYPE) CRMT_MODELACCESSCLASS_TAB Class Name 20030930
2 Exporting ET_FAILED_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB Table of Object Keys 20030930
3 Exporting ET_NEW_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB Table of Object Keys 20030930
4 Importing IT_CHANGED_FIELD Call by reference Type reference (TYPE) CRMT_BSP_CHANGEDFIELD_TAB Changed Fields 20030930
5 Importing IT_SCREEN_STRUCTURE Call by reference Type reference (TYPE) TABLE 20030930
6 Importing IV_PARENT_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY Object Key 20030930

Method MODIFY_LIST_DATA on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method MODIFY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASS_NAME Call by reference Type reference (TYPE) CRMT_MODELACCESSCLASS_TAB Class Name 20030929
2 Exporting ET_FAILED_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB Table of Object Keys 20030929
3 Exporting ET_NEW_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB Table of Object Keys 20030929
4 Importing IT_CHANGED_FIELD Call by reference Type reference (TYPE) CRMT_BSP_CHANGEDFIELD_TAB Changed Fields 20030929
5 Importing IT_SCREEN_STRUCTURE Call by reference Type reference (TYPE) ANY 20030929
6 Importing IV_PARENT_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY Object Key 20030929
7 Importing IV_SCREEN_STRUCTURE_NAME Call by reference Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME Structure Name for Display Field 20030929

Method MODIFY_RESULT on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method READ_LIST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_ATTRIBUTE Call by reference Type reference (TYPE) CRMT_BSP_FIELDATTRIB_TAB 20030930
2 Exporting ET_SCREEN_STRUCTURE Call by reference Type reference (TYPE) TABLE 20030930
3 Importing IT_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB 20030930
4 Importing IV_AS_CHILDREN Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20030930
5 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20030930
6 Importing IV_SCREEN_STRUCTURE_NAME Call by reference Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME 20030930

Method READ_LIST_DATA on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method READ_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_ATTRIBUTE Call by reference Type reference (TYPE) CRMT_BSP_FIELDATTRIB_TAB 20030929
2 Exporting ET_SCREEN_STRUCTURE Call by reference Type reference (TYPE) TABLE 20030929
3 Importing IT_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB 20030929
4 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20030929
5 Importing IV_SCREEN_STRUCTURE_NAME Call by reference Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME 20030929

Method READ_RESULT on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method READ_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_ATTRIBUTE Call by reference Type reference (TYPE) CRMT_BSP_FIELDATTRIB_TAB 20030930
2 Exporting ET_SCREEN_STRUCTURE Call by reference Type reference (TYPE) TABLE 20030930
3 Importing IT_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY_TAB 20030930
4 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL 20030930
5 Importing IV_SCREEN_STRUCTURE_NAME Call by reference Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME 20030930

Method READ_STATUS on class CL_PCF_TEST_LIST_CTRLS has no exception.

Method SET_STATUS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_SHOW Call by reference Type reference (TYPE) CRMT_BSP_APPLOG Structure for application log interface 20030929

Method SET_STATUS_MESSAGE on class CL_PCF_TEST_LIST_CTRLS has no exception.
Event Signatures

Event ON_LIST_DATA_CHANGED Signature
Event ON_LIST_DATA_CHANGED on class CL_PCF_TEST_LIST_CTRLS has no parameter.
History
Last changed by/on SAP  20060208 
SAP Release Created in 640