cancel
Showing results for 
Search instead for 
Did you mean: 

Smart forms background logo

Former Member
0 Kudos

Hi

Please clarify me regarding smart forms background logo. I'm trying to migrate sap script into smart forms, for the background logo in smart form is it required to write ABAP code, please let me know?

2) Is it possible for background pictures in script? Is there any document regarding logo/pictures in sap script or smartforms? is there standard forms like purchase order etc., in smart forms? Please correct me If i'm wrong...

Regards

sree reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Background LOGOS are possible only in smartforms not in Scripts

see the logo printing for Scripts and Smartforms and the important smartforms and scripts with their programs

SAP SCRIPT

To create a logo in SAP printouts just do the following

1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.

2. Run program RSTXLDMC and enter the following parameters

Enter file name C:\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element, mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

SMARTFORM

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 Use TCode SE78 to upload new pictures and logos.

look at Thread Dynamic Graph in smartforms

Refer the links also -

SD

SALES ORDER/ENQUIRY/QUOTATION

Output type : BA00

ScriptForm Name : RVORDER01

Driver Program Name : RVADOR01

smartform name

DELIVERY NOTE

Output type : LD00

ScriptForm Name : RVDELNOTE

Driver Program Name : RVADDN01

smartform name : LE_SHP_DELNOTE

Smartform Driver Pgm: RLE_DELNOTE

INVOICE

Output type : RD00

ScriptForm Name : RVINVOICE01

Driver Program Name : RVADIN01

smartform name : LB_BIL_INVOICE

Smartform Driver Pgm: RLB_INVOICE

MM

PUCHASE ORDER/RFQ/CONTRACT

Output type : NEU

ScriptForm Name : MEDRUCK

Driver Program Name : SAPMF06P

smartform name : /SMB40/MMPO_L

smartform driver program: /SMB40/FM06P

GOODS RECEIPT

Output type : WE01

ScriptForm Name : WESCHEINVERS1

smartform name : /SMB40/MMGR1_A

smartform driver program: /SMB40/M07DR

GOODS ISSUE

Output type : WA01

ScriptForm Name : WA_SCHEINVERS1

smartform name : /SMB40/MMGI1_A

smartform driver program: /SMB40/M07DR

FI Forms

Account Statement : F140_ACC_STAT_01

Cheque Printing : F110_PRENUM_CHEK

Balance Confirmation: F130_confirm_01

Dunning Form: F150_DUNN_01

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

SMARTFORMS -Driver Program

PO: /SMB40/FM06P

SO: /SMB40/RVADOR01

GR: /SMB40/M07DR

Reward if useful

regards

Anji