2009 May 05 7:26 AM
I have uploaded ITF file into sapscript form as text object .
below is the text
4911S0104180261P023P023LTAP-VSOLA
4911S0104180060P023P023LTAP-TAPOS
4911S0100170367P023P023LTAP-TAPOS
4911S0104180163P023P023
Thanks for help
Vinay
Edited by: vinay kolla on May 7, 2009 12:11 PM
Edited by: vinay kolla on May 7, 2009 12:12 PM
2009 May 07 11:14 AM
Hello,
Using SE78:-Sapscript Graphics Management
tcode u can upload the file.
To use graphics in the SAPScript FORMS they must be imported to R/3 system for this we use transaction SE78 or report RSTXLDMC and give the graphics a name . The image type is generally .TIF(tagged image format) or .BMP (windows bitmap file) .
The RSTXLDMC report is used to import images which are in Tagged Image Format (.TIF) into R/3 and saved as standard text (OBJECT TEXT and ID ST) in the system. Since these images (.TIF) are stored as standard text they can be included in the sapscript using the standard INCLUDE statement. The image to be used if is not in .TIF format than it should be converted to this format e.g. by using IMAGING program in WINDOWS.
Once converted to .TIF they can be used in RSTXLDMC report. The image is stored by the name of ZHEX-MARCO-name . The other parameters in this report e.g. are used to indicate the type of IMAGE
BCOL for color or BMON for mono color images.
2009 May 07 11:14 AM
Hello,
Using SE78:-Sapscript Graphics Management
tcode u can upload the file.
To use graphics in the SAPScript FORMS they must be imported to R/3 system for this we use transaction SE78 or report RSTXLDMC and give the graphics a name . The image type is generally .TIF(tagged image format) or .BMP (windows bitmap file) .
The RSTXLDMC report is used to import images which are in Tagged Image Format (.TIF) into R/3 and saved as standard text (OBJECT TEXT and ID ST) in the system. Since these images (.TIF) are stored as standard text they can be included in the sapscript using the standard INCLUDE statement. The image to be used if is not in .TIF format than it should be converted to this format e.g. by using IMAGING program in WINDOWS.
Once converted to .TIF they can be used in RSTXLDMC report. The image is stored by the name of ZHEX-MARCO-name . The other parameters in this report e.g. are used to indicate the type of IMAGE
BCOL for color or BMON for mono color images.
2009 May 07 11:14 AM
Solved . Thanks Santosh for the response
Thanks
Vinay
Edited by: vinay kolla on May 7, 2009 12:15 PM