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 NameDescriptionVisability
CHECK_SUBINST_RELEVANTCheck if Secondary Installation is Relevant for Data ExchngePrivate
CALL METHOD cl_isu_bi_main_inst=>CHECK_SUBINST_RELEVANT...more details

CHECK_SUBINST_ROLE_UNCHANGEDAnalyze Secondary Installation Documents Relevant for Distr.Private
CALL METHOD cl_isu_bi_main_inst=>CHECK_SUBINST_ROLE_UNCHANGED...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_isu_bi_main_inst=>CONSTRUCTOR...more details

FILL_PRE_ERCHV_OPERPrepare Entries for Table PRE_ERCHV_OPERPrivate
CALL METHOD cl_isu_bi_main_inst=>FILL_PRE_ERCHV_OPER...more details

GET_DATA_FOR_SUBINSTDetermine Data for Secondary InstallationPrivate
CALL METHOD cl_isu_bi_main_inst=>GET_DATA_FOR_SUBINST...more details

GET_DIST_BILL_ORDERSRead Billing Orders from Distribution Relevant Sec.InstallnsPublic
CALL METHOD cl_isu_bi_main_inst=>GET_DIST_BILL_ORDERS...more details

GET_MAININST_CUSTCustomizing for Primary InstallationPublic
CALL METHOD cl_isu_bi_main_inst=>GET_MAININST_CUST...more details

GET_UPD_ERCH_MDNSecondary Installation Docs that Require MAINDOCNO to Be setPublic
CALL METHOD cl_isu_bi_main_inst=>GET_UPD_ERCH_MDN...more details

GET_UPD_ETRG_MDN_WAIT_BISecondary Installation Docs that Require MAINDOCNO to Be setPublic
CALL METHOD cl_isu_bi_main_inst=>GET_UPD_ETRG_MDN_WAIT_BI...more details

PERIODS_ANALYZEAnalyze Billing PeriodsPrivate
CALL METHOD cl_isu_bi_main_inst=>PERIODS_ANALYZE...more details

SUBINST_BACK_ERCHV_ANALYZEAnalyze ERCHV of Secondary Installation During BackbillingPrivate
CALL METHOD cl_isu_bi_main_inst=>SUBINST_BACK_ERCHV_ANALYZE...more details

SUBINST_CONSREL_DOCS_ANALYZEAnalyze and Allocate Secondary Installation DocumentsPrivate
CALL METHOD cl_isu_bi_main_inst=>SUBINST_CONSREL_DOCS_ANALYZE...more details

SUBINST_DETERMINEDetermine Secondary InstallationPublic
CALL METHOD cl_isu_bi_main_inst=>SUBINST_DETERMINE...more details

SUBINST_DISTREL_DOCS_ANALYZEAnalyze Secondary Installation Documents Relevant for Distr.Private
CALL METHOD cl_isu_bi_main_inst=>SUBINST_DISTREL_DOCS_ANALYZE...more details

SUBINST_HIERARCHY_ANALYZEAnalyze Hierarchy of Secondary InstallationsPrivate
CALL METHOD cl_isu_bi_main_inst=>SUBINST_HIERARCHY_ANALYZE...more details

SUBINST_PERIODIC_ERCHV_ANALYZEAnalyze ERCHV from Secondary Installations (No Backbilling)Private
CALL METHOD cl_isu_bi_main_inst=>SUBINST_PERIODIC_ERCHV_ANALYZE...more details

SUBINST_PROCESSProcess Secondary InstallationsPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
ALL_SUB_KEY_TABInstance AttributeKey for All Secondary InstallationsLIKE
ISU_T_EANLKEY_H
Private
ALL_SUB_V_EANL_TABInstance AttributeAll Secondary Installations All Time SlicesLIKE
V_EANL_TAB_S
Public
CONTROLInstance AttributeState ManagementLIKE
CONTROL_TYPE
Private
CO_VALIDATION_SUBINSTDOCConstantName of billing validation'SUBINSTDOC'LIKE
ERCHO-VALIDATION
Public
CUSTInstance AttributeCustomizing for Primary InstallationLIKE
LCL_CUST
Private
DIST_ETRG_ERCH_TABInstance AttributeSimulated Document for DistribuionLIKE
DIST_ETRG_ERCH_TAB
Private
HIERARCHY_TABInstance AttributeSorted Table for Structure ISU_INSTGR_HIERLIKE
ISU_INSTGR_HIER_TAB
Private
INSTGRTYPEInstance AttributeGrouping Type for Installation GroupLIKE
INSTGRTYPE
Public
KEYDATEInstance AttributeDate from Which a Time Slice is ValidLIKE
EANLH-AB
Private
MAININSTInstance AttributeKey of Primary InstallationLIKE
EANL-ANLAGE
Public
OUTSORTED_DOC_FOUNDInstance AttributeOutsorted Secondary Installation Document is UsedLIKE
KENNZX
Public
PERIODSInstance AttributeBilling Periods for Primary InstallationLIKE
ISU_INSTGR_PERIODS
Public
SUB_ERCHV_OPER_TABInstance AttributeCosumption-Relevant ERCHVs from Secondary InstallationsLIKE
IERCHV_OPER
Public
UPDATE_DATAInstance AttributeUpdate DataLIKE
UPDATE_DATA_TYPE
Private
V_EANL_TABInstance AttributePrimary Installation: HistoryLIKE
IEV_EANL
Private
WRITE_LOGInstance AttributeIndicatorLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!