SAP CL_ISU_BILL_SIM_SERVICE OO Class - Billing Simulation
CL_ISU_BILL_SIM_SERVICE 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_SERVICE 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_SERVICE 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 |
| ADJUST_PERCONS | Add imported period consumption to simulation object | Private |
| CALL METHOD cl_isu_bill_sim_service=>ADJUST_PERCONS...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD cl_isu_bill_sim_service=>CONSTRUCTOR...more details | ||
| EXPORT_BILL_INFO | Public | |
| CALL METHOD cl_isu_bill_sim_service=>EXPORT_BILL_INFO...more details | ||
| FILL_BDOCCONSHIST_TAB | Add information of a bill doc to BILLINGDOCUMENTCONSHIST | Private |
| CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCCONSHIST_TAB...more details | ||
| FILL_BDOCHEADER_TAB | Add information of a bill document to BILLINGDOCUMENTHEADER | Private |
| CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCHEADER_TAB...more details | ||
| FILL_BDOCITEM_TAB | Add information of a bill document to BILLINGDOCUMENTITEM | Private |
| CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCITEM_TAB...more details | ||
|
| ||
| FILL_TAXRESULTITEM_TAB | Add information of a bill document to TAXRESULTITEM | Private |
| CALL METHOD cl_isu_bill_sim_service=>FILL_TAXRESULTITEM_TAB...more details | ||
| RATECAT_FOR_APPL_PERIOD_RC | Private | |
| CALL METHOD cl_isu_bill_sim_service=>RATECAT_FOR_APPL_PERIOD_RC...more details | ||
| SIMCAT_BO_1Y_RC | Prepare and execute simulation scenario of category 002 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMCAT_BO_1Y_RC...more details | ||
| SIMCAT_BO_NOP_RC | Prepare and execute simulation scenario of category 002 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMCAT_BO_NOP_RC...more details | ||
| SIMCAT_PERIOD_RC | Prepare and execute simulation scenario of category 001 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMCAT_PERIOD_RC...more details | ||
| SIMSCEN_PERIOD_RC | Execute simulation scenario of category 001 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMSCEN_PERIOD_RC...more details | ||
| SIMULATION_BO_1Y_RC | Execute simulation scenario of category 002 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMULATION_BO_1Y_RC...more details | ||
| SIMULATION_BO_NOP_RC | Execute simulation scenario of category 002 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMULATION_BO_NOP_RC...more details | ||
| SIMULATION_PERIOD_RC | Execute simulation scenario of category 002 | Public |
| CALL METHOD cl_isu_bill_sim_service=>SIMULATION_PERIOD_RC...more details | ||
| TRANSFER_FACTS | Transfer simulation facts to ETTIFN | Public |
| CALL METHOD cl_isu_bill_sim_service=>TRANSFER_FACTS...more details | ||
| TRANSFER_MR | Transfer meter readings to EABL | Public |
| CALL METHOD cl_isu_bill_sim_service=>TRANSFER_MR...more details | ||
| TRANSFER_PERCONS | Transfer period consumption to EASTE | Public |
| CALL METHOD cl_isu_bill_sim_service=>TRANSFER_PERCONS...more details | ||
CL_ISU_BILL_SIM_SERVICE 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 |
| APPLICATION | Instance Attribute | LIKE SIMAPPL | Private | ||
| CO_APPL_ICWC | Constant | '02' | LIKE SIMAPPL | Public | |
| CO_DATE_FINITE | Constant | Date from which time slice is valid | '19000101' | LIKE ABZEITSCH | Private |
| CO_DATE_INFINITE | Constant | Date at Which a Time Slice Expires | '99991231' | LIKE BISZEITSCH | Private |
| CO_SIMSCENCAT_RC_NOP | Constant | Sim. arbitrary number of orders with Rate Cat. Comparison | '010' | LIKE EA_SIMSCENCAT | Public |
| CO_SIMSCENCAT_RC_PERIOD | Constant | Simulation Period with Rate Category Comparison | '001' | LIKE EA_SIMSCENCAT | Public |
| CO_SIMSCENCAT_RC_YEAR | Constant | Simulate Orders for a Year with Rate Category Comparison | '002' | LIKE EA_SIMSCENCAT | Public |
| CO_TRUE | Constant | Indicators | 'X' | LIKE KENNZX | Private |
| EABLG_TAB | Instance Attribute | Standard Table for EABLG Structure | LIKE EABLG_TAB | Private | |
| EABL_TAB | Instance Attribute | Standard Table for EABL Structure | LIKE EABL_TAB | Private | |
| EASTE_TAB | Instance Attribute | Table Type for Structure EASTE | LIKE ISU_IEASTE | Private | |
| RATECATEGORY | Instance Attribute | Rate category | LIKE TARIFTYP | Private | |
| SIMULATIONCONTRACT | Instance Attribute | Contract | LIKE VERTRAG | Private | |
| SIMULATIONFACTS | Instance Attribute | Installation Facts for Service Billing Simulation | LIKE SIMULATIONFACTS_T | Private | |
| SIMULATIONSCENARIO | Instance Attribute | Simulation Scenario | LIKE EA_SIMSCEN | Private | |
| SIMULATIONSTARTENDDATE | Instance Attribute | Simulation Period | LIKE ESTART_END_DATE | Private | |
| TXJCD | Instance Attribute | Tax Jurisdiction | LIKE TXJCD | Private |
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