SAP ABAP Class CL_WCB_ELIGIBLE (Eligible Partner)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_ELIGIBLE Eligible Partner 20041021
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_ELIGIBLE_RO Eligible Partner (Read Only) 20041021
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_TEXT_TRANSFER Change Texts in Model 20050131
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_TEXT_TRANSFER_RO Read Texts from Model 20050131
Properties
Class CL_WCB_ELIGIBLE  
Short Description Eligible Partner    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCB_CC_APPL   Condition Contract Processing Logic 
Created 20041021   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCB_ELIGIBLE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCB_ELIGIBLE Eligible Partner 20041021
2 IF_WCB_ELIGIBLE_RO Eligible Partner (Read Only) 20041021
3 IF_WCB_TEXT_TRANSFER Change Texts in Model 20050131
4 IF_WCB_TEXT_TRANSFER_RO Read Texts from Model 20050131
Friends
# Friend Modeled only Created on Description
1 CL_WCB_ELIGIBLE_LIST 20041021 Condition Contract: Eligible Partners
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_KOMWCOCOI_DB_REF Instance attribute Private Object reference (TYPE REF TO) KOMWCOCOI_STAB Communication Structure Condition Contract Item (DB) 20041104
2 AT_KOMWCOCOI_REF Instance attribute Private Object reference (TYPE REF TO) KOMWCOCOI_STAB Communication Structure for Condition Contract Item 20041104
3 AT_PARTNER_MAP_REF Instance attribute Private Object reference (TYPE REF TO) WCB_PARTNER_TO_ITEM_GUID_STAB Partner GUID => Item GUID 20041104
4 AT_PARTNER_REF Instance attribute Private Object reference (TYPE REF TO) WCB_PARTNER_FOR_GUID_STAB Collection of Partners for Item GUID 20041104
5 A_ARCHIVE_HANDLE Instance attribute Private Type reference (TYPE) SY-TABIX Archive Handle 20050609
6 A_CUST Instance attribute Private Object reference (TYPE REF TO) CL_WCB_CC_CUSTOMIZING Condition Contract Customizing 20041021
7 A_GUID Instance attribute Private Type reference (TYPE) WCB_GUID Condition Contract GUID 20041021
8 A_LIST Instance attribute Private Object reference (TYPE REF TO) CL_WCB_ELIGIBLE_LIST Condition Contract: Eligible Partners 20041021
9 A_PARTNER Instance attribute Private Object reference (TYPE REF TO) CL_WCB_ELIGIBLE_PARTNER Partner of Eligible Party 20041104
10 ST_CAT_WCOCOI_RESTR Static Attribute Private Type reference (TYPE) TY_WCOCOI_CATREST_STAB Restrictions for wcocoh with Category 20041118
11 ST_WCOCOI_RESTR Static Attribute Private Type reference (TYPE) TY_WCOCOI_RESTR_STAB Restrictions for wcocoi 20041116
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE Instance method Private Method 20041104
2 CHANGE_TEXT Instance method Private Method 20050209
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20041117
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041021
5 CREATE_PARTNER_ITER Instance method Private Method 20041104
6 CREATE_PARTNER_ITER_RO Instance method Private Method 20050209
7 CREATE_TEXT Instance method Private Method 20050209
8 DELETE Instance method Private Method 20041104
9 DELETE_ALL_TEXTS Instance method Private Method 20050209
10 DELETE_TEXT Instance method Private Method 20050209
11 DO_RESTRICTION_CHECKS Instance method Private Method Perform Restriction Checks 20041129
12 GET_DATA Instance method Private Method 20050209
13 GET_DATA_DB Instance method Private Method 20050209
14 GET_ERRORS Instance method Private Method 20050209
15 GET_HEADER_DATE Instance method Private Method 20050721
16 GET_TEXT Instance method Private Method 20050209
17 GET_TEXT_IDS Instance method Private Method 20050209
18 GET_WCOCOI_RESTRICTION Instance method Private Method 20050209
19 IS_CHANGEABLE Instance method Private Method 20050721
20 IS_FIELD_OK Instance method Private Method 20050209
21 SELECT_TEXT Instance method Private Method 20050209
22 UPDATE_TEXT Instance method Private Method 20050209
Events
Class CL_WCB_ELIGIBLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_WCOCOI Private See coding Restrictions for wcocoh with Category 20041118 BEGIN OF ty_wcocoi, check_category TYPE wcb_check_category, class TYPE REF TO if_wcb_wcocoi_restriction, END OF ty_wcocoi
2 TY_WCOCOI_CATREST_STAB Private See coding Restrictions for wcocoh with Category 20041118 ty_wcocoi_catrest_stab TYPE SORTED TABLE OF ty_wcocoi WITH UNIQUE KEY check_category class
3 TY_WCOCOI_RESTR_STAB Private See coding Restrictions for wcocoi 20041116 ty_wcocoi_restr_stab TYPE SORTED TABLE OF REF TO if_wcb_wcocoi_restriction WITH UNIQUE KEY table_line
Method Signatures

Method CHANGE Signature

Method CHANGE on class CL_WCB_ELIGIBLE has no parameter.
Method CHANGE on class CL_WCB_ELIGIBLE has no exception.

Method CHANGE_TEXT Signature

Method CHANGE_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method CHANGE_TEXT on class CL_WCB_ELIGIBLE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WCB_ELIGIBLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_ELIGIBLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KOMWCOCOI Call by reference Type reference (TYPE) KOMWCOCOI_STAB Kommunikationsstruktur Konditionskontraktposition 20041104
2 Importing IT_KOMWCOCOI_DB Call by reference Type reference (TYPE) KOMWCOCOI_STAB Kommunikationsstruktur Konditionskontraktposition (DB ) 20041104
3 Importing IT_PARTNER Call by reference Type reference (TYPE) WCB_PARTNER_FOR_GUID_STAB Kollektion von Partnern für Positionsguid 20041104
4 Importing IT_PARTNER_MAP Call by reference Type reference (TYPE) WCB_PARTNER_TO_ITEM_GUID_STAB Partner GUID => Item GUID 20041104
5 Importing I_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SY-TABIX Archivhandle 20050609
6 Importing I_CUSTOMIZING Call by reference Object reference (TYPE REF TO) CL_WCB_CC_CUSTOMIZING Konditionskontraktcustomizing 20041021
7 Importing I_ELIGIBLE_LIST Call by reference Object reference (TYPE REF TO) CL_WCB_ELIGIBLE_LIST Konditionskontrakt: Anspruchsberechtigte 20041021

Method CONSTRUCTOR on class CL_WCB_ELIGIBLE has no exception.

Method CREATE_PARTNER_ITER Signature

Method CREATE_PARTNER_ITER on class CL_WCB_ELIGIBLE has no parameter.
Method CREATE_PARTNER_ITER on class CL_WCB_ELIGIBLE has no exception.

Method CREATE_PARTNER_ITER_RO Signature

Method CREATE_PARTNER_ITER_RO on class CL_WCB_ELIGIBLE has no parameter.
Method CREATE_PARTNER_ITER_RO on class CL_WCB_ELIGIBLE has no exception.

Method CREATE_TEXT Signature

Method CREATE_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method CREATE_TEXT on class CL_WCB_ELIGIBLE has no exception.

Method DELETE Signature

Method DELETE on class CL_WCB_ELIGIBLE has no parameter.
Method DELETE on class CL_WCB_ELIGIBLE has no exception.

Method DELETE_ALL_TEXTS Signature

Method DELETE_ALL_TEXTS on class CL_WCB_ELIGIBLE has no parameter.
Method DELETE_ALL_TEXTS on class CL_WCB_ELIGIBLE has no exception.

Method DELETE_TEXT Signature

Method DELETE_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method DELETE_TEXT on class CL_WCB_ELIGIBLE has no exception.

Method DO_RESTRICTION_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CH_CHECK_LIST Call by reference Object reference (TYPE REF TO) IF_WCB_CHECK_LIST ausgeführte Prüfungen 20041129
2 Importing CH_FIELD_MSG_COLL Call by reference Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20041129
3 Importing IT_CHANGE Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS_STAB WCB: Tabelle mit geänderten Tabellenfeldern; sortiert 20041129
4 Importing I_CHECK_CATEGORY Call by reference Type reference (TYPE) WCB_CHECK_CATEGORY Konditionskontrakt: Check-Kategorie 20041129
5 Importing I_CONTEXT Call by reference Type reference (TYPE) WCB_ELIGIBLE_CONTEXT Kontext eines Anspruchsberechtigten 20041129
6 Importing I_KOMWCOCOI_OLD Call by reference Type reference (TYPE) KOMWCOCOI Konditionskontraktposition, alt 20041208
7 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20041129
# Exception Resumable Description Created on
1 CX_WCB_ENTRY_DOES_NOT_EXIST Eintrag existiert nicht ( falscher Kontext) 20041129

Method GET_DATA Signature

Method GET_DATA on class CL_WCB_ELIGIBLE has no parameter.
Method GET_DATA on class CL_WCB_ELIGIBLE has no exception.

Method GET_DATA_DB Signature

Method GET_DATA_DB on class CL_WCB_ELIGIBLE has no parameter.
Method GET_DATA_DB on class CL_WCB_ELIGIBLE has no exception.

Method GET_ERRORS Signature

Method GET_ERRORS on class CL_WCB_ELIGIBLE has no parameter.
Method GET_ERRORS on class CL_WCB_ELIGIBLE has no exception.

Method GET_HEADER_DATE Signature

Method GET_HEADER_DATE on class CL_WCB_ELIGIBLE has no parameter.
Method GET_HEADER_DATE on class CL_WCB_ELIGIBLE has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method GET_TEXT on class CL_WCB_ELIGIBLE has no exception.

Method GET_TEXT_IDS Signature

Method GET_TEXT_IDS on class CL_WCB_ELIGIBLE has no parameter.
Method GET_TEXT_IDS on class CL_WCB_ELIGIBLE has no exception.

Method GET_WCOCOI_RESTRICTION Signature

Method GET_WCOCOI_RESTRICTION on class CL_WCB_ELIGIBLE has no parameter.
Method GET_WCOCOI_RESTRICTION on class CL_WCB_ELIGIBLE has no exception.

Method IS_CHANGEABLE Signature

Method IS_CHANGEABLE on class CL_WCB_ELIGIBLE has no parameter.
Method IS_CHANGEABLE on class CL_WCB_ELIGIBLE has no exception.

Method IS_FIELD_OK Signature

Method IS_FIELD_OK on class CL_WCB_ELIGIBLE has no parameter.
Method IS_FIELD_OK on class CL_WCB_ELIGIBLE has no exception.

Method SELECT_TEXT Signature

Method SELECT_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method SELECT_TEXT on class CL_WCB_ELIGIBLE has no exception.

Method UPDATE_TEXT Signature

Method UPDATE_TEXT on class CL_WCB_ELIGIBLE has no parameter.
Method UPDATE_TEXT on class CL_WCB_ELIGIBLE has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 600