SAP ABAP Class CL_ISU_BILL_SIM_SCEN (Simulation Scenario)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-BI (Application Component) Contract Billing
     EE20 (Package) IS-U: Billing
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISU_BILL_SIM_SCEN_PERIOD Simulation Scenario (Period) 20031020
2 Inheritance (c INHERITING FROM c_ref)  CL_ISU_BILL_SIM_SCEN_TRIGGER Simulation Scenario (Period) 20031020
Properties
Class CL_ISU_BILL_SIM_SCEN  
Short Description Simulation Scenario    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EE20   IS-U: Billing 
Created 20031015   SAP 
Last change 20080505   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ISU_BILL_SIM_DATA_CONTR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_ISU_FLAG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISU_BILL_SIM_SCEN has no interface implemented.
Friends
Class CL_ISU_BILL_SIM_SCEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL_LOG Static Attribute Public Type reference (TYPE) BALOBJ_D Application Log: Object Name (Application Code) 20071024
2 CONTR Instance attribute Public Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulation Data for Contract 20031015
3 CO_SIMMODE_DOC Constant Public Type reference (TYPE) EA_SIMMODE '02' Simulation Mode 20031222
4 CO_SIMMODE_SIM Constant Public Type reference (TYPE) EA_SIMMODE '01' Simulation Mode 20031222
5 IASS Instance attribute Public Type reference (TYPE) IEASIMASS Table Category for EASIMASS 20040122
6 ISIM Instance attribute Public Type reference (TYPE) IEASIMREF Table of Simulations 20031027
7 MSG_HANDLE Instance attribute Protected Type reference (TYPE) EMSG_HANDL Message object identification 20031110
8 SCENDATA Instance attribute Public Type reference (TYPE) EASIMSCENDATA Data for Simulation Scenario 20031024
9 SIM_PREPARED Instance attribute Public Type reference (TYPE) KENNZX Simulation Prepared 20031126
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_INSTLN_FACTS Instance method Public Method Dialog for Changing Installation Facts (No Reference Values) 20040108
2 CHECK_CONTRACT_FOR_SCEN Instance method Protected Method Check Whether Sim. Scenario Can Be Executed for Contract 20040113
3 CLOSE Instance method Public Method Close Simulation Object 20031112
4 CLOSE_MSG Instance method Public Method Close Message Object 20040212
5 CONSTRUCTOR Instance method Public Constructor Constructor 20031024
6 COPY_DATA_FOR_SIM Instance method Protected Method Copy Master Data from Simulation Scenario to Sim. Objects 20031121
7 COPY_DATA_FOR_SIM_INST Instance method Protected Method Copy Installation Data from Sim. Scenario to Sim. Objects 20031121
8 CREATE_FROM_CLASS Static method Public Method Generate Object Reference Depending on Class 20040122
9 CREATE_SIM_FOR_SCEN Instance method Public Method Generate Simulations for Simulation Scenario 20031024
10 DISPLAY_LOG Instance method Public Method Display Application Log 20031110
11 FILL_ATTRIBUTES_DEFAULT Instance method Public Method Defaults for Individual Attributes 20031105
12 GET_ASSOCIATED_SIMLINEKEY Instance method Public Method Determine Related Sim. Line Key 20040209
13 GET_ASSOCIATED_SIMULATIONS Instance method Public Method Determined Related Simulations 20040209
14 GET_ASSOCIATED_SIM_EXISTS Instance method Public Method Are there related simulations? 20040213
15 GET_ASS_SIMLINEKEY_RATECAT Static method Protected Method Determin Related Sim. Line Key for Rate Category 20040209
16 GET_BILL_DOC Instance method Public Method Read Biling Document 20031212
17 GET_CONTRACT Instance method Public Method Read Contract 20040213
18 GET_CONTR_FROM_PATTERN_RATECAT Static method Protected Method Read Template Contract Data for Rate Category 20031126
19 GET_SELECTED_RATECAT Instance method Public Method Return Selected Rate Categories 20031128
20 GET_SIMLINES Static method Public Method Simulation Lines from Billing Document 20031103
21 GET_SIMLINES_ASSOCIATED Instance method Public Method Simulation Lines from Billing Document 20040213
22 GET_SIMULATION_LOG Instance method Public Method Determine Whether Log Exists 20040211
23 GET_SIMULATION_RESULT Instance method Public Method Determine Simulation Results 20031201
24 GET_SIMULATION_USG_SIMLINEKEY Instance method Public Method Seach Simulation Result for BELNR 20040122
25 GET_SIMULATION_USING_BELNR Instance method Public Method Seach Simulation Result for BELNR 20040109
26 GET_SIM_PERIOD Instance method Public Method Determine Total Simulation Period 20031118
27 MATCH_ASSOCIATED_RATECAT Static method Protected Method Transfer Associated Rate Categories 20040127
28 MATCH_METERREADS_RATECAT Static method Protected Method Transfer Meter Reading Results for Rate Category 20031127
29 MATCH_PERCONS_ASS Static method Protected Method Transfer Associated Contract for Period Consumption 20040127
30 MATCH_PERCONS_RATECAT Static method Protected Method Transfer Period Consumption for Rate Category 20031126
31 PREPARE_SCEN_FROM_ASS Instance method Protected Method Prepare Simulation Scenario for Associated Contract 20040126
32 RUN_ASSOCIATED_SIMULATIONS Instance method Public Method Execute Simulation Scenario for Associated Contracts 20040122
33 RUN_SIMULATION Instance method Public Method Execute Simulations 20031027
34 SELECT_SIMSCEN Static method Public Method Read Simulation Scenario from Database 20031024
35 SET_SELECTED_RATECAT Instance method Public Method Set Selected Rate Categories 20040122
Events
Class CL_ISU_BILL_SIM_SCEN has no event.
Types
Class CL_ISU_BILL_SIM_SCEN has no local type.
Method Signatures

Method CHANGE_INSTLN_FACTS Signature

Method CHANGE_INSTLN_FACTS on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040108

Method CHECK_CONTRACT_FOR_SCEN Signature

Method CHECK_CONTRACT_FOR_SCEN on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040113

Method CLOSE Signature

Method CLOSE on class CL_ISU_BILL_SIM_SCEN has no parameter.
Method CLOSE on class CL_ISU_BILL_SIM_SCEN has no exception.

Method CLOSE_MSG Signature

Method CLOSE_MSG on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeine fehler 20040212

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REF_CONTR Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031024
2 Importing IM_SIMSCEN Call by reference Type reference (TYPE) EA_SIMSCEN Simulationsszenario 20031024
3 Importing IM_VERTRAG Call by reference Type reference (TYPE) VERTRAG CL_ISU_BILL_SIM_DATA_CONTR=>CO_CONTRACT_PATTERN Vertrag 20031024
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031024

Method COPY_DATA_FOR_SIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20031125
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031126

Method COPY_DATA_FOR_SIM_INST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COPY_IEABL Call by reference Type reference (TYPE) KENNZX SPACE Kennzeichen 20031121
2 Importing IM_COPY_IEASTE Call by reference Type reference (TYPE) KENNZX SPACE Kennzeichen 20031121
3 Importing IM_COPY_IETTIFN Call by reference Type reference (TYPE) KENNZX SPACE Kennzeichen 20040108
4 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20031121
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031126

Method CREATE_FROM_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_REF Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_SCEN SImulationsszenario 20040122
2 Importing IM_REF_CONTR Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20040122
3 Importing IM_SIMSCEN Call by reference Type reference (TYPE) EA_SIMSCEN Simulationsszenario 20040122
4 Importing IM_SIMSCENCLASS Call by reference Type reference (TYPE) EA_SIMSCENCLASS Klasse des Simulationsszenario 20040122
5 Importing IM_VERTRAG Call by reference Type reference (TYPE) VERTRAG Vertrag 20040122
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040122

Method CREATE_SIM_FOR_SCEN Signature

Method CREATE_SIM_FOR_SCEN on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031024

Method DISPLAY_LOG Signature

Method DISPLAY_LOG on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031110

Method FILL_ATTRIBUTES_DEFAULT Signature

Method FILL_ATTRIBUTES_DEFAULT on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031105

Method GET_ASSOCIATED_SIMLINEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ISIMLINEKEY_ASS Call by reference Type reference (TYPE) IEASIMLINEKEY Tabelle von EA_SIMLINEKEY 20040209
2 Importing IM_SERVTYPEASS Call by reference Type reference (TYPE) EA_SERVTYPEASS Assoziierte Sertviceart 20040209
3 Importing IM_SERVTYPESIM Call by reference Type reference (TYPE) EA_SERVTYPESIM Serviceart, zu der der Vertrag simuliert wird 20040209
4 Importing IM_SIMLINEKEY_SIM Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20040209
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040209

Method GET_ASSOCIATED_SIMULATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ISIMLINEKEY_ASS Call by reference Type reference (TYPE) IEASIMLINEKEY Tabelle von EA_SIMLINEKEY 20040209
2 Exporting EX_ISIM_ASS Call by reference Type reference (TYPE) IEASIMREF Tabelle von Simulationen 20040209
3 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY SPACE Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20040209
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040209

Method GET_ASSOCIATED_SIM_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ASS_SIM_EXISTS Value transfer Type reference (TYPE) KENNZX Assoziierte Simulation existiert 20040213

Method GET_ASSOCIATED_SIM_EXISTS on class CL_ISU_BILL_SIM_SCEN has no exception.

Method GET_ASS_SIMLINEKEY_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ISIMLINEKEY_ASS Call by reference Type reference (TYPE) IEASIMLINEKEY Tabelle von EA_SIMLINEKEY 20040209
2 Importing IM_SERVTYPEASS Call by reference Type reference (TYPE) EA_SERVTYPEASS Assoziierte Sertviceart 20040209
3 Importing IM_SERVTYPESIM Call by reference Type reference (TYPE) EA_SERVTYPESIM Serviceart, zu der der Vertrag simuliert wird 20040209
4 Importing IM_SIMLINEKEY_SIM Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20040209
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040209

Method GET_BILL_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_BILL_DOC Call by reference Type reference (TYPE) ISU2A_BILL_DOC Abrechnungsbeleg intern 20031212
2 Importing IM_BELNR Call by reference Type reference (TYPE) E_BELNR Nummer eines Abrechnungsbelegs 20031212
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeine fehler 20031212
2 NOT_FOUND Es wurde keine Eintrag gefunden 20031212

Method GET_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VERTRAG Call by reference Type reference (TYPE) VERTRAG Vertrag 20040213

Method GET_CONTRACT on class CL_ISU_BILL_SIM_SCEN has no exception.

Method GET_CONTR_FROM_PATTERN_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONTR Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031126
2 Importing IM_ANLAGE Call by reference Type reference (TYPE) ANLAGE Anlage 20031126
3 Importing IM_TARIFTYP Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031126
4 Importing IM_TARIFTYP_NEW Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031126
5 Importing IM_VERTRAG Call by reference Type reference (TYPE) VERTRAG Vertrag 20031126
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031126

Method GET_SELECTED_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXT_RATECAT_SELECTED Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20031202
2 Exporting EX_RATECAT Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031202

Method GET_SELECTED_RATECAT on class CL_ISU_BILL_SIM_SCEN has no exception.

Method GET_SIMLINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ISIMLINE Call by reference Type reference (TYPE) IEASIMLINE Tbellentyp zu EASIMLINE 20031103
2 Importing IM_BILL_DOC Call by reference Type reference (TYPE) ISU2A_BILL_DOC Abrechnungsbeleg intern 20031103
3 Importing IM_ORIGINAL_DOC Call by reference Type reference (TYPE) KENNZX Original Abrechnungsbeleg 20040109
4 Importing IM_SC Call by reference Type reference (TYPE) EASIMSCENDATA Daten zum Simulationsszenario 20031103
5 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20031222
6 Importing IM_SIMLINEKEYTXT Call by reference Type reference (TYPE) EA_SIMLINEKEYTXT Schlüsselmerkmal für Ergebniszeilen (Text) 20031222
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031103

Method GET_SIMLINES_ASSOCIATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXT_ISIMLINE Call by reference Type reference (TYPE) IEASIMLINE Tbellentyp zu EASIMLINE 20040213
2 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20040213
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040213

Method GET_SIMULATION_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LOG_EXISTS Value transfer Type reference (TYPE) KENNZX Protokol existiert 20040211

Method GET_SIMULATION_LOG on class CL_ISU_BILL_SIM_SCEN has no exception.

Method GET_SIMULATION_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXT_EASIMLINE Call by reference Type reference (TYPE) IEASIMLINE Tbellentyp zu EASIMLINE 20031201
2 Importing IMT_SIM Call by reference Type reference (TYPE) IEASIMREF Tabelle von Simulationen 20040213
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeine Fehler 20031201

Method GET_SIMULATION_USG_SIMLINEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXT_SIM Call by reference Type reference (TYPE) IEASIMREF Tabelle von Simulationen 20040122
2 Importing IM_SIMLINEKEY Call by reference Type reference (TYPE) EA_SIMLINEKEY Schlüsselmerkmal für Ergebniszeilen d. Abrechnungssimulation 20040122
# Exception Resumable Description Created on
1 NOT_FOUND Es werde keine passende Eintrag gefunden 20040122

Method GET_SIMULATION_USING_BELNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SIM Call by reference Type reference (TYPE) EASIMREF Simulationen 20040109
2 Importing IM_BELNR Call by reference Type reference (TYPE) E_BELNR Abrechnungsbelegnummer 20040109
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeine fehler 20040109
2 NOT_FOUND Es werde keine passende Eintrag gefunden 20040109

Method GET_SIM_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SIM_FROM Call by reference Type reference (TYPE) BEGABRPE Beginn des Abrechnungszeitraums 20031118
2 Exporting EX_SIM_TO Call by reference Type reference (TYPE) ENDABRPE Ende des Abrechnungszeitraums 20031118

Method GET_SIM_PERIOD on class CL_ISU_BILL_SIM_SCEN has no exception.

Method MATCH_ASSOCIATED_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_IRATECAT_ASS Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20040127
2 Importing IM_IRATECAT_ASS_POSS Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20040127
3 Importing IM_IRATECAT_SIM Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20040127
4 Importing IM_SERVTYPEASS Call by reference Type reference (TYPE) EA_SERVTYPEASS Assoziierte Sertviceart 20040127
5 Importing IM_SERVTYPESIM Call by reference Type reference (TYPE) EA_SERVTYPESIM Serviceart, zu der der Vertrag simuliert wird 20040127
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040127

Method MATCH_METERREADS_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTR Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031127
2 Importing IM_CONTR_NEW Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031127
3 Importing IM_IRATECAT Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20031127
4 Importing IM_TARIFTYP Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031127
5 Importing IM_TARIFTYP_NEW Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031127
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031127

Method MATCH_PERCONS_ASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTR_ASS Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20040127
2 Importing IM_CONTR_SIM Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20040127
3 Importing IM_SERVTYPEASS Call by reference Type reference (TYPE) EA_SERVTYPEASS Assoziierte Sertviceart 20040127
4 Importing IM_SERVTYPESIM Call by reference Type reference (TYPE) EA_SERVTYPESIM Serviceart, zu der der Vertrag simuliert wird 20040127
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040127

Method MATCH_PERCONS_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTR Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031126
2 Importing IM_CONTR_NEW Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_DATA_CONTR Simulationsdaten zum Vertrag 20031126
3 Importing IM_IRATECAT Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20031126
4 Importing IM_TARIFTYP Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031126
5 Importing IM_TARIFTYP_NEW Call by reference Type reference (TYPE) TARIFTYP Tariftyp 20031126
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031126

Method PREPARE_SCEN_FROM_ASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REF_SIM Call by reference Object reference (TYPE REF TO) CL_ISU_BILL_SIM_SCEN SImulationsszenario 20040126
2 Importing IM_SERVTYPEASS Call by reference Type reference (TYPE) EA_SERVTYPEASS Assoziierte Sertviceart 20040126
3 Importing IM_SERVTYPESIM Call by reference Type reference (TYPE) EA_SERVTYPESIM Serviceart, zu der der Vertrag simuliert wird 20040126
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040126

Method RUN_ASSOCIATED_SIMULATIONS Signature

Method RUN_ASSOCIATED_SIMULATIONS on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20040122

Method RUN_SIMULATION Signature

Method RUN_SIMULATION on class CL_ISU_BILL_SIM_SCEN has no parameter.
# Exception Resumable Description Created on
1 GENERAL_FAULT Allgemeiner Fehler 20031027

Method SELECT_SIMSCEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SIMSCENDATA Call by reference Type reference (TYPE) EASIMSCENDATA Daten zum Simulationsszenario 20031024
2 Importing IM_SIMSCEN Call by reference Type reference (TYPE) EA_SIMSCEN Simulationsszenario 20031024
# Exception Resumable Description Created on
1 NOT_FOUND Simulationsszenario nicht gefunden 20031024

Method SET_SELECTED_RATECAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMT_RATECAT_SELECTED Call by reference Type reference (TYPE) ITARIFTYP Tabelle von Tariftypen 20040122

Method SET_SELECTED_RATECAT on class CL_ISU_BILL_SIM_SCEN has no exception.
History
Last changed by/on SAP  20080505 
SAP Release Created in 472