SAP ABAP Interface IF_RETM_RENEWAL_RULE_MNGR (Renewal Rule Manager)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-CN (Application Component) Real Estate Contract
     RE_TM_PE (Package) RE: Terms - Period (Terms for Term)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RETM_RENEWAL_RULE_MNGR Abstract Renewal Rule Manager: Standard Implementation 20020212
Properties
Interface IF_RETM_RENEWAL_RULE_MNGR  
Short Description Renewal Rule Manager    
General Data
Package RE_TM_PE   RE: Terms - Period (Terms for Term) 
Created 20020212   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RETM2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_HAS_TEXT Object with Text 20020212
2 IF_RECA_STORABLE Object Can Be Stored 20020212
Friends
Interface IF_RETM_RENEWAL_RULE_MNGR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Attribute reference (LIKE) 20020212
2 MD_RNTYPE Instance attribute Public Type reference (TYPE) RETMRNTYPE Type of Renewal of Real Estate Contract 20020212
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20020212
4 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20020212
5 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_RETM_RENEWAL_MNGR Superordinate Object (Optional) 20030710
6 MO_TEXT_MNGR Instance attribute Public Attribute reference (LIKE) 20020212
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20020212
2 CALC_DATE Instance method Public Method Calculates Next Renewal Date [final] 20020212
3 CALC_DATE_LIST Instance method Public Method Calculates Date Flow for Renewals [final] 20020212
4 CHECK_ALL Instance method Public Method 20020212
5 CHECK_KEY Instance method Public Method Checks If Extension Period Exists (Exc.) [final] 20020212
6 COUNT Instance method Public Method Supplies Number of Definitions of Extension Periods [final] 20020212
7 EXISTS Instance method Public Method Checks If Extension Period Exists (Y/N) [final] 20020212
8 FREE Instance method Public Method 20020212
9 GET_DETAIL Instance method Public Method Supplies Basic Data of Renewal Rule [abstract] 20020212
10 GET_DETAIL_X Instance method Public Method Supplies Basic Data of Renewal Rule + Add. Data [abstract] 20020212
11 GET_LIST Instance method Public Method Supplies All Assigned Extension Periods [final] 20020212
12 GET_LIST_X Instance method Public Method Supplies All Assigned Extension Periods + Add. Data [final] 20020212
13 GET_RNAUTTYPE Instance method Public Method Supplies Type of Automatic Renewal [abstract] 20020214
14 GET_SIM_ACCEPT_OPT Instance method Public Method Next Contract End Based on Last Approved Option? 20130517
15 GET_SIM_DEFAULTS Instance method Public Method Supplies Default Values for Simulation Parameters [final] 20020212
16 GET_TDNAME_PREFIX Instance method Public Method 20020310
17 GET_TEXT Instance method Public Method Supplies Text of Renewal Rule [abstract] 20020212
18 GET_TEXT_MNGR Instance method Public Method 20020212
19 GET_TEXT_REF Instance method Public Method Supplies Reference to Description of Renewal Rule [abstract] 20020213
20 HAS_AUTOMATIC Instance method Public Method Checks If There at Least 1 Automatic Renewal [final] 20020214
21 HAS_OPTION Instance method Public Method Checks If Renewal Rule Contains At Least 1 Option [final] 20020214
22 HAS_TEXT_REF Instance method Public Method Is There a Description of Renewal Rule? [Final] 20040106
23 INIT_BY_CUST_RULE Instance method Public Method Initializes Manager for Standard Renewal Rule [abstract] 20020212
24 INIT_BY_CUST_RULE_PR_DATA Instance method Public Method Initializes Manager for Renewal Rule Data [abstract] 20020212
25 INIT_BY_FREE_RULE Instance method Public Method Initializes Manager for Individual Renewal Rule [abstract] 20020212
26 INSERT_COPY Instance method Public Method Inserts Data from a Standard Renewal Rule [abstract] 20020212
27 IS_MODIFIED Instance method Public Method 20020212
28 IS_OK Instance method Public Method 20020212
29 REGISTER_ALL_CHILDREN Instance method Public Method 20020212
30 RELEASE Instance method Public Method 20020212
31 SET_LIST Instance method Public Method Changes the Assigned Extension Periods [abstract] 20020213
32 SET_RNAUTTYPE Instance method Public Method Changes Type of Automatic Renewal [abstract] 20020214
33 SET_SIM_DEFAULTS Instance method Public Method Changes Default Values for Simulation Parameter [final] 20020214
34 STORE Instance method Public Method 20020212
Events
# Event Type Visibility Description Created on
1 AFTER_CHANGE Instance Event
(0)
Public
(2)
After Change 20030710
Types
Interface IF_RETM_RENEWAL_RULE_MNGR has no local type.
Method Signatures

Method ADD_CHILD Signature

Method ADD_CHILD on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method ADD_CHILD on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method CALC_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_CNENDABS Value transfer Type reference (TYPE) RECNCNENDABS Datum Laufzeitende (bezogen auf Verlängerung) 20020225
2 Exporting ED_RNENDNEW Value transfer Type reference (TYPE) RETMRNENDNEW Nächstes Vertragsende (bezogen auf Verlängerung) 20020225
# Exception Resumable Description Created on
1 ERROR Fehler 20020214

Method CALC_DATE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CALC_END_REACHED Call by reference Type reference (TYPE) ABAP_BOOL Endedatum der Berechnung erreicht? 20020225
2 Exporting ET_RNSIM Call by reference Type reference (TYPE) RE_T_RENEWAL_SIM Terminstrom der Verlängerungsregel 20020214
3 Importing ID_CALC_END Value transfer Type reference (TYPE) RETMRNSIMENDNEWOPT Endedatum der Berechnung (insbesondere bei wiederkehr.Verl.) 20020225
4 Importing IF_SIMULATE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Simulationsparameter statt Vertragsparameter verwenden 20020214
# Exception Resumable Description Created on
1 ERROR Fehler 20020214

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method CHECK_ALL on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method CHECK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RNRULENO Value transfer Type reference (TYPE) RETMRNRULENO Lfd.Nr. des Verlängerungszeitraumes 20020213
2 Importing ID_RNRULETYPE Value transfer Type reference (TYPE) RETMRNRULETYPE Art der Verlängerungsregel 20020213
# Exception Resumable Description Created on
1 NOT_FOUND Verlängerungszeitraum ist nicht vorhanden 20020212

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_COUNT Value transfer Type reference (TYPE) I Anzahl der Verlängerungszeiträume (Definitionen) 20020212

Method COUNT on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RNRULENO Value transfer Type reference (TYPE) RETMRNRULENO Lfd.Nr. des Verlängerungszeitraumes 20020214
2 Importing ID_RNRULETYPE Value transfer Type reference (TYPE) RETMRNRULETYPE Art der Verlängerungsregel 20020214
3 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Kündigungsregel vorhanden? 20020212

Method EXISTS on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method FREE Signature

Method FREE on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method FREE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DETAIL Value transfer Type reference (TYPE) RETM_RENEWAL_UNI Grunddaten der Verlängerungsregel 20020212

Method GET_DETAIL on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020212
2 Returning RS_DETAIL_X Value transfer Type reference (TYPE) RETM_RENEWAL_UNI_X Grund- und Zusatzdaten der Verlängerungsregel 20020212

Method GET_DETAIL_X on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_RENEWAL_RULE_PR_UNI Verlängerungszeiträume 20020212

Method GET_LIST on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_LIST_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_RENEWAL_RULE_PR_UNI_X Verlängerungszeiträume und Zusatzfelder 20020212
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020212

Method GET_LIST_X on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_RNAUTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_RNAUTTYPE Value transfer Type reference (TYPE) RETMRNAUTTYPE Art der automatischen Verlängerung 20020214

Method GET_RNAUTTYPE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_SIM_ACCEPT_OPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_SIM_ACCEPT_OPT Value transfer Type reference (TYPE) RETMRNSIMENDNEWOPT Nächstes Vertragsende auf Grund der zuletzt zugest. Option 20130517

Method GET_SIM_ACCEPT_OPT on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_SIM_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_SIM_RNEND1ST Call by reference Type reference (TYPE) RETMRNEND1ST Ende 1. Festlaufzeit 20020214
2 Exporting EF_SIM_RNEND1ST_CHNG Call by reference Type reference (TYPE) ABAP_BOOL Ende 1. Festlaufzeit änderbar? 20020214

Method GET_SIM_DEFAULTS on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_TDNAME_PREFIX Signature

Method GET_TDNAME_PREFIX on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method GET_TDNAME_PREFIX on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020212
2 Returning RD_TEXT Value transfer Type reference (TYPE) RETMXRNRULE Bezeichnung der Verlängerungsregel 20020212

Method GET_TEXT on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_TEXT_MNGR Signature

Method GET_TEXT_MNGR on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method GET_TEXT_MNGR on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method GET_TEXT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020213
2 Returning RO_TEXT Value transfer Object reference (TYPE REF TO) IF_RECA_TEXT Beschreibung der Verlängerungsregel 20020213
# Exception Resumable Description Created on
1 NOT_FOUND Interner Fehler (leere Beschreibung erzeugt keine Exc.) 20020213

Method HAS_AUTOMATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Automatische Verlängerung vorhanden? 20020214

Method HAS_AUTOMATIC on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method HAS_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Option vorhanden? 20020214

Method HAS_OPTION on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method HAS_TEXT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Beschreibung vorhanden 20040106

Method HAS_TEXT_REF on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method INIT_BY_CUST_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RNRULE Value transfer Type reference (TYPE) RETMRNRULE Standard-Verlängerungsregel 20020212
2 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20020328
3 Importing IO_PARENT Value transfer Object reference (TYPE REF TO) IF_RETM_RENEWAL_MNGR Übergeordnetes Objekt (falls bekannt) 20020213
# Exception Resumable Description Created on
1 NOT_FOUND Verlängerungsregel ist nicht vorhanden 20020212

Method INIT_BY_CUST_RULE_PR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RULE_X Call by reference Type reference (TYPE) RETMC_RENEWAL_RULE_X Verlängerungsregel und Zusatzfelder 20020212
2 Importing IT_RULE_PR_ITEMS Call by reference Type reference (TYPE) RE_T_RENEWAL_RULE_PR Definition der Verlängerungsregel (Verlängerungszeiträume) 20020212

Method INIT_BY_CUST_RULE_PR_DATA on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method INIT_BY_FREE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20020212
2 Importing IO_PARENT Value transfer Object reference (TYPE REF TO) IF_RETM_RENEWAL_MNGR Übergeordnetes Objekt 20020212

Method INIT_BY_FREE_RULE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method INSERT_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RNRULE_CUST Value transfer Type reference (TYPE) RETMRNRULE Standard-Verlängerungsregel 20020213
2 Importing IF_REPLACE_ALL Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Vorhandene Verlängerungszeiträume vor dem Einfügen löschen 20020212
# Exception Resumable Description Created on
1 ERROR Fehler beim Einfügen 20020213

Method IS_MODIFIED Signature

Method IS_MODIFIED on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method IS_MODIFIED on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method IS_OK Signature

Method IS_OK on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method IS_OK on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method REGISTER_ALL_CHILDREN Signature

Method REGISTER_ALL_CHILDREN on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method REGISTER_ALL_CHILDREN on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method RELEASE Signature

Method RELEASE on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method RELEASE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method SET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_RENEWAL_RULE_PR_UNI Verlängerungszeiträume 20020213
# Exception Resumable Description Created on
1 ERROR Fehler beim Ändern der Daten 20020213

Method SET_RNAUTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RNAUTTYPE Value transfer Type reference (TYPE) RETMRNAUTTYPE Art der automatischen Verlängerung 20020214

Method SET_RNAUTTYPE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method SET_SIM_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SIM_ACCEPT_OPT Value transfer Type reference (TYPE) RETMRNSIMENDNEWOPT Nächstes Vertragsende auf Grund der zuletzt zugest. Option 20020225
2 Importing ID_SIM_RNEND1ST Value transfer Type reference (TYPE) RETMRNEND1ST Ende 1. Festlaufzeit 20020214
3 Importing IF_SIM_REJECT_ALL Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Keine Option ausüben 20020225

Method SET_SIM_DEFAULTS on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.

Method STORE Signature

Method STORE on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
Method STORE on Interface IF_RETM_RENEWAL_RULE_MNGR has no exception.
Event Signatures

Event AFTER_CHANGE Signature
Event AFTER_CHANGE on Interface IF_RETM_RENEWAL_RULE_MNGR has no parameter.
History
Last changed by/on SAP  20131127 
SAP Release Created in 110