SAP CL_GUI_COSTING_MODEL_CK OO Class - Characteristic Maintenance for Costing Model









CL_GUI_COSTING_MODEL_CK is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_COSTING_MODEL_CK including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_GUI_COSTING_MODEL_CK SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
BUILD_FIELDCATALOGCreate Field CatalogPrivate
CALL METHOD cl_gui_costing_model_ck=>BUILD_FIELDCATALOG...more details

CHANGE_CHARACTERISTICBranch to Characteristic MaintenancePrivate
CALL METHOD cl_gui_costing_model_ck=>CHANGE_CHARACTERISTIC...more details

CHECK_DATA_CHANGEDCheck Whether Data ChangedPublic
CALL METHOD cl_gui_costing_model_ck=>CHECK_DATA_CHANGED...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_costing_model_ck=>CONSTRUCTOR...more details

CREATE_CHARACTERISTICBranch to Characteristic Maintenance CT05Private
CALL METHOD cl_gui_costing_model_ck=>CREATE_CHARACTERISTIC...more details

FREEDelete ObjectPublic
CALL METHOD cl_gui_costing_model_ck=>FREE...more details

GET_CHARACTERISTICSupplies the Description of a CharacteristicPrivate
CALL METHOD cl_gui_costing_model_ck=>GET_CHARACTERISTIC...more details

GET_GRID_LAYOUTSupplies Grid LayoutPrivate
CALL METHOD cl_gui_costing_model_ck=>GET_GRID_LAYOUT...more details

GET_NEW_CHARACTERISTRIC_LISTSave CharacteristicsPublic
CALL METHOD cl_gui_costing_model_ck=>GET_NEW_CHARACTERISTRIC_LIST...more details

HANDLE_ALV_TOOLBARCreate User Icons in ToolbarPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_ALV_TOOLBAR...more details

HANDLE_ALV_UCOMMEdit ALV User CommandPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_ALV_UCOMM...more details

HANDLE_DATA_CHANGEDEvent Handler DATA_CHANGEDPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_DATA_CHANGED...more details

HANDLE_DATA_CHANGED_FINISHEDData was Saved to the OuttabPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_DATA_CHANGED_FINISHED...more details

HANDLE_HOTSPOT_CLICKEvent Handler HOTSPOT_CLICKPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_HOTSPOT_CLICK...more details

HANDLE_ONDROPEvent Handler ALV Grid ONDROPPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_ONDROP...more details

HANDLE_ON_DOUBLE_CLICKEvent Handler Double ClickPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_ON_DOUBLE_CLICK...more details

HANDLE_ON_F4Event Handler Before_User_CommandPrivate
CALL METHOD cl_gui_costing_model_ck=>HANDLE_ON_F4...more details

MODIFY_LINEChange rowPrivate
CALL METHOD cl_gui_costing_model_ck=>MODIFY_LINE...more details

REFRESH_CHARACT_CHANGEABILITYDetermine Characteristic ChangeabilityPrivate
CALL METHOD cl_gui_costing_model_ck=>REFRESH_CHARACT_CHANGEABILITY...more details

REFRESH_OUTTABUpdate Output Table Characteristic Maint. (Changeability)Public
CALL METHOD cl_gui_costing_model_ck=>REFRESH_OUTTAB...more details

SET_HANDLERSet Event HandlerPrivate
CALL METHOD cl_gui_costing_model_ck=>SET_HANDLER...more details

SET_NEW_CHARACTERISTICSSet New Characteristics in ModelPrivate
CALL METHOD cl_gui_costing_model_ck=>SET_NEW_CHARACTERISTICS...more details

WAIT_OF_CHARACTERISTIC_UPDATEWaiting for Characteristic to be SavedPrivate
CALL METHOD cl_gui_costing_model_ck=>WAIT_OF_CHARACTERISTIC_UPDATE...more details



CL_GUI_COSTING_MODEL_CK attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MR_ALV_GRIDInstance AttributeALV GridLIKE
CL_GUI_ALV_GRID
Private
MR_COSTING_MODELInstance AttributeModelLIKE
CL_COSTING_MODEL
Private
MT_FIELDCATALOGInstance AttributeField CatalogLIKE
LVC_T_FCAT
Private
MT_OUTTABInstance AttributeOutput TableLIKE
CKI_T_CHARACTERISTIC
Private


Links to Related Class(s)

CL_GUI_C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!