SAP ABAP Interface IF_REXC_FUEL_CONS (Calculation of Fuel Consumption)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_XC_SC_FC (Package) RE: XC - Fuel Consumption
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REXC_FUEL_CONS Calculation of Fuel Consumption 20041112
Properties
Interface IF_REXC_FUEL_CONS  
Short Description Calculation of Fuel Consumption    
General Data
Package RE_XC_SC_FC   RE: XC - Fuel Consumption 
Created 20041112   SAP 
Last changed 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_STORABLE_EXT Extendable Object 20080413
Friends
Interface IF_REXC_FUEL_CONS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_PFROM Instance attribute Public Type reference (TYPE) RECAPERIODFROM Period Start Date 20050105
2 MD_PTO Instance attribute Public Type reference (TYPE) RECAPERIODTO Period End Date 20050105
3 MD_REVERSE_PSTNGDATE Instance attribute Public Type reference (TYPE) BUDAT Posting Date in the Document 20101129
4 MD_VALIDTO Instance attribute Public Type reference (TYPE) RESCSUVALIDTO End of the Validity of Settlement Unit 20050105
5 MO_PARENT Instance attribute Public Attribute reference (LIKE) 20080413
6 MS_SCKEY_PROP Instance attribute Public Type reference (TYPE) REXCC_FC_SCKEY_PROP Fuel Management (TIVXCFCSCKEYPROP) 20041223
7 MT_FUELSTOCK Instance attribute Public Type reference (TYPE) RE_T_VIXCFCFS Fuel Management (VIXCFCFS) 20041221
8 MT_FUELSTOCK_DB Instance attribute Public Type reference (TYPE) RE_T_VIXCFCFS Fuel Management (VIXCFCFS) 20050307
Methods
# Method Level Visibility Method type Description Created on
1 CALC_CONSUMPTION Instance method Public Method Calculate Consumption 20041112
2 CALC_STOCK_CHANGE Instance method Public Method Calculate Change in Fuel Level 20050602
3 CHANGE_ENTRY Instance method Public Method Change Entry 20050215
4 CHECK_ENTER_FUEL_DATA Instance method Public Method Is Period for PROCDATE Already Settled? 20101129
5 CHECK_QUANTITY Instance method Public Method Check the Quantity in Table BSEG 20041112
6 DO_FC_POSTING Instance method Public Method Post Consumption 20101002
7 DO_OB_POSTING Instance method Public Method Post Initial Level 20050221
8 DO_POSTING Instance method Public Method FI Posting 20050221
9 ENTER_FUEL_DATA Instance method Public Method Enter Fuel Data After FI Posting 20041112
10 GET_CHECK_LIST Instance method Public Method Create Checklist 20041112
11 GET_CONSUMTION_COST Instance method Public Method Read Consumption from Completed Settlement 20050128
12 GET_DATA Instance method Public Method Read Data from Class 20041222
13 GET_FIRST_OB_NET_COST Instance method Public Method Net Amount from First Initial Level 20101129
14 GET_FI_DATA Instance method Public Method Read Data from Table BSEG 20041112
15 GET_FUEL_CONSUMTION Instance method Public Method Read Consumption Data from Fuel Table 20041112
16 GET_NEXT_CONTNO Instance method Public Method Next Number 20100925
17 GET_NONDEDUCT_TAX_BY_ITEM Instance method Public Method Determine Non-Deductible Input Tax for Expense Document 20101001
18 GET_REMARKX_BY_NEW_OB Instance method Public Method Text from New Initial Level 20101001
19 INIT Instance method Public Method Initializes instance 20070811
20 IS_FIRST_OB_BOOKED Instance method Public Method Does the First Initial Level Already Exist? 20101001
21 IS_IT_THE_FIRST_OB Instance method Public Method Is This the First Initial Level? 20101001
22 IS_OB_PART_OF_CALC Instance method Public Method Is the Initial Level Part of Calculated Consumption? 20050222
23 PROC_FINALSTOCK_AFTER_POSTING Instance method Public Method Set Document Number in Ending Level and Get Data 20101001
24 READ Instance method Public Method Read Data from Table VIXCFCFS 20041112
25 REVERSAL_POSTING Instance method Public Method Reverse posting 20050222
26 REVERSE_CONSUMTION Instance method Public Method Reversal of Consumption Calculation 20041112
27 SET_BELNR_IN_OB Instance method Public Method Setting of Document Number in New Initial Level 20050128
28 SET_DATA Instance method Public Method Return Data to Class 20041222
29 SET_FUEL_LEVEL Instance method Public Method Write New Fill Level in Fuel Table 20041112
30 SET_ROW Instance method Public Method Add a Row to Table 20101001
31 STORE Instance method Public Method Save Data in Table VIXCFCFS 20041112
32 SYNCHRONIZE Instance method Public Method Compare MT_LIST with Accounting Documents 20080413
33 TRANSFER_FUEL_DATA Instance method Public Method Transfer of Heating Oil Purchases from Table BSEG 20041112
Events
Interface IF_REXC_FUEL_CONS has no event.
Types
Interface IF_REXC_FUEL_CONS has no local type.
Method Signatures

Method CALC_CONSUMPTION Signature

Method CALC_CONSUMPTION on Interface IF_REXC_FUEL_CONS has no parameter.
# Exception Resumable Description Created on
1 NEXT_PERIODE_NOT_OPEN Nächste Periode noch nicht geöffnet 20050104
2 NOT_VALID Abrechnungseinheit nichtmehr gültig 20050103

Method CALC_STOCK_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_COST Call by reference Type reference (TYPE) RERANETAMOUNT Nettobetrag 20050602
2 Exporting ED_CURR Call by reference Type reference (TYPE) WAERS Währungsschlüssel 20050602
3 Exporting ED_QUANTITY Call by reference Type reference (TYPE) REXCFCFUELQUANT Brennstoffverwaltung: Brennstoffmenge 20101002
4 Exporting ED_UNIT Call by reference Type reference (TYPE) MSEHI Maßeinheit 20101002
5 Importing ID_PFROM Call by reference Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20050602
6 Importing ID_PTO Call by reference Type reference (TYPE) RECAPERIODTO Datum des Periodenendes 20050602

Method CALC_STOCK_CHANGE on Interface IF_REXC_FUEL_CONS has no exception.

Method CHANGE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FUELSTOCK_NEW Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20050215
2 Importing IS_FUELSTOCK_OLD Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20050215

Method CHANGE_ENTRY on Interface IF_REXC_FUEL_CONS has no exception.

Method CHECK_ENTER_FUEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCDATE Value transfer Type reference (TYPE) BZDAT Bezugsdatum 20101129
# Exception Resumable Description Created on
1 ERROR 20101129

Method CHECK_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_QUANTITY Value transfer Type reference (TYPE) REXCFCFUELQUANT Brennstoffverwaltung: Brennstoffmenge 20080413
2 Importing ID_UNIT Value transfer Type reference (TYPE) MSEHI Maßeinheit 20080413
# Exception Resumable Description Created on
1 QUANTITY_IS_INITIAL Menge fehlt 20080413
2 UNIT_IS_INITIAL Mengeneinheit fehlt 20080413
3 UNIT_NOT_ALLOWED Mengeneinheit entspricht nicht dem Customizing 20080413

Method DO_FC_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_PSTNGDATE Call by reference Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101002
2 Exporting ED_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20101002
3 Exporting ED_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20101002
4 Exporting EF_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20101002
5 Importing ID_COST Value transfer Type reference (TYPE) RERANETAMOUNT Nettobetrag in Transaktionswährung 20101002
6 Importing ID_CURR Value transfer Type reference (TYPE) WAERS Währungsschlüssel 20101002
7 Importing ID_DOCDATE Value transfer Type reference (TYPE) BLDAT Belegdatum im Beleg 20101002
8 Importing ID_INTRENO Value transfer Type reference (TYPE) RECAINTRENO Interner Schlüssel des Immobilienobjekts 20101002
9 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101002
10 Importing ID_SIMU Value transfer Type reference (TYPE) RECAPROCESSMODE ABAP_FALSE Ausführungsmodus des Prozesses 20101002
11 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20101002
12 Importing IS_SCKEY_PROP Call by reference Type reference (TYPE) REXCC_FC_SCKEY_PROP Brennstoffverwaltung (TIVXCFCSCKEYPROP) 20101002

Method DO_FC_POSTING on Interface IF_REXC_FUEL_CONS has no exception.

Method DO_OB_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20101002
2 Exporting ES_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20101002
3 Importing ID_PFROM Value transfer Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20101002
4 Importing ID_SIMU Value transfer Type reference (TYPE) RECAPROCESSMODE ABAP_FALSE Ausführungsmodus des Prozesses 20101002
5 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20101002
6 Importing IS_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20101002
7 Importing IS_SCKEY_PROP Call by reference Type reference (TYPE) REXCC_FC_SCKEY_PROP Brennstoffverwaltung (TIVXCFCSCKEYPROP) 20101002

Method DO_OB_POSTING on Interface IF_REXC_FUEL_CONS has no exception.

Method DO_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101001
2 Exporting ED_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20080518
3 Exporting ED_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20100809
4 Exporting EF_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20080518
5 Importing ID_AMOUNT Value transfer Type reference (TYPE) RERAAMOUNT Betrag in Transaktionswährung 20050221
6 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20050221
7 Importing ID_CURRENCY Value transfer Type reference (TYPE) WAERS Währungsschlüssel 20050221
8 Importing ID_DCINDICATOR Value transfer Type reference (TYPE) RERADCINDICATOR Soll-/Haben-Kennzeichen 20050221
9 Importing ID_DOCDATE Value transfer Type reference (TYPE) BLDAT Belegdatum im Beleg 20050221
10 Importing ID_FLOWTYPE Value transfer Type reference (TYPE) RECDFLOWTYPE Bewegungsart 20050221
11 Importing ID_HEADERTXT Value transfer Type reference (TYPE) RERAHEADERTXT Belegkopftext 20050221
12 Importing ID_ITEMTXT Value transfer Type reference (TYPE) RERAITEMTXT Positionstext 20050221
13 Importing ID_OBJNR Value transfer Type reference (TYPE) RERAOBJNR Kontierung: Objektnummer 20050221
14 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20050221
15 Importing ID_PSTNGPROCEDURE Value transfer Type reference (TYPE) RERAPROCEDURE 'RETP' Buchungsvorgang 20050608
16 Importing ID_SIMU Value transfer Type reference (TYPE) RECAPROCESSMODE ABAP_FALSE Ausführungsmodus des Prozesses 20050221
17 Importing ID_TAXGROUP Value transfer Type reference (TYPE) RERATAXGROUP Steuergruppe 20050221
18 Importing ID_TAXTYPE Value transfer Type reference (TYPE) RERATAXTYPE Steuerart 20050221
19 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20080518

Method DO_POSTING on Interface IF_REXC_FUEL_CONS has no exception.

Method ENTER_FUEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20041223
2 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20041223
3 Importing ID_BUZEI Value transfer Type reference (TYPE) BUZEI Nummer der Buchungszeile innerhalb des Buchhaltungsbelegs 20101001
4 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20041223
5 Importing ID_INTRENO Value transfer Type reference (TYPE) RECAINTRENO Interner Schlüssel des Immobilienobjekts 20041223
6 Importing ID_STOCKIND Value transfer Type reference (TYPE) REXCFCSTOCKIND Brennstoffverwaltung: Bestandeskennzeichen 20050117
# Exception Resumable Description Created on
1 ERROR Fi-Beleg stimmt nicht mit Abrechnungseinheit überein 20081021

Method GET_CHECK_LIST Signature

Method GET_CHECK_LIST on Interface IF_REXC_FUEL_CONS has no parameter.
Method GET_CHECK_LIST on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_CONSUMTION_COST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_COST Value transfer Type reference (TYPE) RERANETAMOUNT Brennstofbewegungen 20050128
2 Exporting ED_CURR Value transfer Type reference (TYPE) WAERS Währungsschlüssel 20050128
3 Exporting ED_QUANTITY Value transfer Type reference (TYPE) REXCFCFUELQUANT Brennstoffverwaltung: Brennstoffmenge 20050128
4 Importing ID_PFROM Value transfer Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20050128
5 Importing ID_PTO Value transfer Type reference (TYPE) RECAPERIODTO Datum des Periodenendes 20050128

Method GET_CONSUMTION_COST on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUELSTOCK Call by reference Type reference (TYPE) RE_T_VIXCFCFS Brennstoffverwaltung (VIXCFCFS) 20041222
2 Importing IF_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Geänderte Werte 20080413
3 Importing IF_INCLUDE_CANCELED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Inklusiv stornierte Einträge 20050105

Method GET_DATA on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_FIRST_OB_NET_COST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_COST Value transfer Type reference (TYPE) RERAAMOUNT Betrag in Transaktionswährung 20101129
2 Importing ID_BELNR Value transfer Type reference (TYPE) CO_BELNR Belegnummer 20101129
3 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20101129
4 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20101129

Method GET_FIRST_OB_NET_COST on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_FI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BKPF Call by reference Type reference (TYPE) BKPF Belegkopf für Buchhaltung 20041223
2 Exporting ET_BSEG Call by reference Type reference (TYPE) RE_T_BSEG Belegsegment (BSEG) 20041223
3 Importing ID_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20041223
4 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20041223
5 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20041223
# Exception Resumable Description Created on
1 NO_BSEG_FOUND Kein Eintrag gefunden 20041229
2 WRONG_RECEIPT Falscher Beleg 20050608

Method GET_FUEL_CONSUMTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_COST_TOTAL Value transfer Type reference (TYPE) RERANETAMOUNT Nettobetrag 20050105
2 Exporting ED_COST_USED Value transfer Type reference (TYPE) RERANETAMOUNT Nettobetrag 20050105
3 Exporting ED_NONDEDTAXAMT_TOTAL Value transfer Type reference (TYPE) RERANONDEDTAXAMT Nicht abzugsfähiger Steuerbetrag 20101001
4 Exporting ED_QUANTITY_USED Value transfer Type reference (TYPE) REXCFCFUELQUANT Brennstoffverwaltung: Brennstoffmenge 20050105
5 Importing ID_BIS Value transfer Type reference (TYPE) DBISPER Datum des Endes der Abrechnungsperiode 20050104
6 Importing ID_VON Value transfer Type reference (TYPE) DVONPER Datum des Periodenbeginns 20050104

Method GET_FUEL_CONSUMTION on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_NEXT_CONTNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_CONTNO Value transfer Type reference (TYPE) LFDNR Laufende Nummer 20100925

Method GET_NEXT_CONTNO on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_NONDEDUCT_TAX_BY_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_NONDEDTAXAMT Value transfer Type reference (TYPE) RERANONDEDTAXAMT Nicht abzugsfähiger Steuerbetrag 20101001
2 Importing ID_BELNR Value transfer Type reference (TYPE) CO_BELNR Belegnummer 20101001
3 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20101001
4 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20101001
5 Importing ID_PFROM Value transfer Type reference (TYPE) RECAPERIODFROM RECA0_DATE-MIN Datum des Periodenbeginns 20101001
6 Importing ID_PTO Value transfer Type reference (TYPE) RECAPERIODTO RECA0_DATE-MAX Datum des Periodenendes 20101001

Method GET_NONDEDUCT_TAX_BY_ITEM on Interface IF_REXC_FUEL_CONS has no exception.

Method GET_REMARKX_BY_NEW_OB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_REMARKX Value transfer Type reference (TYPE) BU_BEZ70 Bezeichnung 20101001

Method GET_REMARKX_BY_NEW_OB on Interface IF_REXC_FUEL_CONS has no exception.

Method INIT 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_RESC_SETTL_UNIT Business-Objekt 20070811
# Exception Resumable Description Created on
1 ERROR Fehler 20070811

Method IS_FIRST_OB_BOOKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_OK Value transfer Type reference (TYPE) ABAP_BOOL 20101001

Method IS_FIRST_OB_BOOKED on Interface IF_REXC_FUEL_CONS has no exception.

Method IS_IT_THE_FIRST_OB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CONTNO Value transfer Type reference (TYPE) LFDNR Laufende Nummer 20101001
2 Importing ID_PROCDATE Value transfer Type reference (TYPE) BZDAT Bezugsdatum 20101001
3 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101001
4 Returning RF_OK Value transfer Type reference (TYPE) ABAP_BOOL 20101001

Method IS_IT_THE_FIRST_OB on Interface IF_REXC_FUEL_CONS has no exception.

Method IS_OB_PART_OF_CALC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101129
2 Exporting EF_IS_PART Value transfer Type reference (TYPE) ABAP_BOOL 20101129
3 Importing IS_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20050222

Method IS_OB_PART_OF_CALC on Interface IF_REXC_FUEL_CONS has no exception.

Method PROC_FINALSTOCK_AFTER_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_PROCDATE Value transfer Type reference (TYPE) BZDAT Bezugsdatum 20101001
2 Exporting ED_REMARKX Value transfer Type reference (TYPE) BU_BEZ70 Bezeichnung 20101001
3 Importing ID_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20101001
4 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20101001
5 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20101001
6 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101001

Method PROC_FINALSTOCK_AFTER_POSTING on Interface IF_REXC_FUEL_CONS has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_INTRENO Value transfer Type reference (TYPE) RECAINTRENO Interner Schlüssel des Immobilienobjekts 20041229

Method READ on Interface IF_REXC_FUEL_CONS has no exception.

Method REVERSAL_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODE Value transfer Type reference (TYPE) RECAPROCESSMODE 'S' Ausführungsmodus des Prozesses 20050222
2 Importing ID_PROCED Value transfer Type reference (TYPE) REXCC_FC_SCKEY_PROP-STGRD Grund für Storno oder Umkehrbuchung 20050222
3 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101129
4 Importing IS_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20050222
# Exception Resumable Description Created on
1 ERROR 20101002

Method REVERSE_CONSUMTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20101129
# Exception Resumable Description Created on
1 FINALSTOCK_NOT_FOUND Endbestand nicht gefunden 20050106
2 OPENBALANCE_NOT_FOUND Anfangsbestand nicht gefunden 20050106

Method SET_BELNR_IN_OB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BELNR Value transfer Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20050128
2 Importing ID_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20050222
3 Importing ID_GJAHR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20081221
4 Importing ID_PSTNGDATE Value transfer Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20050222

Method SET_BELNR_IN_OB on Interface IF_REXC_FUEL_CONS has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FUELSTOCK Call by reference Type reference (TYPE) RE_T_VIXCFCFS Brennstoffverwaltung (VIXCFCFS) 20041222

Method SET_DATA on Interface IF_REXC_FUEL_CONS has no exception.

Method SET_FUEL_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_INTRENO Value transfer Type reference (TYPE) RECAINTRENO Interner Schlüssel des Immobilienobjekts 20041222
2 Importing ID_STOCKIND Value transfer Type reference (TYPE) REXCFCSTOCKIND Brennstoffverwaltung: Bestandeskennzeichen 20041112
3 Importing IS_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20041223

Method SET_FUEL_LEVEL on Interface IF_REXC_FUEL_CONS has no exception.

Method SET_ROW 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) REXCFC_FUELSTOCK Brennstofbewegungen 20101001

Method SET_ROW on Interface IF_REXC_FUEL_CONS has no exception.

Method STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IN_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Verbuchung mit "IN UPDATE TASK" rufen 20070811
# Exception Resumable Description Created on
1 ERROR Fehler 20070811

Method SYNCHRONIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_R_BELNR Call by reference Type reference (TYPE) RE_T_RANGE Ranges zum Speichern von Selektionsbilderwerten 20081021
2 Importing IT_R_BUDAT Call by reference Type reference (TYPE) RE_T_RANGE 20080413
3 Importing IT_R_BUKRS Call by reference Type reference (TYPE) RE_T_RANGE 20080413
4 Importing IT_R_GJAHR Call by reference Type reference (TYPE) RE_T_RANGE Ranges zum Speichern von Selektionsbilderwerten 20081021
5 Importing IT_R_SNKSL Call by reference Type reference (TYPE) RE_T_RANGE 20080413
6 Importing IT_R_SWENR Call by reference Type reference (TYPE) RE_T_RANGE 20080413

Method SYNCHRONIZE on Interface IF_REXC_FUEL_CONS has no exception.

Method TRANSFER_FUEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FUELSTOCK Call by reference Type reference (TYPE) REXCFC_FUELSTOCK Brennstofbewegungen 20110828
2 Importing ID_BUZEI Value transfer Type reference (TYPE) BUZEI Brennstofbewegungen 20101001
3 Importing IS_BKPF Call by reference Type reference (TYPE) BKPF Belegkopf für Buchhaltung 20041223
4 Importing IT_BSEG Call by reference Type reference (TYPE) RE_T_BSEG Belegsegment (BSEG) 20041223
# Exception Resumable Description Created on
1 ERROR 20110828
History
Last changed by/on SAP  20130531 
SAP Release Created in 600