SAP ABAP Interface IF_WCB_CC_FACTORY (Condition Contract Factory)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_APPL (Package) Condition Contract Processing Logic

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WCB_CC_FACTORY | Condition Contract Factory | 20040920 |
Properties
Interface | IF_WCB_CC_FACTORY | |
Short Description | Condition Contract Factory |
General Data
Package | WCB_CC_APPL | Condition Contract Processing Logic |
Created | 20040920 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WCB_CC_FACTORY has no forward declaration.
Interfaces
Interface IF_WCB_CC_FACTORY has no interface.
Friends
Interface IF_WCB_CC_FACTORY has no friend.
Attributes
Interface IF_WCB_CC_FACTORY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create a New Condition Contract | 20040920 |
2 | ![]() |
Instance method | Public | Method | Determine GUID from Document Number | 20050330 |
3 | ![]() |
Instance method | Public | Method | Determine Document Number from GUID | 20050330 |
4 | ![]() |
Instance method | Public | Method | Read Documents to Buffer | 20050204 |
5 | ![]() |
Instance method | Public | Method | Read Documents with Block to Buffer | 20050204 |
6 | ![]() |
Instance method | Public | Method | Read a Condition Contract | 20040927 |
7 | ![]() |
Instance method | Public | Method | Read Condition Contracts | 20040927 |
8 | ![]() |
Instance method | Public | Method | Read Condition Contracts with Block | 20040927 |
9 | ![]() |
Instance method | Public | Method | Read a Condition Contract with Block | 20040927 |
10 | ![]() |
Instance method | Public | Method | Reset Factory | 20041202 |
11 | ![]() |
Instance method | Public | Method | Construct Document from the Archive | 20050610 |
12 | ![]() |
Instance method | Public | Method | Block a Condition Contract | 20050601 |
13 | ![]() |
Instance method | Public | Method | Write Data to the Database | 20040920 |
Events
Interface IF_WCB_CC_FACTORY has no event.
Types
Interface IF_WCB_CC_FACTORY has no local type.
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | WCB_CONTRACT_TYPE | Konditionskontraktart | 20040920 | ||
2 | ![]() |
RE_CC | Value transfer | Object reference (TYPE REF TO) | IF_WCB_CC | Konditionskontrakt | 20040920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20041203 |
Method GET_GUID_FOR_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NUM | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20050330 | ||
2 | ![]() |
RE_GUID | Value transfer | Type reference (TYPE) | WCB_GUID | GUID eines Konditionskontraktes | 20050330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Eintrag wurde nicht gefunden | 20050330 |
Method GET_NUM_FOR_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | WCB_GUID | GUID eines Konditionskontraktes | 20050330 | ||
2 | ![]() |
RE_NUM | Value transfer | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20050330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Eintrag wurde nicht gefunden | 20050330 |
Method PREFETCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | WCB_CC_KEY_STAB | Konditionskontrakt Schlüssel | 20050204 |
Method PREFETCH on Interface IF_WCB_CC_FACTORY has no exception.
Method PREFETCH_WITH_LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | WCB_CC_KEY_STAB | Konditionskontrakt Schlüssel | 20050204 |
Method PREFETCH_WITH_LOCK on Interface IF_WCB_CC_FACTORY has no exception.
Method READ_CC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NUM | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20040927 | ||
2 | ![]() |
RE_CC | Value transfer | Object reference (TYPE REF TO) | IF_WCB_CC | Konditionskontrakt | 20040927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meldung | 20041203 |
Method READ_CCS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RANGE | Call by reference | Object reference (TYPE REF TO) | CL_WCB_RANGE | Selektionsrange | 20040927 | ||
2 | ![]() |
RE_COLL | Value transfer | Object reference (TYPE REF TO) | IF_WCB_CC_COLL | Konditionskontrakt Kollektion | 20040927 |
Method READ_CCS on Interface IF_WCB_CC_FACTORY has no exception.
Method READ_CCS_WITH_LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOCKED | Call by reference | Object reference (TYPE REF TO) | IF_WCB_CC_COLL | Konditionskontrakt Kollektion | 20040927 | ||
2 | ![]() |
ET_UNLOCKED | Call by reference | Object reference (TYPE REF TO) | IF_WCB_CC_COLL | Konditionskontrakt Kollektion | 20040927 | ||
3 | ![]() |
I_RANGE | Call by reference | Object reference (TYPE REF TO) | CL_WCB_RANGE | Selektionsrange | 20040927 |
Method READ_CCS_WITH_LOCK on Interface IF_WCB_CC_FACTORY has no exception.
Method READ_CC_WITH_LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NUM | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20040927 | ||
2 | ![]() |
RE_CC | Value transfer | Object reference (TYPE REF TO) | IF_WCB_CC | Konditionskontrakt | 20040927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meldung | 20041203 |
Method RESET Signature
Method RESET on Interface IF_WCB_CC_FACTORY has no parameter.
Method RESET on Interface IF_WCB_CC_FACTORY has no exception.
Method SET_FROM_ARCHIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ARCHIVE_HANDLE | Call by reference | Type reference (TYPE) | SY-TABIX | Archivhandle | 20050610 | ||
2 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | WCB_DOC_DATA_SORTED | Belegdaten sortiert | 20050610 | ||
3 | ![]() |
I_WCOCOH | Call by reference | Type reference (TYPE) | WCOCOH | Konditionskontrakt: Kopf | 20050610 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20050613 |
Method UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_CC | Call by reference | Object reference (TYPE REF TO) | IF_WCB_CC | Konditionskontrakt | 20050601 |
Method UNLOCK on Interface IF_WCB_CC_FACTORY has no exception.
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KNUMH_MAP | Call by reference | Type reference (TYPE) | WCB_KNUMH_TEMP_TO_REAL_TAB | Temporäre Konditionssatznummer durch echte austauschen | 20050406 | ||
2 | ![]() |
ET_MAP | Call by reference | Type reference (TYPE) | WCB_TEMP_TO_FINAL_NUMBER_STAB | Abbildung von temporärer nach finaler Nummer | 20050329 | ||
3 | ![]() |
E_CONDITION_ERROR_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
4 | ![]() |
E_CONDITION_INFO_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
5 | ![]() |
E_ELIGIBLE_ERROR_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
6 | ![]() |
E_ELIGIBLE_INFO_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
7 | ![]() |
E_HEADER_ERROR_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
8 | ![]() |
E_HEADER_INFO_COLL | Call by reference | Object reference (TYPE REF TO) | IF_WCB_FIELD_MSG_COLL | Kollektion von Feldmeldungen | 20050314 | ||
9 | ![]() |
E_WARNING_OCCURRED | Call by reference | Type reference (TYPE) | BVAL | Warnung aufgetreten | 20080211 | ||
10 | ![]() |
I_STOP_AT_WARNING | Call by reference | Type reference (TYPE) | BVAL | bei Warnung stoppen | 20080211 | ||
11 | ![]() |
I_TESTRUN | Call by reference | Type reference (TYPE) | TESTRUN | Switch to Simulation Session for Write BAPIs | 20110405 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20041015 | |
2 | ![]() |
Beleg ist nicht änderbar | 20050314 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 600 |