SAP ABAP Interface IF_RERA_ADVPAY_MNGR (Advance Payment Manager (RERAAPAYMENT))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RA (Application Component) Rental Accounting
     RE_RA_AP (Package) RE: Advance Payment
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RERA_APAYMENT_MNGR obsolete - replaced by IF_RERA_ADVPAY_MNGR 20131107
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RERA_ADVPAY_MNGR Advance Payment Manager (RERAAPAYMENT): Standard Impl. 20091202
Properties
Interface IF_RERA_ADVPAY_MNGR  
Short Description Advance Payment Manager (RERAAPAYMENT)    
General Data
Package RE_RA_AP   RE: Advance Payment 
Created 20091202   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)
2 RECA0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RETM1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_OBJECT Instantiable Object 20091202
2 IF_RECA_STORABLE Object Can Be Stored 20091202
Friends
Interface IF_RERA_ADVPAY_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) 20091202
2 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20091202
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20091202
4 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20091202
5 MF_INTERN Instance attribute Public Type reference (TYPE) RECABOOL General Yes/No Field 20091202
6 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_RECD_HAS_CONDITION Higher-Level Object 20091202
7 MS_PARAM Instance attribute Public Type reference (TYPE) MTYPE_S_PARAM 20091202
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20091202
2 CHANGE_OBJGUID Instance method Public Method Changes Object GUID 20091202
3 CHECK_ALL Instance method Public Method 20091202
4 FREE Instance method Public Method 20091202
5 FREE_ADVPAY Instance method Public Method Releases all resources and locks [Final] 20091202
6 GET Instance method Public Method Supplies Advance Payments 20091202
7 GET_BOOKING_MNGR Instance method Public Method Posting Manager 20091202
8 GET_CASHFLOW_MNGR Instance method Public Method Cash Flow Manager 20091202
9 GET_CHILDREN Instance method Public Method 20091202
10 GET_EXTENSION Instance method Public Method 20091202
11 GET_FIELDSTATUS Instance method Public Method 20091202
12 GET_LIST Instance method Public Method Gets All Advance Payments Determined Up to Now 20091202
13 GET_LIST_BY_OBJGUID Instance method Public Method Gets All Advance Payments for Object Determined Up to Now 20091202
14 GET_LIST_X Instance method Public Method Gets All Advance Payments Determined Up to Now 20091202
15 GET_MAINPARTNER4PERIOD Instance method Public Method Supplies Main Partner within a Period 20091202
16 GET_TAX_MNGR Instance method Public Method Control Manager 20091202
17 INIT_BY_PARENT Instance method Public Method Initializes Manager via Superordinate Object 20091202
18 INIT_BY_TEMPLATE Instance method Public Method 20091202
19 IS_FIELDSTATUS_SET Instance method Public Method 20091202
20 IS_MODIFIED Instance method Public Method 20091202
21 IS_OK Instance method Public Method 20091202
22 IS_STORABLE Instance method Public Method Checks If Saving Is Allowed 20091202
23 REGISTER_ALL_CHILDREN Instance method Public Method 20091202
24 RELEASE Instance method Public Method 20091202
25 REVERSAL Instance method Public Method Delete Documents Stored with STORE 20091202
26 STORE Instance method Public Method 20091202
Events
# Event Type Visibility Description Created on
1 AFTER_STORE Instance Event
(0)
Public
(2)
20091202
2 BEFORE_STORE Instance Event
(0)
Public
(2)
20091202
3 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20091202
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_PARAM Public See coding 20091202 BEGIN OF mtype_s_param, only4objguid TYPE reraobjguid, settlement TYPE REF TO if_reca_settlement, otherprocess TYPE REF TO if_reca_settlement, processmode TYPE recaprocessmode, pstngdate TYPE rerapstngdate, period TYPE re_t_rsoperiod, fiscyear TYPE gjahr, always_load TYPE recabool, read_from_db TYPE recabool, used_by type recastep, do_not_store type recabool, usedfor type reraadvpayusedfor, END OF mtype_s_param
2 MTY_S_PARTNER_PARAM Public See coding 20091202 BEGIN OF mty_s_partner_param. INCLUDE TYPE reraotherpartner. TYPES: main_partner type reraotherpartner, use_last_cond_partner type recabool, END OF mty_s_partner_param
Method Signatures

Method ADD_CHILD Signature

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

Method CHANGE_OBJGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJGUID_NEW Value transfer Type reference (TYPE) RERAADVPAY-OBJGUID optionale ID des Kontierungsobjektes durch Prozesses 20091202
2 Importing ID_OBJGUID_OLD Value transfer Type reference (TYPE) RERAADVPAY-OBJGUID optionale ID des Kontierungsobjektes durch Prozesses 20091202

Method CHANGE_OBJGUID on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method CHECK_ALL Signature

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

Method FREE Signature

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

Method FREE_ADVPAY Signature

Method FREE_ADVPAY on Interface IF_RERA_ADVPAY_MNGR has no parameter.
Method FREE_ADVPAY on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_STATUS Call by reference Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20091202
2 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_ADVPAY Vorauszahlung (Advance Payment) (RERAAPAYMENT) 20091202
3 Importing ID_CONDTYPE Call by reference Type reference (TYPE) RECDCONDTYPE Konditionsart (feinste Unterteilung der Konditionssätze) 20091202
4 Importing ID_OBJGUID Call by reference Type reference (TYPE) RERAOBJGUID optionale ID des Kontierungsobjektes durch Prozesses 20091202
5 Importing ID_PFROM Call by reference Type reference (TYPE) RECAPERIODFROM RECA0_DATE-MIN Datum des Periodenbeginns 20091202
6 Importing ID_PTO Call by reference Type reference (TYPE) RECAPERIODTO RECA0_DATE-MAX Datum des Periodenendes 20091202
7 Importing ID_TERMNO Call by reference Type reference (TYPE) RETMTERMNO Nummer der Klausel 20091202
8 Importing ID_TERMTYPE Call by reference Type reference (TYPE) RETMTERMTYPE Klauselart 20091202
9 Importing ID_TRGOBJNR Call by reference Type reference (TYPE) RERAAPTRGOBJNR Objektnummer 20091202
10 Importing IO_ADDACCASSNT Call by reference Object reference (TYPE REF TO) IF_RECA_BUS_OBJECT Business-Objekt 20091202
11 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20091202
12 Importing IO_OTHERPROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_SETTLEMENT Allgemeine Schnittstelle für Abrechnungen 20091202
13 Importing IS_CONDDETAIL Call by reference Type reference (TYPE) RECD_CONDITION Konditionen VICDCOND incl. Berechnung und Verteilung 20091202
14 Importing IS_OTHERPARTNER Call by reference Type reference (TYPE) MTY_S_PARTNER_PARAM Anderer Partner 20091202
15 Importing IS_PERIOD Call by reference Type reference (TYPE) RECASETTLPERIOD Abrechnungsperiode 20091202

Method GET on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_BOOKING_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TRGOBJNR Call by reference Type reference (TYPE) RERAAPTRGOBJNR Objektnummer 20091202
2 Returning RO_BOOKING_MNGR Value transfer Object reference (TYPE REF TO) IF_RERA_ADVPAY_BOOKING Buchen der Vorauszahlungen 20091202

Method GET_BOOKING_MNGR on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_CASHFLOW_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CASHFLOW_MNGR Value transfer Object reference (TYPE REF TO) IF_RERA_ADVPAY_CASHFLOW_MNGR Liefert aus den Finanzstrom die Daten 20091202

Method GET_CASHFLOW_MNGR on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_CHILDREN Signature

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

Method GET_EXTENSION Signature

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

Method GET_FIELDSTATUS Signature

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

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_VALIDFROM Call by reference Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20091202
2 Exporting ED_VALIDTO Call by reference Type reference (TYPE) RECAPERIODTO Datum des Periodenendes 20091202
3 Exporting EF_HASLEGACYDATA Call by reference Type reference (TYPE) RECAHASLEGACYDATA Nutzt Altdaten 20091202
4 Exporting ET_CFGUID Call by reference Type reference (TYPE) RE_T_GUID GUID 20091202
5 Exporting ET_CONDGUID Call by reference Type reference (TYPE) RE_T_GUID GUID 20091202
6 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_ADVPAY Vorauszahlung (Advance Payment) (VIRAADVPAY) 20091202

Method GET_LIST on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_LIST_BY_OBJGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_VALIDFROM Call by reference Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20091202
2 Exporting ED_VALIDTO Call by reference Type reference (TYPE) RECAPERIODTO Datum des Periodenendes 20091202
3 Exporting EF_HASLEGACYDATA Call by reference Type reference (TYPE) RECAHASLEGACYDATA Nutzt Altdaten 20091202
4 Exporting ET_CFGUID Call by reference Type reference (TYPE) RE_T_GUID GUID 20091202
5 Exporting ET_CONDGUID Call by reference Type reference (TYPE) RE_T_GUID GUID 20091202
6 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_ADVPAY Vorauszahlung (Advance Payment) (VIRAADVPAY) 20091202
7 Importing ID_OBJGUID Call by reference Type reference (TYPE) RERAADVPAY-OBJGUID Durch den Prozess vergebene GUID für das Kontierungsobjekt 20091202

Method GET_LIST_BY_OBJGUID on Interface IF_RERA_ADVPAY_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_ADVPAY_X Vorauszahlungen + Verweis zum Finanzstromsatz 20091202

Method GET_LIST_X on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_MAINPARTNER4PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARTNER Call by reference Type reference (TYPE) RERA_PARTNER4PERIOD Partner innerhalb einer Periode 20091202
2 Importing ID_DUEDATE Call by reference Type reference (TYPE) DFAELL Fälligkeitstag 20091202
3 Importing ID_PFROM Call by reference Type reference (TYPE) RECAPERIODFROM RECA0_DATE-MIN Datum des Periodenbeginns 20091202
4 Importing ID_PTO Call by reference Type reference (TYPE) RECAPERIODTO RECA0_DATE-MAX Datum des Periodenendes 20091202
5 Importing ID_TERMNO Call by reference Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20091202

Method GET_MAINPARTNER4PERIOD on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method GET_TAX_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TAX_MNGR Value transfer Object reference (TYPE REF TO) IF_RERA_ADVPAY_TAX_MNGR FI Services for Settlements 20091202

Method GET_TAX_MNGR on Interface IF_RERA_ADVPAY_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 ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY 20091202
2 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) IF_RECD_HAS_CONDITION Übergeordnetes Objekt 20091202
3 Importing IS_PARAM Call by reference Type reference (TYPE) MTYPE_S_PARAM 20091202

Method INIT_BY_PARENT on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

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

Method IS_FIELDSTATUS_SET Signature

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

Method IS_MODIFIED Signature

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

Method IS_OK Signature

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

Method IS_STORABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_STORABLE Value transfer Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20091202

Method IS_STORABLE on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method REGISTER_ALL_CHILDREN Signature

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

Method RELEASE Signature

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

Method REVERSAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJGUID Call by reference Type reference (TYPE) RERAADVPAY-OBJGUID Durch den Prozess vergebene GUID für das Kontierungsobjekt 20091202
2 Importing IF_IN_UPDATE_TASK Call by reference Type reference (TYPE) RECABOOL ABAP_TRUE Verbuchung mit "IN UPDATE TASK" rufen 20091202
3 Importing IO_BY_PROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_PROCESS allgemeine Beschreibung eines Prozesses 20091202
4 Importing IO_OTHERPROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_SETTLEMENT Allgemeine Schnittstelle für Abrechnungen 20091202

Method REVERSAL on Interface IF_RERA_ADVPAY_MNGR has no exception.

Method STORE Signature

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

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