SAP ABAP Class CL_WCB_PROTOCOL_ITEM (Log Entry)
Hierarchy
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
   LO-GT-CHB (Application Component) Chargeback
     WCB_CC_APPL (Package) Condition Contract Processing Logic
Properties
Class CL_WCB_PROTOCOL_ITEM  
Short Description Log Entry    
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 20050109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CHBK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WCB_PROTOCOL_ITEM has no interface implemented.
Friends
Class CL_WCB_PROTOCOL_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_MESSAGE Instance attribute Private Type reference (TYPE) TY_MESSAGE Message Type 20040917
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040917
2 GET_MSGID Instance method Public Method Message Class 20040917
3 GET_MSGNO Instance method Public Method Message Number 20040917
4 GET_MSGTY Instance method Public Method Message Type 20040917
5 GET_MSGV1 Instance method Public Method Message 1 20040917
6 GET_MSGV2 Instance method Public Method Message 2 20040917
7 GET_MSGV3 Instance method Public Method Message 3 20040917
8 GET_MSGV4 Instance method Public Method Message 4 20040917
9 GET_NUM Instance method Public Method Condition Contract Number 20040930
10 GET_TEXT Instance method Public Method Message Text 20041215
11 IS_EQUAL Instance method Public Method Is the Content of the Logs Identical? 20051220
12 SET_MSGID Instance method Public Method Message Class 20040917
13 SET_MSGNO Instance method Public Method Message Number 20040917
14 SET_MSGTY Instance method Public Method Message Type 20040917
15 SET_MSGV1 Instance method Public Method Message 1 20040917
16 SET_MSGV2 Instance method Public Method Message 2 20040917
17 SET_MSGV3 Instance method Public Method Message 3 20040917
18 SET_MSGV4 Instance method Public Method Message 4 20040917
19 SET_NUM Instance method Public Method Condition Contract Number 20040930
Events
Class CL_WCB_PROTOCOL_ITEM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MESSAGE Private See coding Message Type 20040917 BEGIN OF ty_message , msgid TYPE symsgid, msgty TYPE symsgty, msgno TYPE symsgno, msgv1 TYPE symsgv, msgv2 TYPE symsgv, msgv3 TYPE symsgv, msgv4 TYPE symsgv, num type wcb_coco_num, END OF ty_message
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20040917
2 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20040917
3 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20040917
4 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917
5 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917
6 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917
7 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917
8 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20040930

Method CONSTRUCTOR on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGID Nachrichtenklasse 20040917

Method GET_MSGID on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGNO Nachrichtennummer 20040917

Method GET_MSGNO on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20040917

Method GET_MSGTY on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGV1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20040917

Method GET_MSGV1 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGV2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20040917

Method GET_MSGV2 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGV3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20040917

Method GET_MSGV3 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_MSGV4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20040917

Method GET_MSGV4 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20040930

Method GET_NUM on class CL_WCB_PROTOCOL_ITEM has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TEXT Value transfer Type reference (TYPE) SY-LISEL Inhalt ener ausgewählten Listenzeile 20041215

Method GET_TEXT on class CL_WCB_PROTOCOL_ITEM has no exception.

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROTOCOL_ITEM Call by reference Object reference (TYPE REF TO) CL_WCB_PROTOCOL_ITEM Protokolleintrag 20051220
2 Returning RE_EQUAL Value transfer Type reference (TYPE) BVAL Boolean 20051220

Method IS_EQUAL on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20040917

Method SET_MSGID on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20040917

Method SET_MSGNO on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20040917

Method SET_MSGTY on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGV1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGV Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917

Method SET_MSGV1 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGV2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGV Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917

Method SET_MSGV2 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGV3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGV Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917

Method SET_MSGV3 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_MSGV4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGV Call by reference Type reference (TYPE) ANY Nachrichtenvariable 20040917

Method SET_MSGV4 on class CL_WCB_PROTOCOL_ITEM has no exception.

Method SET_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 20040930

Method SET_NUM on class CL_WCB_PROTOCOL_ITEM has no exception.
History
Last changed by/on SAP  20050109 
SAP Release Created in 600