SAP ABAP Interface IF_RERA_INVOICE (RE Invoice)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RA (Application Component) Rental Accounting
     RE_RA_IV (Package) RE: Invoice for Rent
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RERA_INVOICE RE Invoice: Standard Implementation 20040112
Properties
Interface IF_RERA_INVOICE  
Short Description RE Invoice    
General Data
Package RE_RA_IV   RE: Invoice for Rent 
Created 20040112   SAP 
Last changed 20050301   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_STORABLE Object Can Be Stored 20040112
Friends
Interface IF_RERA_INVOICE 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) 20040112
2 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20040112
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20040112
4 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20040112
5 MF_TESTMODE Instance attribute Public Type reference (TYPE) RERAINVTESTMODE Test Mode (Invoice Not Yet Saved) 20040225
6 MS_DETAIL Instance attribute Public Type reference (TYPE) RERA_INVOICE RE Invoice Header 20040112
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20040112
2 CHECK_ALL Instance method Public Method 20040112
3 FREE Instance method Public Method 20040112
4 GET_CHILDREN Instance method Public Method 20040112
5 GET_CONTRACT_LIST Instance method Public Method Gets the Contracts That the Invoice Refers To 20040225
6 GET_DETAIL_X Instance method Public Method Gets Invoice Header and Additional Fields 20040219
7 GET_EXTENSION Instance method Public Method 20040112
8 GET_FIELDSTATUS Instance method Public Method 20050225
9 GET_LIST Instance method Public Method Gets Invoice Items 20040403
10 GET_LIST_X Instance method Public Method Gets Invoice Items and Additional Fields 20040219
11 INIT Instance method Public Method 20040403
12 INIT_BY_DATA Instance method Public Method 20040112
13 INIT_BY_TEMPLATE Instance method Public Method 20040112
14 IS_FIELDSTATUS_SET Instance method Public Method 20050225
15 IS_MODIFIED Instance method Public Method 20040112
16 IS_OK Instance method Public Method 20040112
17 REGISTER_ALL_CHILDREN Instance method Public Method 20040112
18 RELEASE Instance method Public Method 20040112
19 REQUERY Instance method Public Method Reads Invoice Data Again from Database 20040421
20 STORE Instance method Public Method 20040112
Events
# Event Type Visibility Description Created on
1 AFTER_STORE Instance Event
(0)
Public
(2)
20040112
2 BEFORE_STORE Instance Event
(0)
Public
(2)
20040112
3 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20040112
Types
Interface IF_RERA_INVOICE has no local type.
Method Signatures

Method ADD_CHILD Signature

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

Method CHECK_ALL Signature

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

Method FREE Signature

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

Method GET_CHILDREN Signature

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

Method GET_CONTRACT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Call by reference Type reference (TYPE) RE_T_OBJNR Liste der Verträge 20040225

Method GET_CONTRACT_LIST on Interface IF_RERA_INVOICE 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 Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20040219
2 Returning RS_DETAIL_X Value transfer Type reference (TYPE) RERA_INVOICE_X RE-Rechnungskopf und Zusatzfelder 20040219

Method GET_DETAIL_X on Interface IF_RERA_INVOICE has no exception.

Method GET_EXTENSION Signature

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

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on Interface IF_RERA_INVOICE has no parameter.
Method GET_FIELDSTATUS on Interface IF_RERA_INVOICE 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_INVOICE_ITEM RE-Rechnungspositionen 20040403

Method GET_LIST on Interface IF_RERA_INVOICE 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_INVOICE_ITEM_X RE-Rechnungspositionen und Zusatzfelder 20040219
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20040225

Method GET_LIST_X on Interface IF_RERA_INVOICE has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY Aktivität 20040403
2 Importing ID_INVGUID Call by reference Type reference (TYPE) RERAINVGUID GUID: Eindeutiger interner Schlüssel für RE-Rechnung 20040403
3 Importing IF_ARCHIVED Call by reference Type reference (TYPE) ABAP_BOOL Wurden die Daten aus dem Archiv gelesen? 20040403
4 Importing IF_AUTH_CHECK Call by reference Type reference (TYPE) ABAP_BOOL Tech: Default-Berechtigungsprüfungen durchführen? 20040403
5 Importing IF_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL Tech: Default-Sperren verwenden? 20040403
# Exception Resumable Description Created on
1 ERROR Fehler 20040403

Method INIT_BY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODE Call by reference Type reference (TYPE) RECAPROCESSMODE Ausführungsmodus des Prozesses 20040112
2 Importing IS_HEADER Call by reference Type reference (TYPE) RERA_INVOICE RE-Rechnungskopf 20040112
3 Importing IT_ITEM Call by reference Type reference (TYPE) RE_T_INVOICE_ITEM RE-Rechnungspositionen 20040112
# Exception Resumable Description Created on
1 ERROR Fehler 20040112

Method INIT_BY_TEMPLATE Signature

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

Method IS_FIELDSTATUS_SET Signature

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

Method IS_MODIFIED Signature

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

Method IS_OK Signature

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

Method REGISTER_ALL_CHILDREN Signature

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

Method RELEASE Signature

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

Method REQUERY Signature

Method REQUERY on Interface IF_RERA_INVOICE has no parameter.
Method REQUERY on Interface IF_RERA_INVOICE has no exception.

Method STORE Signature

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

Event AFTER_STORE Signature
Event AFTER_STORE on Interface IF_RERA_INVOICE has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on Interface IF_RERA_INVOICE has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on Interface IF_RERA_INVOICE has no parameter.
History
Last changed by/on SAP  20050301 
SAP Release Created in 500