SAP CL_ISU_BILL_SIM_SCREEN OO Class - Simulation Scenario: Screen Elements









CL_ISU_BILL_SIM_SCREEN 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_ISU_BILL_SIM_SCREEN 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_ISU_BILL_SIM_SCREEN 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
ACTIONSimulation Object ActionsPublic
CALL METHOD cl_isu_bill_sim_screen=>ACTION...more details

ACTION_FILTER_SIMLINEKEYALV Grid Control: Display Action Results for Each SIMLINEKEYProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_FILTER_SIMLINEKEY...more details

ACTION_INPUT_CHECKSAction: Input Checks (Is it Possible to Start Simulation)Protected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_INPUT_CHECKS...more details

ACTION_INSTALLATION_FACTSAction: Enter Installation FactsProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_INSTALLATION_FACTS...more details

ACTION_PATTERN_CONTRACTAction: Use Contract Template from CustomizingProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_PATTERN_CONTRACT...more details

ACTION_PREPARE_SIMULATIONAction: Prepare SimulationProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_PREPARE_SIMULATION...more details

ACTION_PROTOCOLAction: Display Log for Simulation RunProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_PROTOCOL...more details

ACTION_START_SIMULATIONActon: Execute SimulationProtected
CALL METHOD cl_isu_bill_sim_screen=>ACTION_START_SIMULATION...more details

ALV_ACTIVATE_EVENT_HANDLERALV Grid Control: Define EventsProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_ACTIVATE_EVENT_HANDLER...more details

ALV_CONTAINER_SET_VISIBILITYALV Grid Control: Display/Hide ContainerPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_CONTAINER_SET_VISIBILITY...more details

ALV_CREATE_AND_INITGenerate ALV Grid Control for Displaying Simulation ResultsProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_CREATE_AND_INIT...more details

ALV_GET_DATAALV Grid Control: Maintain Data Area (from Sim. Results)Public
CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_DATA...more details

ALV_GET_EXCLUDE_FUNCTIONALV Grid Control: Select Permissible FunctionsProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_EXCLUDE_FUNCTION...more details

ALV_GET_FIELD_CATALOGALV Grid Control: Define Field AttributesProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_FIELD_CATALOG...more details

ALV_GET_LAYOUTALV Grid Control: Define LayoutProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_LAYOUT...more details

ALV_HANDLE_HOTSPOT_CLICKALV Grid Control: HotspotPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_HOTSPOT_CLICK...more details

ALV_HANDLE_MENU_BUTTONALV Grid Control: EventPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_MENU_BUTTON...more details

ALV_HANDLE_TOOLBARALV Grid Control: Event TOOLBARPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_TOOLBAR...more details

ALV_HANDLE_USER_COMMANDALV Grid Control: Event USER_COMMANDPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_USER_COMMAND...more details

ALV_REFRESH_DISPLAYALV Grid Control: Refresh DataPublic
CALL METHOD cl_isu_bill_sim_screen=>ALV_REFRESH_DISPLAY...more details

ALV_VISIBLE_DIFFERENCEDisplay/Hide DifferenceProtected
CALL METHOD cl_isu_bill_sim_screen=>ALV_VISIBLE_DIFFERENCE...more details

CHANGE_CONSUMPTIONChange Consumption InformationPublic
CALL METHOD cl_isu_bill_sim_screen=>CHANGE_CONSUMPTION...more details

CHECK_ZWSTANDCheck Validation of Entered Meter ReadingProtected
CALL METHOD cl_isu_bill_sim_screen=>CHECK_ZWSTAND...more details

CLOSEClose Simulation ObjectPublic
CALL METHOD cl_isu_bill_sim_screen=>CLOSE...more details

DEACTIVATE_INPUTSLock All Entry FieldsProtected
CALL METHOD cl_isu_bill_sim_screen=>DEACTIVATE_INPUTS...more details

GET_CURFIELDRead CURFIELDPublic
CALL METHOD cl_isu_bill_sim_screen=>GET_CURFIELD...more details

GET_SELECTED_RATECATReturn Selected Rate CategoriesPublic
CALL METHOD cl_isu_bill_sim_screen=>GET_SELECTED_RATECAT...more details

GET_SIMULATION_EXECUTEDWas Current Simulation ExecutedPublic
CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_EXECUTED...more details

GET_SIMULATION_OBJECTReturn Current Simulation ObjectPublic
CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_OBJECT...more details

GET_SIMULATION_PREPAREDWas Current Simulation Prepared?Public
CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_PREPARED...more details

GET_SIMULATION_RESULTRead ResultPublic
CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_RESULT...more details

SET_CONS_TRANSFERDetermine Consumption Transfer ParametersPublic
CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER...more details

SET_CONS_TRANSFER_ALVALV Grid Control for Consumption Transfer: CreatePublic
CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER_ALV...more details

SET_CONS_TRANSFER_TEXTALV Grid Control for COnsumption Transfer: Read TextsPublic
CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER_TEXT...more details

SET_CURFIELDSet CURFIELDPublic
CALL METHOD cl_isu_bill_sim_screen=>SET_CURFIELD...more details

SIMULATECall/Execute SimulationPublic
CALL METHOD cl_isu_bill_sim_screen=>SIMULATE...more details



CL_ISU_BILL_SIM_SCREEN 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
ALV_CONTAINERInstance AttributeALV Grid Control ContainerLIKE
CL_GUI_DOCKING_CONTAINER
Protected
ALV_DATAInstance AttributeALV Grid Control: Data (from Structure EASIMLINE)LIKE
IEASIMLINE
Protected
ALV_GRIDInstance AttributeALV List ViewerLIKE
CL_GUI_ALV_GRID
Protected
ALV_OUTPUT_CONTAINERInstance AttributeALV Grid Control: Results Output AreaLIKE
CHAR30
Protected
ALV_RESULTInstance AttributeALV Grid Control: Data (from Structure EASIMLINE)LIKE
IEASIMLINE
Protected
BADI_EASIMInstance AttributeBAdI Interface IF_EX_ISU_BI_EASIMLIKE
IF_EX_ISU_BI_EASIM
Public
CL_METER_READInstance AttributeSimulation Workbench: Enter Period ConsumptionLIKE
CL_ISU_ALV_EDIT_METER_READ
Public
CL_PERCONSInstance AttributeSimulation Workbench: Enter Period ConsumptionLIKE
CL_ISU_ALV_EDIT_PERIOD_CONS
Public
CL_SIMSCENInstance AttributeCurrent Simulation ScenarioLIKE
CL_ISU_BILL_SIM_SCEN
Public
CONS_ACTIVETABInstance AttributeConsumption Information: Current Tab PageLIKE
SYUCOMM
Public
CO_ALV_FIELD_BELNRConstantALV Grid Control: Field BELNR'BELNR'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_DIFFERENCE_AMOUNTInstance AttributeALV Grid Control Field: Difference'DIFFERENCE_AMOUNT'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_LINECOLOURConstantALV Grid Control Field: LINECOLOUR'LINECOLOUR'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_PROTOCOLConstantALV Grid Control: Field PROTOCOL'PROTOCOL'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_SIMLINEKEYInstance AttributeALV Grid Control: Field'SIMLINEKEY'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_SIMLINEKEYTXTInstance AttributeALV Grid Control: Field SIMLINEKEYTXT'SIMLINEKEYTXT'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_SIMMODEConstantALV Grid Control: Field STATUS'SIMMODE'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_STATUSConstantALV Grid Control: Field STATUS'STATUS'LIKE
LVC_FNAME
Public
CO_ALV_FIELD_SUMMARYConstantALV Grid Control: Field SUMMARY_LINE'SUMMARY_LINE'LIKE
LVC_FNAME
Public
CO_ALV_STRUCTUREConstantALV Grid Control: Data Structure Name'EASIMLINE'LIKE
DD02L-TABNAME
Public
CO_ASSOCIATED_MENUConstantALV Grid Control: Menu Button for Associated Contract'ALV_ASSOCIATED'LIKE
REGEN-OKCODE
Public
CO_BADI_EASIMConstantBAdI EASIM'ISU_BI_EASIM'LIKE
EXIT_DEF
Public
CO_BUTTON_PATTERN_VERTRAGConstantButton: Copy Contract Template'PATTERN_CONTRACT'LIKE
LVC_FNAME
Public
CO_CHECK_CONS_TRANSFERConstantCheck Distribution Factors'T'LIKE
CHAR1
Public
CO_CHECK_MR_RESULTConstantCheck Meter Results'Z'LIKE
CHAR1
Public
CO_CHECK_PERIODConstantCheck Period Consumption'P'LIKE
CHAR1
Public
CO_DISPLAY_ASSOCIATEDConstantALV Grid Control: Displayed Associated Contracts'DISP_ASS'LIKE
REGEN-OKCODE
Public
CO_OUTPUT_CONTAINERConstantALV Container Result'WORKBENCH_AUSGABE_CONTROL'LIKE
CHAR30
Public
CO_PROG_SIMULATION_WORKBENCHConstantSimulation Workbench: Main Program'SAPLEASIM_WORKBENCH'LIKE
PROGNAME
Public
CO_RCATTYPE_ALV_STRUCTUREConstantALV Structure for Consumption Transfer'EASIMRTYPEFACT_ALV'LIKE
STRNAME
Public
CO_RCATTYPE_ALV_STYLEConstantALV Structure 'Style': Consumption Transfer'CELLTAB'LIKE
STRNAME
Public
CO_SCREEN_RESULT_RATIOInstance AttributeALV Grid Control: Ratio65LIKE
I
Public
CO_SCREEN_SIMULATION_WORKBENCHConstantSimulation Workbench: Main Screen'0200'LIKE
SYDYNNR
Public
CO_SIMLINEKEY_DISPLAY_ALLConstantALV Grid Control: Display all SIMLINEKEY Results'DISP_ALL_SIMLINEKEY'LIKE
REGEN-OKCODE
Public
CO_SIMLINEKEY_DISPLAY_SUMMARYConstantALV Grid Control: Display Overview of Results'DISP_SIMLINEKEY_SUM'LIKE
REGEN-OKCODE
Public
CO_SIMLINEKEY_MENUConstantALV Grid Control: SIMLINEKEY Menu Button'ALV_SIMLINEKEY'LIKE
REGEN-OKCODE
Public
CO_SIMULATION_EXECUTEConstantExecute Simulation'SIMEXEC'LIKE
SYUCOMM
Public
CO_SIMULATION_FIRSTConstantExecute Simulation'SIMFIRST'LIKE
SYUCOMM
Public
CO_SIMULATION_INST_FACTSConstantInstallation facts'COND'LIKE
SYUCOMM
Public
CO_SIMULATION_LASTConstantExecute Simulation'SIMLAST'LIKE
SYUCOMM
Public
CO_SIMULATION_NEWConstantNew Simulation'SIMNEW'LIKE
SYUCOMM
Public
CO_SIMULATION_NEXTConstantExecute Simulation'SIMNEXT'LIKE
SYUCOMM
Public
CO_SIMULATION_PATTERN_CONTRACTConstantExecute Simulation'PATTERN_CONTRACT'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB1ConstantConsumption Information TAB 1'PCONS_TABSTRIP_FC1'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB2ConstantConsumption Information TAB 2'PCONS_TABSTRIP_FC2'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB3ConstantConsumption Information TAB 3'PCONS_TABSTRIP_FC3'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB4ConstantConsumption Information TAB 4'PCONS_TABSTRIP_FC4'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB5ConstantConsumption Information TAB 5'PCONS_TABSTRIP_FC5'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB6ConstantConsumption Information TAB 6'PCONS_TABSTRIP_FC6'LIKE
SYUCOMM
Public
CO_SIMULATION_PCONS_TAB7ConstantConsumption Information TAB 7'PCONS_TABSTRIP_FC7'LIKE
SYUCOMM
Public
CO_SIMULATION_PREPAREConstantPrepare Simulation'SIMPREPARE'LIKE
SYUCOMM
Public
CO_SIMULATION_PREVConstantExecute Simulation'SIMPREV'LIKE
SYUCOMM
Public
CO_SIMULATION_PROTOCOLConstantDisplay Simulation Log'SIMPROTOCOL'LIKE
SYUCOMM
Public
CURFIELDInstance AttributeCursor FieldLIKE
CURFIELD
Public
ICL_CONS_TRANSFERInstance AttributeSimulation Workbench: Enter Consumption Transfer FactorLIKE
IEASIMTARIFTYP_DYN
Public
SIMSCENInstance AttributeSimulation ScenarioLIKE
EA_SIMSCEN
Public
SIMSCENCLASSInstance AttributeSimulation Scenario ClassLIKE
EA_SIMSCENCLASS
Public
SIM_EXECUTEDInstance AttributeSimulation Executed SuccessfullyLIKE
KENNZX
Protected
SIM_PREPAREDInstance AttributeSimulation PreparedLIKE
KENNZX
Protected


Links to Related Class(s)

CL_ISU_B...
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!