SAP ABAP Interface IF_REAJ_FINANCING_PLAN_MNGR (Manager - Financing Plan)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-AJ (Application Component) Rent Adjustment
     RE_AJ_BD (Package) RE: Adjustment Master Data
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REAJ_FINANCING_PLAN_MNGR Manager - Financing Plan 20060522
Properties
Interface IF_REAJ_FINANCING_PLAN_MNGR  
Short Description Manager - Financing Plan    
General Data
Package RE_AJ_BD   RE: Adjustment Master Data 
Created 20060522   SAP 
Last changed 20100310   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_HAS_TEXT Object with Text 20061122
2 IF_RECA_STORABLE Object Can Be Stored 20060522
Friends
Interface IF_REAJ_FINANCING_PLAN_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) 20060522
2 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20060522
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20060522
4 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20060522
5 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_REAJ_HAS_FINANCING_PLAN Object with Financing Plan 20060522
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20060522
2 CHECK_ALL Instance method Public Method 20060522
3 CHECK_KEY Instance method Public Method Checks Whether Entry Exists (Except.) 20060522
4 COUNT Instance method Public Method Supplies Number of Entries 20060522
5 DELETE_DETAIL Instance method Public Method Deletes an Entry 20060522
6 DELETE_FINPOS Instance method Public Method Deletes a Financing Item 20060523
7 EXISTS Instance method Public Method Checks If Entry Exists (Y/N) 20060522
8 EXISTS_TEXT Instance method Public Method Asks If a Text Exists 20061122
9 FREE Instance method Public Method 20060522
10 GET_CHILDREN Instance method Public Method 20060522
11 GET_CHILDREN_EXT Instance method Public Method 20060522
12 GET_DETAIL Instance method Public Method Returns Entry 20060522
13 GET_DETAIL_OLD Instance method Public Method Returns Old Entry 20060621
14 GET_DETAIL_X Instance method Public Method Returns Entry with Additional Data 20060522
15 GET_EXTENSION Instance method Public Method 20060522
16 GET_FIELDSTATUS Instance method Public Method 20060522
17 GET_LIST Instance method Public Method Returns Entries 20060522
18 GET_LIST_X Instance method Public Method Returns Entries with Additional Data 20060522
19 GET_TEXT_REF Instance method Public Method Supplies Reference to Memo 20061122
20 INIT_BY_PARENT Instance method Public Method Initializes Manager Using Superordinate Object 20060522
21 INIT_BY_TEMPLATE Instance method Public Method 20060522
22 INSERT_FINPOS Instance method Public Method Inserts a New Financing Item 20060523
23 IS_FIELDSTATUS_SET Instance method Public Method 20060522
24 IS_MODIFIED Instance method Public Method 20060522
25 IS_OK Instance method Public Method 20060522
26 REGISTER_ALL_CHILDREN Instance method Public Method 20060522
27 RELEASE Instance method Public Method 20060522
28 SET_TEXT Instance method Public Method Sets the Text of the Memo 20061122
29 STORE Instance method Public Method 20060522
30 UPDATE_DETAIL Instance method Public Method Changes an Entry 20060522
Events
# Event Type Visibility Description Created on
1 AFTER_CHANGE Instance Event
(0)
Public
(2)
After Change 20060522
2 AFTER_STORE Instance Event
(0)
Public
(2)
20060522
3 BEFORE_STORE Instance Event
(0)
Public
(2)
20060522
4 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20060522
Types
Interface IF_REAJ_FINANCING_PLAN_MNGR has no local type.
Method Signatures

Method ADD_CHILD Signature

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

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
Method CHECK_ALL on Interface IF_REAJ_FINANCING_PLAN_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_FINPOS Call by reference Type reference (TYPE) REAJFINPOS Finanzierungsposition 20060529
2 Importing ID_FINPOSNO Call by reference Type reference (TYPE) REAJFINPOSNO Laufende Nummer der Finanzierungsplanposition 20060529
3 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
# Exception Resumable Description Created on
1 ERROR Fehler 20060522

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 20060522

Method COUNT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method DELETE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Value transfer Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
# Exception Resumable Description Created on
1 ERROR Eintrag nicht vorhanden 20060522

Method DELETE_FINPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FINPOS Value transfer Type reference (TYPE) REAJFINPOS Finanzierungsposition 20060523
2 Importing ID_FINPOSNO Value transfer Type reference (TYPE) REAJFINPOSNO Laufende Nummer der Finanzierungsplanposition 20060523
3 Importing IF_FINPOSNO_REORG Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Nummern reorganisieren? 20060529
# Exception Resumable Description Created on
1 ERROR Fehler 20060523

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
2 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Existiert? 20060522
# Exception Resumable Description Created on
1 ERROR Fehler 20060522

Method EXISTS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FINPOSGUID Call by reference Type reference (TYPE) REAJFINPOSGUID Generischer Schlüssel einer Finanzierungsplanposition 20061122
2 Returning RF_EXISTS Value transfer Type reference (TYPE) RECABOOL Existiert Text? 20061122

Method EXISTS_TEXT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method FREE Signature

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

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_EXT Signature

Method GET_CHILDREN_EXT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
Method GET_CHILDREN_EXT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060522
2 Importing ID_FINPOS Call by reference Type reference (TYPE) REAJFINPOS Finanzierungsposition 20060529
3 Importing ID_FINPOSNO Call by reference Type reference (TYPE) REAJFINPOSNO Laufende Nummer der Finanzierungsplanposition 20060529
4 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
# Exception Resumable Description Created on
1 ERROR Fehler 20060522

Method GET_DETAIL_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_OLD Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060621
2 Importing ID_FINPOS Call by reference Type reference (TYPE) REAJFINPOS Finanzierungsposition 20060621
3 Importing ID_FINPOSNO Call by reference Type reference (TYPE) REAJFINPOSNO Laufende Nummer der Finanzierungsplanposition 20060621
4 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060621

Method GET_DETAIL_OLD on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_X Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN_X Finanzierungsplan und Zusatzfelder 20060522
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20060522
3 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
# Exception Resumable Description Created on
1 ERROR Fehler 20060522

Method GET_EXTENSION Signature

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

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
Method GET_FIELDSTATUS on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LIST Value transfer Type reference (TYPE) RE_T_FINANCING_PLAN Finanzierungsplan 20060522

Method GET_LIST on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method GET_LIST_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20060522
2 Returning RT_LIST_X Value transfer Type reference (TYPE) RE_T_FINANCING_PLAN_X Finanzierungsplan und Zusatzfelder 20060522

Method GET_LIST_X on Interface IF_REAJ_FINANCING_PLAN_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_FINPOSGUID Call by reference Type reference (TYPE) REAJFINPOSGUID Generischer Schlüssel einer Finanzierungsplanposition 20061122
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20061122
3 Returning RO_TEXT Value transfer Object reference (TYPE REF TO) IF_RECA_TEXT Referenz auf Notiz 20061122
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20061122

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_REAJ_HAS_FINANCING_PLAN Objekt mit Finanzierungsplan 20060522

Method INIT_BY_PARENT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

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

Method INSERT_FINPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060524
2 Importing ID_FINPOS Call by reference Type reference (TYPE) REAJFINPOS Finanzierungsposition 20060523
# Exception Resumable Description Created on
1 ERROR Fehler 20060523

Method IS_FIELDSTATUS_SET Signature

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

Method IS_MODIFIED Signature

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

Method IS_OK Signature

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

Method REGISTER_ALL_CHILDREN Signature

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

Method RELEASE Signature

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

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FINPOSGUID Call by reference Type reference (TYPE) REAJFINPOSGUID Generischer Schlüssel einer Finanzierungsplanposition 20061122
2 Importing IT_TEXT Call by reference Type reference (TYPE) RE_T_TEXTLINE Textzeilen (132 Zeichen) 20061122

Method SET_TEXT on Interface IF_REAJ_FINANCING_PLAN_MNGR has no exception.

Method STORE Signature

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

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060522
2 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN-KEY Finanzierungsplan: Schlüsselfelder 20060522
# Exception Resumable Description Created on
1 ERROR Eintrag nicht vorhanden 20060522
Event Signatures

Event AFTER_CHANGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IS_DETAIL_DELETE Exporting Value transfer Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060621
2 IS_DETAIL_INSERT Exporting Value transfer Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060522
3 IS_DETAIL_UPDATE Exporting Value transfer Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060522

Event AFTER_STORE Signature
Event AFTER_STORE on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on Interface IF_REAJ_FINANCING_PLAN_MNGR has no parameter.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700