SAP ABAP Function Module RS_IGS_IMGCONV (Image Conversion: format, size via IGS)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSIGS (Package) Functions for IGS Call
Basic Data
Function Module RS_IGS_IMGCONV Image Conversion: format, size via IGS  
Function Group RS_EXPORTLIB_IGSSERVICE   IGS Services for BI Export Library  
Program Name SAPLRS_EXPORTLIB_IGSSERVICE    
INCLUDE Name LRS_EXPORTLIB_IGSSERVICEU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_DEST_IMAGE TYPE XSTRING Binary data of target screen
Exporting EV_DEST_SIZE TYPE I Size of target screen (bytes)
Exporting EV_ERROR_CODE TYPE I Error Code
Exporting EV_ERROR_MESSAGE TYPE STRING Error Message
Importing IV_SOURCE_IMAGE TYPE XSTRING Binary data of source screen
Importing IV_SOURCE_TYPE TYPE STRING Format of source screen
Importing IV_SOURCE_SIZE TYPE I Size of source screen (bytes)
Importing IV_DEST_PXWIDTH TYPE I 0 Width of target screen, 0 -> no scaling
Importing IV_DEST_PXHEIGHT TYPE I 0 Height of target screen, 0 -> no scaling
Importing IV_DEST_TYPE TYPE STRING 'image/bmp' Form of target screen, default BMP
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20080415 
SAP Release Created in 700