SAP ABAP Class CL_IN_ALV_BCS (Administration of Inbound Send Requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SBCOMS (Package) Business Communication Service
Properties
Class CL_IN_ALV_BCS  
Short Description Administration of Inbound Send Requests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCOMS   Business Communication Service 
Created 20070816   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IN_ALV_BCS has no forward declaration.
Interfaces
Class CL_IN_ALV_BCS has no interface implemented.
Friends
Class CL_IN_ALV_BCS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20070911
2 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER 20070911
3 DO_REFRESH Instance attribute Private Type reference (TYPE) OS_BOOLEAN 20070911
4 FC Instance attribute Private Type reference (TYPE) LVC_T_FCAT 20070911
5 GT_EXCL Instance attribute Private Type reference (TYPE) UI_FUNCTIONS 20120427
6 GT_TB_EXCL Instance attribute Private Type reference (TYPE) UI_FUNCTIONS 20070911
7 LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO 20070911
8 ROW Instance attribute Private Type reference (TYPE) I 20070911
9 SREQS Instance attribute Private Object reference (TYPE REF TO) CL_IN_ADM_BCS 20070911
10 SUBJECT Instance attribute Private Type reference (TYPE) SO_OBJ_DES 20070911
11 VARIANT Instance attribute Private Type reference (TYPE) DISVARIANT 20070911
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTONS Instance method Private Method 20070911
2 ADD_MENU Instance method Private Method 20070911
3 BUILD_TITLE Instance method Private Method Title 20070911
4 CHECK_FCODE Instance method Public Method 20120427
5 CONSTRUCTOR Instance method Public Constructor 20070911
6 CREATE_ALV Instance method Private Method Generate ALV Metadata 20070911
7 HANDLE_FUNCTION Instance method Public Method "PAI" 20070911
8 HANDLE_LINE_FUNC Instance method Public Method "PAI" 20070911
9 ON_CONTEXT_MENU_REQUEST Instance method Private Event handling method Event Handler 20070911
10 ON_DOUBLE_CLICK Instance method Private Event handling method Event Handler 20070911
11 ON_LINK_CLICK Instance method Private Event handling method Event Handler 20070911
12 ON_MENU_BUTTON Instance method Private Event handling method Event Handler 20070911
13 ON_TOOLBAR_SET Instance method Private Event handling method Event Handler 20070911
14 ON_USER_COMMAND Instance method Private Event handling method Event Handler 20070911
15 REFRESH Instance method Public Method Refresh 20070911
16 SET_CRTIM_HIGH Instance method Public Method Set Method 20070911
17 SET_CRTIM_LOW Instance method Public Method Set Method 20070911
18 SET_MAXSEL Instance method Public Method Set Method 20070911
19 SET_REFRESH Instance method Public Method 20070911
20 SET_SEL_SREQ Instance method Private Method Set Current Send Request 20070911
21 SET_SNDREQ_GUID Instance method Public Method Set Send Request GUID 20100226
22 SET_SUBJECT Instance method Public Method Set Method 20070911
23 SHOW Instance method Public Method Create and Display ALV 20070911
Events
Class CL_IN_ALV_BCS has no event.
Types
Class CL_IN_ALV_BCS has no local type.
Method Signatures

Method ADD_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_TOOLBAR_SET ALV Kontextmenü 20070911

Method ADD_BUTTONS on class CL_IN_ALV_BCS has no exception.

Method ADD_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20070911
2 Importing I_UCOMM Call by reference Type reference (TYPE) ANY 20070911

Method ADD_MENU on class CL_IN_ALV_BCS has no exception.

Method BUILD_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TITLE Value transfer Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20070911

Method BUILD_TITLE on class CL_IN_ALV_BCS has no exception.

Method CHECK_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20120427
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20120427

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCL Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20120427
2 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20070911

Method CONSTRUCTOR on class CL_IN_ALV_BCS has no exception.

Method CREATE_ALV Signature

Method CREATE_ALV on class CL_IN_ALV_BCS has no parameter.
Method CREATE_ALV on class CL_IN_ALV_BCS has no exception.

Method HANDLE_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UCOMM Call by reference Type reference (TYPE) CLIKE 20070911

Method HANDLE_FUNCTION on class CL_IN_ALV_BCS has no exception.

Method HANDLE_LINE_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UCOMM Call by reference Type reference (TYPE) CLIKE 20070911

Method HANDLE_LINE_FUNC on class CL_IN_ALV_BCS has no exception.

Method ON_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20070911

Method ON_CONTEXT_MENU_REQUEST on class CL_IN_ALV_BCS has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20070911
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20070911

Method ON_DOUBLE_CLICK on class CL_IN_ALV_BCS has no exception.

Method ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20070911
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20070911

Method ON_LINK_CLICK on class CL_IN_ALV_BCS has no exception.

Method ON_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20070911
2 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20070911

Method ON_MENU_BUTTON on class CL_IN_ALV_BCS has no exception.

Method ON_TOOLBAR_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20070911
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20070911

Method ON_TOOLBAR_SET on class CL_IN_ALV_BCS has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20070911

Method ON_USER_COMMAND on class CL_IN_ALV_BCS has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_REFRESH Value transfer Type reference (TYPE) OS_BOOLEAN Boolean 20070911

Method REFRESH on class CL_IN_ALV_BCS has no exception.

Method SET_CRTIM_HIGH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CRTIM_HIGH Value transfer Type reference (TYPE) BCS_TIMESTAMP_CREA 20070911

Method SET_CRTIM_HIGH on class CL_IN_ALV_BCS has no exception.

Method SET_CRTIM_LOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CRTIM_LOW Value transfer Type reference (TYPE) BCS_TIMESTAMP_CREA 20070911

Method SET_CRTIM_LOW on class CL_IN_ALV_BCS has no exception.

Method SET_MAXSEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAXSEL Value transfer Type reference (TYPE) BCS_MAXSEL 20070911

Method SET_MAXSEL on class CL_IN_ALV_BCS has no exception.

Method SET_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_REFRESH Value transfer Type reference (TYPE) OS_BOOLEAN 20070911

Method SET_REFRESH on class CL_IN_ALV_BCS has no exception.

Method SET_SEL_SREQ Signature

Method SET_SEL_SREQ on class CL_IN_ALV_BCS has no parameter.
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20070911

Method SET_SNDREQ_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SNDREQ_GUID Value transfer Type reference (TYPE) GUID_32 Globally Unique Identifier 20100226

Method SET_SNDREQ_GUID on class CL_IN_ALV_BCS has no exception.

Method SET_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUBJECT Value transfer Type reference (TYPE) SO_OBJ_DES 20070911

Method SET_SUBJECT on class CL_IN_ALV_BCS has no exception.

Method SHOW Signature

Method SHOW on class CL_IN_ALV_BCS has no parameter.
Method SHOW on class CL_IN_ALV_BCS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732