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 NameDescriptionVisability
CANCEL_PREV_BILLReverse Previous DocumentPublic
CALL METHOD cl_isu_bill_sim_data_contr=>CANCEL_PREV_BILL...more details

CHANGE_INSTLN_FACTSDialog for Changing Installation Facts (No Reference Values)Public
CALL METHOD cl_isu_bill_sim_data_contr=>CHANGE_INSTLN_FACTS...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_isu_bill_sim_data_contr=>CONSTRUCTOR...more details

COPY_DATA_CONTRCopy Contract DataPublic
CALL METHOD cl_isu_bill_sim_data_contr=>COPY_DATA_CONTR...more details

CREATE_BILLING_ORDERGenerate Billing Order for Schedule RecordPublic
CALL METHOD cl_isu_bill_sim_data_contr=>CREATE_BILLING_ORDER...more details

CREATE_BILLING_ORDER_INTERNALExecute Internal PreparationPrivate
CALL METHOD cl_isu_bill_sim_data_contr=>CREATE_BILLING_ORDER_INTERNAL...more details

FILL_DATA_DEFAULTRead Contract Master Data from Database (Default)Public
CALL METHOD cl_isu_bill_sim_data_contr=>FILL_DATA_DEFAULT...more details

FILL_PREV_BILLS_FROM_ERCHMaintain Billing Document (ERCHZ, ERCHC, ....)Public
CALL METHOD cl_isu_bill_sim_data_contr=>FILL_PREV_BILLS_FROM_ERCH...more details

GET_ALL_PREV_BILLSDetermine All Previous Documents for Contract -> PREV_IBILLPublic
CALL METHOD cl_isu_bill_sim_data_contr=>GET_ALL_PREV_BILLS...more details

GET_BEGIN_OF_BILLING_PERIODDocument Analysis for Contract -> Start of Billing PeriodPublic
CALL METHOD cl_isu_bill_sim_data_contr=>GET_BEGIN_OF_BILLING_PERIOD...more details

GET_BILL_FROM_ERCHRead ERCHZ, ERCHC, ... to ERCHPrivate
CALL METHOD cl_isu_bill_sim_data_contr=>GET_BILL_FROM_ERCH...more details

GET_EVER_IEVERHRead Contract DataPublic
CALL METHOD cl_isu_bill_sim_data_contr=>GET_EVER_IEVERH...more details

GET_FKKVKPRead Contract AccountPublic
CALL METHOD cl_isu_bill_sim_data_contr=>GET_FKKVKP...more details

GET_ITE417Schedule Records for Contract Portion (Unbilled)Public
CALL METHOD cl_isu_bill_sim_data_contr=>GET_ITE417...more details

REPLACE_IEVERHReplace Corresponding Fields in EVERH with the Data ProvidedPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
BEGABRPEInstance AttributeStart of billing periodLIKE
BEGABRPE
Public
BEGENDInstance AttributeStart of period-end billing periodLIKE
BEGEND
Public
BEGNACHInstance AttributeStart of backbilling periodLIKE
BEGNACH
Public
CANC_IBILLInstance AttributeStandard table for structure ISU2A_BILL_DOCLIKE
ISU2A_T_BILL_DOC
Public
CANC_IERCHInstance AttributeERCH TableLIKE
IERCH
Public
CO_CONTRACT_PATTERNInstance AttributeLIKE
Private
EVERInstance AttributeIS-U ContractLIKE
EVER
Public
FKKVKPInstance AttributeContract Account Partner-SpecificLIKE
FKKVKP
Public
IEVERHInstance AttributeIS-U Contract HistoryLIKE
IEVERH
Public
INSTInstance AttributeSimulation Data for InstallationLIKE
CL_ISU_BILL_SIM_DATA_INST
Public
ITE417Instance AttributeSchedule Records for Contract PortionLIKE
ITE417
Public
PATTERNInstance AttributeSimulation Data for ContractLIKE
CL_ISU_BILL_SIM_DATA_CONTR
Private
PREV_BILLInstance AttributeBilling Document (Internal)LIKE
ISU2A_BILL_DOC
Public
PREV_ERCHInstance AttributeBilling Doc. DataLIKE
ERCH
Public
PREV_IBILLInstance AttributeStandard table for structure ISU2A_BILL_DOCLIKE
ISU2A_T_BILL_DOC
Public
PREV_IERCHInstance AttributeERCH TableLIKE
IERCH
Public
TE410SInstance AttributePerformance Parameters for Meter ReadingLIKE
TE410S
Private
USEInstance AttributeControl for Contract Simulation DataLIKE
EASIMCONTRUSE
Public
VERTRAGInstance AttributeContractLIKE
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



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!