SAP ABAP Class CL_CACS_STDAGR_TOP (Abstract Class of Standard Agreement)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CACSCY (Package) ICM: Standard Contract (Agreement Components)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_AC | Standard Agreement: Actual Commission | 20060801 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_EVAL | Class of Valuation | 20060816 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_FLAT | Class for Non-Global Standard Flat-Rate Agreement | 20060606 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_GUARANTEE | Class for Non-Global Standard Guarantee Agreement | 20060620 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_LIABILITY | Standard Agreement: Liability | 20060630 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_OFFS | Standard Agreement: Remuneration Clearing | 20060804 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_PART | Standard Agreement: Participation | 20060802 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_REM | Class of Performance-Related Remuneration | 20060627 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_RET | Retention: Standard Agreement | 20060802 |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_CACS_STDAGR_SES | Standard Agreement: Settlement Scheduling | 20060724 |
| ... | Click here to see Used By full list (13 items) | |||
Properties
| Class | CL_CACS_STDAGR_TOP | |
| Short Description | Abstract Class of Standard Agreement | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CACSCY | ICM: Standard Contract (Agreement Components) |
| Created | 20060531 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CACS_STDAGR_TOP has no interface implemented.
Friends
Class CL_CACS_STDAGR_TOP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | CACSTIMESTAMP | Time Stamp (YYYY.MM.DD hh:mm:ss) | 20060627 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CACSTIMESTAMP | "Now" in Context of this Object | 20060627 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CLASSNAME | Class Name of Rule Objects | 20060805 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CACSTIMESTAMP | Time Stamp (YYYY.MM.DD hh:mm:ss) | 20060627 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SCX_T100KEY | Text ID: Rule is Inconsistent | 20060805 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | SCX_T100KEY | Text ID: Rule Type Does Not Match Agreement Type | 20060805 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_TEXT | Short and Long Text of Object | 20060531 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CACS_VERSION | Version Class of ICM | 20060531 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | CACS_S_STCAGR_HDR | Agreement header data | 20060805 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RULE_LIST_LOAD | Table Type for Structure CACS_S_RULE_OBJ | 20060806 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RULE_OBJ | Loaded Rules | 20060805 |
Methods
Events
Class CL_CACS_STDAGR_TOP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_RULE_KEY | Public | See coding | 20060727 | begin of MTY_S_RULE_key,
AGR_TYP type CACS_AGR_TYP,
STCAGR_ID type CACS_STCAGR_ID,
RULE_ID type CACS_STD_RULE_ID,
end of MTY_S_RULE_key
|
||
| 2 | MTY_S_RULE_LIST_LOAD | Protected | See coding | 20060806 | BEGIN OF mty_s_rule_list_load,
ctrtst_id TYPE cacs_ctrtst_id,
ctrt_type TYPE cacs_ctrt_type,
rule_key TYPE mty_tt_rule_key,
exception TYPE REF TO cx_cacs_stdagr,
END OF mty_s_rule_list_load
|
||
| 3 | MTY_S_RULE_OBJ | Protected | See coding | 20060805 | BEGIN OF mty_s_rule_obj,
agr_typ TYPE cacs_agr_typ,
stcagr_id TYPE cacs_stcagr_id,
rule_id TYPE cacs_std_rule_id,
ro_rule TYPE REF TO cl_cacs_stdagr_rule_top,
ro_exception TYPE REF TO cx_cacs_stdagr,
END OF mty_s_rule_obj
|
||
| 4 | MTY_TS_RULE_LIST_LOAD | Protected | See coding | 20060806 | mty_ts_rule_list_load TYPE SORTED TABLE OF mty_s_rule_list_load
WITH UNIQUE KEY ctrtst_id ctrt_type
|
||
| 5 | MTY_TS_RULE_OBJ | Protected | See coding | 20060805 | mty_ts_rule_obj TYPE SORTED TABLE OF mty_s_rule_obj
WITH UNIQUE KEY agr_typ stcagr_id rule_id
|
||
| 6 | MTY_TT_RULE_KEY | Public | See coding | 20060727 | mty_tt_rule_key type STANDARD TABLE OF MTY_S_RULE_key
with NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_AGR_TYPE | Call by reference | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060614 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060628 | |||
| 3 | ID_BUSIDATE | Call by reference | Type reference (TYPE) | CACS_BUSIDATE_OBJ | fachlicher Zeitpunkt des Objekts | 20060627 | |||
| 4 | ID_DESCRIPTION | Call by reference | Type reference (TYPE) | CACS_DESCRIPTION | Betriebswirtschaftliche Beschreibung des Objektes | 20060614 | |||
| 5 | ID_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20060614 | ||
| 6 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20060614 | |||
| 7 | ID_TECHDATE | Call by reference | Type reference (TYPE) | CACS_TECHDATE_OBJ | Technischer Zeitpunkt des Objekts | 20060627 | |||
| 8 | ID_TEXTID_AGR_NOT_FOUND | Call by reference | Type reference (TYPE) | ANY | CX_CACS_STDAGR=>AGREEMENT_NOT_FOUND | TextID für Ausnahme "Vereinbarung nicht gefunden" | 20060717 | ||
| 9 | ID_TEXTID_TXT_NOT_FOUND | Call by reference | Type reference (TYPE) | ANY | CX_CACS_STDAGR=>AGREEMENT_TEXT_NOT_FOUND | TextID für Ausnahme "Text nicht gefunden" | 20060717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generische Ausnahme: Kein Objekt/keine Instanz vorhanden | 20060717 | ||
| 2 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060614 | ||
| 3 | 20070514 |
Method CREATE_AGREEMENT_HEADER 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 | Struktur zur Tabelle CACS_STAGASS | 20060831 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060831 | |||
| 3 | ID_BUSIDATE | Call by reference | Type reference (TYPE) | CACS_BUSIDATE_OBJ | fachlicher Zeitpunkt des Objekts | 20060831 | |||
| 4 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Standardvertrag: Kopfdaten mit Kurztext | 20060831 | |||
| 5 | ID_TECHDATE | Call by reference | Type reference (TYPE) | CACS_TECHDATE_OBJ | Technischer Zeitpunkt des Objekts | 20060831 | |||
| 6 | RO_STDAGR | Value transfer | Object reference (TYPE REF TO) | CL_CACS_STDAGR_TOP | Abstrakte Klasse zur Standardvereinbarung | 20060831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generische Ausnahme: Kein Objekt/keine Instanz vorhanden | 20060831 |
Method CREATE_RULE_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RULE_KEY | Call by reference | Type reference (TYPE) | MTY_TT_RULE_KEY | 20060805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060805 | ||
| 2 | Standardvereinbarung: Ausnahme während Regelerzeugung | 20060805 |
Method FIND_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060713 | |||
| 2 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060713 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20060713 | ||||
| 4 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Vereinbarungsregel | 20060713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060713 | ||
| 2 | Standardvereinbarung: Ausnahme während Regelerzeugung | 20060806 |
Method GENERIC_DETERMINATION_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060724 | |||
| 2 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060724 | |||
| 3 | ID_ENTRY_POINT | Call by reference | Type reference (TYPE) | CACSDETENTRYPOINT | Einstiegspunkt | 20060724 | |||
| 4 | ID_TEXTID_DET_ANALYSIS_FAILED | Call by reference | Type reference (TYPE) | ANY | 20060724 | ||||
| 5 | RT_RULE_KEY | Value transfer | Type reference (TYPE) | MTY_TT_RULE_KEY | Tabelle von Service-Regeln | 20060727 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen mit statischer und dynamischer Prüfung von RAISING | 20060724 |
Method GENERIC_DETERMINE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060724 | |||
| 2 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060724 | |||
| 3 | ID_ENTRY_POINT | Call by reference | Type reference (TYPE) | CACSDETENTRYPOINT | Einstiegspunkt | 20060724 | |||
| 4 | ID_TEXTID_FIND_RULE_FAILED | Call by reference | Type reference (TYPE) | ANY | 20060724 | ||||
| 5 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20060724 | ||||
| 6 | RT_RULE_KEY | Value transfer | Type reference (TYPE) | MTY_TT_RULE_KEY | 20060727 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060724 |
Method GET_AGR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AGR_DATA | Call by reference | Type reference (TYPE) | ANY | 20060802 |
Method GET_AGR_DATA on class CL_CACS_STDAGR_TOP has no exception.
Method GET_AGR_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DEFAULTTEXT | Value transfer | Type reference (TYPE) | CACS_DEFAULTTEXT | Standardtext | 20060801 |
Method GET_AGR_DESCRIPTION on class CL_CACS_STDAGR_TOP has no exception.
Method GET_AGR_TYP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_AGR_TYP | Value transfer | Type reference (TYPE) | CACS_AGR_TYP | Vereinbarungsart | 20060712 |
Method GET_AGR_TYP on class CL_CACS_STDAGR_TOP has no exception.
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_HEADER | Value transfer | Type reference (TYPE) | CACS_S_STCAGR_HDR | Kopfdaten der Vereinbarung | 20060712 |
Method GET_HEADER on class CL_CACS_STDAGR_TOP has no exception.
Method GET_MAX_BUSI_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_MAX_BUSI_INTERVAL | Value transfer | Type reference (TYPE) | CACS_S_STD_BUSI_INTERVAL | Maximale fachliche Gültigkeit eines Objektes | 20060816 |
Method GET_MAX_BUSI_INTERVAL on class CL_CACS_STDAGR_TOP has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_NAME | Value transfer | Type reference (TYPE) | CACSSTCAGRTX | Bezeichnung der Standard-Vereinbarung | 20060823 |
Method GET_NAME on class CL_CACS_STDAGR_TOP has no exception.
Method GET_RULE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060712 | |||
| 2 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060712 | |||
| 3 | RT_RULE_LIST | Value transfer | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060724 | ||
| 2 | Standardvereinbarung: Ausnahme während Regelerzeugung | 20060805 | ||
| 3 | 20070514 | |||
| 4 | 20070514 |
Method GET_RULE_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RULE_KEY | Call by reference | Type reference (TYPE) | MTY_TT_RULE_KEY | 20060806 | ||||
| 2 | ET_RULE_LIST | Call by reference | Type reference (TYPE) | CACS_TT_RULE_OBJ | Tabellentyp zur Struktur CACS_S_RULE_OBJ | 20060806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060806 | ||
| 2 | Standardvereinbarung: Ausnahme während Regelerzeugung | 20060806 |
Method GET_STCAGR_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_STCAGR_ID | Value transfer | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20060712 |
Method GET_STCAGR_ID on class CL_CACS_STDAGR_TOP has no exception.
Method GET_UNIVERSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_UNIVERSAL | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20060822 |
Method GET_UNIVERSAL on class CL_CACS_STDAGR_TOP has no exception.
Method LOAD_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_TEXT | Call by reference | Object reference (TYPE REF TO) | CL_CACS_TEXT | Kurz- und Langtexte eines Objektes | 20060628 | |||
| 2 | CO_VERSION | Call by reference | Object reference (TYPE REF TO) | CL_CACS_VERSION | Versionsklasse des ICM | 20060628 | |||
| 3 | CS_HEADER | Call by reference | Type reference (TYPE) | CACS_S_STCAGR_HDR | Kopfdaten der Vereinbarung | 20060628 | |||
| 4 | ID_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20060628 | |||
| 5 | ID_TEXTID_AGR_NOT_FOUND | Call by reference | Type reference (TYPE) | ANY | CX_CACS_STDAGR=>AGREEMENT_NOT_FOUND | TextID für Ausnahme "Vereinbarung nicht gefunden" | 20060717 | ||
| 6 | ID_TEXTID_TXT_NOT_FOUND | Call by reference | Type reference (TYPE) | ANY | CX_CACS_STDAGR=>AGREEMENT_TEXT_NOT_FOUND | TextID für Ausnahme "Text nicht gefunden" | 20060717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generische Ausnahme: Kein Objekt/keine Instanz vorhanden | 20060717 | ||
| 2 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060628 |
Method LOAD_RULE_KEY 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 | 20060805 | |||
| 2 | ID_APPL | Call by reference | Type reference (TYPE) | CACSAPPL | Identifikation der Provisionsanwendung | 20060805 | |||
| 3 | ID_BUSIDATE | Call by reference | Type reference (TYPE) | CACS_BUSIDATE_OBJ | fachlicher Zeitpunkt des Objekts | 20060805 | |||
| 4 | ID_CTRTST_ID | Call by reference | Type reference (TYPE) | CACS_CTRTST_ID | Nummer des Standard-Provisionsvertrags | 20060805 | |||
| 5 | ID_CTRT_TYPE | Call by reference | Type reference (TYPE) | CACS_CTRT_TYPE | Provisionsvertragsart | 20060805 | |||
| 6 | ID_STCAGR_ID | Call by reference | Type reference (TYPE) | CACS_STCAGR_ID | Nummer der Standard-Vereinbarung | 20060805 | |||
| 7 | ID_TECHDATE | Call by reference | Type reference (TYPE) | CACS_TECHDATE_OBJ | Technischer Zeitpunkt des Objekts | 20060805 | |||
| 8 | RT_RULE_KEY | Value transfer | Type reference (TYPE) | MTY_TT_RULE_KEY | 20060805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse zur Klasse CL_CACS_STCAGR | 20060805 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |