SAP ABAP Interface IF_RECN_NOTICE_MNGR (Notice Manager (VICNNT))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-CN (Application Component) Real Estate Contract
     RE_CN_NT (Package) RE: Notice
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RECN_NOTICE_MNGR Notice Manager (VICNNT): Standard Implementation 20011001
Properties
Interface IF_RECN_NOTICE_MNGR  
Short Description Notice Manager (VICNNT)    
General Data
Package RE_CN_NT   RE: Notice 
Created 20010503   SAP 
Last changed 20110908   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_HAS_TEXT Object with Text 20020131
2 IF_RECA_OBJECT Instantiable Object 20101008
3 IF_RECA_STORABLE Object Can Be Stored 20011001
4 IF_RECN_PERIOD_EVENT Event for Notice and Renewal 20110408
Friends
Interface IF_RECN_NOTICE_MNGR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Higher-Level Object 20011001
2 MF_ARCHIVED Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Higher-Level Object 20050225
3 MF_AUTH_CHECK Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Higher-Level Object 20011001
4 MF_ENQUEUE Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Higher-Level Object 20011001
5 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Superordinate object 20011001
6 MO_TEXT_MNGR Instance attribute Public Object reference (TYPE REF TO) IF_RECN_CONTRACT Higher-Level Object 20020131
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates Notice 20011002
2 ADD_CHILD Instance method Public Method Changes Notice 20011001
3 CHECK_ALL Instance method Public Method Changes Notice 20011001
4 CHECK_KEY Instance method Public Method Checks If Entry Exists (Except.) 20011001
5 CHECK_PROCESS_ALLOWED Instance method Public Method Is the Notice Allowed? 20020318
6 COUNT Instance method Public Method Supplies Number of Entries 20011001
7 DEACTIVATE Instance method Public Method Cancels Notice 20011002
8 DELETE_DETAIL Instance method Public Method Deletes Notice 20011002
9 DELETE_OBJREL Instance method Public Method Deletes Object Assignment 20030711
10 EXISTS Instance method Public Method Checks If Entry Exists (Y/N) 20011001
11 EXISTS_ANY_NOTICE Instance method Public Method Checks If There Is at Least One Notice 20020129
12 EXISTS_ANY_OBJREL Instance method Public Method Is at Least One Object Assigned? 20030711
13 FREE Instance method Public Method Changes Notice 20011001
14 GET_ALLOWED_NOTICE_CATEGORY Instance method Public Method Supplies Reliable Notice Types (Contract/Objects) 20011004
15 GET_ALL_OBJ_FOR_ACTIVE_NOTICE Instance method Public Method Gets All Objects on Which Notice Was Given 20051107
16 GET_CHANGES Instance method Public Method Gets Changed Data 20080620
17 GET_CHILDREN Instance method Public Method Changes Notice 20020205
18 GET_DETAIL Instance method Public Method Supplies Structure 20011001
19 GET_DETAIL_X Instance method Public Method Supplies Structure, Incl. Additional Data 20011001
20 GET_EXTENSION Instance method Public Method Changes Notice 20050225
21 GET_FIELDSTATUS Instance method Public Method Changes Notice 20050225
22 GET_LIST Instance method Public Method Supplies All Entries 20011001
23 GET_LIST_X Instance method Public Method Supplies All Entries Incl. Additional Data 20011001
24 GET_NOTICE_FOR_OBJECT Instance method Public Method Gets Active Notice Data for Object 20080421
25 GET_NOTICE_PROC_MNGR Instance method Public Method Supplies Notice Procedure Manager 20020201
26 GET_OBJREL_LIST Instance method Public Method Gets List of Assigned Objects 20030711
27 GET_TDNAME_PREFIX Instance method Public Method Changes Notice 20020310
28 GET_TEXT Instance method Public Method Supplies Standard Text 20011001
29 GET_TEXT_MNGR Instance method Public Method Changes Notice 20020131
30 GET_TEXT_REF Instance method Public Method Supplies Reference to Memo 20020205
31 HAS_OBJREL_DISTINCT_TERM Instance method Public Method Do the Objects Belong to Different Notice Terms? 20030711
32 INIT_BY_PARENT Instance method Public Method Initializes Manager via Superordinate Object 20011001
33 INIT_BY_TEMPLATE Instance method Public Method Changes Notice 20020205
34 INSERT_DETAIL Instance method Public Method Creates New Notice 20011002
35 INSERT_OBJREL Instance method Public Method Adds Object Assignment 20030711
36 IS_ACTIVATE_ALLOWED Instance method Public Method Is activation of a particular notice allowed? 20011004
37 IS_DEACTIVATE_ALLOWED Instance method Public Method Is deactivation of particular notice allowed? 20011004
38 IS_DELETE_ALLOWED Instance method Public Method Is deletion of a particular notice allowed? 20011004
39 IS_FIELDSTATUS_SET Instance method Public Method Changes Notice 20050225
40 IS_INSERT_ALLOWED Instance method Public Method Is creation of a new notice allowed? 20011002
41 IS_MODIFIED Instance method Public Method Changes Notice 20011001
42 IS_OBJREL_ALLOWED Instance method Public Method Is Object Assignment for Notice Allowed? 20030711
43 IS_OK Instance method Public Method Changes Notice 20011001
44 REGISTER_ALL_CHILDREN Instance method Public Method Changes Notice 20011001
45 RELEASE Instance method Public Method Changes Notice 20011001
46 SET_OBJREL_LIST Instance method Public Method Changes the List of Assigned Objects 20030711
47 STORE Instance method Public Method Changes Notice 20011001
48 UPDATE_DETAIL Instance method Public Method Changes Notice 20011002
Events
# Event Type Visibility Description Created on
1 AFTER_ACTIVATE Instance Event
(0)
Public
(2)
After Activation 20060220
2 AFTER_CHANGE Instance Event
(0)
Public
(2)
After Change 20030710
3 AFTER_STORE Instance Event
(0)
Public
(2)
After Activation 20050225
4 BEFORE_STORE Instance Event
(0)
Public
(2)
After Activation 20050225
5 ON_CHECK_ALL Instance Event
(0)
Public
(2)
After Activation 20050225
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_NTOBJREL_NTPER Public See coding 20051107 BEGIN OF MTYPE_S_NTOBJREL_NTPER, INTRENO TYPE RECAINTRENO, OBJNR TYPE RECAOBJNR, NTPER TYPE RECNNTPER, END OF MTYPE_S_NTOBJREL_NTPER
2 MTYPE_T_NTOBJREL_NTPER Public See coding 20051107 MTYPE_T_NTOBJREL_NTPER TYPE STANDARD TABLE OF MTYPE_S_NTOBJREL_NTPER with default key
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011002
# Exception Resumable Description Created on
1 ERROR Fehler beim Aktivieren 20020129

Method ADD_CHILD Signature

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

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method CHECK_ALL on Interface IF_RECN_NOTICE_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_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020129
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20011001

Method CHECK_PROCESS_ALLOWED Signature

Method CHECK_PROCESS_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no parameter.
# Exception Resumable Description Created on
1 NOT_ALLOWED Nicht zulässig (z.B. Vertrag nicht aktiv) 20020318

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 20011001

Method COUNT on Interface IF_RECN_NOTICE_MNGR has no exception.

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011002
# Exception Resumable Description Created on
1 ERROR Fehler beim Deaktivieren 20020129

Method DELETE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011002
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20020129

Method DELETE_OBJREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
2 Importing ID_OBJNR Value transfer Type reference (TYPE) RECAOBJNR Objektnummer 20030711
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20030711

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020129
2 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20011001

Method EXISTS on Interface IF_RECN_NOTICE_MNGR has no exception.

Method EXISTS_ANY_NOTICE 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 Kündigung vorhanden? 20020129

Method EXISTS_ANY_NOTICE on Interface IF_RECN_NOTICE_MNGR has no exception.

Method EXISTS_ANY_OBJREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
2 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Ist mindestens ein Objekt zugeordnet? 20030711

Method EXISTS_ANY_OBJREL on Interface IF_RECN_NOTICE_MNGR has no exception.

Method FREE Signature

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

Method GET_ALLOWED_NOTICE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NOTICE_CATEGORY Call by reference Type reference (TYPE) RE_T_NOTICE_CATEGORY Kündigungsgegenstand 20011004

Method GET_ALLOWED_NOTICE_CATEGORY on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_ALL_OBJ_FOR_ACTIVE_NOTICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NTOBJREL_NTPER Call by reference Type reference (TYPE) MTYPE_T_NTOBJREL_NTPER Liste aller gekündigten Objekte 20051107

Method GET_ALL_OBJ_FOR_ACTIVE_NOTICE on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETE_LIST Call by reference Type reference (TYPE) RE_T_NOTICE Kündigung - Gelöschte 20080620
2 Exporting ET_DELETE_OBJREL Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung - Gelöschte 20080620
3 Exporting ET_INSERT_LIST Call by reference Type reference (TYPE) RE_T_NOTICE Kündigung - Neue 20080620
4 Exporting ET_INSERT_OBJREL Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung - Neue 20080620
5 Exporting ET_OLD_LIST Call by reference Type reference (TYPE) RE_T_NOTICE Kündigung - Alter Stand 20080620
6 Exporting ET_OLD_OBJREL Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung - Alter Stand 20080620
7 Exporting ET_UPDATE_LIST Call by reference Type reference (TYPE) RE_T_NOTICE Kündigung - Geänderte 20080620
8 Exporting ET_UPDATE_OBJREL Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung - Geänderte 20080620

Method GET_CHANGES on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method GET_CHILDREN on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020129
2 Returning RS_DETAIL Value transfer Type reference (TYPE) RECN_NOTICE Kündigung 20011001
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20011001

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 20011001
2 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020129
3 Returning RS_DETAIL_X Value transfer Type reference (TYPE) RECN_NOTICE_X Kündigung und Zusatzfelder 20011001
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20011001

Method GET_EXTENSION Signature

Method GET_EXTENSION on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method GET_EXTENSION on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method GET_FIELDSTATUS on Interface IF_RECN_NOTICE_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_NOTICE Kündigung 20011001

Method GET_LIST on Interface IF_RECN_NOTICE_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_NOTICE_X Kündigung 20011001
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20011001

Method GET_LIST_X on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_NOTICE_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_NOTICE Value transfer Type reference (TYPE) RECN_NOTICE Kündigung (VICNNT) 20080421
2 Importing ID_OBJNR Call by reference Type reference (TYPE) RECAOBJNR Objektnummer 20080421
3 Importing IF_ONLY_OBJECT_NOTICE Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Nur Objektkündigung berücksichtigen 20080421
4 Importing IF_RESPECT_REQUEST Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Wunschkündigungsdatum berücksichtigen 20080602

Method GET_NOTICE_FOR_OBJECT on Interface IF_RECN_NOTICE_MNGR has no exception.

Method GET_NOTICE_PROC_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_NOTICE_PROC_MNGR Value transfer Object reference (TYPE REF TO) IF_RETM_NOTICE_PROC_MNGR Kündigungsschema-Manager (VITMNTPROCREL) 20020414
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden (Kündigungsart "Keine Kündigungsfrist") 20040505

Method GET_OBJREL_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_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung 20030711
2 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL_X Zugeordnete Vertragsobjekte der Kündigung und Zusatzfelder 20030711
3 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20030711
4 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
# Exception Resumable Description Created on
1 NOT_FOUND Kündigung nicht gefunden 20030711

Method GET_TDNAME_PREFIX Signature

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

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_LTEXT Call by reference Type reference (TYPE) CSEQUENCE Langtext 20020129
2 Exporting ED_STEXT Call by reference Type reference (TYPE) CSEQUENCE Kurztext 20020129
3 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20011001
4 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020129
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20011001

Method GET_TEXT_MNGR Signature

Method GET_TEXT_MNGR on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method GET_TEXT_MNGR on Interface IF_RECN_NOTICE_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 20020205
2 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020205
3 Returning RO_TEXT Value transfer Object reference (TYPE REF TO) IF_RECA_TEXT Referenz auf Notiz 20020205
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20020205

Method HAS_OBJREL_DISTINCT_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_DISTINCT_TERM Value transfer Type reference (TYPE) ABAP_BOOL Verschiedene Klauseln? 20030711

Method HAS_OBJREL_DISTINCT_TERM on Interface IF_RECN_NOTICE_MNGR has no exception.

Method INIT_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Value transfer Object reference (TYPE REF TO) IF_RECN_CONTRACT Übergeordnetes Objekt 20011001

Method INIT_BY_PARENT on Interface IF_RECN_NOTICE_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

Method INIT_BY_TEMPLATE on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method INIT_BY_TEMPLATE on Interface IF_RECN_NOTICE_MNGR has no exception.

Method INSERT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Value transfer Type reference (TYPE) RECN_NOTICE Aufbereitete Kündigungsdaten 20011002
2 Importing ID_NTCATE Value transfer Type reference (TYPE) RECN_NOTICE-NTCATE Kündigungsgegenstand 20020129
3 Importing IF_ACTIVATE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kündigung sofort aktivieren 20040708
4 Importing IS_DETAIL Value transfer Type reference (TYPE) RECN_NOTICE Kündigungsdaten 20011002
5 Importing IT_OBJREL Call by reference Type reference (TYPE) RE_T_OBJNR Zugeordnete Kündigungsobjekte 20040708
# Exception Resumable Description Created on
1 ERROR Fehler beim Einfügen 20020129

Method INSERT_OBJREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
2 Importing ID_OBJNR Value transfer Type reference (TYPE) RECAOBJNR Objektnummer 20030711
# Exception Resumable Description Created on
1 ERROR Fehler beim Einfügen 20030711

Method IS_ACTIVATE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011004
2 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Aktion zulässig? 20011004

Method IS_ACTIVATE_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_DEACTIVATE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011004
2 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Aktion zulässig? 20011004

Method IS_DEACTIVATE_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_DELETE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20011004
2 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Aktion zulässig? 20011004

Method IS_DELETE_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_FIELDSTATUS_SET Signature

Method IS_FIELDSTATUS_SET on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method IS_FIELDSTATUS_SET on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_INSERT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Aktion zulässig? 20011004

Method IS_INSERT_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_MODIFIED Signature

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

Method IS_OBJREL_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
2 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Objektzuordnung zulässig? 20030711

Method IS_OBJREL_ALLOWED on Interface IF_RECN_NOTICE_MNGR has no exception.

Method IS_OK Signature

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

Method REGISTER_ALL_CHILDREN Signature

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

Method RELEASE Signature

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

Method SET_OBJREL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20030711
2 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_NOTICE_OBJREL Zugeordnete Vertragsobjekte der Kündigung 20030711
# Exception Resumable Description Created on
1 ERROR Fehler beim Ändern 20030711

Method STORE Signature

Method STORE on Interface IF_RECN_NOTICE_MNGR has no parameter.
Method STORE on Interface IF_RECN_NOTICE_MNGR has no exception.

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NTNO Value transfer Type reference (TYPE) RECN_NOTICE-NTNO Nummer der Kündigung 20020131
2 Importing IS_DETAIL_INP Value transfer Type reference (TYPE) RECN_NOTICE-INP Eingabefelder für Kündigung 20020131
# Exception Resumable Description Created on
1 ERROR Fehler beim Ändern 20020129
Event Signatures

Event AFTER_ACTIVATE Signature
Event AFTER_ACTIVATE on Interface IF_RECN_NOTICE_MNGR has no parameter.
Event AFTER_CHANGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IS_DETAIL Exporting Value transfer Type reference (TYPE) RECN_NOTICE Kündigung:aktuelle Daten 20110517
2 IS_DETAIL_BEFORE Exporting Value transfer Type reference (TYPE) RECN_NOTICE Kündigung: vor der Änderung 20110517

Event AFTER_STORE Signature
Event AFTER_STORE on Interface IF_RECN_NOTICE_MNGR has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on Interface IF_RECN_NOTICE_MNGR has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on Interface IF_RECN_NOTICE_MNGR has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 110