Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

STANDARD SCRIPT AND INSERT A LOGO IN IT

Former Member
0 Likes
2,073

I NEED TO CHANGE STANDARD SCRIPT AND INSERT A LOGO IN IT ... HOE TO DO THE SAME PLS HELP.. I HAVE THE LOGO ... BUT M NOT ABLE TO SAVE THE CHANGES TO THE STANDARD SAP SCRIPT.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,165

Hello,

First change the standard Script to YSCRIPT then change the code in Yscript.

Thie the syntax to add the log in script.

e.g. /:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST

If u want upload the log in sap system.

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.

Hello,

First change the standard Script to YSCRIPT then change the code in Yscript.

Thie the syntax to add the log in script.

e.g. /:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST

If u want upload the log in sap system.

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,166

Hello,

First change the standard Script to YSCRIPT then change the code in Yscript.

Thie the syntax to add the log in script.

e.g. /:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST

If u want upload the log in sap system.

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.

Read only

Former Member
0 Likes
1,165

Suppose RVDELNOTE is your standard script

first copy the script into ZRVDELNOTE.

in menu bar we have option UTILITIES > COPY FROM CLIENT.

go to SE78 and upload logo.

go to SE71 > Open your window > Text Elements >Insert > Graphics

Read only

Former Member
0 Likes
1,165

ok