Regarding HR Form Editor(pe51)

hello friends,
i have created a hr form using transaction pe51.i don't know how to pass the data to the hr form and view the final output.should i create a abap program to pass the data to the form and to run the form.or is they any other way.please any one of u help on this.
thanks.

Hello,
Go to the tab Line Layout
Say these are the fields that you have defined
ANZHL__BETPE__  BETRG________
double click on the line...
A window popups up with position information and print data
In this click on table field and see the values using f4. Put the table name and the field name.
Regards,
Shekhar Kulkarni

Similar Messages

  • Regarding Rules in HR Form Editor(PE51)

    Hi All,
    I have written this rule 02 to supress the wage type whose BETRG is 0.
    But its not working properly, Instead it is supressing all wage type irrespective of BETRG value. Can you help me out.
    Thanks in Advance
    Chandrashekhar
    Rule No Table Field Type CO value1 Conversion
    2 1 RT BETRG N EQ 0 00

    Chandrashekhar,
    If rules don't suffice your need you can also edit the customer includes &
    write your custom code to meet the desired functionality :-
    INCLUDE RPCEDDZ9.  "Data defintions for customer-modifications
    INCLUDE RPCEDSZ9.     "Form routines   for customer-modifications
    Kindly reward in case useful.
    Regards,
    Darshan Mulmule

  • Form Editor -PE51

    Hi Experts,
    I have to show the paid days in payslip. Plz tell me which field should i use for this.
    I am using -ve time management.
    Plz help
    regards
    tS

    Hi, the no of paid days will be captured in a wagetype. pls check which wagetype is the wagetype over there for that. then check which is the field (anzhl or betpe) that contains the value ie no. of days. u can use that field to display the no of paid days.

  • Help regarding form editor.

    Hello Sapients
    i need details regarding form Editor ( Tcode PE51) how it will works.
    where we need to write the code..how to call Form Editor in pgm..
    tnx in Advance..
    Sandeep

    Hi,
    HR forms are created using Tcode PE51. The program to use this form is Standard SAP programs. You can not write your own program to access this form.
    This HR forms are specifically designed to created Payslip. So the standard program to access payslip is again country specific. For e.g. US, the program name is RPCALCU0.
    Thanks
    Bala

  • PE51/Form Editor for Payslip - Need to Include a digital signature

    Hi,
    I have the digital signature of the Manager of HR,  and I need to include it in the payslip automatically.
    The payslip was made by using de PE51 Form Editor, and I can´t find the way to include it.
    I need to Know if there is a posibility to do this, using the PE51, or if I need to re-do the form in Sapscript.
    Thanks for your answers.
    Susana Quiroz.

    I believe you do have to put it in a SAPScript form.  I do not recall any way to put it directly into your HR Form through PE51.  Our rem statement is printed using a combination of a SAPScript and an HR Form, so our electronic signature is just included in the SAPScript. 
    You might want to check your config to see if you already have a SAPScript assigned to your payment method.  It is under:  Financial Accounting --> Accounts Receivable and Accounts Payable --> Business Transactions --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Method/Bank Selection for Payment Program --> Set up payment methods per company code for payment transactions.

  • PE51/ Form Editor

    Hi,
    While creating Line Layout in FORM EDITOR, am facing the following error of "Cursor placed in a wrong position".
    I am doing it as given in the SAP help, but not able to create a line layout.
    Hope an early response to this query.
    Rgds
    Vaishali

    Hi Vaishali,
    Were you able to resolve the issue? You have to put your cusror immediately after the << pushbutton  & then click on the create icon.. this will let you insert fields..
    Regards,
    Suresh Datti

  • Who will create form editor

    hai
    who will create form editor
    is it functional consultants or abapers
    suitable answer will be given suitable points
    kumari

    Hi Aruna,
    Form Editor is a standard tool available in SAP. nobody needs to 'create' it. (Tcode - PE51)
    But if are asking about who uses it to create new forms - HR Consultant would use it to create new forms or copy existing ones and modify them to get the form he requires.
    For example if you want to create a payslip form using form editor - here is the procedure
    Re: payslip creation...............
    Hope that helped
    Regards,
    Anand

  • To include a header in Payslip - Form Editor

    Dear Friends,
    It would be really great if someone could help me in this regard.
    My client would like to add the name of the Company on top of the payslip. Currently from Line 1 something is displayed in form editor.
    Where should i do the header inclusion. Either in single fields or line layout?? Should i need to make any provision in Background also in PE51. If so how to do it there is no provision to add new line there.
    Hope to get a solution soon.
    Thanks and Regards
    Nelson

    Hi Nelson
    That can be done by selecting the ' Background ' subobject from your form editor pe51screen. select change.
    Right click on the first line and select ' New Line '. Thus a new line is formed. In this new line you can type in the companies header.
    You can even send the rest of the lines deeper down the page by creating more lines. below this header line.
    Hope that helped.
    Regards,
    Anand

  • How to make changes in HR Form using Form editor

    Hi,
    I am new to hr-abap..And I am working on HR form editor..and I wanted to generate a pay-slip using the hr forms..I had copied the standard form..and I am making the changes into that..
    I want to add my own customization into it..like I wanted to display total in words...also, i wanted to display a message at the end of my report..This message should be allowed to change to end user...like for eg..Some Seasonal greetings...
    I am using Tcode pe51 to make changes in my form...
    Please tell me how to go about and where to implement all these changes so that they will get displayed in my form...Its urgent...

    When you go into HRFORM tcode, double click on your form name.
    It will take you to Customization window where you can drag and drop all additional data yo want on form.
    For designing and coding purpose click on the LAYOUT button on top of that window.
    This will open the form in SMARTFORM.
    Dont try to go directly as your Form name dont exist in Smartforms.
    Check this link for more info -
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    Regards,
    Amit
    Reward all helpful replies.

  • HR Form Editor - how to display text on payslip

    Hi Experts,
    I have an issue in HR Form Editor ( TCode PE51).
    In the earnings window of a payslip I have a wage type 2041(Ticket Fare Payment). At the time of evaluation if there is a value for this wage type then some text message has to be displayed for such a employee.
    Can anybody please guide me for the proper solution.
    I have created text module for the text to be appeared and placed it as a single field.
    Any help appreciated.
    Thanks & Regards,
    Aisha.

    Try Exploring BADI ADDR_PRINTFORM_SHORT. This is the only place wherein we can think to write some custom code for Remnuneration statement.
    The other way is the do the Customer Enhancement for transaction PC00_M16_CEDT. Also try searching SAP Notes I think there are couple which can be of help.
    Regards
    Shital

  • How to change font size in HR Forms Editor

    Hi Experts,
    I am modifiying the pay slip which was created using HR Forms Editor, now i modified the form, is it possible to change the font size ? i am not able to find option to change the font size.
    could any one please tell how to change the font size?
    With Regards,
    Thanesh

    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • Issue with Form Editor, Payslip

    Dear All,
    I have an issue in Salary Slip. I am making my own pay slip in form editor and I have made 4 windows for displaying 4 different type of allowances and deductions but when I call the value in window from wagetypes in RT they come up as multiplied by 10. For example, (Please note that I am in Oman and local currency is OMR that uses 3 places after decimal for example 20.300 OMR) An employee has basic pay of 1500.700/- OMR it is coming up as 15007.00/- OMR. The amount in RT is coming fine as 1500.700/- OMR, I have checked it. When I call a wagetype in a single field the value comes out fine so the issue is with values displayed in the Windows.
    Can anyone tell me whats going on???
    Regards,
    Ahsan Zaidi.

    Hi Bala,
    It is already mapped correctly. If I enter a single line Text in HTML Editor, I am getting the same Text after Parsing. But If I enter multiple lines, spaces, new lines, etc., then the Problem.
    Thanks||
    Ashok M.

  • Help in Ad-hoc query and Hr form editor

    any body have material links of Ad-hoc query(it means how the reports are generated with Ad-hoc query) and Hr form editor(with examples) plz forward it to me???????????

    Hi,
    HR Ad Hoc Query is the special version of InfoSet Query with the HR object selection.
    You can find the system documentation here:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/f9/cc9138e4a0341fe10000009b38f8cf/frameset.htm
    However I doubt the use of documentation of the query generator. So what is your concrete question?
    Or in any R/3 via application help of transaction SQ01.
    Also HR580 is a good course.
    Regards,
    Michael

  • Issue in HR Form editor.

    Hi experts,
    I have an issue with HR form editor  Tcode PE51. In form ZF50 the requirement is to add a certain text message when wage type is '2041' in RT table and the employee is getting ticket fare for that month.
    If I define a text module and create a rule for that, the mesg is displayed even if the condition is false.
    Is there any other way to do this?.
    Am I looking into right table? Or is there any other table to look for .
    Please help out.
    Thanks in adcance,
    Aisha.

    Hi Go through this link:
    http://www.scribd.com/doc/13290112/SAP-Printing-remuneration-statement-Pay-slips-using-HR-Forms

  • How to make changes in HR-Forms using hr Form Editor

    Hi,
          I am new to hr-abap..And I am working on HR form editor..and I wanted to generate a pay-slip using the hr forms..I had copied the standard form..and I am making the changes into that..
    I want to add my own customization into it..like I wanted to display total in words...also, i wanted to display a message at the end of my report..This message should be allowed to change to end user...like for eg..Some Seasonal greetings...
    Please tell me how to go about and where to implement all these changes so that they will get displayed in my form...Its urgent...

    When you go into HRFORM tcode, double click on your form name.
    It will take you to Customization window where you can drag and drop all additional data yo want on form.
    For designing and coding purpose click on the LAYOUT button on top of that window.
    This will open the form in SMARTFORM.
    Dont try to go directly as your Form name dont exist in Smartforms.
    Check this link for more info -
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    Regards,
    Amit
    Reward all helpful replies.

Maybe you are looking for