SAP ABAP Class CL_RESC_SH_SERVICES (General Access Methods)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-SC (Application Component) Service Charge Settlement
⤷
RE_SC_SH (Package) SCS: Settlement Hierarchy
⤷
⤷
Properties
| Class | CL_RESC_SH_SERVICES | |
| Short Description | General Access Methods | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_SC_SH | SCS: Settlement Hierarchy |
| Created | 20011123 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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) |
Interfaces
Class CL_RESC_SH_SERVICES has no interface implemented.
Friends
Class CL_RESC_SH_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | MTY_ST_BUFFER_SU_PERIOD | 20030317 | ||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | RE_T_VISCMAPPROCSCS | Mapping Process to Settlement Hierarchy (VISCMAPPROCSCS) | 20060809 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | MTY_ST_PART_OF | 20080604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20011123 | |
| 2 | Static method | Public | Method | Conversion of a RESCSHCURR Field | 20011211 | |
| 3 | Static method | Public | Method | Total Costs and Measurement Amounts for Contract and RO | 20020617 | |
| 4 | Static method | Public | Method | Delivers All DB Table Entries for a Settlement | 20011123 | |
| 5 | Static method | Public | Method | Additional Fields for Condition | 20030509 | |
| 6 | Static method | Public | Method | Delivers DB Structure, e.g. For Saving | 20030926 | |
| 7 | Static method | Public | Method | Gets All DB Table Entries for a Settlement Unit | 20030827 | |
| 8 | Static method | Public | Method | Gets All DB Table Entries for a Settlement Unit | 20030827 | |
| 9 | Static method | Public | Method | Gets Settlement Hierarchy for an SU/RO | 20071130 | |
| 10 | Static method | Public | Method | Supplies All Entries Via Key of SU | 20030317 | |
| 11 | Static method | Public | Method | Gets the Master SUs from a Separate Settlement | 20070919 | |
| 12 | Static method | Public | Method | Supplies the Values of Master Settlement Unit | 20020620 | |
| 13 | Static method | Public | Method | Supplies a List of All Objects Within a Settlement | 20020709 | |
| 14 | Static method | Public | Method | Delivers the Values of a Certain SU of a RO | 20011123 | |
| 15 | Static method | Public | Method | Settlement ID to Process ID | 20060809 | |
| 16 | Static method | Protected | Event handling method | Deletes All Entries in Table Buffer | 20040127 | |
| 17 | Static method | Public | Method | Should Current Occupancy Principle Be Used for RO | 20070529 | |
| 18 | Static method | Public | Method | Object Was Not Settled by SCS | 20020709 | |
| 19 | Static method | Public | Method | Is the Selected SU a Remainder SU | 20040407 |
Events
Class CL_RESC_SH_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_ST_BUFFER_SU_PERIOD | Protected | See coding | 20080604 | mty_st_buffer_su_period TYPE SORTED TABLE OF mty_s_buffer_su_period
WITH UNIQUE KEY objtype
objnr
pfrom
pto
|
||
| 2 | MTY_ST_PART_OF | Protected | See coding | 20080604 | mty_st_part_of TYPE SORTED TABLE OF mty_s_part_of WITH UNIQUE KEY objnr processguid
|
||
| 3 | MTY_S_BUFFER_SU_PERIOD | Protected | See coding | 20080604 | BEGIN OF mty_s_buffer_su_period,
objtype TYPE viscs_su_sum-objtype,
objnr TYPE viscs_su_sum-objnr,
pfrom TYPE viscs_su_sum-pfrom,
pto TYPE viscs_su_sum-pto,
entries TYPE re_t_viscs_su_sum,
_not_found TYPE recabool,
END OF mty_s_buffer_su_period
|
||
| 4 | MTY_S_PART_OF | Protected | See coding | 20080604 | BEGIN OF mty_s_part_of,
objnr TYPE recaobjnr,
processguid TYPE recaguid,
is_part type recabool,
END OF mty_s_part_of
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RESC_SH_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RESC_SH_SERVICES has no exception.
Method CONVERT_CURRENCY_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CURRENCY | Value transfer | Type reference (TYPE) | WAERS | Währungsschlüssel | 20011211 | |||
| 2 | ID_VALUE | Value transfer | Type reference (TYPE) | RESCSHCURR | Betragsfeld für Verteilung innerhalb der NKA + Vorzeichen | 20011211 | |||
| 3 | IO_SETTLEMENT | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTLEMENT | Nebenkostenabrechnung | 20011212 | |||
| 4 | RD_AMOUNT | Value transfer | Type reference (TYPE) | RERAAMOUNT | Betrag | 20011211 |
Method CONVERT_CURRENCY_FIELD on class CL_RESC_SH_SERVICES has no exception.
Method CREATE_CN2SU_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LIST | Call by reference | Type reference (TYPE) | RE_T_SCSCNRO2SU | Gesamtkosten und Bemessungsgrößen für MV und MO | 20020617 | |||
| 2 | EF_INSERT | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20020617 | |||
| 3 | ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20070125 | ||
| 4 | IF_NO_FLATRATE | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20050112 | ||
| 5 | IF_ONLY_TENENT | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_TRUE | Allgemeines Ja/Nein - Feld | 20020708 | ||
| 6 | IF_WITH_ONLY4MEAS | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20020708 | ||
| 7 | IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTLEMENT | Nebenkostenabrechnung | 20060601 | |||
| 8 | IS_RENTPERIOD | Call by reference | Type reference (TYPE) | RESCRENTPERIOD | Mietzeitraum | 20031107 | |||
| 9 | IT_RO_CN | Call by reference | Type reference (TYPE) | IF_RESC_HIERARCHY=>MTY_T_DISTRIBUTION | Kosten und Bemessungsgrößen für MV und MO (Vermietsicht) (VI | 20020617 | |||
| 10 | IT_SU_RO | Call by reference | Type reference (TYPE) | RE_T_RESULT_SURO | Summe aller Kosten und Bemessungsgrößen für eine MO (VISCS_S | 20020617 |
Method CREATE_CN2SU_LIST on class CL_RESC_SH_SERVICES has no exception.
Method GET_ALL_ENTRIES4SH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RENTPERIOD | Call by reference | Type reference (TYPE) | RE_T_RENTPERIOD | Mietzeiträume (VISCS_RENTPERIOD) | 20011123 | |||
| 2 | ET_SETTLHIERARCHY | Call by reference | Type reference (TYPE) | RE_T_SETTLHIERARCHY_X | Hierarchie von Abrechungseinheiten | 20011204 | |||
| 3 | ID_SETTL_GUID | Value transfer | Type reference (TYPE) | RESCSETTLEMENT-SETTL_GUID | eindeutiger Schlüssel einer NKA (siehe auch VVABBLN) | 20011123 |
Method GET_ALL_ENTRIES4SH on class CL_RESC_SH_SERVICES has no exception.
Method GET_CONDTYPE_DETAIL_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CONDTYPE | Value transfer | Type reference (TYPE) | RECDCONDTYPE | Konditionsart | 20030509 | |||
| 2 | ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20070125 | ||
| 3 | ID_OBJNR | Value transfer | Type reference (TYPE) | RECAOBJNR | Objektnummer | 20030509 | |||
| 4 | RS_CONDTYPE_X | Value transfer | Type reference (TYPE) | RESCS_CONDTYPE_X | Zusatzfelder für den Konditionstype | 20030509 |
Method GET_CONDTYPE_DETAIL_X on class CL_RESC_SH_SERVICES has no exception.
Method GET_DB_STRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSU_REST | Call by reference | Type reference (TYPE) | RE_T_AVISCS_MSU_REST | Änderungsbelegstruktur Verteilung von Vorverteilungs-AE auf | 20030926 | |||
| 2 | ET_MSU_SU | Call by reference | Type reference (TYPE) | RE_T_AVISCS_MSU_SU | Änderungsbelegstruktur Verteilung von Vorverteilungs-AE auf | 20030926 | |||
| 3 | ET_RENT | Call by reference | Type reference (TYPE) | RE_T_AVISCS_RENT | Änderungsbelegstruktur Mietzeiträume (VISCS_RENT) | 20030926 | |||
| 4 | ET_RO_CN | Call by reference | Type reference (TYPE) | RE_T_AVISCS_RO_CN | Änderungsbelegstruktur Kosten und Bemessungsgrößen für MV un | 20030926 | |||
| 5 | ET_SU_RO | Call by reference | Type reference (TYPE) | RE_T_AVISCS_SU_RO | Änderungsbelegstruktur Summe aller Kosten und Bemessungsgröß | 20030926 | |||
| 6 | ET_SU_SUM | Call by reference | Type reference (TYPE) | RE_T_AVISCS_SU_SUM | Änderungsbelegstruktur Summe aller Kosten und Bemessungsgröß | 20030926 | |||
| 7 | ID_DB_OPERATION | Value transfer | Type reference (TYPE) | RECACHANGEIND | RECA0_OPERATION-INSERT | Art der Änderung (U, I, E, D) | 20030926 | ||
| 8 | IS_HIERARCHY | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY_X | 20030926 | ||||
| 9 | IT_HIERARCHY | Call by reference | Type reference (TYPE) | RE_T_SETTLHIERARCHY_X | Hierarchie von Abrechungseinheiten | 20030926 | |||
| 10 | IT_RENTPERIOD | Call by reference | Type reference (TYPE) | RE_T_RENTPERIOD | Mietzeiträume (VISCS_RENTPERIOD) | 20030926 |
Method GET_DB_STRUCT on class CL_RESC_SH_SERVICES has no exception.
Method GET_DETAIL_BY_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DETAIL | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY | Hierarchie von Abrechungseinheiten | 20030827 | |||
| 2 | ID_GUID | Value transfer | Type reference (TYPE) | RECAGUID | GUID (RAW16) | 20030827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090526 |
Method GET_DETAIL_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DETAIL_X | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY_X | Hierarchie von Abrechungseinheiten | 20030827 | |||
| 2 | IS_DETAIL | Call by reference | Type reference (TYPE) | VISCS_SU_SUM | Summe aller Kosten und Bemessungsgrößen für eine AE | 20030827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090526 |
Method GET_DETAIL_X_BY_ROOBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DETAIL_X | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY_X | Hierarchie von Abrechungseinheiten | 20071130 | |||
| 2 | ID_POINT | Call by reference | Type reference (TYPE) | RESCSCNRO2SU-RO_POINT | Meßpunkt | 20071130 | |||
| 3 | ID_ROOBJNR | Call by reference | Type reference (TYPE) | RESCROOBJNR | Objektnummer des Mietobjektes | 20071130 | |||
| 4 | ID_ROPFROM | Call by reference | Type reference (TYPE) | RESCSCNRO2SU-RO_PFROM | Datum des Periodenbeginns | 20071130 | |||
| 5 | ID_ROPTO | Call by reference | Type reference (TYPE) | RESCSCNRO2SU-RO_PTO | Datum des Periodenendes | 20071130 | |||
| 6 | ID_SU_GUID | Call by reference | Type reference (TYPE) | RESCSUGUID | AE innerhalb einer NKA, zu einer Periode und Bemessungsart | 20071130 | |||
| 7 | IF_RO_FULL_INFO | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20071130 | ||
| 8 | IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTLEMENT | Nebenkostenabrechnung | 20071130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20071130 |
Method GET_LIST_BY_SU 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_VISCS_SU_SUM | Summe aller Kosten und Bemessungsgrößen für eine AE (VISCS_S | 20030317 | |||
| 2 | ID_BUKRS | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-BUKRS | Buchungskreis | 20030317 | |||
| 3 | ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | 20030317 | |||
| 4 | ID_OBJNR | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-OBJNR | Nebenkostensammlernummer | 20030317 | |||
| 5 | ID_PFROM | Value transfer | Type reference (TYPE) | VISCS_SU_SUM-PFROM | Datum des Periodenbeginns | 20030317 | |||
| 6 | ID_PTO | Value transfer | Type reference (TYPE) | VISCS_SU_SUM-PTO | Datum des Endes der Abrechnungsperiode | 20030317 | |||
| 7 | ID_SEMPSL | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SEMPSL | Abrechnungseinheit | 20030317 | |||
| 8 | ID_SNKSL | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SNKSL | Nebenkostenschlüssel | 20030317 | |||
| 9 | ID_SWENR | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SWENR | gültige Wirtschaftseinheit | 20030317 | |||
| 10 | IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Lesen von DB ohne Verwendung des Puffers | 20030317 | ||
| 11 | IF_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Puffer zurücksetzen | 20030317 |
Method GET_LIST_BY_SU on class CL_RESC_SH_SERVICES has no exception.
Method GET_MSU_BY_REF2MSUSESUGUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SU_SUM | Call by reference | Type reference (TYPE) | RE_T_VISCS_SU_SUM | Summe aller Kosten und Bemessungsgrößen für eine AE (VISCS_S | 20070919 | |||
| 2 | ID_REF2MSUSESUGUID | Call by reference | Type reference (TYPE) | RESCREF2MSUSESUGUID | AE-GUID in der separaten Vorverteilungs-AE-Abrechnung | 20070919 | |||
| 3 | IF_READ_PREV_SE | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070920 | |||
| 4 | IT_REF2MSUSESUGUID | Call by reference | Type reference (TYPE) | RE_T_GUID | GUID | 20070919 |
Method GET_MSU_BY_REF2MSUSESUGUID on class CL_RESC_SH_SERVICES has no exception.
Method GET_MSU_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MSU2OBJ | Call by reference | Type reference (TYPE) | RE_ST_MSU2OBJ | Summe aller Kosten und Bemessungsgrößen für eine VVAE | 20020621 | |||
| 2 | ID_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20070125 | ||
| 3 | ID_SU_GUID | Call by reference | Type reference (TYPE) | RESCSUGUID | AE innerhalb einer NKA, zu einer Periode und Bemessungsart | 20020620 | |||
| 4 | IF_READ_PREV_SE | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070920 | |||
| 5 | IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTLEMENT | Nebenkostenabrechnung | 20060601 |
Method GET_MSU_VALUES on class CL_RESC_SH_SERVICES has no exception.
Method GET_OBJECT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJNR | Call by reference | Type reference (TYPE) | RE_T_OBJNR | OBJNR | 20020709 | |||
| 2 | ET_OBJNR_MM | Call by reference | Type reference (TYPE) | RE_T_RESCOBJNR_MM | Objektnummer Abrechnung - Objektnummer Vertrag | 20090204 | |||
| 3 | ID_EXTID | Call by reference | Type reference (TYPE) | RECA_PROCESS_ID-PROCESSEXTID | Externe Identifikation Prozess | 20050803 | |||
| 4 | ID_SETTLID | Call by reference | Type reference (TYPE) | RECA_PROCESS_ID-PROCESSID | Identifikation Abrechnung -> Referenzbelegnr Buchhaltung | 20020709 | |||
| 5 | IF_ONLY_CONTRACTS | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_TRUE | Allgemeines Ja/Nein - Feld | 20020709 |
Method GET_OBJECT_LIST on class CL_RESC_SH_SERVICES has no exception.
Method GET_PREVIOUS_RO_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RENTPERIOD | Call by reference | Type reference (TYPE) | RE_T_VISCS_RENT | Mietzeiträume (VISCS_RENTPERIOD) | 20011123 | |||
| 2 | ET_RO_CN | Call by reference | Type reference (TYPE) | RE_T_VISCS_RO_CN | Kosten und Bemessungsgrößen für MV und MO (Vermietsicht) (VI | 20011123 | |||
| 3 | ET_SU_RO | Call by reference | Type reference (TYPE) | RE_T_VISCS_SU_RO | Summe aller Kosten und Bemessungsgrößen für eine MO | 20011123 | |||
| 4 | ET_SU_SUM | Call by reference | Type reference (TYPE) | RE_T_VISCS_SU_SUM | Summe aller Kosten und Bemessungsgrößen für eine AE | 20011123 | |||
| 5 | ID_BUKRS | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-BUKRS | Buchungskreis | 20011123 | |||
| 6 | ID_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | RECA0_DATE-MIN | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20011123 | ||
| 7 | ID_OBJNR | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-OBJNR | Nebenkostensammlernummer | 20011123 | |||
| 8 | ID_PROCESS | Call by reference | Type reference (TYPE) | RECAPROCESS | Prozess | 20050330 | |||
| 9 | ID_RO_OBJNR | Value transfer | Type reference (TYPE) | RESCROOBJNR | Interne Immobilien Stammdaten-Verschlüsselung | 20011123 | |||
| 10 | ID_SEMPSL | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SEMPSL | Abrechnungseinheit | 20011123 | |||
| 11 | ID_SNKSL | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SNKSL | Nebenkostenschlüssel | 20011123 | |||
| 12 | ID_SWENR | Value transfer | Type reference (TYPE) | RESC_SETTL_UNIT-SWENR | gültige Wirtschaftseinheit | 20011123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20050330 |
Method GET_PROCESSGUID_BY_SETTL_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SETTL_GUID | Call by reference | Type reference (TYPE) | RECASETTLGUID | Eindeutiger Schlüssel der Abrechnung | 20060809 | |||
| 2 | RD_PROCESSGUID | Value transfer | Type reference (TYPE) | RECAPROCESSGUID | Generischer Schlüssel des Prozesses | 20060809 |
Method GET_PROCESSGUID_BY_SETTL_GUID on class CL_RESC_SH_SERVICES has no exception.
Method HANDLE_BUFFER_RESET_ALL Signature
Method HANDLE_BUFFER_RESET_ALL on class CL_RESC_SH_SERVICES has no parameter.
Method HANDLE_BUFFER_RESET_ALL on class CL_RESC_SH_SERVICES has no exception.
Method HAS_COP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_PFROM | Call by reference | Type reference (TYPE) | RESCSETTLEVALIDFROM | Beginn der Abrechnungsperiode | 20070529 | |||
| 2 | ID_PTO | Call by reference | Type reference (TYPE) | RESCSETTLEVALIDTO | Ende Abrechnungsperiode | 20070529 | |||
| 3 | IF_HASCOP | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070529 | |||
| 4 | IF_OWNER_SETTLEMENT | Call by reference | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20070529 | |||
| 5 | IO_RO | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SCSRENTAL_OBJECT | Abrechenbares Mietobjekt | 20070529 | |||
| 6 | IO_SU | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTL_UNIT | Abrechnungseinheit (VISCSU) | 20070529 | |||
| 7 | RF_HASCOP | Value transfer | Type reference (TYPE) | RESCHASCOP | Nutzt das Raumschuldnerprinzip | 20070529 |
Method HAS_COP on class CL_RESC_SH_SERVICES has no exception.
Method IS_OBJECT_PART_OF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_EXTID | Call by reference | Type reference (TYPE) | RECA_PROCESS_ID-PROCESSEXTID | Externe Identifikation Prozess | 20050803 | |||
| 2 | ID_PROCESSGUID | Call by reference | Type reference (TYPE) | RECAPROCESSGUID | Generischer Schlüssel des Prozesses | 20080602 | |||
| 3 | ID_SETTLID | Call by reference | Type reference (TYPE) | RECA_PROCESS_ID-PROCESSID | Identifikation Abrechnung -> Referenzbelegnr Buchhaltung | 20020709 | |||
| 4 | IF_CNOBJECT_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Für Verträge: Objektebeteiligung prüfen | 20090306 | |||
| 5 | IO_BUS_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20020709 | |||
| 6 | RF_IS_PART | Value transfer | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20020709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag wurde nicht gefunden | 20020709 |
Method IS_RESTOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | IF_RESC_HIERARCHY | Abrechungshierarchie | 20060602 | |||
| 2 | IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RESC_SETTLEMENT | Nebenkostenabrechnung | 20071130 | |||
| 3 | IS_SU | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY | Hierarchie von Abrechungseinheiten | 20040407 | |||
| 4 | IS_SUREST | Call by reference | Type reference (TYPE) | RESCSETTLHIERARCHY | Hierarchie von Abrechungseinheiten | 20040407 | |||
| 5 | RF_IS_REST | Value transfer | Type reference (TYPE) | RECABOOL | Allgemeines Ja/Nein - Feld | 20040407 |
Method IS_RESTOBJ on class CL_RESC_SH_SERVICES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 110 |