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 Name | Description | Visability |
| ACTION | Simulation Object Actions | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION...more details | ||
| ACTION_FILTER_SIMLINEKEY | ALV Grid Control: Display Action Results for Each SIMLINEKEY | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_FILTER_SIMLINEKEY...more details | ||
| ACTION_INPUT_CHECKS | Action: Input Checks (Is it Possible to Start Simulation) | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_INPUT_CHECKS...more details | ||
| ACTION_INSTALLATION_FACTS | Action: Enter Installation Facts | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_INSTALLATION_FACTS...more details | ||
| ACTION_PATTERN_CONTRACT | Action: Use Contract Template from Customizing | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_PATTERN_CONTRACT...more details | ||
| ACTION_PREPARE_SIMULATION | Action: Prepare Simulation | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_PREPARE_SIMULATION...more details | ||
|
| ||
| ACTION_PROTOCOL | Action: Display Log for Simulation Run | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_PROTOCOL...more details | ||
| ACTION_START_SIMULATION | Acton: Execute Simulation | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ACTION_START_SIMULATION...more details | ||
| ALV_ACTIVATE_EVENT_HANDLER | ALV Grid Control: Define Events | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_ACTIVATE_EVENT_HANDLER...more details | ||
| ALV_CONTAINER_SET_VISIBILITY | ALV Grid Control: Display/Hide Container | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_CONTAINER_SET_VISIBILITY...more details | ||
| ALV_CREATE_AND_INIT | Generate ALV Grid Control for Displaying Simulation Results | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_CREATE_AND_INIT...more details | ||
| ALV_GET_DATA | ALV Grid Control: Maintain Data Area (from Sim. Results) | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_DATA...more details | ||
| ALV_GET_EXCLUDE_FUNCTION | ALV Grid Control: Select Permissible Functions | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_EXCLUDE_FUNCTION...more details | ||
| ALV_GET_FIELD_CATALOG | ALV Grid Control: Define Field Attributes | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_FIELD_CATALOG...more details | ||
| ALV_GET_LAYOUT | ALV Grid Control: Define Layout | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_GET_LAYOUT...more details | ||
| ALV_HANDLE_HOTSPOT_CLICK | ALV Grid Control: Hotspot | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_HOTSPOT_CLICK...more details | ||
| ALV_HANDLE_MENU_BUTTON | ALV Grid Control: Event | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_MENU_BUTTON...more details | ||
| ALV_HANDLE_TOOLBAR | ALV Grid Control: Event TOOLBAR | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_TOOLBAR...more details | ||
| ALV_HANDLE_USER_COMMAND | ALV Grid Control: Event USER_COMMAND | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_HANDLE_USER_COMMAND...more details | ||
| ALV_REFRESH_DISPLAY | ALV Grid Control: Refresh Data | Public |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_REFRESH_DISPLAY...more details | ||
| ALV_VISIBLE_DIFFERENCE | Display/Hide Difference | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>ALV_VISIBLE_DIFFERENCE...more details | ||
| CHANGE_CONSUMPTION | Change Consumption Information | Public |
| CALL METHOD cl_isu_bill_sim_screen=>CHANGE_CONSUMPTION...more details | ||
| CHECK_ZWSTAND | Check Validation of Entered Meter Reading | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>CHECK_ZWSTAND...more details | ||
| CLOSE | Close Simulation Object | Public |
| CALL METHOD cl_isu_bill_sim_screen=>CLOSE...more details | ||
| DEACTIVATE_INPUTS | Lock All Entry Fields | Protected |
| CALL METHOD cl_isu_bill_sim_screen=>DEACTIVATE_INPUTS...more details | ||
| GET_CURFIELD | Read CURFIELD | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_CURFIELD...more details | ||
| GET_SELECTED_RATECAT | Return Selected Rate Categories | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_SELECTED_RATECAT...more details | ||
| GET_SIMULATION_EXECUTED | Was Current Simulation Executed | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_EXECUTED...more details | ||
| GET_SIMULATION_OBJECT | Return Current Simulation Object | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_OBJECT...more details | ||
| GET_SIMULATION_PREPARED | Was Current Simulation Prepared? | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_PREPARED...more details | ||
| GET_SIMULATION_RESULT | Read Result | Public |
| CALL METHOD cl_isu_bill_sim_screen=>GET_SIMULATION_RESULT...more details | ||
| SET_CONS_TRANSFER | Determine Consumption Transfer Parameters | Public |
| CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER...more details | ||
| SET_CONS_TRANSFER_ALV | ALV Grid Control for Consumption Transfer: Create | Public |
| CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER_ALV...more details | ||
| SET_CONS_TRANSFER_TEXT | ALV Grid Control for COnsumption Transfer: Read Texts | Public |
| CALL METHOD cl_isu_bill_sim_screen=>SET_CONS_TRANSFER_TEXT...more details | ||
| SET_CURFIELD | Set CURFIELD | Public |
| CALL METHOD cl_isu_bill_sim_screen=>SET_CURFIELD...more details | ||
| SIMULATE | Call/Execute Simulation | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ALV_CONTAINER | Instance Attribute | ALV Grid Control Container | LIKE CL_GUI_DOCKING_CONTAINER | Protected | |
| ALV_DATA | Instance Attribute | ALV Grid Control: Data (from Structure EASIMLINE) | LIKE IEASIMLINE | Protected | |
| ALV_GRID | Instance Attribute | ALV List Viewer | LIKE CL_GUI_ALV_GRID | Protected | |
| ALV_OUTPUT_CONTAINER | Instance Attribute | ALV Grid Control: Results Output Area | LIKE CHAR30 | Protected | |
| ALV_RESULT | Instance Attribute | ALV Grid Control: Data (from Structure EASIMLINE) | LIKE IEASIMLINE | Protected | |
| BADI_EASIM | Instance Attribute | BAdI Interface IF_EX_ISU_BI_EASIM | LIKE IF_EX_ISU_BI_EASIM | Public | |
| CL_METER_READ | Instance Attribute | Simulation Workbench: Enter Period Consumption | LIKE CL_ISU_ALV_EDIT_METER_READ | Public | |
| CL_PERCONS | Instance Attribute | Simulation Workbench: Enter Period Consumption | LIKE CL_ISU_ALV_EDIT_PERIOD_CONS | Public | |
| CL_SIMSCEN | Instance Attribute | Current Simulation Scenario | LIKE CL_ISU_BILL_SIM_SCEN | Public | |
| CONS_ACTIVETAB | Instance Attribute | Consumption Information: Current Tab Page | LIKE SYUCOMM | Public | |
| CO_ALV_FIELD_BELNR | Constant | ALV Grid Control: Field BELNR | 'BELNR' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_DIFFERENCE_AMOUNT | Instance Attribute | ALV Grid Control Field: Difference | 'DIFFERENCE_AMOUNT' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_LINECOLOUR | Constant | ALV Grid Control Field: LINECOLOUR | 'LINECOLOUR' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_PROTOCOL | Constant | ALV Grid Control: Field PROTOCOL | 'PROTOCOL' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_SIMLINEKEY | Instance Attribute | ALV Grid Control: Field | 'SIMLINEKEY' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_SIMLINEKEYTXT | Instance Attribute | ALV Grid Control: Field SIMLINEKEYTXT | 'SIMLINEKEYTXT' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_SIMMODE | Constant | ALV Grid Control: Field STATUS | 'SIMMODE' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_STATUS | Constant | ALV Grid Control: Field STATUS | 'STATUS' | LIKE LVC_FNAME | Public |
| CO_ALV_FIELD_SUMMARY | Constant | ALV Grid Control: Field SUMMARY_LINE | 'SUMMARY_LINE' | LIKE LVC_FNAME | Public |
| CO_ALV_STRUCTURE | Constant | ALV Grid Control: Data Structure Name | 'EASIMLINE' | LIKE DD02L-TABNAME | Public |
| CO_ASSOCIATED_MENU | Constant | ALV Grid Control: Menu Button for Associated Contract | 'ALV_ASSOCIATED' | LIKE REGEN-OKCODE | Public |
| CO_BADI_EASIM | Constant | BAdI EASIM | 'ISU_BI_EASIM' | LIKE EXIT_DEF | Public |
| CO_BUTTON_PATTERN_VERTRAG | Constant | Button: Copy Contract Template | 'PATTERN_CONTRACT' | LIKE LVC_FNAME | Public |
| CO_CHECK_CONS_TRANSFER | Constant | Check Distribution Factors | 'T' | LIKE CHAR1 | Public |
| CO_CHECK_MR_RESULT | Constant | Check Meter Results | 'Z' | LIKE CHAR1 | Public |
| CO_CHECK_PERIOD | Constant | Check Period Consumption | 'P' | LIKE CHAR1 | Public |
| CO_DISPLAY_ASSOCIATED | Constant | ALV Grid Control: Displayed Associated Contracts | 'DISP_ASS' | LIKE REGEN-OKCODE | Public |
| CO_OUTPUT_CONTAINER | Constant | ALV Container Result | 'WORKBENCH_AUSGABE_CONTROL' | LIKE CHAR30 | Public |
| CO_PROG_SIMULATION_WORKBENCH | Constant | Simulation Workbench: Main Program | 'SAPLEASIM_WORKBENCH' | LIKE PROGNAME | Public |
| CO_RCATTYPE_ALV_STRUCTURE | Constant | ALV Structure for Consumption Transfer | 'EASIMRTYPEFACT_ALV' | LIKE STRNAME | Public |
| CO_RCATTYPE_ALV_STYLE | Constant | ALV Structure 'Style': Consumption Transfer | 'CELLTAB' | LIKE STRNAME | Public |
| CO_SCREEN_RESULT_RATIO | Instance Attribute | ALV Grid Control: Ratio | 65 | LIKE I | Public |
| CO_SCREEN_SIMULATION_WORKBENCH | Constant | Simulation Workbench: Main Screen | '0200' | LIKE SYDYNNR | Public |
| CO_SIMLINEKEY_DISPLAY_ALL | Constant | ALV Grid Control: Display all SIMLINEKEY Results | 'DISP_ALL_SIMLINEKEY' | LIKE REGEN-OKCODE | Public |
| CO_SIMLINEKEY_DISPLAY_SUMMARY | Constant | ALV Grid Control: Display Overview of Results | 'DISP_SIMLINEKEY_SUM' | LIKE REGEN-OKCODE | Public |
| CO_SIMLINEKEY_MENU | Constant | ALV Grid Control: SIMLINEKEY Menu Button | 'ALV_SIMLINEKEY' | LIKE REGEN-OKCODE | Public |
| CO_SIMULATION_EXECUTE | Constant | Execute Simulation | 'SIMEXEC' | LIKE SYUCOMM | Public |
| CO_SIMULATION_FIRST | Constant | Execute Simulation | 'SIMFIRST' | LIKE SYUCOMM | Public |
| CO_SIMULATION_INST_FACTS | Constant | Installation facts | 'COND' | LIKE SYUCOMM | Public |
| CO_SIMULATION_LAST | Constant | Execute Simulation | 'SIMLAST' | LIKE SYUCOMM | Public |
| CO_SIMULATION_NEW | Constant | New Simulation | 'SIMNEW' | LIKE SYUCOMM | Public |
| CO_SIMULATION_NEXT | Constant | Execute Simulation | 'SIMNEXT' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PATTERN_CONTRACT | Constant | Execute Simulation | 'PATTERN_CONTRACT' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB1 | Constant | Consumption Information TAB 1 | 'PCONS_TABSTRIP_FC1' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB2 | Constant | Consumption Information TAB 2 | 'PCONS_TABSTRIP_FC2' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB3 | Constant | Consumption Information TAB 3 | 'PCONS_TABSTRIP_FC3' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB4 | Constant | Consumption Information TAB 4 | 'PCONS_TABSTRIP_FC4' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB5 | Constant | Consumption Information TAB 5 | 'PCONS_TABSTRIP_FC5' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB6 | Constant | Consumption Information TAB 6 | 'PCONS_TABSTRIP_FC6' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PCONS_TAB7 | Constant | Consumption Information TAB 7 | 'PCONS_TABSTRIP_FC7' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PREPARE | Constant | Prepare Simulation | 'SIMPREPARE' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PREV | Constant | Execute Simulation | 'SIMPREV' | LIKE SYUCOMM | Public |
| CO_SIMULATION_PROTOCOL | Constant | Display Simulation Log | 'SIMPROTOCOL' | LIKE SYUCOMM | Public |
| CURFIELD | Instance Attribute | Cursor Field | LIKE CURFIELD | Public | |
| ICL_CONS_TRANSFER | Instance Attribute | Simulation Workbench: Enter Consumption Transfer Factor | LIKE IEASIMTARIFTYP_DYN | Public | |
| SIMSCEN | Instance Attribute | Simulation Scenario | LIKE EA_SIMSCEN | Public | |
| SIMSCENCLASS | Instance Attribute | Simulation Scenario Class | LIKE EA_SIMSCENCLASS | Public | |
| SIM_EXECUTED | Instance Attribute | Simulation Executed Successfully | LIKE KENNZX | Protected | |
| SIM_PREPARED | Instance Attribute | Simulation Prepared | LIKE 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