Application Development 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: 

abap guys working on HR module

Former Member
0 Kudos

hi all,

i got a form named- DEVP (Standard remuneration form (India) )

this form is standard one and in this how i can get the logo of the company.

this form is related to HR module for indian payroll.

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In HR forms u cannt add Logo,If u created from by using Tcode HRFORMS then u can add , bcos there forms are just like Smartforms.

If u are using PE51 , u cannt add.

Regards

prabhu

4 REPLIES 4

Former Member
0 Kudos

Hi

Try using the Tcode

<b>SMW0</b> Tcode or

try like Scripts logo insertion:

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

See

Reward points if useful

Regards

Anji

Former Member
0 Kudos

In HR forms u cannt add Logo,If u created from by using Tcode HRFORMS then u can add , bcos there forms are just like Smartforms.

If u are using PE51 , u cannt add.

Regards

prabhu

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Sanjeev,

In PE51 it is not possible to get LOGO, To get Logo u can have 3 options

1. Design Payslip using HRFORMS it is similar to Smartforms

2. After generation of Payslip we have one function Module GET_PAYSLIP

use this Function Module and call the function module in SAP script/ Smart

Form Program. in u r Smartform/Script put Logo Window and there u can get

Logo in the logo window.

3. Use preprinted Stationary (With Logo) and print the payslip on that Paper.

Regards

Raj