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 NameDescriptionVisability
ADJUST_PERCONSAdd imported period consumption to simulation objectPrivate
CALL METHOD cl_isu_bill_sim_service=>ADJUST_PERCONS...more details

CONSTRUCTORPublic
CALL METHOD cl_isu_bill_sim_service=>CONSTRUCTOR...more details

EXPORT_BILL_INFOPublic
CALL METHOD cl_isu_bill_sim_service=>EXPORT_BILL_INFO...more details

FILL_BDOCCONSHIST_TABAdd information of a bill doc to BILLINGDOCUMENTCONSHISTPrivate
CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCCONSHIST_TAB...more details

FILL_BDOCHEADER_TABAdd information of a bill document to BILLINGDOCUMENTHEADERPrivate
CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCHEADER_TAB...more details

FILL_BDOCITEM_TABAdd information of a bill document to BILLINGDOCUMENTITEMPrivate
CALL METHOD cl_isu_bill_sim_service=>FILL_BDOCITEM_TAB...more details

FILL_TAXRESULTITEM_TABAdd information of a bill document to TAXRESULTITEMPrivate
CALL METHOD cl_isu_bill_sim_service=>FILL_TAXRESULTITEM_TAB...more details

RATECAT_FOR_APPL_PERIOD_RCPrivate
CALL METHOD cl_isu_bill_sim_service=>RATECAT_FOR_APPL_PERIOD_RC...more details

SIMCAT_BO_1Y_RCPrepare and execute simulation scenario of category 002Public
CALL METHOD cl_isu_bill_sim_service=>SIMCAT_BO_1Y_RC...more details

SIMCAT_BO_NOP_RCPrepare and execute simulation scenario of category 002Public
CALL METHOD cl_isu_bill_sim_service=>SIMCAT_BO_NOP_RC...more details

SIMCAT_PERIOD_RCPrepare and execute simulation scenario of category 001Public
CALL METHOD cl_isu_bill_sim_service=>SIMCAT_PERIOD_RC...more details

SIMSCEN_PERIOD_RCExecute simulation scenario of category 001Public
CALL METHOD cl_isu_bill_sim_service=>SIMSCEN_PERIOD_RC...more details

SIMULATION_BO_1Y_RCExecute simulation scenario of category 002Public
CALL METHOD cl_isu_bill_sim_service=>SIMULATION_BO_1Y_RC...more details

SIMULATION_BO_NOP_RCExecute simulation scenario of category 002Public
CALL METHOD cl_isu_bill_sim_service=>SIMULATION_BO_NOP_RC...more details

SIMULATION_PERIOD_RCExecute simulation scenario of category 002Public
CALL METHOD cl_isu_bill_sim_service=>SIMULATION_PERIOD_RC...more details

TRANSFER_FACTSTransfer simulation facts to ETTIFNPublic
CALL METHOD cl_isu_bill_sim_service=>TRANSFER_FACTS...more details

TRANSFER_MRTransfer meter readings to EABLPublic
CALL METHOD cl_isu_bill_sim_service=>TRANSFER_MR...more details

TRANSFER_PERCONSTransfer period consumption to EASTEPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
APPLICATIONInstance AttributeLIKE
SIMAPPL
Private
CO_APPL_ICWCConstant'02'LIKE
SIMAPPL
Public
CO_DATE_FINITEConstantDate from which time slice is valid'19000101'LIKE
ABZEITSCH
Private
CO_DATE_INFINITEConstantDate at Which a Time Slice Expires'99991231'LIKE
BISZEITSCH
Private
CO_SIMSCENCAT_RC_NOPConstantSim. arbitrary number of orders with Rate Cat. Comparison'010'LIKE
EA_SIMSCENCAT
Public
CO_SIMSCENCAT_RC_PERIODConstantSimulation Period with Rate Category Comparison'001'LIKE
EA_SIMSCENCAT
Public
CO_SIMSCENCAT_RC_YEARConstantSimulate Orders for a Year with Rate Category Comparison'002'LIKE
EA_SIMSCENCAT
Public
CO_TRUEConstantIndicators'X'LIKE
KENNZX
Private
EABLG_TABInstance AttributeStandard Table for EABLG StructureLIKE
EABLG_TAB
Private
EABL_TABInstance AttributeStandard Table for EABL StructureLIKE
EABL_TAB
Private
EASTE_TABInstance AttributeTable Type for Structure EASTELIKE
ISU_IEASTE
Private
RATECATEGORYInstance AttributeRate categoryLIKE
TARIFTYP
Private
SIMULATIONCONTRACTInstance AttributeContractLIKE
VERTRAG
Private
SIMULATIONFACTSInstance AttributeInstallation Facts for Service Billing SimulationLIKE
SIMULATIONFACTS_T
Private
SIMULATIONSCENARIOInstance AttributeSimulation ScenarioLIKE
EA_SIMSCEN
Private
SIMULATIONSTARTENDDATEInstance AttributeSimulation PeriodLIKE
ESTART_END_DATE
Private
TXJCDInstance AttributeTax JurisdictionLIKE
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



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!