SAP CL_ISU_BILL_SIM_DATA_CONTR OO Class - Simulation Data for Contract
CL_ISU_BILL_SIM_DATA_CONTR 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_DATA_CONTR 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_DATA_CONTR 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 |
| CANCEL_PREV_BILL | Reverse Previous Document | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>CANCEL_PREV_BILL...more details | ||
| CHANGE_INSTLN_FACTS | Dialog for Changing Installation Facts (No Reference Values) | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>CHANGE_INSTLN_FACTS...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>CONSTRUCTOR...more details | ||
| COPY_DATA_CONTR | Copy Contract Data | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>COPY_DATA_CONTR...more details | ||
| CREATE_BILLING_ORDER | Generate Billing Order for Schedule Record | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>CREATE_BILLING_ORDER...more details | ||
| CREATE_BILLING_ORDER_INTERNAL | Execute Internal Preparation | Private |
| CALL METHOD cl_isu_bill_sim_data_contr=>CREATE_BILLING_ORDER_INTERNAL...more details | ||
|
| ||
| FILL_DATA_DEFAULT | Read Contract Master Data from Database (Default) | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>FILL_DATA_DEFAULT...more details | ||
| FILL_PREV_BILLS_FROM_ERCH | Maintain Billing Document (ERCHZ, ERCHC, ....) | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>FILL_PREV_BILLS_FROM_ERCH...more details | ||
| GET_ALL_PREV_BILLS | Determine All Previous Documents for Contract -> PREV_IBILL | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_ALL_PREV_BILLS...more details | ||
| GET_BEGIN_OF_BILLING_PERIOD | Document Analysis for Contract -> Start of Billing Period | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_BEGIN_OF_BILLING_PERIOD...more details | ||
| GET_BILL_FROM_ERCH | Read ERCHZ, ERCHC, ... to ERCH | Private |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_BILL_FROM_ERCH...more details | ||
| GET_EVER_IEVERH | Read Contract Data | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_EVER_IEVERH...more details | ||
| GET_FKKVKP | Read Contract Account | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_FKKVKP...more details | ||
| GET_ITE417 | Schedule Records for Contract Portion (Unbilled) | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>GET_ITE417...more details | ||
| REPLACE_IEVERH | Replace Corresponding Fields in EVERH with the Data Provided | Public |
| CALL METHOD cl_isu_bill_sim_data_contr=>REPLACE_IEVERH...more details | ||
CL_ISU_BILL_SIM_DATA_CONTR 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 |
| BEGABRPE | Instance Attribute | Start of billing period | LIKE BEGABRPE | Public | |
| BEGEND | Instance Attribute | Start of period-end billing period | LIKE BEGEND | Public | |
| BEGNACH | Instance Attribute | Start of backbilling period | LIKE BEGNACH | Public | |
| CANC_IBILL | Instance Attribute | Standard table for structure ISU2A_BILL_DOC | LIKE ISU2A_T_BILL_DOC | Public | |
| CANC_IERCH | Instance Attribute | ERCH Table | LIKE IERCH | Public | |
| CO_CONTRACT_PATTERN | Instance Attribute | LIKE | Private | ||
| EVER | Instance Attribute | IS-U Contract | LIKE EVER | Public | |
| FKKVKP | Instance Attribute | Contract Account Partner-Specific | LIKE FKKVKP | Public | |
| IEVERH | Instance Attribute | IS-U Contract History | LIKE IEVERH | Public | |
| INST | Instance Attribute | Simulation Data for Installation | LIKE CL_ISU_BILL_SIM_DATA_INST | Public | |
| ITE417 | Instance Attribute | Schedule Records for Contract Portion | LIKE ITE417 | Public | |
| PATTERN | Instance Attribute | Simulation Data for Contract | LIKE CL_ISU_BILL_SIM_DATA_CONTR | Private | |
| PREV_BILL | Instance Attribute | Billing Document (Internal) | LIKE ISU2A_BILL_DOC | Public | |
| PREV_ERCH | Instance Attribute | Billing Doc. Data | LIKE ERCH | Public | |
| PREV_IBILL | Instance Attribute | Standard table for structure ISU2A_BILL_DOC | LIKE ISU2A_T_BILL_DOC | Public | |
| PREV_IERCH | Instance Attribute | ERCH Table | LIKE IERCH | Public | |
| TE410S | Instance Attribute | Performance Parameters for Meter Reading | LIKE TE410S | Private | |
| USE | Instance Attribute | Control for Contract Simulation Data | LIKE EASIMCONTRUSE | Public | |
| VERTRAG | Instance Attribute | Contract | LIKE VERTRAG | 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