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

sap script

Former Member
0 Likes
278

Hi all,

HOW WE UPLOAD LOGO IN OUR SCRIPT FORM?

HOW WE ENTER NEW FIELD VALUE IN FORM AS WELL AS IN PRINT PROGRAM?

2 REPLIES 2
Read only

Former Member
0 Likes
261

HI,

Use transaction SE78 to import graphics to SAP.

In the form painter, you can either include directly to the

form using menu Edit->Graphic->Create or using the INCLUDE

statement in a window.

To use an INCLUDE statement, goto into the window script

editor and use menu Include->Graphic. The include can look

like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

Or use report RSTXLDMC

You run the report RSTXLDMC, give your logo(Saved as .tif

file) in the parameter and run the report.

Then Go to Se71 and include the image from the text

elements. For this you go to the Page windows. Press the

text elements button and the include the logo(Which actually

has been saved as a TEXT) using Insert->Text-STandard.

CHoose your LOGO.

rgds,

bharat.

Read only

Former Member
0 Likes
261

Loading Logo in SAP Script -

1. Logo should be loaded to SAP - thru SE78, if not present in SAP

2. In text Element - GO TO Menu INSERT->Graphics or look for help in ABAP for keyword

INCLUDE OBJECT GRAPHICS

Hope this helps

Rajiv