SAP CL_ISU_BILL_SIM_SCEN OO Class - Simulation Scenario









CL_ISU_BILL_SIM_SCEN 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_SCEN 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_SCEN 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
BUFFER_PROFILESPrivate
CALL METHOD cl_isu_bill_sim_scen=>BUFFER_PROFILES...more details

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

CHECK_CONTRACT_FOR_SCENCheck Whether Sim. Scenario Can Be Executed for ContractProtected
CALL METHOD cl_isu_bill_sim_scen=>CHECK_CONTRACT_FOR_SCEN...more details

CLOSEClose Simulation ObjectPublic
CALL METHOD cl_isu_bill_sim_scen=>CLOSE...more details

CLOSE_MSGClose Message ObjectPublic
CALL METHOD cl_isu_bill_sim_scen=>CLOSE_MSG...more details

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

COPY_DATA_FOR_SIMCopy Master Data from Simulation Scenario to Sim. ObjectsProtected
CALL METHOD cl_isu_bill_sim_scen=>COPY_DATA_FOR_SIM...more details

COPY_DATA_FOR_SIM_INSTCopy Installation Data from Sim. Scenario to Sim. ObjectsProtected
CALL METHOD cl_isu_bill_sim_scen=>COPY_DATA_FOR_SIM_INST...more details

CREATE_FROM_CLASSGenerate Object Reference Depending on ClassPublic
CALL METHOD cl_isu_bill_sim_scen=>CREATE_FROM_CLASS...more details

CREATE_SIM_FOR_SCENGenerate Simulations for Simulation ScenarioPublic
CALL METHOD cl_isu_bill_sim_scen=>CREATE_SIM_FOR_SCEN...more details

DISPLAY_LOGDisplay Application LogPublic
CALL METHOD cl_isu_bill_sim_scen=>DISPLAY_LOG...more details

FILL_ATTRIBUTES_DEFAULTDefaults for Individual AttributesPublic
CALL METHOD cl_isu_bill_sim_scen=>FILL_ATTRIBUTES_DEFAULT...more details

GET_ASSOCIATED_SIMLINEKEYDetermine Related Sim. Line KeyPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIMLINEKEY...more details

GET_ASSOCIATED_SIMULATIONSDetermined Related SimulationsPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIMULATIONS...more details

GET_ASSOCIATED_SIM_EXISTSAre there related simulations?Public
CALL METHOD cl_isu_bill_sim_scen=>GET_ASSOCIATED_SIM_EXISTS...more details

GET_ASS_SIMLINEKEY_RATECATDetermin Related Sim. Line Key for Rate CategoryProtected
CALL METHOD cl_isu_bill_sim_scen=>GET_ASS_SIMLINEKEY_RATECAT...more details

GET_BILL_DOCRead Biling DocumentPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_BILL_DOC...more details

GET_CONTRACTRead ContractPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_CONTRACT...more details

GET_CONTR_FROM_PATTERN_RATECATRead Template Contract Data for Rate CategoryProtected
CALL METHOD cl_isu_bill_sim_scen=>GET_CONTR_FROM_PATTERN_RATECAT...more details

GET_MSG_HANDLEExport Log HandlePublic
CALL METHOD cl_isu_bill_sim_scen=>GET_MSG_HANDLE...more details

GET_RELEVANT_MRCopy Relevant Meter Readings (From Move-In/Installation)Private
CALL METHOD cl_isu_bill_sim_scen=>GET_RELEVANT_MR...more details

GET_SELECTED_RATECATReturn Selected Rate CategoriesPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SELECTED_RATECAT...more details

GET_SIMLINESSimulation Lines from Billing DocumentPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMLINES...more details

GET_SIMLINES_ASSOCIATEDSimulation Lines from Billing DocumentPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMLINES_ASSOCIATED...more details

GET_SIMULATION_LOGDetermine Whether Log ExistsPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_LOG...more details

GET_SIMULATION_RESULTDetermine Simulation ResultsPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_RESULT...more details

GET_SIMULATION_USG_SIMLINEKEYSeach Simulation Result for BELNRPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_USG_SIMLINEKEY...more details

GET_SIMULATION_USING_BELNRSeach Simulation Result for BELNRPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIMULATION_USING_BELNR...more details

GET_SIM_PERIODDetermine Total Simulation PeriodPublic
CALL METHOD cl_isu_bill_sim_scen=>GET_SIM_PERIOD...more details

MATCH_ASSOCIATED_RATECATTransfer Associated Rate CategoriesProtected
CALL METHOD cl_isu_bill_sim_scen=>MATCH_ASSOCIATED_RATECAT...more details

MATCH_METERREADS_RATECATTransfer Meter Reading Results for Rate CategoryProtected
CALL METHOD cl_isu_bill_sim_scen=>MATCH_METERREADS_RATECAT...more details

MATCH_PERCONS_ASSTransfer Associated Contract for Period ConsumptionProtected
CALL METHOD cl_isu_bill_sim_scen=>MATCH_PERCONS_ASS...more details

MATCH_PERCONS_RATECATTransfer Period Consumption for Rate CategoryProtected
CALL METHOD cl_isu_bill_sim_scen=>MATCH_PERCONS_RATECAT...more details

MATCH_PROFILEPrivate
CALL METHOD cl_isu_bill_sim_scen=>MATCH_PROFILE...more details

PREPARE_SCEN_FROM_ASSPrepare Simulation Scenario for Associated ContractProtected
CALL METHOD cl_isu_bill_sim_scen=>PREPARE_SCEN_FROM_ASS...more details

RUN_ASSOCIATED_SIMULATIONSExecute Simulation Scenario for Associated ContractsPublic
CALL METHOD cl_isu_bill_sim_scen=>RUN_ASSOCIATED_SIMULATIONS...more details

RUN_SIMULATIONExecute SimulationsPublic
CALL METHOD cl_isu_bill_sim_scen=>RUN_SIMULATION...more details

SELECT_SIMSCENRead Simulation Scenario from DatabasePublic
CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCEN...more details

SELECT_SIMSCENEXTRead Simulation Scenario for External Simulation ScenarioPublic
CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCENEXT...more details

SELECT_SIMSCEN_ABSRead Alternative Billing Simulation Scenario from the DBPublic
CALL METHOD cl_isu_bill_sim_scen=>SELECT_SIMSCEN_ABS...more details

SET_SELECTED_RATECATSet Selected Rate CategoriesPublic
CALL METHOD cl_isu_bill_sim_scen=>SET_SELECTED_RATECAT...more details



CL_ISU_BILL_SIM_SCEN 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
APPL_LOGStatic AttributeApplication Log: Object Name (Application Code)LIKE
BALOBJ_D
Public
CONTRInstance AttributeSimulation Data for ContractLIKE
CL_ISU_BILL_SIM_DATA_CONTR
Public
CO_SIMMODE_DOCConstantSimulation Mode'02'LIKE
EA_SIMMODE
Public
CO_SIMMODE_SIMConstantSimulation Mode'01'LIKE
EA_SIMMODE
Public
IASSInstance AttributeTable Category for EASIMASSLIKE
IEASIMASS
Public
ISIMInstance AttributeTable of SimulationsLIKE
IEASIMREF
Public
MSG_EXTCTRInstance Attribute'X' - Application Log: Controlled ExternallyLIKE
KENNZX
Private
MSG_EXTNUMInstance AttributeApplication Log: External NumberLIKE
BILLINGRUNNO
Public
MSG_HANDLEInstance AttributeMessage object identificationLIKE
EMSG_HANDL
Protected
MSG_SAVEInstance Attribute'X' - Application Log: Is SavedLIKE
KENNZX
Private
SCENDATAInstance AttributeData for Simulation ScenarioLIKE
EASIMSCENDATA
Public
SIM_PREPAREDInstance AttributeSimulation PreparedLIKE
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!