Hierarchy
⤷
⤷
Properties
| Class | CL_CACS_STC_FACADE_READ | |
| Short Description | Facade Class for ICM Standard Contract | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CACSC3 | ICM: Standard Contract: Services (Facade Classes) |
| Created | 20060803 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_CACS_STC_FACADE_READ has no interface implemented.
Friends
Class CL_CACS_STC_FACADE_READ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CACS_STD_CONTEXT | 'PROC' | Context for Commission Case and Document | 20060803 | ||
| 2 | Constant | Public | Type reference (TYPE) | CACS_STD_CONTEXT | 'READ' | Context of Standard Contract Object | 20060803 | ||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_CTRTPT_F4 | Commission Contract Type | 20061013 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_STDCTR_READ | Standard Contract | 20060803 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | BOOLEAN_FLG | Indicator: Output Messages to Log | 20060803 | |||
| 6 | Static Attribute | Protected | Type reference (TYPE) | CACS_TT_CTRTP_DSC | Commission Contract Type and Short Text | 20060814 | |||
| 7 | Static Attribute | Protected | Type reference (TYPE) | MTY_TS_STDCTR_FACADE_LIST | 20060803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Gets Current Instance of Buffer Log | 20060803 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20060803 | |
| 3 | Static method | Public | Method | Factory: Generates Facade Instance Based On STDCTR | 20060803 | |
| 4 | Static method | Public | Method | Factory: Generates Facade Instance Based On Individ.Contract | 20060803 | |
| 5 | Static method | Protected | Method | Generates Facade Exception | 20060803 | |
| 6 | Instance method | Public | Method | Exception Handling | 20060811 | |
| 7 | Static method | Public | Method | All Commission Contract Types for APPL (with Short Text) | 20060814 | |
| 8 | Instance method | Public | Method | Determine Rules for Agreement | 20060803 | |
| 9 | Instance method | Public | Method | Determines Rules for List of Agreements | 20060803 | |
| 10 | Instance method | Public | Method | Determine Rules for Agreement Type | 20060803 | |
| 11 | Static method | Public | Method | Free ST_STDCTR_FACADE_LIST | 20110225 | |
| 12 | Instance method | Public | Method | Gets Assignment Based on Standard Agreement ID | 20060803 | |
| 13 | Instance method | Public | Method | Gets Agreements for Standard Contract | 20060803 | |
| 14 | Instance method | Public | Method | Gets Assignment Based on Standard Agreement ID | 20060803 | |
| 15 | Instance method | Public | Method | Gets Standard Contract Number | 20060803 | |
| 16 | Instance method | Public | Method | Gets Contract Type | 20060803 | |
| 17 | Static method | Public | Method | Gets Contract Type and Its Description for STDCTR | 20061013 | |
| 18 | Instance method | Public | Method | Read All Rules for Agreement | 20060803 | |
| 19 | Instance method | Public | Method | Read All Rules for List of Agreements | 20060803 | |
| 20 | Instance method | Public | Method | Read All Rules for Remuneration Type | 20060803 | |
| 21 | Static method | Public | Method | Get Description for Agreement Rule | 20070206 | |
| 22 | Static method | Public | Method | Rule Characteristics for Flat-Rate Remuneration in StdCtr. | 20070205 | |
| 23 | Static method | Public | Method | Rule Characteristics for Guarantee Remuneration in StdCtr. | 20070205 | |
| 24 | Instance method | Public | Method | Gets Standard Contract Data | 20060803 | |
| 25 | Static method | Public | Method | Read Active Versions: Rule Characteristics Flat-Rate Remun. | 20070205 | |
| 26 | Static method | Public | Method | Read Active Versions: Rule Characteristics for Guarantee Agr | 20070205 |
Events
Class CL_CACS_STC_FACADE_READ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_STDCTR_FACADE_LIST | Protected | See coding | 20060803 | BEGIN OF mty_s_stdctr_facade_list,
appl TYPE cacsappl,
stdctr_id TYPE cacs_ctrtst_id,
busitime TYPE cacsbusitime,
techtime TYPE cacstechtime,
busibegin TYPE CACS_BUSITIME_B,
busiend TYPE CACS_BUSITIME_E,
techbegin TYPE CACS_TECHTIME_B,
techend TYPE CACS_TECHTIME_E,
ro_stdctr_facade TYPE REF TO cl_cacs_stc_facade_read,
END OF mty_s_stdctr_facade_list
|
||
| 2 | MTY_TS_STDCTR_FACADE_LIST | Protected | See coding | 20060803 | mty_ts_stdctr_facade_list TYPE TABLE OF mty_s_stdctr_facade_list
|
Method Signatures
Method BIND_CLASSIC_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOG | Value transfer | Object reference (TYPE REF TO) | CL_CACS_BAL | CACS: Application log | 20060803 |
Method BIND_CLASSIC_LOG on class CL_CACS_STC_FACADE_READ has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060803 | |||
| 2 | ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060803 | |||
| 3 | ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060803 | |||
| 4 | ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generische Ausnahme: Kein Objekt/keine Instanz vorhanden | 20060803 | ||
| 2 | Ausnahmeklasse zu Standardverträgen | 20060803 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060803 | |||
| 2 | ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060803 | |||
| 3 | ID_CONTEXT | Call by reference | Type reference (TYPE) | CACS_STD_CONTEXT | Kontext für den die Fasade erzeugt werden soll | 20060803 | |||
| 4 | ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060803 | |||
| 5 | ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060803 | |||
| 6 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CACS_BAL | Instanz eines Anwendungsprotokolls | 20060803 | |||
| 7 | RO_STDCTR_FACADE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STC_FACADE_READ | Fassadenklasse zurm ICM-Standardvertrag | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method CREATE_BY_INDCTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060803 | |||
| 2 | ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060803 | |||
| 3 | ID_CONTEXT | Call by reference | Type reference (TYPE) | CACS_STD_CONTEXT | Kontext für den die Fasade erzeugt werden soll | 20060803 | |||
| 4 | ID_INDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTBU_ID | Nummer des Provisionsvertrags | 20060803 | |||
| 5 | ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060803 | |||
| 6 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_CACS_BAL | Instanz eines Anwendungsprotokolls | 20060803 | |||
| 7 | RO_STDCTR_FACADE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STC_FACADE_READ | Fassadenklasse zurm ICM-Standardvertrag | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060803 |
Method CREATE_FACADE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20060803 | |||
| 2 | IS_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Anwendungs-Log: Daten einer Meldung | 20060803 | |||
| 3 | RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_CACS_STD_FACADE | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method CREATE_FACADE_EXCEPTION on class CL_CACS_STC_FACADE_READ has no exception.
Method EXCEPTION_HANDLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EB_RESUME | Call by reference | Type reference (TYPE) | BOOLEAN_FLG | Boolsche Variable (X=true, space=false) | 20060811 | |||
| 2 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CACS_STD | Masterklasse für Ausnahmen im Standardvertrag | 20060811 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060811 |
Method F4_CTRTP_DSC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_APPL | Value transfer | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060814 | |||
| 2 | RT_CTRTP_DSC | Value transfer | Type reference (TYPE) | CACS_TT_CTRTP_DSC | Provisionsvertragsart und Kurzbezeichnung | 20060814 |
Method F4_CTRTP_DSC on class CL_CACS_STC_FACADE_READ has no exception.
Method FIND_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_AGREEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CACS_STDAGR_TOP | Abstrakte Klasse zur Standardvereinbarung | 20060803 | |||
| 2 | IS_AGREEMENT_ASSIGNMENT | Call by reference | Type reference (TYPE) | CACS_S_AGR_ASS_OBJ | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20060803 | ||||
| 4 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method FIND_RULES_AGRASS_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20060803 | ||||
| 2 | IT_AGREEMENT_ASSIGNMENT | Call by reference | Type reference (TYPE) | CACS_TT_AGR_ASS_OBJ | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 | |||
| 3 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method FIND_RULES_AGRTYP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060803 | |||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20060803 | ||||
| 3 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method FREESTATICINSTANCE Signature
Method FREESTATICINSTANCE on class CL_CACS_STC_FACADE_READ has no parameter.
Method FREESTATICINSTANCE on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_AGRASS_BY_STCAGR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060803 | |||
| 2 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20060803 | |||
| 3 | RS_AGREEMENT_ASSIGNMENT | Value transfer | Type reference (TYPE) | CACS_S_AGR_ASS_OBJ | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_AGREEMENT_ASSIGNMENT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060803 | |||
| 2 | RT_AGR_ASS_LIST | Value transfer | Type reference (TYPE) | CACS_TT_AGR_ASS_OBJ | Tabellentyp zur Struktur CACS_S_AGR_ASS_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_AGR_BY_STCAGR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060803 | |||
| 2 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20060803 | |||
| 3 | RO_AGREEMENT | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDAGR_TOP | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_CTRTST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CTRTST_ID | Value transfer | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060803 |
Method GET_CTRTST_ID on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_CTRT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_CTRT_TYPE | Value transfer | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060803 |
Method GET_CTRT_TYPE on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_CTRT_TYPE_DSC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20061013 | |||
| 2 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20061013 | |||
| 3 | RD_CTRT_TYPE_DSC | Value transfer | Type reference (TYPE) | CACS_DESC_CTRTST_SH | Kurzbezeichnung der Vertragsart | 20061013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20061013 |
Method GET_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_AGREEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CACS_STDAGR_TOP | Abstrakte Klasse zur Standardvereinbarung | 20060803 | |||
| 2 | IS_AGREEMENT_ASSIGNMENT | Call by reference | Type reference (TYPE) | CACS_S_AGR_ASS_OBJ | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 | |||
| 3 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_RULES_AGRASS_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AGREEMENT_ASSIGNMENT | Call by reference | Type reference (TYPE) | CACS_TT_AGR_ASS_OBJ | Struktur zur Vereinbarungszuordnung: Schlüssel+Objekt | 20060803 | |||
| 2 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_RULES_AGRTYP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060803 | |||
| 2 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zu den Fassadenklassen | 20060803 |
Method GET_RULE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_DESCR | Call by reference | Type reference (TYPE) | STRING | Beschreibung der Vereinbarungsregel | 20070206 | |||
| 2 | IO_RULE | Call by reference | Object reference (TYPE REF TO) | CL_CACS_STDAGR_RULE_TOP | Vereinbarungsregel | 20070206 |
Method GET_RULE_TEXT on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_STCRERU_BY_CTRTST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20070205 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070205 | |||
| 3 | ID_BUSI_BEGIN | Call by reference | Type reference (TYPE) | CACS_BUSITIME_B | Fachlich gültig ab | 20070205 | |||
| 4 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20070205 | |||
| 5 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20070205 | |||
| 6 | RT_RESULT | Value transfer | Type reference (TYPE) | CACS_TT_STCRERU | Tabellentyp zur Struktur CACS_S_STCRERU | 20070205 |
Method GET_STCRERU_BY_CTRTST_ID on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_STCWARRU_BY_CTRTST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20070205 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070205 | |||
| 3 | ID_BUSI_BEGIN | Call by reference | Type reference (TYPE) | CACS_BUSITIME_B | Fachlich gültig ab | 20070205 | |||
| 4 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20070205 | |||
| 5 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20070205 | |||
| 6 | RT_RESULT | Value transfer | Type reference (TYPE) | CACS_TT_STCWARRU | Tabellentyp zur Struktur CACS_S_STCWARRU | 20070205 |
Method GET_STCWARRU_BY_CTRTST_ID on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_STDCTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_STDCTR | Value transfer | Type reference (TYPE) | CACS_S_STDCTR | Struktur zur Tabelle CACS_STDCTR | 20060803 |
Method GET_STDCTR on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_STRERU_FOR_COMM_CONTRACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20070205 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070205 | |||
| 3 | ID_BUSI_BEGIN | Call by reference | Type reference (TYPE) | CACS_BUSITIME_B | Fachlich gültig ab | 20070205 | |||
| 4 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20070205 | |||
| 5 | RT_STRERU | Value transfer | Type reference (TYPE) | CACS_TT_STRERU | Tabellentyp Vereinbarungsregel der Pauschale | 20070205 |
Method GET_STRERU_FOR_COMM_CONTRACT on class CL_CACS_STC_FACADE_READ has no exception.
Method GET_STWARRU_FOR_COMM_CONTRACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYP | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20070205 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Anwendung | 20070205 | |||
| 3 | ID_BUSI_BEGIN | Call by reference | Type reference (TYPE) | CACS_BUSITIME_B | Fachlich gültig ab | 20070205 | |||
| 4 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20070205 | |||
| 5 | RT_STWARRU | Value transfer | Type reference (TYPE) | CACS_TT_STWARRU | Tabellentyp Vereinbarungsregel der Garantie | 20070205 |
Method GET_STWARRU_FOR_COMM_CONTRACT on class CL_CACS_STC_FACADE_READ has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |