Dynamic change of wage type texts on salary slip

Hi Gurus.
Maybe someone can help with a request.
I want to do following.
If someone input a wage type e.g. 6666 in Infotype 0015 I want to open a new input-field.
In this input field the user should enter a text.
In the payroll run I want to change the wage type text on the salary slip for wage type 6666 to the text inputted in the new field.
We are using HRForms (PE51) for the salary slip.
Does anybody have a solution or some tips how I can implement this?
Thanks for your answers.
Regards.
Stefan

Hi,
Do not change the wage types , you have to delimit the wagetypes from a validity date as you have assigned minimum and maximum amounts for your wage types.
Regards,
Kapil Kaushal

Similar Messages

  • Changing the Condition type Text in the Purchase Order

    Hi SAP,
    Hi,
    We have a requirement where by we need to change the Description of the condition type text in the Purchase order.
    The condition type is a entered at item level.
    Normally this description comes from the Condition type Definiton i.e., T685T-VTEXT.
    can any one of you suggest a User exit or a method where by we can change this text at PO.
    Has any one of you came across such situation before. if so please provide me with your inputs.
    Thanks
    Best Regards
    ShitalD
    Edited by: Shital Deshpande on Feb 21, 2010 1:07 PM

    Hi,
    I think it is a config setting..Please check with your functioal consultant regarding the same.. I won't suggest to change the standard SAP table T685T but you can keep it as last option .
    From SPRO you can follow the below path
    Sales and Distribution->Basic Functions -> Pricing > Pricing Control -> Define condition types.
    Regards,
    Nagaraj

  • HR-PY: How To Deduct Time Wage Type Amount From Salary?

    Dear All,
    How to deduct a time wage type amount from the total gross?
    Now I have a time wage type, "Unpaid Leave".
    If an employee have an unpaid leave in a month, payroll will calculate the unpaid amount and put it into Wage Type "Unpaid Leave", and the amount will be deducted from his salary.
    What is the approach to deduct the unpaid leave amount from his salary?
    Thanks.

    I've done the part of Absence Valuation.
    During payroll simulation, I can get the correct number of absence day and the correct amount of unpaid absence in the wage type.
    However, I do not know any following steps on how to deduct that amount from the salary.
    Do you mean I should use factoring to do the deduction?
    Thanks.

  • Dynamically changing column display type

    Hi,
    I have a report that gets generated every day with different column names. The report contains a decode statement that uses a row value to return using pictures. The problem I am running into is the column is being displayed as text and the value of the row is showing up as some html text instead of the picture. The default Column report in APEX 4.1 is for the report to be displayed as "Display as Text". I know the APEX team did this for security reasons. Is there any other way to display the column as "Standard Report Column".
    I want the report to be displayed as a "Standard Report Column" instead of me going in and changing it manually to "Standard Report Column".
    Any help in the right direction is appreciated.
    -Abe

    I have been trying to find the same solution... the ability to either default all my columns to "Standard Report Column" instead of "Display as Text" or to dynamically change them from code. Or it would even be great if the "Display As" value on report columns (both Classic Reports and Interactive, mine is Classic) was a column in the "Column Attributes" table on the "Report Attributes" page so that I could just change them all and hit "Apply" from that one page instead of having to go into each column's properties individually. (It's time consuming and tedious and easy to miss columns because I can't tell what I've changed.)
    If anyone has any thoughts, I'd love to hear them...

  • CAT2 T-CODE: changing A/A type texts when pressing enter

    Hi all..
    I am working with CAT2 T-code.
    after giving data entry profile and personnel number when I am giving entries in A/A type and pressing enter one text is displayed for that particular type. If I am pressing enter one more time, the text of that A/A type is again changing to some other text.
    My requirement is to maintain the same text which is been populated in F4 help of that A/A type field.
    pls help me out with your valuable suggestions.
    Its urgent.
    Thanks in advance..

    I have found it..
    there was a Z class maintained for triggering these values.
    But these are populating different values which I need to stop and provide only the values which are been populated for F4 help of that particular field.
    There was a field moabw in catsd.
    I hv to maintain this field with 08 value to get the desired output.

  • Can we change satandard wage type

    Hi All,
    Can we change the standard wage type?
    if yes, Please send me some information about how to change the standard wage type.
    Thanks,
    Kishore.

    No we can't
    we have to copy them and make changes in the copied Wagetype.
    Regards,
    Satya.

  • Dynamically changing a UI caption.text

    Hi!
    I have a Caption in a View's Layout and i'd like to change its text properties when a user click on a button.
    Now i have created the OnAction Event for the button, but i don't know how to point to that Caption!
    How can i navigate through ROOTUIELEMENTCONTAINER to this Caption ID ?
    Thanks.

    Hi Fabio,
    The best way for you would be to bind your Captions "text" property to an context attribute & specify your original value over there. By using this approach you can then simply code within your buttons action handler to modify the text by modifying the context attribute using a simple set_attribute( ). This would be the suggested & easy manner.
    However am just explaining for your reference as to how you can achieve the same using the dynamic class methods. First obtain & save the reference of your caption into a view level attribute of type ref to CL_WD_CAPTION.
    So withing your WDDOMODIFYVIEW you pass your Captions id & obtain its reference:
    wd_this->lr_caption = view->get_element( id = 'CAP1' ).
    So now within your buttons action handler you can change the text by saying as:
    wd_this->lr_caption->set_text( value = 'My new text!' ).
    However just please keep it in mind that we are not supposed to save & use the reference of ui elements like in the 2nd approach. We are supposed to modify our layout only within WDDOMODIFYVIEW & SAP wouldn't support any problems that we might run into while following this latter approach.
    Regards,
    Uday

  • Dynamically change text field type

    Hello all
    I have a form which displays a decimal field. However when certain conditions are met, I need to change its type to Text, so the user can enter any alphanumeric character.
    How do I achieve that with Javascript code? Is it even possible?

    Actually, you can dynamically change a textfield.type. AS2.0
    You need two elements.
    txt.type = "input";
    txt.selectable = true;
    However, if you have the textfield in a btn you will need to
    delete the onRelease function before you can make the tf function correctly.
    btn.onRelease = function()
    delete this.onRelease;
    this.txt.type = "input";
    this.txt.selectable = true;

  • How to change content-type (text/xml;charset=utf-8)  in SOAP receiver?

    Hi,
    How can I change the content-type (text/xml;charset=utf-8) sent by the SOAP adapter to an external webservice?
    I need to sent text/xml  as content-type to the webservice, otherwise I get an error.
    I have tried with different adapter modules but so far no positive results.
    Thanks.
    Edited by: Roberto Viana on Mar 26, 2009 2:02 PM

    Hi Stefan, many thanks for your answer.
    According to your answer it is not possible to manipulate/change the way PI fills the content-Type.
    I was hoping to solve the issue with a custom built adapter module that sets the HTTP header content-type to text/xml without the charset entry, but I understand that's not the case.
    Regards,
    Roberto Viana

  • How to dynamically change data type

    Hi 
    Let say I have 1 byte in the folowwing hex format (1F )
    Then if I say convert it to 24 bit then the number should become 1F 00 00 and if I say convert it 32 bit the number should become 1F000000
    Could you please help me to implement this in LabVIEW ?
    Thanks

    Ah right, now I see why you mentioned dynamically changing the data type - LabVIEW is a strictly typed language which means you must end up with one of the numeric formats in LabVIEW (with 64-bits being the largest). If you're going to have more than 8 bytes, I'm not sure what the solution would be, if you're going to have 8 bytes or less then I would just assume the worst case and convert/fit the numbers into a U64.
    Here's an example:
    I am starting off with an empty U64, taking each input byte and shifting the U64 left by one byte and then adding the input byte.
    I guess that leads to my next question - what are you going to do with the numbers? Would having an array of U8's or converting the bytes to a character string not be better? If you have a string or array these can have a dynamic length so you can more easily manipulate the data (e.g. by performing string/array indexing functions).
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How to Calculate Basic Salary by Calculating 2 Wage Type

    Hi SAP Gurus
    I want to calculate basic pay = norm salary * RSP %.
    RSP% is just a wage type for an employee.
    If we configure RSP % as a wage type  and Norm salaray as a wage type, is it possible to set-up basic-pay = Norm salary * RSP %, Both these values will be entered in Infotype 0008. (RSP% is different for each employee. It will be entered in IT0008 directly).
    The SUMME and PRZNT modules use percentage stored in the summe and prznt table and not the number entered in wage type in 0008. Is it possible to use UNITS Module for that, IF yes then How let me know pls.
    Thanks in Advance
    Regards
    Rajiv Maheshwari

    The other way coming to mymind is - configure annual wage type or total salary wage type  - then you can define the % of basic and other WT you want to include in IT0008.
    hope this helps...
    Bas

  • Programmatically changing the Control Type of ViewCriteriaItem

    Our requirement is dynamically changing the Control Type (Date, LOV, Combo box, etc) of ViewCriteriaItem.
    We are trying in the following way,
    ViewCriteriaManager vm = view.getViewCriteriaManager();
    oracle.jbo.ViewCriteria vca[] = vm.getAllViewCriterias();
    oracle.jbo.ViewCriteria vc = vca[0];
    vc.removeAllElements();
    ViewCriteriaRow vcr = vc.createViewCriteriaRow();
    vcr.setAttribute((String)viewItemRow.getAttribute("WvciColumnName"),"");
    ViewCriteriaItem vc_item1 = vcr.ensureCriteriaItem((String)viewItemRow.getAttribute("WvciColumnName"));
    // Based on some condition
    vc_item1.setProperty(ViewCriteriaItem.CONTROL_TYPE, ViewCriteriaItem.ControlType.DATE);
    But the control type is not changed in UI?
    Kindly help us
    Regards,
    Vijay

    Hi Sonny:
    Finally I've solved the problem in Java mapping program, changing the content-type parameter like this:
         public void setParameter(Map mParametro)
              this.mParametro=mParametro;
              if (mParametro==null)
                   this.mParametro=new HashMap();
              mParametro.put(StreamTransformationConstants.CONTENT_TYPE, "text/xml");
    I hope it helps you. Regards,
    Alejandro.

  • Not to show the wage type when amount is zero in payslip

    Hi Gurus,
    I am not sure what's wrong with the rule below, my intention is to display the text and the wage type amount when the wage type amount is not Zero, and not to display the text and the amount when wage type amount is zero.
    Below is the rule i apply to the wage type text, but it only works when the wage type amount is not EQ 0. When the WT amount is zero, the WT text text still appear
    rule   no. Table    field  Typ CO   Value1   table     new value
    1      1 RT BETRG N      NE            ' 0       TEXT      10 (TEXT 10 is the WT text)
    1      2 RT BETRG N      EQ            ' 0       TEXT      34 (text 34 is blank line)
    I apply the below rule for the amount and this is working fine
    rule   no.  Table  field    Typ   CO     Value 1    table new value
    2        1       RT   BETRG  N    NE         ' 0           RT      BETRG
    2        2       RT   BETRG  N      EQ       ' 0                      SUPPRESS PRINTING
    I need some pionters to the rules to make it work. Thanks a lot.
    Rgds,
    C
    Edited by: Team HR on Sep 13, 2010 9:29 AM

    if the amount is 0 than there is no wage type in RT right than wht is the need of going through the rule

  • Unable to extract wage types report

    Dear Experts,
    I need your help on the Payroll International module.
    Our HR users have followed the normal payroll run procedures:
    1. Release payroll was done successfully
    2. Simulation run was successful after release of payroll (it showed all the figures including total bank transfer)
    3. Actual Run (Start Payroll) was performed successfully
    4. Reporting comes after actual run (i.e. Systems -> Services -> Reporting ZRPCLGA00)
    5. In the reporting, the figures for the wage types including basic salary and total bank transfer were not shown. It showed 0.00 amount in the wage type statement.
    HR user tried to re-run the payroll process again and still did not manage to extract the wage types figures.
    At this point, we have no idea on how to resolve this issue as this is the first time occurrence.
    Appreciate your helpp and advise.

    Hello All,
    Thanks to all of you for trying to solve my problem but at last the solution was very easy which I could find myself.
    There is a custome table T500L_CUST in which I can configure Zambia country grouping and accordingly create a wage type catalog for Zambia by copying the wage types from other countries 99 or in that matter any country.
    Let me know if anyone has any doubt in this.
    Bye
    Naveen

  • Need help with rounding of wage types in IT0008

    Hi,
    We have a requirement to round off wage type 1003 - Monthly Salary in IT0008. The amount entered in this wage type has to be rounded to the nearest 10's for India, 100's for Japan and 1000's for South Korea. For all other countries it should be rounded to the nearest whole number.
    I have tried this by setting up the Rounding Type to A/B/C and Rounding Divisor to 10/100/1000 in the wagetype characteristics table T511 for each of the above scenarios respectively but nothing worked.
    If we cannot find a way to set this up through configuration, we are planning to use the user exit in IT0008 to achieve this functionality. So anay ABAPER's also might pitch in for help...
    This is an existing wage type and we just need to apply rounding this time. Need expert advice pls...
    Thanks,
    Priya

    Actually A/B/C and 10/100/1000 should work but it start rounding off from decimal points. For example if you will put 1000 for round off then it will round off to 10.
    Btw since you are going with user exit, you can do it. What you need to do is read the wage type and indirect valuation module (as indirectly valuated wage type don't give you amount so you need to read module variant and valuate the wage type)  and then write the code for round off.
    Let me know if you need some more clarification on this.

Maybe you are looking for

  • Need help adding PC to my network

    I have a POS Dell Dimension PC and I'd like to (at the very least) be able to have it and my Powerbook online at the same time. My Powerbook (and other Macs in the house) are connected wirelessly to our Cable Modem via an older Airport Extreme (Dome

  • Conclusion number for Control import book

    Hello experts, I have question regarding one data that is mandatory for Croatian foreign currency payment. That is the conclusion number for Control import book. My question is:  Is there any field in Purchase order that can be transferred to logisti

  • Syntax error in  SO_KPRO_DECIDE.

    Hi I am getting a runtime error while posting a document through FB70 or FBS1 . The erro description tells The type "CL_BCS_OBJHEAD" is unknown. And the program dumps in Function module SO_KPRO_DECIDE. Has any one faced this problem?When I check ther

  • I have deleted the speed dial from the browser unfortunately, so what should i do to get it back

    i have deleted the speed dial from the browser unfortunately, so what should i do to get it back . please get me the solution as soon as possible

  • Iphoto wont launch

    i click it and it tells me it might be in use ny a nother application, it tells me to shut down and restart or hold option and control and try to rebuild database. ive tryied everything. nothing works. I updated all my software and it still doesnt wo