SAP ABAP Interface IF_REAJ_EXPENSE_MNGR (Manager - Current Expenses)
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_EXPENSE_MNGR Manager - Current Expenses 20060526
Properties
Interface IF_REAJ_EXPENSE_MNGR  
Short Description Manager - Current Expenses    
General Data
Package RE_AJ_BD   RE: Adjustment Master Data 
Created 20060526   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 20060526
Friends
Interface IF_REAJ_EXPENSE_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) 20060526
2 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20060526
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20060526
4 MF_DISPLAY_ONLY Instance attribute Public Attribute reference (LIKE) 20080612
5 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20060526
6 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_REAJ_HAS_EXPENSE Object with Current Expenses 20060526
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20060526
2 CHECK_ALL Instance method Public Method 20060526
3 CHECK_KEY Instance method Public Method Checks Whether Entry Exists (Except.) 20060526
4 COUNT Instance method Public Method Supplies Number of Entries 20060526
5 DELETE_DETAIL Instance method Public Method Deletes an Entry 20060526
6 DELETE_EXPPOS Instance method Public Method Deletes an Expense Item 20060526
7 EXISTS Instance method Public Method Checks If Entry Exists (Y/N) 20060526
8 EXISTS_TEXT Instance method Public Method Asks If a Text Exists 20061122
9 FREE Instance method Public Method 20060526
10 GET_CHILDREN Instance method Public Method 20060526
11 GET_CHILDREN_EXT Instance method Public Method 20060526
12 GET_DETAIL Instance method Public Method Returns Entry 20060526
13 GET_DETAIL_X Instance method Public Method Returns Entry with Additional Data 20060526
14 GET_EXPENSE_OVERVIEW Instance method Public Method Gets the Expense and Revenue Overview 20061122
15 GET_EXTENSION Instance method Public Method 20060526
16 GET_FIELDSTATUS Instance method Public Method 20060526
17 GET_LIST Instance method Public Method Returns Entries 20060526
18 GET_LIST_MEAS_X Instance method Public Method Returns Entries with Additional Data and Measurements 20090402
19 GET_LIST_OLD Instance method Public Method Returns the Old Entries 20071126
20 GET_LIST_X Instance method Public Method Returns Entries with Additional Data 20060526
21 GET_MEAS Instance method Public Method Gets Measurements 20090403
22 GET_TEXT_REF Instance method Public Method Supplies Reference to Memo 20061122
23 HANDLE_AFTER_MEAS_CHANGED Instance method Public Method Handler of Measurements Changed 20090403
24 HANDLE_AFTER_VFA_CHANGED Instance method Public Method Handler of ValidFromAct Changed 20080428
25 HAS_CHANGED Instance method Public Method Asks If the Entry Was Changed 20070306
26 INIT_BY_PARENT Instance method Public Method Initializes Manager Using Superordinate Object 20060526
27 INIT_BY_TEMPLATE Instance method Public Method 20060526
28 INSERT_EXPPOS Instance method Public Method Adds a New Expense Item 20060526
29 INSERT_EXPPOS_BY_FINPOS Instance method Public Method Adds a New Expense Item Using the Financing 20060529
30 IS_CREATE_BY_TEMPLATE Instance method Public Method 20080612
31 IS_FIELDSTATUS_SET Instance method Public Method 20060526
32 IS_MODIFIED Instance method Public Method 20060526
33 IS_OK Instance method Public Method 20060526
34 IS_TEMPLATE_SUBTYPE Instance method Public Method 20080612
35 REGISTER_ALL_CHILDREN Instance method Public Method 20060526
36 RELEASE Instance method Public Method 20060526
37 REMOVE_CHILD Instance method Public Method 20080612
38 SET_DISPLAY_ONLY Instance method Public Method 20080612
39 SET_TEXT Instance method Public Method Sets the Text of the Memo 20061122
40 STORE Instance method Public Method 20060526
41 UPDATE_DETAIL Instance method Public Method Changes an Entry 20060526
42 UPDATE_EXPPOS_BY_FINPOS Instance method Public Method Clears Expense Item Using Financing 20060621
Events
# Event Type Visibility Description Created on
1 AFTER_CHANGE Instance Event
(0)
Public
(2)
After Change 20060526
2 AFTER_STORE Instance Event
(0)
Public
(2)
20060526
3 BEFORE_STORE Instance Event
(0)
Public
(2)
20060526
4 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20060526
Types
Interface IF_REAJ_EXPENSE_MNGR has no local type.
Method Signatures

Method ADD_CHILD Signature

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

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method CHECK_ALL on Interface IF_REAJ_EXPENSE_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_EXPPOS Value transfer Type reference (TYPE) REAJEXPPOS Aufwandsposition 20060608
2 Importing ID_EXPPOSNO Value transfer Type reference (TYPE) REAJEXPPOSNO Laufende Nummer der Laufenden Aufwendung 20060608
3 Importing IS_KEY Value transfer Type reference (TYPE) REAJ_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

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 20060526

Method COUNT on Interface IF_REAJ_EXPENSE_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_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
# Exception Resumable Description Created on
1 ERROR Eintrag nicht vorhanden 20060526

Method DELETE_EXPPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_EXPPOS Value transfer Type reference (TYPE) REAJEXPPOS Aufwandsposition 20060526
2 Importing ID_EXPPOSNO Value transfer Type reference (TYPE) REAJEXPPOSNO Laufende Nummer der Laufenden Aufwendung 20060526
3 Importing IF_EXPPOSNO_REORG Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Nummern reorganisieren? 20060529
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

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_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
2 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Existiert? 20060526
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

Method EXISTS_TEXT Signature

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

Method EXISTS_TEXT on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method FREE Signature

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

Method GET_CHILDREN Signature

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

Method GET_CHILDREN_EXT Signature

Method GET_CHILDREN_EXT on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method GET_CHILDREN_EXT on Interface IF_REAJ_EXPENSE_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_EXPENSE Laufende Aufwendungen 20060526
2 Importing ID_EXPPOS Value transfer Type reference (TYPE) REAJEXPPOS Aufwandsposition 20060608
3 Importing ID_EXPPOSNO Value transfer Type reference (TYPE) REAJEXPPOSNO Laufende Nummer der Laufenden Aufwendung 20060608
4 Importing IS_KEY Value transfer Type reference (TYPE) REAJ_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

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_EXPENSE_X Laufende Aufwendungen und Zusatzfelder 20060526
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20060526
3 Importing IF_EXCL_MEAS_DATA Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Ohne Bemessungsdaten? 20071120
4 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
5 Importing IT_MEAS Value transfer Type reference (TYPE) RE_T_MEASCN_OBJ Vertragsbemessungen mit Objekt 20060609
6 Importing IT_OBJECT Value transfer Type reference (TYPE) RE_T_OBJ_ASSIGN Objektzuordnung 20060718
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

Method GET_EXPENSE_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXPENSE_OVERVIEW Call by reference Type reference (TYPE) RE_T_EXPENSE_OVERVIEW Aufwands- und Etragsübersicht 20061122

Method GET_EXPENSE_OVERVIEW on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method GET_EXTENSION Signature

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

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method GET_FIELDSTATUS on Interface IF_REAJ_EXPENSE_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_EXPENSE Laufende Aufwendungen 20060526

Method GET_LIST on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method GET_LIST_MEAS_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST_X Value transfer Type reference (TYPE) RE_T_EXPENSE_X Laufende Aufwendungen und Zusatzfelder 20090402
2 Exporting ET_MEAS Call by reference Type reference (TYPE) RE_T_MEASCN_OBJ Bemessungen 20090402
3 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20090402

Method GET_LIST_MEAS_X on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method GET_LIST_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LIST_OLD Value transfer Type reference (TYPE) RE_T_EXPENSE Laufende Aufwendungen 20071126

Method GET_LIST_OLD on Interface IF_REAJ_EXPENSE_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 20060526
2 Returning RT_LIST_X Value transfer Type reference (TYPE) RE_T_EXPENSE_X Laufende Aufwendungen und Zusatzfelder 20060526

Method GET_LIST_X on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method GET_MEAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEAS Call by reference Type reference (TYPE) RE_T_MEASCN_OBJ Bemessungen 20090403

Method GET_MEAS on Interface IF_REAJ_EXPENSE_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_EXPPOSGUID Call by reference Type reference (TYPE) REAJEXPPOSGUID Generischer Schlüssel einer Aufwandsplanposition 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 HANDLE_AFTER_MEAS_CHANGED Signature

Method HANDLE_AFTER_MEAS_CHANGED on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method HANDLE_AFTER_MEAS_CHANGED on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method HANDLE_AFTER_VFA_CHANGED Signature

Method HANDLE_AFTER_VFA_CHANGED on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method HANDLE_AFTER_VFA_CHANGED on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method HAS_CHANGED 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_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20070306
2 Returning RF_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL Geändert? 20070306
# Exception Resumable Description Created on
1 ERROR Fehler 20070306

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_EXPENSE Objekt mit Laufenden Aufwendungen 20060526

Method INIT_BY_PARENT on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

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

Method INSERT_EXPPOS 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_EXPENSE Laufende Aufwendungen 20060526
2 Importing ID_EXPPOS Call by reference Type reference (TYPE) REAJEXPPOS Aufwandsposition 20060526
# Exception Resumable Description Created on
1 ERROR Fehler 20060526

Method INSERT_EXPPOS_BY_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_EXPENSE Laufende Aufwendungen 20060529
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
# Exception Resumable Description Created on
1 ERROR Fehler 20060529

Method IS_CREATE_BY_TEMPLATE Signature

Method IS_CREATE_BY_TEMPLATE on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method IS_CREATE_BY_TEMPLATE on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method IS_FIELDSTATUS_SET Signature

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

Method IS_MODIFIED Signature

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

Method IS_OK Signature

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

Method IS_TEMPLATE_SUBTYPE Signature

Method IS_TEMPLATE_SUBTYPE on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method IS_TEMPLATE_SUBTYPE on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method REGISTER_ALL_CHILDREN Signature

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

Method RELEASE Signature

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

Method REMOVE_CHILD Signature

Method REMOVE_CHILD on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method REMOVE_CHILD on Interface IF_REAJ_EXPENSE_MNGR has no exception.

Method SET_DISPLAY_ONLY Signature

Method SET_DISPLAY_ONLY on Interface IF_REAJ_EXPENSE_MNGR has no parameter.
Method SET_DISPLAY_ONLY on Interface IF_REAJ_EXPENSE_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_EXPPOSGUID Call by reference Type reference (TYPE) REAJEXPPOSGUID Generischer Schlüssel einer Aufwandsplanposition 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_EXPENSE_MNGR has no exception.

Method STORE Signature

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

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_READCRDEFAULT Call by reference Type reference (TYPE) REAJREADCRDEFAULT ABAP_TRUE Berechnungsvorschrift aus Customizing holen 20080624
2 Importing IS_DETAIL Call by reference Type reference (TYPE) REAJ_EXPENSE Laufende Aufwendungen 20060526
3 Importing IS_KEY Call by reference Type reference (TYPE) REAJ_EXPENSE-KEY Laufende Aufwendungen: Schlüsselfelder 20060526
# Exception Resumable Description Created on
1 ERROR Eintrag nicht vorhanden 20060526

Method UPDATE_EXPPOS_BY_FINPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FINPOS Call by reference Type reference (TYPE) REAJ_FINANCING_PLAN Finanzierungsplan 20060621

Method UPDATE_EXPPOS_BY_FINPOS on Interface IF_REAJ_EXPENSE_MNGR has no exception.
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_EXPENSE Laufende Aufwendungen 20060621
2 IS_DETAIL_INSERT Exporting Value transfer Type reference (TYPE) REAJ_EXPENSE Laufende Aufwendungen 20060526
3 IS_DETAIL_UPDATE Exporting Value transfer Type reference (TYPE) REAJ_EXPENSE Laufende Aufwendungen 20060526

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