SAP ABAP Class CL_WCB_FIELD_MSG (Field Change Messages)
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_OBJECT Generic object type 20041026
Properties
Class CL_WCB_FIELD_MSG  
Short Description Field Change Messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCB_CC_APPL   Condition Contract Processing Logic 
Created 20040917   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCB_FIELD_MSG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCB_OBJECT Generic object type 20041026
Friends
Class CL_WCB_FIELD_MSG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_FIELD_NAME Instance attribute Private Type reference (TYPE) WCB_CHANGED_FIELDS_STAB WCB: Changed Table Field 20040917
2 A_CC Instance attribute Private Object reference (TYPE REF TO) IF_WCB_CC_RO Condition Contract (Read Only) 20050314
3 A_CHECK_RESULT Instance attribute Private Type reference (TYPE) WCB_CHECK_STATUS Test result 20041026
4 A_ERROR_OWNER_FIELD Instance attribute Private Type reference (TYPE) WCB_CHANGED_FIELDS Error Message Source 20041124
5 A_ITEM_GUID Instance attribute Private Type reference (TYPE) WCB_ITEM_GUID Condition Contract: Item GUID 20050314
6 A_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) CL_WCB_PROTOCOL Log 20040917
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040917
2 CREATE_COLL_FOR_ONE_FIELD Static method Public Method Create an Error Message for a Single Field 20050128
3 CREATE_COLL_FOR_PROTOCOL Static method Public Method Error Message for a Single Field and Log 20050426
4 CREATE_FIELD_MESSAGE Static method Public Method Create an Error Message for a Single Field 20050128
5 GET_CC Instance method Public Method Return Condition Contract 20050314
6 GET_CHECK_RESULT Instance method Public Method Check Result 20041026
7 GET_ERROR_OWNER_FIELD Instance method Public Method Error Message Source 20041124
8 GET_FIELD_NAME Instance method Public Method List of Field Names 20040917
9 GET_ITEM_GUID Instance method Public Method Return Item GUID 20050314
10 GET_KNUMH Instance method Public Method Determine Number of Condition Record 20050316
11 GET_PROTOCOL Instance method Public Method Log 20040917
12 INSERT_FIELD_NAME Instance method Public Method Insert List of Field Names 20041210
13 IS_FIELD_CONTAINED Instance method Public Method Is a Specific Field Contained? 20051220
14 IS_TABLE_CONTAINED Instance method Public Method Does it Contain a Table? 20051220
Events
Class CL_WCB_FIELD_MSG has no event.
Types
Class CL_WCB_FIELD_MSG has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_NAME Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS_STAB WCB: Tabelle mit geänderten Tabellenfeldern; sortiert 20040917
2 Importing I_CC Call by reference Object reference (TYPE REF TO) IF_WCB_CC_RO Konditionskontrakt (read only) 20050314
3 Importing I_CHECK_RESULT Call by reference Type reference (TYPE) WCB_CHECK_STATUS Ergebnis einer Prüfung 20041026
4 Importing I_ERROR_OWNER_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS Verursacher der Fehlermeldung 20041124
5 Importing I_ITEM_GUID Call by reference Type reference (TYPE) WCB_ITEM_GUID Konditionskontrakt: PositionsGUID 20050314
6 Importing I_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_WCB_PROTOCOL Protokoll 20040917

Method CONSTRUCTOR on class CL_WCB_FIELD_MSG has no exception.

Method CREATE_COLL_FOR_ONE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CC Call by reference Object reference (TYPE REF TO) IF_WCB_CC_RO Konditionskontrakt (read only) 20050314
2 Importing I_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20050128
3 Importing I_ITEM_GUID Call by reference Type reference (TYPE) WCB_ITEM_GUID Konditionskontrakt: PositionsGUID 20050314
4 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20050128
5 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20050128
6 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20050128
7 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
8 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
9 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
10 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
11 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20050128
12 Returning RE_FIELD_MESSAGE_COLL Value transfer Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050128

Method CREATE_COLL_FOR_ONE_FIELD on class CL_WCB_FIELD_MSG has no exception.

Method CREATE_COLL_FOR_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CC Call by reference Object reference (TYPE REF TO) IF_WCB_CC_RO Konditionskontrakt (read only) 20050426
2 Importing I_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20050426
3 Importing I_ITEM_GUID Call by reference Type reference (TYPE) WCB_ITEM_GUID Konditionskontrakt: PositionsGUID 20050426
4 Importing I_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_WCB_PROTOCOL Protokoll 20050426
5 Returning RE_FIELD_MESSAGE_COLL Value transfer Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050426

Method CREATE_COLL_FOR_PROTOCOL on class CL_WCB_FIELD_MSG has no exception.

Method CREATE_FIELD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CC Call by reference Object reference (TYPE REF TO) IF_WCB_CC_RO Konditionskontrakt (read only) 20050314
2 Importing I_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20050128
3 Importing I_ITEM_GUID Call by reference Type reference (TYPE) WCB_ITEM_GUID Konditionskontrakt: PositionsGUID 20050314
4 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20050128
5 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20050128
6 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20050128
7 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
8 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
9 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
10 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20050128
11 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20050128
12 Returning RE_FIELD_MESSAGE_COLL Value transfer Object reference (TYPE REF TO) IF_WCB_FIELD_MSG_COLL Kollektion von Feldmeldungen 20050128

Method CREATE_FIELD_MESSAGE on class CL_WCB_FIELD_MSG has no exception.

Method GET_CC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CC Value transfer Object reference (TYPE REF TO) IF_WCB_CC_RO Konditionskontrakt (read only) 20050314

Method GET_CC on class CL_WCB_FIELD_MSG has no exception.

Method GET_CHECK_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Type reference (TYPE) WCB_CHECK_STATUS Ergebnis einer Prüfung 20041026

Method GET_CHECK_RESULT on class CL_WCB_FIELD_MSG has no exception.

Method GET_ERROR_OWNER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OWNER Value transfer Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20041124

Method GET_ERROR_OWNER_FIELD on class CL_WCB_FIELD_MSG has no exception.

Method GET_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS_STAB WCB: Tabelle mit geänderten Tabellenfeldern; sortiert 20041209

Method GET_FIELD_NAME on class CL_WCB_FIELD_MSG has no exception.

Method GET_ITEM_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GUID Value transfer Type reference (TYPE) WCB_ITEM_GUID Konditionskontrakt: PositionsGUID 20050314

Method GET_ITEM_GUID on class CL_WCB_FIELD_MSG has no exception.

Method GET_KNUMH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_KLFN1 Call by reference Type reference (TYPE) KLFN1 Laufende Nummer Zeilenstaffel 20050920
2 Exporting E_KNUMH Call by reference Type reference (TYPE) KNUMH Nummer Konditionssatz 20050428
3 Exporting E_KOPOS Call by reference Type reference (TYPE) KOPOS Laufende Nummer der Kondition 20050428

Method GET_KNUMH on class CL_WCB_FIELD_MSG has no exception.

Method GET_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROTOCOL Value transfer Object reference (TYPE REF TO) CL_WCB_PROTOCOL Protokoll 20040917

Method GET_PROTOCOL on class CL_WCB_FIELD_MSG has no exception.

Method INSERT_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS_STAB WCB: Tabelle mit geänderten Tabellenfeldern; sortiert 20041210

Method INSERT_FIELD_NAME on class CL_WCB_FIELD_MSG has no exception.

Method IS_FIELD_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTAINED Call by reference Type reference (TYPE) BVAL Boolean 20051220
2 Exporting E_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20051220
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20051220
4 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20051220

Method IS_FIELD_CONTAINED on class CL_WCB_FIELD_MSG has no exception.

Method IS_TABLE_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTAINED Call by reference Type reference (TYPE) BVAL Boolean 20051220
2 Exporting E_FIELD Call by reference Type reference (TYPE) WCB_CHANGED_FIELDS WCB: geändertes Tabellenfeld 20051220
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20051220

Method IS_TABLE_CONTAINED on class CL_WCB_FIELD_MSG has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 600