SAP CL_ISU_BILL_SIM_SCEN OO Class - Simulation Scenario
CL_ISU_BILL_SIM_SCEN 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_SCEN 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_SCEN 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 |
| BUFFER_PROFILES | Private | |
| CALL METHOD cl_isu_bill_sim_scen=>BUFFER_PROFILES...more details | ||
| CHANGE_INSTLN_FACTS | Dialog for Changing Installation Facts (No Reference Values) | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CHANGE_INSTLN_FACTS...more details | ||
| CHECK_CONTRACT_FOR_SCEN | Check Whether Sim. Scenario Can Be Executed for Contract | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>CHECK_CONTRACT_FOR_SCEN...more details | ||
| CLOSE | Close Simulation Object | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CLOSE...more details | ||
| CLOSE_MSG | Close Message Object | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CLOSE_MSG...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CONSTRUCTOR...more details | ||
|
| ||
| COPY_DATA_FOR_SIM | Copy Master Data from Simulation Scenario to Sim. Objects | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>COPY_DATA_FOR_SIM...more details | ||
| COPY_DATA_FOR_SIM_INST | Copy Installation Data from Sim. Scenario to Sim. Objects | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>COPY_DATA_FOR_SIM_INST...more details | ||
| CREATE_FROM_CLASS | Generate Object Reference Depending on Class | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CREATE_FROM_CLASS...more details | ||
| CREATE_SIM_FOR_SCEN | Generate Simulations for Simulation Scenario | Public |
| CALL METHOD cl_isu_bill_sim_scen=>CREATE_SIM_FOR_SCEN...more details | ||
| DISPLAY_LOG | Display Application Log | Public |
| CALL METHOD cl_isu_bill_sim_scen=>DISPLAY_LOG...more details | ||
| FILL_ATTRIBUTES_DEFAULT | Defaults for Individual Attributes | Public |
| CALL METHOD cl_isu_bill_sim_scen=>FILL_ATTRIBUTES_DEFAULT...more details | ||
| GET_ASSOCIATED_SIMLINEKEY | Determine Related Sim. Line Key | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIMLINEKEY...more details | ||
| GET_ASSOCIATED_SIMULATIONS | Determined Related Simulations | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIMULATIONS...more details | ||
| GET_ASSOCIATED_SIM_EXISTS | Are there related simulations? | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIM_EXISTS...more details | ||
| GET_ASS_SIMLINEKEY_RATECAT | Determin Related Sim. Line Key for Rate Category | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>GET_ASS_SIMLINEKEY_RATECAT...more details | ||
| GET_BILL_DOC | Read Biling Document | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_BILL_DOC...more details | ||
| GET_CONTRACT | Read Contract | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_CONTRACT...more details | ||
| GET_CONTR_FROM_PATTERN_RATECAT | Read Template Contract Data for Rate Category | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>GET_CONTR_FROM_PATTERN_RATECAT...more details | ||
| GET_MSG_HANDLE | Export Log Handle | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_MSG_HANDLE...more details | ||
| GET_RELEVANT_MR | Copy Relevant Meter Readings (From Move-In/Installation) | Private |
| CALL METHOD cl_isu_bill_sim_scen=>GET_RELEVANT_MR...more details | ||
| GET_SELECTED_RATECAT | Return Selected Rate Categories | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SELECTED_RATECAT...more details | ||
| GET_SIMLINES | Simulation Lines from Billing Document | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMLINES...more details | ||
| GET_SIMLINES_ASSOCIATED | Simulation Lines from Billing Document | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMLINES_ASSOCIATED...more details | ||
| GET_SIMULATION_LOG | Determine Whether Log Exists | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_LOG...more details | ||
| GET_SIMULATION_RESULT | Determine Simulation Results | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_RESULT...more details | ||
| GET_SIMULATION_USG_SIMLINEKEY | Seach Simulation Result for BELNR | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_USG_SIMLINEKEY...more details | ||
| GET_SIMULATION_USING_BELNR | Seach Simulation Result for BELNR | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_USING_BELNR...more details | ||
| GET_SIM_PERIOD | Determine Total Simulation Period | Public |
| CALL METHOD cl_isu_bill_sim_scen=>GET_SIM_PERIOD...more details | ||
| MATCH_ASSOCIATED_RATECAT | Transfer Associated Rate Categories | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>MATCH_ASSOCIATED_RATECAT...more details | ||
| MATCH_METERREADS_RATECAT | Transfer Meter Reading Results for Rate Category | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>MATCH_METERREADS_RATECAT...more details | ||
| MATCH_PERCONS_ASS | Transfer Associated Contract for Period Consumption | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>MATCH_PERCONS_ASS...more details | ||
| MATCH_PERCONS_RATECAT | Transfer Period Consumption for Rate Category | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>MATCH_PERCONS_RATECAT...more details | ||
| MATCH_PROFILE | Private | |
| CALL METHOD cl_isu_bill_sim_scen=>MATCH_PROFILE...more details | ||
| PREPARE_SCEN_FROM_ASS | Prepare Simulation Scenario for Associated Contract | Protected |
| CALL METHOD cl_isu_bill_sim_scen=>PREPARE_SCEN_FROM_ASS...more details | ||
| RUN_ASSOCIATED_SIMULATIONS | Execute Simulation Scenario for Associated Contracts | Public |
| CALL METHOD cl_isu_bill_sim_scen=>RUN_ASSOCIATED_SIMULATIONS...more details | ||
| RUN_SIMULATION | Execute Simulations | Public |
| CALL METHOD cl_isu_bill_sim_scen=>RUN_SIMULATION...more details | ||
| SELECT_SIMSCEN | Read Simulation Scenario from Database | Public |
| CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCEN...more details | ||
| SELECT_SIMSCENEXT | Read Simulation Scenario for External Simulation Scenario | Public |
| CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCENEXT...more details | ||
| SELECT_SIMSCEN_ABS | Read Alternative Billing Simulation Scenario from the DB | Public |
| CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCEN_ABS...more details | ||
| SET_SELECTED_RATECAT | Set Selected Rate Categories | Public |
| CALL METHOD cl_isu_bill_sim_scen=>SET_SELECTED_RATECAT...more details | ||
CL_ISU_BILL_SIM_SCEN 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 |
| APPL_LOG | Static Attribute | Application Log: Object Name (Application Code) | LIKE BALOBJ_D | Public | |
| CONTR | Instance Attribute | Simulation Data for Contract | LIKE CL_ISU_BILL_SIM_DATA_CONTR | Public | |
| CO_SIMMODE_DOC | Constant | Simulation Mode | '02' | LIKE EA_SIMMODE | Public |
| CO_SIMMODE_SIM | Constant | Simulation Mode | '01' | LIKE EA_SIMMODE | Public |
| IASS | Instance Attribute | Table Category for EASIMASS | LIKE IEASIMASS | Public | |
| ISIM | Instance Attribute | Table of Simulations | LIKE IEASIMREF | Public | |
| MSG_EXTCTR | Instance Attribute | 'X' - Application Log: Controlled Externally | LIKE KENNZX | Private | |
| MSG_EXTNUM | Instance Attribute | Application Log: External Number | LIKE BILLINGRUNNO | Public | |
| MSG_HANDLE | Instance Attribute | Message object identification | LIKE EMSG_HANDL | Protected | |
| MSG_SAVE | Instance Attribute | 'X' - Application Log: Is Saved | LIKE KENNZX | Private | |
| SCENDATA | Instance Attribute | Data for Simulation Scenario | LIKE EASIMSCENDATA | Public | |
| SIM_PREPARED | Instance Attribute | Simulation Prepared | LIKE KENNZX | Public |
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