SAP ABAP Class CL_BCS_OBJHEAD (Obhead Help Class)
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_BCS_OBJHEAD  
Short Description Obhead Help Class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCOMS   Business Communication Service 
Created 20090112   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCS_OBJHEAD has no forward declaration.
Interfaces
Class CL_BCS_OBJHEAD has no interface implemented.
Friends
Class CL_BCS_OBJHEAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ASC Constant Public Type reference (TYPE) STRING `ASC` File Format ASC 20090312
2 GC_BIN Constant Public Type reference (TYPE) STRING `BIN` File Format BIN 20090312
3 GC_CODEPAGE Constant Public Type reference (TYPE) STRING `&SO_CODEPAGE` Character Set 20090127
4 GC_CONTTYPE Constant Public Type reference (TYPE) STRING `&SO_CONTTYPE` Content Type 20090127
5 GC_DESCRIPTION Constant Public Type reference (TYPE) STRING `&SO_DESCRIPTION` Description 20090127
6 GC_FILENAME Constant Public Type reference (TYPE) STRING `&SO_FILENAME` File Name 20090127
7 GC_FIX Constant Public Type reference (TYPE) STRING `FIX` Font Type FIX 20090312
8 GC_FONTTYPE Constant Public Type reference (TYPE) STRING `&SO_FONTTYPE` Font Type (VAR, FIX) 20090127
9 GC_FORMAT Constant Public Type reference (TYPE) STRING `&SO_FORMAT` File Format (ASC, BIN) 20090127
10 GC_FORM_PAGES Constant Public Type reference (TYPE) STRING `&SO_FORM_PAGES` Form pages 20090127
11 GC_OBJHEAD_PREFIX Constant Private Type reference (TYPE) STRING `&SO_` Prefix 20090127
12 GC_SENSITIVITY Constant Public Type reference (TYPE) STRING `&SO_SENSITIVITY` Sensitivity 20090127
13 GC_VAR Constant Public Type reference (TYPE) STRING `VAR` Font Type VAR 20090312
14 GC_VSI_PROFILE Constant Public Type reference (TYPE) STRING '&SO_VSI_PROFILE' Virus Scan Profile 20120705
15 MT_OBJHEAD Instance attribute Public Type reference (TYPE) SOLI_TAB Objcont and Objhead as Table Type 20090127
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create Instance 20090127
2 CREATE_BY_OID Static method Public Method Generate Instance from Object ID 20100225
3 GET_CODEPAGE Instance method Public Method CODEPAGE 20090127
4 GET_CONTTYPE Instance method Public Method CONTTYPE 20090127
5 GET_DESCRIPTION Instance method Public Method DESCRIPTION 20090127
6 GET_FILENAME Instance method Public Method FILENAME 20090127
7 GET_FONTTYPE Instance method Public Method FONTTYPE 20090127
8 GET_FORMAT Instance method Public Method FORMAT 20090127
9 GET_FORM_PAGES Instance method Public Method FORM_PAGES 20090127
10 GET_SENSITIVITY Instance method Public Method SENSITIVITY 20090127
11 GET_VSI_PROFILE Instance method Public Method VSI_PROFILE 20120705
12 READ_INTERNAL Instance method Private Method Read (Internal) 20090127
13 READ_PARAMETER Instance method Public Method Read Parameters 20090127
14 SET_CODEPAGE Instance method Public Method CODEPAGE 20090127
15 SET_CONTTYPE Instance method Public Method CONTTYPE 20090127
16 SET_DESCRIPTION Instance method Public Method DESCRIPTION 20090127
17 SET_FILENAME Instance method Public Method FILENAME 20090127
18 SET_FONTTYPE Instance method Public Method FONTTYPE 20090127
19 SET_FORMAT Instance method Public Method FORMAT 20090127
20 SET_FORM_PAGES Instance method Public Method FORM_PAGES 20090127
21 SET_SENSITIVITY Instance method Public Method SENSITIVITY 20090127
22 SET_VSI_PROFILE Instance method Public Method VSI_PROFILE 20120705
23 WRITE_PARAMETER Instance method Public Method Set Parameters 20090127
Events
Class CL_BCS_OBJHEAD has no event.
Types
Class CL_BCS_OBJHEAD 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 IT_OBJHEAD Call by reference Type reference (TYPE) SOLI_TAB objcont und objhead als Tabellentyp 20090127
2 Returning RO_OBJHEAD Value transfer Object reference (TYPE REF TO) CL_BCS_OBJHEAD Obhead Hilfsklasse 20090127

Method CREATE on class CL_BCS_OBJHEAD has no exception.

Method CREATE_BY_OID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OID Call by reference Type reference (TYPE) SOODK Definition eines Objektes (Key-Teil) 20100225
2 Returning RO_OBJHEAD Value transfer Object reference (TYPE REF TO) CL_BCS_OBJHEAD Obhead Hilfsklasse 20100225

Method CREATE_BY_OID on class CL_BCS_OBJHEAD has no exception.

Method GET_CODEPAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CODEPAGE Value transfer Type reference (TYPE) STRING 20090127

Method GET_CODEPAGE on class CL_BCS_OBJHEAD has no exception.

Method GET_CONTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTTYPE Value transfer Type reference (TYPE) STRING 20090127

Method GET_CONTTYPE on class CL_BCS_OBJHEAD has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING 20090127

Method GET_DESCRIPTION on class CL_BCS_OBJHEAD has no exception.

Method GET_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILENAME Value transfer Type reference (TYPE) STRING 20090127

Method GET_FILENAME on class CL_BCS_OBJHEAD has no exception.

Method GET_FONTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FONTTYPE Value transfer Type reference (TYPE) STRING 20090127

Method GET_FONTTYPE on class CL_BCS_OBJHEAD has no exception.

Method GET_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORMAT Value transfer Type reference (TYPE) STRING 20090127

Method GET_FORMAT on class CL_BCS_OBJHEAD has no exception.

Method GET_FORM_PAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORM_PAGES Value transfer Type reference (TYPE) STRING 20090127

Method GET_FORM_PAGES on class CL_BCS_OBJHEAD has no exception.

Method GET_SENSITIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SENSITIVITY Value transfer Type reference (TYPE) STRING 20090127

Method GET_SENSITIVITY on class CL_BCS_OBJHEAD has no exception.

Method GET_VSI_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VSI_PROFILE Value transfer Type reference (TYPE) STRING 20120705

Method GET_VSI_PROFILE on class CL_BCS_OBJHEAD has no exception.

Method READ_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LINE_END Value transfer Type reference (TYPE) I 20090127
2 Exporting EV_LINE_START Value transfer Type reference (TYPE) I 20090127
3 Exporting EV_VALUE Value transfer Type reference (TYPE) STRING 20090127
4 Importing IV_PARAM Call by reference Type reference (TYPE) STRING 20090127

Method READ_INTERNAL on class CL_BCS_OBJHEAD has no exception.

Method READ_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM Call by reference Type reference (TYPE) CSEQUENCE 20090127
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20090127

Method READ_PARAMETER on class CL_BCS_OBJHEAD has no exception.

Method SET_CODEPAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CODEPAGE Call by reference Type reference (TYPE) CPCODEPAGE SAP-Zeichensatzidentifikation 20090127

Method SET_CODEPAGE on class CL_BCS_OBJHEAD has no exception.

Method SET_CONTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTTYPE Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_CONTTYPE on class CL_BCS_OBJHEAD has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_DESCRIPTION on class CL_BCS_OBJHEAD has no exception.

Method SET_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILENAME Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_FILENAME on class CL_BCS_OBJHEAD has no exception.

Method SET_FONTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FONTTYPE Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_FONTTYPE on class CL_BCS_OBJHEAD has no exception.

Method SET_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORMAT Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_FORMAT on class CL_BCS_OBJHEAD has no exception.

Method SET_FORM_PAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORM_PAGES Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_FORM_PAGES on class CL_BCS_OBJHEAD has no exception.

Method SET_SENSITIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SENSITIVITY Call by reference Type reference (TYPE) CSEQUENCE 20090127

Method SET_SENSITIVITY on class CL_BCS_OBJHEAD has no exception.

Method SET_VSI_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VSI_PROFILE Call by reference Type reference (TYPE) CSEQUENCE 20120705

Method SET_VSI_PROFILE on class CL_BCS_OBJHEAD has no exception.

Method WRITE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM Call by reference Type reference (TYPE) CSEQUENCE 20090127
2 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20090127

Method WRITE_PARAMETER on class CL_BCS_OBJHEAD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740