SAP CL_ISU_BI_MAIN_INST OO Class - Bill Primary Installation
CL_ISU_BI_MAIN_INST 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_BI_MAIN_INST 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_BI_MAIN_INST 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 |
| CHECK_SUBINST_RELEVANT | Check if Secondary Installation is Relevant for Data Exchnge | Private |
| CALL METHOD cl_isu_bi_main_inst=>CHECK_SUBINST_RELEVANT...more details | ||
| CHECK_SUBINST_ROLE_UNCHANGED | Analyze Secondary Installation Documents Relevant for Distr. | Private |
| CALL METHOD cl_isu_bi_main_inst=>CHECK_SUBINST_ROLE_UNCHANGED...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_isu_bi_main_inst=>CONSTRUCTOR...more details | ||
| FILL_PRE_ERCHV_OPER | Prepare Entries for Table PRE_ERCHV_OPER | Private |
| CALL METHOD cl_isu_bi_main_inst=>FILL_PRE_ERCHV_OPER...more details | ||
| GET_DATA_FOR_SUBINST | Determine Data for Secondary Installation | Private |
| CALL METHOD cl_isu_bi_main_inst=>GET_DATA_FOR_SUBINST...more details | ||
| GET_DIST_BILL_ORDERS | Read Billing Orders from Distribution Relevant Sec.Installns | Public |
| CALL METHOD cl_isu_bi_main_inst=>GET_DIST_BILL_ORDERS...more details | ||
|
| ||
| GET_MAININST_CUST | Customizing for Primary Installation | Public |
| CALL METHOD cl_isu_bi_main_inst=>GET_MAININST_CUST...more details | ||
| GET_UPD_ERCH_MDN | Secondary Installation Docs that Require MAINDOCNO to Be set | Public |
| CALL METHOD cl_isu_bi_main_inst=>GET_UPD_ERCH_MDN...more details | ||
| GET_UPD_ETRG_MDN_WAIT_BI | Secondary Installation Docs that Require MAINDOCNO to Be set | Public |
| CALL METHOD cl_isu_bi_main_inst=>GET_UPD_ETRG_MDN_WAIT_BI...more details | ||
| PERIODS_ANALYZE | Analyze Billing Periods | Private |
| CALL METHOD cl_isu_bi_main_inst=>PERIODS_ANALYZE...more details | ||
| SUBINST_BACK_ERCHV_ANALYZE | Analyze ERCHV of Secondary Installation During Backbilling | Private |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_BACK_ERCHV_ANALYZE...more details | ||
| SUBINST_CONSREL_DOCS_ANALYZE | Analyze and Allocate Secondary Installation Documents | Private |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_CONSREL_DOCS_ANALYZE...more details | ||
| SUBINST_DETERMINE | Determine Secondary Installation | Public |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_DETERMINE...more details | ||
| SUBINST_DISTREL_DOCS_ANALYZE | Analyze Secondary Installation Documents Relevant for Distr. | Private |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_DISTREL_DOCS_ANALYZE...more details | ||
| SUBINST_HIERARCHY_ANALYZE | Analyze Hierarchy of Secondary Installations | Private |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_HIERARCHY_ANALYZE...more details | ||
| SUBINST_PERIODIC_ERCHV_ANALYZE | Analyze ERCHV from Secondary Installations (No Backbilling) | Private |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_PERIODIC_ERCHV_ANALYZE...more details | ||
| SUBINST_PROCESS | Process Secondary Installations | Public |
| CALL METHOD cl_isu_bi_main_inst=>SUBINST_PROCESS...more details | ||
CL_ISU_BI_MAIN_INST 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 |
| ALL_SUB_KEY_TAB | Instance Attribute | Key for All Secondary Installations | LIKE ISU_T_EANLKEY_H | Private | |
| ALL_SUB_V_EANL_TAB | Instance Attribute | All Secondary Installations All Time Slices | LIKE V_EANL_TAB_S | Public | |
| CONTROL | Instance Attribute | State Management | LIKE CONTROL_TYPE | Private | |
| CO_VALIDATION_SUBINSTDOC | Constant | Name of billing validation | 'SUBINSTDOC' | LIKE ERCHO-VALIDATION | Public |
| CUST | Instance Attribute | Customizing for Primary Installation | LIKE LCL_CUST | Private | |
| DIST_ETRG_ERCH_TAB | Instance Attribute | Simulated Document for Distribuion | LIKE DIST_ETRG_ERCH_TAB | Private | |
| HIERARCHY_TAB | Instance Attribute | Sorted Table for Structure ISU_INSTGR_HIER | LIKE ISU_INSTGR_HIER_TAB | Private | |
| INSTGRTYPE | Instance Attribute | Grouping Type for Installation Group | LIKE INSTGRTYPE | Public | |
| KEYDATE | Instance Attribute | Date from Which a Time Slice is Valid | LIKE EANLH-AB | Private | |
| MAININST | Instance Attribute | Key of Primary Installation | LIKE EANL-ANLAGE | Public | |
| OUTSORTED_DOC_FOUND | Instance Attribute | Outsorted Secondary Installation Document is Used | LIKE KENNZX | Public | |
| PERIODS | Instance Attribute | Billing Periods for Primary Installation | LIKE ISU_INSTGR_PERIODS | Public | |
| SUB_ERCHV_OPER_TAB | Instance Attribute | Cosumption-Relevant ERCHVs from Secondary Installations | LIKE IERCHV_OPER | Public | |
| UPDATE_DATA | Instance Attribute | Update Data | LIKE UPDATE_DATA_TYPE | Private | |
| V_EANL_TAB | Instance Attribute | Primary Installation: History | LIKE IEV_EANL | Private | |
| WRITE_LOG | Instance Attribute | Indicator | 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