Hierarchy

⤷

⤷

Properties
Class | CL_RESR_CALC_SERVICES | |
Short Description | General Methods for Settlement | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RE_SR_CL | RE: Calculation |
Created | 20020920 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
5 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
8 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
9 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RESR_CALC_SERVICES has no interface implemented.
Friends
Class CL_RESR_CALC_SERVICES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RECAHASBADIIMPL | Business Add-In Implementation Exists | 20050214 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | BADI_RESR_CALC_RENT | BAdI Interface IF_EX_RESR_CALC_RENT | 20050214 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTYPE_T_BUFFER_INTRENO | INTRENO Buffer | 20130424 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTYPE_T_BUFFER_INTRENO | INTRENO Buffer | 20130424 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTYPE_T_SALESREPORT | 20030317 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RE_T_VISRCALCSALES | DB Buffer | 20130424 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Calculate Sales-Based Rent (Consider Pro Rata) | 20020920 |
2 | ![]() |
Static method | Public | Method | Calculation of Sales-Based Rent Using Sales Grading | 20020920 |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20030317 |
4 | ![]() |
Static method | Public | Method | Gets GUID Under Which AP Is Stored | 20030605 |
5 | ![]() |
Static method | Public | Method | Gets All Necessary Parameters for Determining Adv.Payment | 20080307 |
6 | ![]() |
Static method | Public | Method | Supplies the Balance to Be Posted | 20060727 |
7 | ![]() |
Static method | Public | Method | Returns Detailed Results List of a Calculation | 20030513 |
8 | ![]() |
Static method | Public | Method | Gets All Necessary Parameters for Currency Translation | 20060726 |
9 | ![]() |
Static method | Public | Method | Returns Detailed Results List | 20080208 |
10 | ![]() |
Static method | Public | Method | Supplies All Entries to First Partial Key Field | 20030317 |
11 | ![]() |
Static method | Public | Method | Gets All Entries for Process | 20051213 |
12 | ![]() |
Static method | Public | Method | Supplies Entries to a List of Primary Keys | 20030317 |
13 | ![]() |
Static method | Public | Method | Returns Detailed Results List | 20080208 |
14 | ![]() |
Static method | Public | Method | Gets Key Fields of Previous Sales Report | 20030120 |
15 | ![]() |
Static method | Public | Method | Returns Detailed Results List of a Sales Rule | 20030513 |
16 | ![]() |
Static method | Public | Method | Gets the Results for a Contract and Period | 20030121 |
17 | ![]() |
Static method | Public | Method | Gets the Sales Rules Used | 20100303 |
18 | ![]() |
Static method | Public | Method | Gets Sales Reports Used | 20100907 |
19 | ![]() |
Static method | Protected | Event handling method | Deletes All Entries in Table Buffer | 20040127 |
20 | ![]() |
Static method | Protected | Event handling method | Deletes INTRENO Buffer and VISRCALCSALES Buffer | 20130424 |
21 | ![]() |
Static method | Protected | Event handling method | Deletes INTRENO Buffer (INITIAL VISRCALCSALES) | 20130424 |
22 | ![]() |
Static method | Public | Method | Is Sales Report from a Sales-Based Settlement Used | 20030116 |
23 | ![]() |
Static method | Public | Method | Executes Currency Translation | 20060726 |
Events
Class CL_RESR_CALC_SERVICES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_S_BUFFER_INTRENO | Public | See coding | 20130424 | BEGIN OF gtype_s_buffer_intreno,
intreno TYPE recaintreno,
END OF gtype_s_buffer_intreno
|
||
2 | GTYPE_T_BUFFER_INTRENO | Public | See coding | 20130424 | gtype_t_buffer_intreno TYPE SORTED TABLE Of gtype_s_buffer_intreno
WITH UNIQUE KEY intreno
|
||
3 | GTYPE_T_SALESREPORT | Public | See coding | 20100302 | gtype_t_salesreport TYPE SORTED TABLE OF resrcalcsales_found
WITH NON-UNIQUE KEY intreno
termno
rhythmtype
validfrom
version
|
||
4 | GTY_S_TERM | Public | See coding | 20100303 | BEGIN OF gty_s_term,
termno TYPE resrtmrptermno,
rhythmtype TYPE resrrhythmtype,
validfrom TYPE recaperiodfrom,
END OF gty_s_term
|
||
5 | GTY_T_TERM | Public | See coding | 20100303 | gty_t_term TYPE TABLE OF gty_s_term
|
Method Signatures
Method CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_ERROR | Call by reference | Type reference (TYPE) | RESRCALCERR | Interner Fehlercode | 20021202 | ||
2 | ![]() |
ES_RESULT | Call by reference | Type reference (TYPE) | RESRCALCSBRESULT | Ergebnisse der Berechnung | 20020920 | ||
3 | ![]() |
ID_PROCESSMODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Simulation/ Echtlauf | 20130701 | ||
4 | ![]() |
ID_RHYTHMTYPE | Value transfer | Type reference (TYPE) | RESRRHYTHMTYPE | Rhythmusart | 20020920 | ||
5 | ![]() |
ID_RPTERMNO | Value transfer | Type reference (TYPE) | RESRTMRPTERMNO | Klauselnummer der Melderegel | 20020920 | ||
6 | ![]() |
ID_SBTERMNO | Call by reference | Type reference (TYPE) | RESRTMSBTERMNO | Klauselnummer der Umsatzregel | 20071221 | ||
7 | ![]() |
IO_CONTRACT | Call by reference | Object reference (TYPE REF TO) | IF_RECN_CONTRACT | Vertrag (VICN01) | 20021202 | ||
8 | ![]() |
IO_MSGLIST | Value transfer | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler | 20021202 | ||
9 | ![]() |
IS_CALCBASE | Call by reference | Type reference (TYPE) | RESRCALCBASE | Definition der Berechnungsgrundlagen | 20020920 | ||
10 | ![]() |
IS_CALCINCOMPLETE | Call by reference | Type reference (TYPE) | RESRSETTLPERIOD-CALCINCOMPL | Berechnung der Zeitanteiligkeit | 20021007 | ||
11 | ![]() |
IS_SETTLPERIOD | Call by reference | Type reference (TYPE) | RESRSEINTERVAL | Liste mit Abrechnungsperioden | 20020920 | ||
12 | ![]() |
IT_SALESGRADING | Call by reference | Type reference (TYPE) | RE_T_SALESGRADING | Umsatzstaffel | 20020920 | ||
13 | ![]() |
IT_SALESREPORT | Call by reference | Type reference (TYPE) | RE_T_REPORT_X | Umsatzmeldungen (VISRREPORT) | 20020920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20021007 |
Method CALC_SALESRENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_SALESRENT | Call by reference | Type reference (TYPE) | RESRSALESRENT | Umsatzmiete | 20020920 | ||
2 | ![]() |
ET_CALCDETAIL | Call by reference | Type reference (TYPE) | RE_T_SRCALCDETAIL | Berechungsdetails | 20020920 | ||
3 | ![]() |
ID_QUANTITY | Value transfer | Type reference (TYPE) | RESRQUANTITY | Gemeldeter Absatz in Einheiten | 20020920 | ||
4 | ![]() |
ID_SALES | Value transfer | Type reference (TYPE) | RESRSALES | Gemeldeter Umsatz | 20020920 | ||
5 | ![]() |
IF_USE_QUANTITY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Feld zum Ankreuzen | 20020920 | ||
6 | ![]() |
IS_CALCBASE | Call by reference | Type reference (TYPE) | RESRCALCBASE | Definition der Berechnungsgrundlagen | 20020920 | ||
7 | ![]() |
IT_SALESGRADING | Call by reference | Type reference (TYPE) | RE_T_VISRTMSBRPI | Umsatzstaffel (VISRTMSBRPI) | 20020920 |
Method CALC_SALESRENT on class CL_RESR_CALC_SERVICES has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RESR_CALC_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RESR_CALC_SERVICES has no exception.
Method GET_ADVPAY_OBJGUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_OBJGUID | Value transfer | Type reference (TYPE) | RESRSBRESULTGUID | Verweis innerhalb der Ergebnisstabellen | 20030605 | ||
2 | ![]() |
IS_RESULTKEYS | Call by reference | Type reference (TYPE) | VISRCALCSUM_KEY | Keyfelder der Tabelle VISRCALCSUM | 20030605 | ||
3 | ![]() |
RD_ADVPAY_OBJGUID | Value transfer | Type reference (TYPE) | RERAOBJGUID | optionale ID des Kontierungsobjektes durch Prozesses | 20030605 |
Method GET_ADVPAY_OBJGUID on class CL_RESR_CALC_SERVICES has no exception.
Method GET_ADVPAY_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ADVPAY_PARAM | Call by reference | Type reference (TYPE) | IF_RERA_ADVPAY_MNGR=>MTYPE_S_PARAM | 20080307 | |||
2 | ![]() |
ID_OBJGUID | Call by reference | Type reference (TYPE) | RESRSBRESULTGUID | Verweis innerhalb der Ergebnisstabellen | 20080307 | ||
3 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20080307 | ||
4 | ![]() |
IS_RESULTKEY | Call by reference | Type reference (TYPE) | VISRCALCSUM_KEY | Berechnungsergebnis je Umsatzregel | 20080307 |
Method GET_ADVPAY_PARAM on class CL_RESR_CALC_SERVICES has no exception.
Method GET_BALANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_RESULT | Call by reference | Type reference (TYPE) | RESRCALCRESULT | Alle Teilergebnisse | 20060727 | ||
2 | ![]() |
IF_MAINTAIN_PREV_RESULT | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_TRUE | Allgemeines Ja/Nein - Feld | 20060727 | |
3 | ![]() |
IF_SPLIT_NOT_NECESSARY | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20060727 | |
4 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20060727 | ||
5 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | RESRCALCRESULT | Alle Teilergebnisse | 20060727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060727 |
Method GET_CALCDETAIL_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20070125 | |
2 | ![]() |
IS_DETAIL | Call by reference | Type reference (TYPE) | RESRCALCSBRESULT | Ergebnisse der Berechnung je Umsatzregel | 20030513 | ||
3 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | RESRCALCRESULT | Alle Teilergebnisse | 20030513 | ||
4 | ![]() |
RS_DETAIL_X | Value transfer | Type reference (TYPE) | RESRCALCSBRESULT_X | Ergebnisse der Berechnung | 20030513 |
Method GET_CALCDETAIL_X on class CL_RESR_CALC_SERVICES has no exception.
Method GET_CTBASEDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_SIMULATION | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20060726 | ||
2 | ![]() |
ES_CTBASEDATE | Call by reference | Type reference (TYPE) | RECA_CTBASEDATE | Übergabe Basisdatum (Umrechnungsservice) | 20060726 | ||
3 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20060726 | ||
4 | ![]() |
IS_CALC_DETAIL | Call by reference | Type reference (TYPE) | VISRCALCSUM | Berechnungsergebnis je Umsatzregel | 20060726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060726 |
Method GET_HIERSEQ_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HEADER | Call by reference | Type reference (TYPE) | RE_T_SRCALCRESULT_X | Ergebnisse der Berechnung | 20080208 | ||
2 | ![]() |
ET_ITEM | Call by reference | Type reference (TYPE) | RE_T_SRCALCSBRESULT_X | Ergebnisse der Berechnung einer Umsatzregel | 20080208 | ||
3 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | RE_T_SRCALCRESULT | Ergebnisse der Berechnung | 20080208 |
Method GET_HIERSEQ_LIST on class CL_RESR_CALC_SERVICES has no exception.
Method GET_LIST_BY_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | RE_T_VISRCALCSUM | Berechnungsergebnisse je Umsatzregel | 20030317 | ||
2 | ![]() |
ID_INTRENO | Call by reference | Type reference (TYPE) | RECAINTRENO | Interner Schlüssel des Immobilienobjekts | 20030317 | ||
3 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20030317 | |
4 | ![]() |
ID_PFROM | Call by reference | Type reference (TYPE) | RECAPERIODFROM | Datum des Periodenbeginns | 20030317 | ||
5 | ![]() |
ID_PTO | Call by reference | Type reference (TYPE) | RECAPERIODTO | Datum des Periodenendes | 20030317 | ||
6 | ![]() |
IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20030317 | ||
7 | ![]() |
IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20030317 |
Method GET_LIST_BY_PERIOD on class CL_RESR_CALC_SERVICES has no exception.
Method GET_LIST_BY_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | RE_T_VISRCALCSUM | Berechnungsergebnisse je Umsatzregel | 20051213 | ||
2 | ![]() |
ID_INTRENO | Call by reference | Type reference (TYPE) | RECAINTRENO | Interner Schlüssel des Immobilienobjekts | 20051213 | ||
3 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20051213 | |
4 | ![]() |
ID_PFROM | Call by reference | Type reference (TYPE) | RECAPERIODFROM | Datum des Periodenbeginns | 20051213 | ||
5 | ![]() |
ID_PTO | Call by reference | Type reference (TYPE) | RECAPERIODTO | Datum des Periodenendes | 20051213 | ||
6 | ![]() |
IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20051213 | ||
7 | ![]() |
IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20051213 | ||
8 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20051221 |
Method GET_LIST_BY_PROCESS on class CL_RESR_CALC_SERVICES has no exception.
Method GET_LIST_BY_REPORTKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | RE_T_VISRCALCSALES | Verweis auf verwendete Umsatzmeldungen | 20030317 | ||
2 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20030317 | |
3 | ![]() |
IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20030317 | ||
4 | ![]() |
IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20030317 | ||
5 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | VISRREPORT_KEY | Schlüsselfelder zu den Umsatzmeldungen | 20030317 |
Method GET_LIST_BY_REPORTKEY on class CL_RESR_CALC_SERVICES has no exception.
Method GET_LIST_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST_X | Call by reference | Type reference (TYPE) | RE_T_SRCALCRESULT_FULL_X | Ergebnisse der Berechnung | 20080208 | ||
2 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | RE_T_SRCALCRESULT | Ergebnisse der Berechnung | 20080208 |
Method GET_LIST_X on class CL_RESR_CALC_SERVICES has no exception.
Method GET_PREVIOUS_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_RESULTKEY | Call by reference | Type reference (TYPE) | VISRCALCSUM_KEY | Keyfelder der Tabelle VISRCALCSUM | 20030120 | ||
2 | ![]() |
RS_RESULTKEY | Value transfer | Type reference (TYPE) | VISRCALCSUM_KEY | Keyfelder der Tabelle VISRCALCSUM | 20030120 |
Method GET_PREVIOUS_VERSION on class CL_RESR_CALC_SERVICES has no exception.
Method GET_RESULTDETAIL_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20070125 | |
2 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | RESRCALCRESULT | Alle Teilergebnisse | 20030513 | ||
3 | ![]() |
RS_DETAIL_X | Value transfer | Type reference (TYPE) | RESRCALCRESULT_X | Ergebnisse der Berechnung | 20030513 |
Method GET_RESULTDETAIL_X on class CL_RESR_CALC_SERVICES has no exception.
Method GET_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | RE_T_SRCALCRESULT | Ergebnisse der Berechnung | 20030121 | ||
2 | ![]() |
ID_PFROM | Call by reference | Type reference (TYPE) | RECAPERIODFROM | Datum des Periodenbeginns | 20030121 | ||
3 | ![]() |
ID_PTO | Call by reference | Type reference (TYPE) | RECAPERIODTO | Datum des Periodenendes | 20030121 | ||
4 | ![]() |
IO_BUS_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20030121 | ||
5 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20050512 | ||
6 | ![]() |
IT_OBJGUID | Call by reference | Type reference (TYPE) | RE_T_GUID | GUID | 20050711 |
Method GET_RESULTS on class CL_RESR_CALC_SERVICES has no exception.
Method GET_USED_RPTERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TERM | Call by reference | Type reference (TYPE) | GTY_T_TERM | 20100303 | |||
2 | ![]() |
ID_INTRENO | Call by reference | Type reference (TYPE) | RECAINTRENO | Interner Schlüssel des Immobilienobjekts | 20100303 | ||
3 | ![]() |
ID_PFROM | Call by reference | Type reference (TYPE) | RECAPERIODFROM | RECA0_DATE-MIN | Datum des Periodenbeginns | 20100303 | |
4 | ![]() |
ID_PTO | Call by reference | Type reference (TYPE) | RESRSETTLTO | RECA0_DATE-MAX | Datum bis wann abgerechnet werden soll | 20100303 |
Method GET_USED_RPTERM on class CL_RESR_CALC_SERVICES has no exception.
Method GET_USED_SALESREPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SALESREPORT | Call by reference | Type reference (TYPE) | GTYPE_T_SALESREPORT | Verweis auf verwendete Umsatzmeldung | 20100907 |
Method GET_USED_SALESREPORT on class CL_RESR_CALC_SERVICES has no exception.
Method HANDLE_BUFFER_RESET_ALL Signature
Method HANDLE_BUFFER_RESET_ALL on class CL_RESR_CALC_SERVICES has no parameter.
Method HANDLE_BUFFER_RESET_ALL on class CL_RESR_CALC_SERVICES has no exception.
Method HANDLE_BUFFER_RESET_INTRENO Signature
Method HANDLE_BUFFER_RESET_INTRENO on class CL_RESR_CALC_SERVICES has no parameter.
Method HANDLE_BUFFER_RESET_INTRENO on class CL_RESR_CALC_SERVICES has no exception.
Method HANDLE_BUFFER_RESET_INT_INIT Signature
Method HANDLE_BUFFER_RESET_INT_INIT on class CL_RESR_CALC_SERVICES has no parameter.
Method HANDLE_BUFFER_RESET_INT_INIT on class CL_RESR_CALC_SERVICES has no exception.
Method IS_REPORT_USED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GUID | Call by reference | Type reference (TYPE) | RE_T_GUID | GUID | 20030116 | ||
2 | ![]() |
ET_SBRESULT | Call by reference | Type reference (TYPE) | RE_T_VISRCALCSB | Teilergebnisse (VISRCALCSB) | 20030116 | ||
3 | ![]() |
IS_RPKEY | Call by reference | Type reference (TYPE) | VISRREPORT-KEY | 20030116 |
Method IS_REPORT_USED on class CL_RESR_CALC_SERVICES has no exception.
Method TRANSLATE_CURRENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CALC_DETAIL | Call by reference | Type reference (TYPE) | VISRCALCSUM | Berechnungsergebnis je Umsatzregel | 20060726 | ||
2 | ![]() |
CT_SPLIT | Call by reference | Type reference (TYPE) | RE_T_SRCRSPLIT | Aufgeteilte Forderung | 20060726 | ||
3 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESR_SETTLEMENT | Umsatzabrechnung | 20060726 | ||
4 | ![]() |
IS_PAYMENT | Call by reference | Type reference (TYPE) | RETM_POSTING_PY | Buchungsklausel - Buchungsregeln | 20060726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20060726 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |