SAP ABAP Class CL_CACS_STDCTR_FACADE_RET (Retention: Facade for ICM Standard Contract)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CACSR2 (Package) ICM: Retention: Master Data

⤷

⤷

Properties
Class | CL_CACS_STDCTR_FACADE_RET | |
Short Description | Retention: Facade for ICM Standard Contract | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CACSR2 | ICM: Retention: Master Data |
Created | 20060804 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CACS_STDCTR_FACADE_RET has no forward declaration.
Interfaces
Class CL_CACS_STDCTR_FACADE_RET has no interface implemented.
Friends
Class CL_CACS_STDCTR_FACADE_RET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_APPLICATION | ICM Application | 20060819 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_TS_STDCTR_OBJ | 20060819 | |||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_STDCTR_FACADE_RET | Retention: Facade for ICM Standard Contract | 20060819 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Check Rule Characteristics | 20061024 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060804 |
3 | ![]() |
Static method | Public | Method | Factory Method: Generate Object | 20060804 |
4 | ![]() |
Instance method | Protected | Method | Generate Standard Contract | 20060819 |
5 | ![]() |
Instance method | Public | Method | Indicator: Return Offsetting of Recalls | 20061108 |
6 | ![]() |
Instance method | Public | Method | Return Period Rule of Rule Characteristics | 20060819 |
7 | ![]() |
Instance method | Public | Method | Return Remuneration Types of Rule Characteristics | 20060822 |
8 | ![]() |
Instance method | Protected | Method | Load Standard Agreeement | 20060819 |
9 | ![]() |
Instance method | Protected | Method | Load Characteristic Attributes of Retention Rule | 20060819 |
10 | ![]() |
Instance method | Protected | Method | Load Standard Contract | 20060819 |
11 | ![]() |
Instance method | Protected | Method | Read Characteristics of Retention Rule | 20061120 |
Events
Class CL_CACS_STDCTR_FACADE_RET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_STDCTR_OBJ | Protected | See coding | 20060819 | BEGIN OF ty_s_stdctr_obj,
appl TYPE cacsappl,
stdctr_id TYPE cacs_ctrtst_id,
instance TYPE REF TO cl_cacs_stdctr_read,
END OF ty_s_stdctr_obj
|
||
2 | TY_TS_STDCTR_OBJ | Protected | See coding | 20060819 | ty_ts_stdctr_obj TYPE sorted TABLE OF ty_s_stdctr_obj
with UNIQUE KEY appl stdctr_id
|
Method Signatures
Method CHECK_RULE_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20061024 | ||
2 | ![]() |
IT_RULE | Call by reference | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20061024 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20061024 |
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 | 20060804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060804 |
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 | 20060804 | ||
2 | ![]() |
RO_STDCTR_FACADE_RET | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDCTR_FACADE_RET | Einbehaltung: Fassade zum ICM-Standardvertrag | 20060804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060817 |
Method CREATE_STDCTR 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 | 20060819 | ||
2 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060819 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
5 | ![]() |
RO_STDCTR | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDCTR_READ | Standardvertragsklasse für Provisionsfall | 20060819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060819 |
Method GET_FLG_OFFSET_RECALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20061108 | ||
2 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20061108 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20061108 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20061108 | ||
5 | ![]() |
RB_OFFSET_RECALL | Value transfer | Type reference (TYPE) | CACSRETFLGOFFSET | Kennzeichen Rückforderungen verrechnen | 20061108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20061108 |
Method GET_PRDRULE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
2 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20060819 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060819 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
5 | ![]() |
RD_PRDRULE_ID | Value transfer | Type reference (TYPE) | CACSPRDRULE | Periodenregel | 20060819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060819 |
Method GET_REM_LIST_OF_STDAGR_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060822 | ||
2 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20060822 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060822 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060822 | ||
5 | ![]() |
RT_RETREM | Value transfer | Type reference (TYPE) | CACS_TT_RETREM | Zuordnung Vergütungsart zu Ausprägung der Einbehaltungsregel | 20060822 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060822 |
Method LOAD_STDAGR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060822 | ||
2 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060822 | ||
3 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060822 | ||
4 | ![]() |
IT_ASSIGNMENT | Call by reference | Type reference (TYPE) | CACS_TT_AGR_ASS_OBJ | Tabellentyp zur Struktur CACS_S_AGR_ASS_OBJ | 20060819 | ||
5 | ![]() |
RO_STDAGR | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDAGR_RET | Einbehaltung: Standardvereinbarung | 20060819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060819 |
Method LOAD_STDAGR_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060819 | ||
2 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20060819 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060819 | ||
4 | ![]() |
IT_RULE | Call by reference | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060819 | ||
5 | ![]() |
RO_STDAGR_RULE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDAGR_RULE_RET | Einbehaltung: Ausprägung der Einbehaltungsregel | 20060819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060819 |
Method LOAD_STDCTR 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 | 20060819 | ||
2 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060819 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060819 | ||
5 | ![]() |
RO_STDCTR | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDCTR_READ | Standardvertragsklasse für Provisionsfall | 20060819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20060819 |
Method READ_STDAGR_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_BUSITIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20061120 | ||
2 | ![]() |
ID_RETRU_ID | Call by reference | Type reference (TYPE) | CACSRETRUID | Identifikation der Einbehaltungsregel | 20061120 | ||
3 | ![]() |
ID_STDCTR_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20061120 | ||
4 | ![]() |
ID_TECHTIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20061120 | ||
5 | ![]() |
RO_STDAGR_RULE | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDAGR_RULE_RET | Einbehaltung: Ausprägung der Einbehaltungsregel | 20061120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Einbehaltung: Basisklasse Ausnahmebehandlung | 20061120 | |
2 | ![]() |
Masterklasse für Ausnahmen im Standardvertrag | 20061120 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |