SAP ABAP Interface IF_RERA_POSTING_PARAM_REPP (Posting Process: Parameters for Periodic Posting)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RA (Application Component) Rental Accounting
     RE_RA_PP (Package) RE: Periodic Posting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RERA_POSTING_PARAM_REPP Parameters for Periodic Posting: Contracts 20020812
Properties
Interface IF_RERA_POSTING_PARAM_REPP  
Short Description Posting Process: Parameters for Periodic Posting    
General Data
Package RE_RA_PP   RE: Periodic Posting 
Created 20020812   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 RERA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RERA_POSTING_PARAM Posting Process: Parameters 20030705
Friends
Interface IF_RERA_POSTING_PARAM_REPP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_CTPROCESS Instance attribute Public Type reference (TYPE) RECACTPROCESS Translation Process 20090126
2 MD_DOCDATE Instance attribute Public Attribute reference (LIKE) 20061002
3 MD_HEADERTXT Instance attribute Public Attribute reference (LIKE) 20061002
4 MD_PROCESS Instance attribute Public Type reference (TYPE) RECAPROCESS Process 20090126
5 MD_PSTNGDATE Instance attribute Public Attribute reference (LIKE) 20061002
6 MD_PSTNGPERIOD Instance attribute Public Attribute reference (LIKE) 20061002
7 MD_PSTNGTYPE Instance attribute Public Type reference (TYPE) RERAPSTNGTYPE Type of Posting Run 20030618
8 MF_DIRECT_POSTING Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator: Direct Posting from Contract 20090901
9 MF_DISABLE_UPDATE Instance attribute Public Type reference (TYPE) ABAP_BOOL Do Not Update Conditions 20040505
10 MF_INITIALIZED_BY_CF Instance attribute Public Type reference (TYPE) ABAP_BOOL Initializes by Cash Flow Records 20030703
11 MF_KEEP_DOC Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator: Keep Document Information (for Log) 20050808
12 MS_VARIANT Instance attribute Public Type reference (TYPE) DISVARIANT Layout (External Use) 20040615
13 MT_LIST Instance attribute Public Type reference (TYPE) RE_T_PRE_POSTING_RECORD RE External Posting Records 20020812
14 MT_LIST_ALL Instance attribute Public Type reference (TYPE) RE_T_PRE_POSTING_REC_SORT All External Posting Records of Run 20040610
15 MT_OBJNR Instance attribute Public Type reference (TYPE) RE_T_OBJNR OBJNR 20030618
16 MT_SO_CALCTO Instance attribute Public Type reference (TYPE) RE_T_RSOCALCTO Select Options for Calculation To 20030618
17 MT_SO_CONDPE Instance attribute Public Type reference (TYPE) RE_T_RSOCONDPURPOSEEXT Table Type Selection Options for External Condition Purpose 20080122
18 MT_SO_CONDTYPE Instance attribute Public Type reference (TYPE) RE_T_RSOCONDTYPE Select Options for Condition Type 20080122
19 MT_SO_DUEDATE Instance attribute Public Type reference (TYPE) RE_T_RSODUEDATE Select Options for Due Date 20030618
Methods
# Method Level Visibility Method type Description Created on
1 INIT Instance method Public Method Initialization for Periodic Posting 20030630
2 INIT_BY_CASHFLOW Instance method Public Method Fill the Paramaters through Cash Flow Records 20030403
3 INIT_BY_CASHFLOW_MNGR Instance method Public Method Fill the Parameters through Cash Flow Manager 20030613
4 SET_MT_LIST_ALL Instance method Public Method Sets List After Periodic Posting 20060526
5 SET_VARIANT Instance method Public Method Sets Display Variant 20100624
Events
Interface IF_RERA_POSTING_PARAM_REPP has no event.
Types
Interface IF_RERA_POSTING_PARAM_REPP has no local type.
Method Signatures

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CTPROCESS Value transfer Type reference (TYPE) RECACTPROCESS Umrechnungsprozess 20090126
2 Importing ID_PROCESS Value transfer Type reference (TYPE) RECAPROCESS Prozess 20090126
3 Importing ID_PSTNGTYPE Value transfer Type reference (TYPE) RERAPROCEDURE Buchungsart 20030630
4 Importing IF_DIRECT_POSTING Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennz.: Direkte Buchung aus Vertrag 20090901
5 Importing IF_DIS_UPD Value transfer Type reference (TYPE) RERAPPDISABLEUPDATE ABAP_FALSE Konditionen nicht aktualisieren 20040505
6 Importing IF_KEEP_DOC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Kennz.: Beleginformationen behalten (für Prot.) 20050808
7 Importing IS_VARIANT Value transfer Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040615
8 Importing IT_OBJNR Call by reference Type reference (TYPE) RE_T_OBJNR Liste von Objektnummern 20030630
9 Importing IT_SO_CALCTO Call by reference Type reference (TYPE) RE_T_RSODUEDATE Select-Options für Berechnung bis 20030630
10 Importing IT_SO_CONDPE Call by reference Type reference (TYPE) RE_T_RSOCONDPURPOSEEXT Tabellentyp Select-Options für externen Konditionenzweck 20080122
11 Importing IT_SO_CONDTYPE Call by reference Type reference (TYPE) RE_T_RSOCONDTYPE Select-Options für Konditionsart 20080122
12 Importing IT_SO_DUEDATE Call by reference Type reference (TYPE) RE_T_RSODUEDATE Select-Options für Fälligkeit 20030630

Method INIT on Interface IF_RERA_POSTING_PARAM_REPP has no exception.

Method INIT_BY_CASHFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CTPROCESS Value transfer Type reference (TYPE) RECACTPROCESS Umrechnungsprozess 20090126
2 Importing ID_PROCESS Value transfer Type reference (TYPE) RECAPROCESS Prozess 20090126
3 Importing IF_KEEP_DOC Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Kennz.: Beleginformationen halten (Prot.) 20051005
4 Importing IO_BUSOBJ Value transfer Object reference (TYPE REF TO) IF_RECA_BUS_OBJECT Business-Objekt 20030403
5 Importing IT_CASHFLOW_OBJ Call by reference Type reference (TYPE) RE_T_CASHFLOW_OBJ Finanzstrom (VICDCFOBJ) 20060601
6 Importing IT_CASHFLOW_PAY Call by reference Type reference (TYPE) RE_T_CASHFLOW_PAY Finanzstrom (VICDCFPAY) 20030403
# Exception Resumable Description Created on
1 ERROR Fehler 20030403

Method INIT_BY_CASHFLOW_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SUPPRESS_TRANSFER Value transfer Type reference (TYPE) RECABOOL Verteilung unterdrücken 20091021
2 Exporting EF_UPDATED Value transfer Type reference (TYPE) RECABOOL Konditionen aktualisiert 20040505
3 Importing IO_CASHFLOW_MNGR Value transfer Object reference (TYPE REF TO) IF_RECD_CASHFLOW_MNGR Finanzstrom-Manager (VICDCFOBJ und VICDCFPAY) 20030613
# Exception Resumable Description Created on
1 ERROR Fehler 20030616

Method SET_MT_LIST_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_SET_DIRECTLY Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Buchungssätze direkt setzen 20100625
2 Importing IT_POSTING_RECORD Call by reference Type reference (TYPE) RE_T_PRE_POSTING_RECORD RE-Buchungssätze extern 20060526

Method SET_MT_LIST_ALL on Interface IF_RERA_POSTING_PARAM_REPP has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VARIANT Value transfer Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20100624

Method SET_VARIANT on Interface IF_RERA_POSTING_PARAM_REPP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 200