SAP ABAP Class /SLOAP/CL_OUTPUT_COMP_IMG (Output component image)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OUTPUT_COMPONENT 20100127
Properties
Class /SLOAP/CL_OUTPUT_COMP_IMG  
Short Description Output component image    
Super Class /SLOAP/CL_OUTPUT_COMPONENT  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_OUTPUT_COMP_IMG has no forward declaration.
Interfaces
Class /SLOAP/CL_OUTPUT_COMP_IMG has no interface implemented.
Friends
Class /SLOAP/CL_OUTPUT_COMP_IMG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_DATA_XML Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_BG_DATA_XML 20100127
2 GO_FORMAT_XML Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_FORMAT_BG 20100127
3 GR_FIELD_LIST Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_FIELD_LIST SLOAS field list 20100127
4 GR_STRUCTURE Instance attribute Private Object reference (TYPE REF TO) DATA 20100127
5 GT_TITLE_TABLE Instance attribute Private Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20100127
6 GV_ALIAS_NAME Instance attribute Private Type reference (TYPE) STRING Alias name 20110615
7 GV_CHART_TYPE Instance attribute Private Type reference (TYPE) /SLOAP/CHART_TYPES Natural Number 20100127
8 GV_EXTENSION Instance attribute Private Type reference (TYPE) STRING 20100127
9 GV_FILE_CONTENT Instance attribute Private Type reference (TYPE) XSTRING 20100127
10 GV_MIME_TYPE Instance attribute Private Type reference (TYPE) STRING 20100127
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALIAS_NAME Instance method Public Method 20110615
2 GET_CHART_TYPE Instance method Public Method 20100127
3 GET_DATA_XML Instance method Public Method 20100127
4 GET_EXTENSION Instance method Public Method get file extension (like JPG, PNG, etc.) 20100127
5 GET_FILE_CONTENT Instance method Public Method get file content 20100127
6 GET_FORMAT_XML Instance method Public Method 20100127
7 GET_MIME_TYPE Instance method Public Method get mime type 20100127
8 GET_TITLE Instance method Public Method get title to display as image information 20100127
9 GET_TITLE_TABLE Instance method Public Method 20100127
10 SET_ALIAS_IMG Instance method Public Method determines picture stored behind alias-name and fills attrib 20100127
11 SET_ALIAS_NAME Instance method Public Method 20110615
12 SET_CHART_TYPE Instance method Public Method 1=vertical bars, 2=cake 20100127
13 SET_DATA_XML Instance method Public Method IGS data xml information 20100127
14 SET_EXTENSION Instance method Public Method set file extension (like JPG, PNG, etc.) 20100127
15 SET_FIELD_LIST Instance method Public Method 20100127
16 SET_FILE_CONTENT Instance method Public Method set file content 20100127
17 SET_FORMAT_XML Instance method Public Method Save a format xml in case of IGS data 20100127
18 SET_MIME_TYPE Instance method Public Method set mime type - optional 20100127
19 SET_STRUCTURE Instance method Public Method 20100127
20 SET_TITLE_TABLE Instance method Public Method set title table 20100127
Events
Class /SLOAP/CL_OUTPUT_COMP_IMG has no event.
Types
Class /SLOAP/CL_OUTPUT_COMP_IMG has no local type.
Method Signatures

Method GET_ALIAS_NAME Signature

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

Method GET_ALIAS_NAME on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) /SLOAP/CHART_TYPES 20100127

Method GET_CHART_TYPE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_DATA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_XML Value transfer Object reference (TYPE REF TO) /SLOAP/CL_BG_DATA_XML 20100127

Method GET_DATA_XML on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_EXTENSION Signature

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

Method GET_EXTENSION on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_FILE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FILE_CONTENT Value transfer Type reference (TYPE) XSTRING 20100127

Method GET_FILE_CONTENT on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FORMAT_BG Value transfer Object reference (TYPE REF TO) /SLOAP/CL_FORMAT_BG 20100127

Method GET_FORMAT_XML on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_MIME_TYPE Signature

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

Method GET_MIME_TYPE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SPRAS Call by reference Type reference (TYPE) SPRAS Language Key 20100127
2 Exporting EV_TITLE Call by reference Type reference (TYPE) /SLOAP/E_TITLE SLOAS title element 20100127
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS Language Key 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_PARAMETER 20100127

Method GET_TITLE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TITLE Value transfer Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20100127

Method GET_TITLE_TABLE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_ALIAS_IMG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALIAS_NAME Call by reference Type reference (TYPE) STRING name of alias 20100127

Method SET_ALIAS_IMG on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_ALIAS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALIAS_NAME Value transfer Type reference (TYPE) STRING 20110615

Method SET_ALIAS_NAME on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) /SLOAP/CHART_TYPES Natural Number 20100127

Method SET_CHART_TYPE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_DATA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_XML Value transfer Object reference (TYPE REF TO) /SLOAP/CL_BG_DATA_XML 20100127

Method SET_DATA_XML on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION Call by reference Type reference (TYPE) STRING 20100127

Method SET_EXTENSION on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FIELD_LIST SLOAS field list 20100127

Method SET_FIELD_LIST on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_FILE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_CONTENT Call by reference Type reference (TYPE) XSTRING 20100127

Method SET_FILE_CONTENT on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_FORMAT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FORMAT_BG Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FORMAT_BG 20100127

Method SET_FORMAT_XML on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MIME_TYPE Call by reference Type reference (TYPE) STRING 20100127

Method SET_MIME_TYPE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA 20100127

Method SET_STRUCTURE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.

Method SET_TITLE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TITLE Call by reference Type reference (TYPE) /SLOAP/T_TITLE SLOAS Title Table Structure 20100127

Method SET_TITLE_TABLE on class /SLOAP/CL_OUTPUT_COMP_IMG has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 700