‎2007 May 03 11:07 AM
Hi.
I am trying to insert a image in a sapscripts using the code
INCLUDE &T024E-TXKOP& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS& PARAGRAPH FT
INCLUDE 'ZGOCCO' OBJECT TEXT ID ST PARAGRAPH FT
where ZGOCCO is the name of the image, but the image does not appear.
How i can solve it.
Thanks.
‎2007 May 03 11:09 AM
Hi
Check the Image type whether that image having diffrent file types.?
Regards,
Sreeram
‎2007 May 03 11:09 AM
Hi
Try this
<b>INCLUDE ZGOCCO OBJECT TEXT ID ST PARAGRAPH FT</b>
<b>remove the quotes for ZGOCCO</b>
and make sure that image is available
Regards Rk
‎2007 May 03 11:10 AM
Andres,
1.Frist Check whether you have uploaded the logo in se78.
2.Even though if you have uploaded in Development but checking the same in Quality it won't work.We need to upload the logos again in Quality and Production.
K.Kiran.
‎2007 May 03 11:19 AM
‎2007 May 03 11:24 AM
HI
Just check the <b>sapscript-subrc </b> value after execution of this include statement in debugging
The INCLUDE command returns a status code in the SAPSCRIPT-SUBRC symbol:
if the value is
0: the text include was successful.
1: the command could not be executed because it contained syntax errors.
2: the rules governing the text to be included were not followed (see above).
This value cannot occur if the command is used in a SAPscript form.
4: the specified text could not be found.
just check this value and find out the reason first
Regards Rk
‎2007 May 03 11:26 AM
goto search--->type the image name like xyz.bmp and press enter
if the image exists it will show the path
to find out the image type
type *.bmp and search
*.gif and search again
it shows the list of all images....