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 CREATE Instance method Public Method Create a New Condition Contract 20040920
2 GET_GUID_FOR_NUM Instance method Public Method Determine GUID from Document Number 20050330
3 GET_NUM_FOR_GUID Instance method Public Method Determine Document Number from GUID 20050330
4 PREFETCH Instance method Public Method Read Documents to Buffer 20050204
5 PREFETCH_WITH_LOCK Instance method Public Method Read Documents with Block to Buffer 20050204
6 READ_CC Instance method Public Method Read a Condition Contract 20040927
7 READ_CCS Instance method Public Method Read Condition Contracts 20040927
8 READ_CCS_WITH_LOCK Instance method Public Method Read Condition Contracts with Block 20040927
9 READ_CC_WITH_LOCK Instance method Public Method Read a Condition Contract with Block 20040927
10 RESET Instance method Public Method Reset Factory 20041202
11 SET_FROM_ARCHIVE Instance method Public Method Construct Document from the Archive 20050610
12 UNLOCK Instance method Public Method Block a Condition Contract 20050601
13 UPDATE 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 Importing I_TYPE Call by reference Type reference (TYPE) WCB_CONTRACT_TYPE Konditionskontraktart 20040920
2 Returning RE_CC Value transfer Object reference (TYPE REF TO) IF_WCB_CC Konditionskontrakt 20040920
# Exception Resumable Description Created on
1 CX_WCB_ERROR Fehler 20041203

Method GET_GUID_FOR_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20050330
2 Returning RE_GUID Value transfer Type reference (TYPE) WCB_GUID GUID eines Konditionskontraktes 20050330
# Exception Resumable Description Created on
1 CX_WCB_NOT_FOUND 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 Importing I_GUID Call by reference Type reference (TYPE) WCB_GUID GUID eines Konditionskontraktes 20050330
2 Returning RE_NUM Value transfer Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20050330
# Exception Resumable Description Created on
1 CX_WCB_NOT_FOUND Eintrag wurde nicht gefunden 20050330

Method PREFETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing 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 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20040927
2 Returning RE_CC Value transfer Object reference (TYPE REF TO) IF_WCB_CC Konditionskontrakt 20040927
# Exception Resumable Description Created on
1 CX_WCB_ERROR Meldung 20041203

Method READ_CCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RANGE Call by reference Object reference (TYPE REF TO) CL_WCB_RANGE Selektionsrange 20040927
2 Returning 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 Exporting ET_LOCKED Call by reference Object reference (TYPE REF TO) IF_WCB_CC_COLL Konditionskontrakt Kollektion 20040927
2 Exporting ET_UNLOCKED Call by reference Object reference (TYPE REF TO) IF_WCB_CC_COLL Konditionskontrakt Kollektion 20040927
3 Importing 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 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20040927
2 Returning RE_CC Value transfer Object reference (TYPE REF TO) IF_WCB_CC Konditionskontrakt 20040927
# Exception Resumable Description Created on
1 CX_WCB_ERROR 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 Importing I_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Archivhandle 20050610
2 Importing I_DATA Call by reference Type reference (TYPE) WCB_DOC_DATA_SORTED Belegdaten sortiert 20050610
3 Importing I_WCOCOH Call by reference Type reference (TYPE) WCOCOH Konditionskontrakt: Kopf 20050610
# Exception Resumable Description Created on
1 CX_WCB_ERROR Fehler 20050613

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Exporting ET_KNUMH_MAP Call by reference Type reference (TYPE) WCB_KNUMH_TEMP_TO_REAL_TAB Temporäre Konditionssatznummer durch echte austauschen 20050406
2 Exporting ET_MAP Call by reference Type reference (TYPE) WCB_TEMP_TO_FINAL_NUMBER_STAB Abbildung von temporärer nach finaler Nummer 20050329
3 Exporting E_CONDITION_ERROR_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
4 Exporting E_CONDITION_INFO_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
5 Exporting E_ELIGIBLE_ERROR_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
6 Exporting E_ELIGIBLE_INFO_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
7 Exporting E_HEADER_ERROR_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
8 Exporting E_HEADER_INFO_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050314
9 Exporting E_WARNING_OCCURRED Call by reference Type reference (TYPE) BVAL Warnung aufgetreten 20080211
10 Importing I_STOP_AT_WARNING Call by reference Type reference (TYPE) BVAL bei Warnung stoppen 20080211
11 Importing I_TESTRUN Call by reference Type reference (TYPE) TESTRUN Switch to Simulation Session for Write BAPIs 20110405
# Exception Resumable Description Created on
1 CX_WCB_ERROR Fehler 20041015
2 CX_WCB_NOT_CHANGEABLE Beleg ist nicht änderbar 20050314
History
Last changed by/on SAP  20130531 
SAP Release Created in 600