PCR for Special Allowance

Hello Experts,
Could someone help me in writing a PCR for Special Allowance. Our company requirement is to provide special allowance to employees pertaining to a particular personal area. The percentage allowance will be different from employee subgroup to employee subgroup. ie: 2% for Full time and 3% for Part time.
Personnel area - TAHY
Employee subgroup - PT(PART TIME) - 3%
Employee subgroup -FT(Full Time)     - 2%
I understand in using the operations OUTWPPLAMT for Personnel area and OUTWPPERSB for employee subgroup.
Kindly help me to write a PCR and also what is the subschema I have to insert the PCR.
Thanks and Regards,
Y.M.Asha Kiran

Thank you for the detailed calculation. However, could you please let me know the Subschema i have to insert the schema.
As Its a Indian Payroll I use INOO and what would be the subschema .
Thanks and regards,
Y.M.Asha Kiran

Similar Messages

  • Terms of payment for Special G/L transactions not allowed - FB60

    Hi all,
    I'm facing a problem regarding FB60. When using Special G/L code in FB60, the field "Payt Terms" (BSEG-ZTERM) doesn't appear in "Payment" window.
    I've found a SAP Note (9344) about the same problem, but I don't know if the issue was solved.
    If anyone knows how to solve this, it would be great. Thanks a lot.

    Hi Atif,
    I've made all the changes that you have suggested, but the problem still remains. For Reconciliation account that I'm using, I've changed Field Status Group from Payment to "Optional", and the same to posting keys for Special G/L transaction.
    The Note 9344 is about this problem. Do you know if it still remains?
    Thanks!

  • Change GR/IR Account for Special Order PO Type

    I've had a request from our FI department.
    They would like a new PO type for special orders that will post to a different GR/IR Account.
    In our configuration, the GR/IR account is determined based upon valuation class of the article.
    But if they special order the same article using this new PO type, they would like it to post to a different GR/IR account.
    There doesn't seem to be a way to do this through configuration.  (If there is, I would love to know how.)
    I can't find a way to change the GR/IR account in the PO BAdi (ME_PROCESS_PO_CUST).  This BAdI would allow me to set the G/L Account Code, Profit and Cost centers but doesn't seem to have the GR/IR Account.
    Is there any BAdI or User-Exit that will allow me to maintain the GR/IR Account while creating a PO?
    Thanks,
    Deb

    Hi Deborah,
    You can do this by a FI substitution rule at item document level. Maybe a FI Consultant can help you.
    Regards,
    Alexandre

  • Special allowance

    hi
    I have a issue like this
    if my monthly CTC is 10000 after all calculations, the balance figure should be get added automatically in the special allowance wagetype, when we create basicpay infotype.
    is it possible?

    Hi,<br>
    Try any one of the indirect valuation module in T511:(only name says country specific but it should work for any country))<br>
    1.SAPAC (for Spain only)<br>
    ******************************<br>
    Processing agreed salary:<br>
    MODULE = 'SAPAC'<br>
    MOLGA = Country indicator in T001P<br>
    BWLGA = indirectly evaluated wage type<br>
    Module variant 'D'<br>
    A basic remuneration is derived from the GWCHT weighted sum of all the basic wage types from the entries in the "Basic Wage Type Evaluation" step in the IMG.<br>
    The value of the indirectly evaluated wage type is the difference between the basic remuneration and the monthly salary run through payroll.<br>
    Module variant 'I'<br>
    A basic remuneration is derived from the GWCHT weighted sum of all the basic wage types from the entries in the "Basic Wage Type Evaluation" step in the IMG. All these basic wage types are indirectly evaluated.<br>
    The value of the indirectly evaluated wage type is the difference between the basic remuneration and the monthly salary run through payroll.<br>
    Module variant 'J'<br>
    Corresponds to module variant 'I', but the basic wage types are not reduced.<br>
    Module variant 'O'<br>
    Corresponds to module variant 'I'. In addition, basic wage types are returned unweighted in payroll.<br>
    <br>
    ******************************<br>
    2.DIFFR (only for public service employees in Germany)<br>
    ******************************<br>
    Module variants 'A', 'B', 'C'<br>
    The difference is derived from the valuation with module VERGL and the valuation with module TARIF.<br>
    ******************************<br>
    3.FCOEF (France)<br>
    ******************************<br>
    Calculate monthly wage based on collective agreement coefficients.<br>
    Module variant "1", "2", "3"<br>
    Coefficients are wage types and must be entered in infotype 0008 Basic pay. The value of the coefficients is transferred to field "Number". The wage type with "FCOEF" indirect valuation is transferred to infotype 0008, adds these coefficients (in T539J) and calculates the monthly wage in the field Amount as follows:<br>
    Amount = coefb/CFCST + (Number - coefc ) * coefa/CFCST<br>
    coefa corresponds to COE1A of table T511K in variant 1,  COE2A in variant 2 and COE3A in variant 3.
    coefb corresponds to COE1B, COE2B or COE3B.<br>
    coefc corresponds to COE1C, COE2C or COE3C.<br>
    coefa and coefb are divided by the CFCST constant of table T511K so that the accuracy can be checked.<br>
    Module variant " "<br>
    No coefficient is entered in infotype 0008; only one wage type with "FCOEF" indirect valuation is available. The coefficient value is read from T510 and transferred to the field "Number". The field "Amount" is calculated in the same way as in variants "1", "2"  and "3" but with the constants COE0A, COE0B, COE0C of table T511K.<br>
    Best suited is option 3 and 1. you need to explore it.<br>
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

  • Special allowance- india payroll

    Hi Gurus,
    Can you tell me from which model wagetype i should copy special allowance?
    Regards
    58017

    Hi,
    For creating Special Allowance wage type I generally prefer Basic Pay wage type copy it and give the name, and in the table V_512w_d I change according to my requirement.
    Regards
    Pavani
    Remainder: Points to be given on Answers

  • Checking for Special Characters

    I need to check if a textbox in my form containes special characters (entered by user). If there are any, I need to display an error message.
    I have written a function but it's not working.
    here's my function:
    function checkForSpecialChracters(oFiled)
    var userInput = oFiled.rawValue; // take the String entered by the user
    var iChars = "@#$%^&*+=-[]\\\';,./{}|\":<>?~_";
    for (var i = 0; i < userInput.length; i++)
    if (iChars.indexOf(userInput.charAt(i)) != -1) {
    xfa.host.messageBox("Please check for special characters. The following characters are not allowed: @#$%^&*+=-[]\\\';,./{}|\":<>?~_ ", "Error Message", 3);
    // Change the color of the field
    oFiled.fillColor = "255,100,50";
    Any help would be greatly appreciated.
    Thank you!

    Paul,
    It is working now. I don't know what I might have changed.
    Here's my final function (It works!):
    function checkForSpecialChracters(oFiled)
    var userInput = oFiled.rawValue; // take the String entered by the user
    var iChars = "@#$%^&*+=-[]\\\';,./{}|\":<>?~_";
    var hasSpecialCharacter = false;
    for (var i = 0; i < userInput.length; i++)
    //app.alert("Value is: " + userInput.charAt(i));
    if (iChars.indexOf(userInput.charAt(i)) != -1)
    hasSpecialCharacter = true;
    break;
    } // end if
    } // end For loop
    if (hasSpecialCharacter)
    // Change the color of the field
    oFiled.fillColor = "255,100,50";
    xfa.host.messageBox("Please check for special characters. \n\nThe following characters are not allowed:\n\n @#$%^&*+=-[]\\\';,./{}|\":<>?~_ ", "Error Message", 3);
    else if (!hasSpecialCharacter)
    oFiled.fillColor = "255,255,255";

  • Item Category TAB is not looking for Special Stock.

    Hello,
    We have an issue while using item category TAB. For sales orders having item category TAB is allowing to create the Delivery note even though there is no stock received (GOODS RECEIPT) and assigned against this sales order stock.
    Ideally the system should not allow to create the Delivery note. However it is allowing to create the Delivery note.
    Checked the correspoding  Schedule line  that was  determined : CB.
    CB in VOV6 the correct settins were made as below.
    The checks for
    Sched.line cat.        CB    Indiv.Purchase Order
    Movement Type         601   GD goods issue:delvy
    Order Type                NB    Purchase requisition
    Item Category             0     Standard
    Acct Assgt Cat.         M     Ind. cust. w/o KD-CO
    Incompl.proced.       31    Sched.Line w/PurReq.
    Here we have the purchase requistion number on the schedule line tab, and in VBAP could see the it as a special stock item with the indicator E.
    Ideally the flow is ONLY when the GOODS RECEIPT has done against this sales order stock, then the system should allow to create the deilvery.
    Checked the copy control settings in VTLA and for TAB the Data transfer routine is 101.
    Please help to understand why the system allows to create delivery when there is no GR made against this.
    Thanks in advance.
    Ram.

    Hi Navaneeth,
    Thanks for your response.
    What i need is the SYSTEM SHOULD NOT allow me to create the Delivery. In this case it is allowing me to create the Delivery.
    VOV7-TAB-> Special stock indicator is set as 'E'.
    Inspite of it is set as E the system is allowing and ONLY at the time of PGI it is looking for special stock and pops up with the error message:
    Sales order stock 6941 000010 does not exist
    Message no. M7184
    I expect the system should not allow to create the delivery at first chance.
    Please help if it requires any other settings?
    Best Regards,
    Ram

  • ISSUE IN CREATING PCR FOR PF NEPAL

    Dear Experts,
    I am implementing Nepal payroll. As Nepal(NP) country grouping doesn't have any standard payroll solution in SAP. I have copied the same from International Payroll.
    Kindly guide me to create the PCR for PF.
    I have created a PF basis cumulation wage type /190 with the use of cumulation class 90 and a PF contribution wage type(1APF). Contribution rate is 10% which I managed in T511K.
    I have created the following PCR:
    ZPF1 PF CALCULATION
          1APF
            AMT=/190   Set
            RTE=KZPPFV Set      (T511K contribution rate 10%)
            MULTI ARA  Multipl.amt/no/rate
            ADDWTE* RT   Results table
    In schema call it with PIT  ZPF1      NOAB
    But its showing no impact in RT table.
    Its my first try for the same. I hope for a valuable guidance of yours.
    Thanks & Regards
    Bindu.

    As far i understand you have not placed the correct logic as mentioned earlier, place below logic in PCR.
    ZPF1
    ADDWT *
    /190
    AMT%KZPPFV
    ADDWT 1APF
    3
    ADDWT *
    /190
    AMT%KZPPFV
    ADDWT 1APF
    The same i mentioned on Apr 17 2015 08:13 AM use this modify ZPF1 PCR and place then check.
    Regards
    Venkatesh

  • How to install plugin and exta filter in photoshop cs ? and any special filter for special effects ?

    how to install plugin and exta filter in photoshop cs ? and any special filter for special effects ?
    kindly recommend me any best one and tel me step by step how i will add more plugins n filters

    A Plug_in normally come with an installer or install instructions. Check the documentation for the plug-in you trying to install.  It sounds like you don't know what plug-ins you want to install.  In that case you don't need to install any.  At some point you may read about a plug-in and what it can do and feel you have a need for it.  Then you will have a reason to install a plug-in that is not installed by default.  There may also be a cost involved most worthwhile plug-ins are not free.
    Adobe Optional Plug_ins downloads are Plugins Adobe want to remove from Photoshop  and no longer install by default. Also at some point in time these will no longer install into the current Photoshop for Adobe will remove feature or interfaces the use. For example the CS5 optional plugins will install in Windows CS6 perpetual version 13.0.1.3 but not in Subscription version 13.1.2 or perpetual Mac version 13.0.6 fot its 64bit only and the Mac CS5 optional plug-in for Picture package is only a 32bit plug-in.
    You will need to keep and maintain old versions of Photoshop if Adobe remove features you use in new versions of Photoshop.

  • Actual Line Items for Special Ledger

    Hello,
    I wrote an report to show FI-SL balances.
    In addition to that, now I need the actual line Items for them (table TRACTSLA)
    I've found a transaction called KE5Z, which is for PCA line items.
    Is there also such a transaction for special ledger line items, which I can reuse?
    Thanks in advance.

    Tty KE24, KE25.
    Regds,
    Anil

  • BAPI Program -Invoice_update- For not allowing MIRO if Quality not clear

    Hello Gurus,
    Does anybody have program done for BAPI -Invoice Update
    This is for not allowing user to post MIRO-Vendor Incoming Invoice Creation & Posting if any material against that PO or GR is lying in the Quality Inspection.
    Please send if you have the same.
    Thanks
    Rahul

    hi,
       You can use user exit  --EXIT_SAPLMRMP_010 (LMR1M001)    which definitely will solve ur issue.
       revert to me if u have any doubts on it.
    murali.c

  • Document parking is not defined for special G/L transactions

    Dear All,
    I want to post a document with a special G/L indicator in F-65 . But I got an error message  FP030 - Document parking can not be carried out . 
    Is anyone to got this message ?
    Thanks
    Dash

    Dear Erdif,
    this is right, you can not make document parking for  down  payments and bills of exchange.
    But It is possible for Sp.GL indicators with Sp.GL transaction type "OTHERS"  (look in FBKP  select SPGL indicators and select button  Proporties)
    Best Regards
    Your error message should be same like this below one:
    Special G/L transactions not defined for bills/exch.and down pmnts
    Message no. FP030
    Diagnosis
    You have selected a posting key with a special G/L indicator of type 'Bill of exchange', or 'Down payment'. Document parking is not defined for special G/L transactions of the type 'Bill of exchange' or 'Down payment'.
    System response
    Document parking cannot be carried out.
    Procedure
    Select a different posting key or special G/L indicator. If the posting is a 'One-time posting' to a rent contract, select a different transaction type or post the document directly.

  • Withholding tax type for special G/L accounts

    Hi,
    Is there a way to define a witholding tax type for a special G/L account type? Up now we can define a withholding tax type for a vendor, but we need to define withholds for particulars vendors/special GL accounts type combination.
    What we need is each time an invoice is posted, a withold is made for the vendor only if the posting account has a particular special G/L account type associated.
    I hope reqs. beeing understandable.
    Any idea is welcome.
    mr.

    Hi
    Withholding tax type for special G/L or advance payment can be created as per tax type defined for general invoice/bill entry.
    But here the description will be different and '"central invoice proportionate" radio button has to be ticked.As it will help in deducting the tax which has been paid in advance.
    So that balance tax can be adjusted when invoice will be entered.
    Plz assign points if it is helpful.
    Regards
    Tapan

  • Field Status Group for Special G/L Indicators

    Could you define different field status group for special G/L indicators? My problem is I am using two different special G/L indicators but their recon accounts are assigned with the same field status group. I used the same posting keys as well.  But when it comes to general posting, they have different screen numbers.  One SAPMF05A 303 and the other one is SAPMF05A 304.  How did this happen?

    Hi Noel,
    As you have defined Field Status Group for 2 different SPL GL Indicators then it will create 2 different screens only as it wont consider the reconciliation account.
    Regards
    andrew

  • Recon. Account for Special G/L credit posting

    Hi everybody!
    We need to post a line item with these settngs:
    posting key = 19 (Special G/L credit)
    account = customer code
    special g/l = A (Down payment)
    When Enter is pressed and detail screen of the line item appears, the G/L account field is disabled... but we need to change the G/L account assignment..
    How can we achieve this? Thanks!

    hi
    for special GL transactions, the posting is made to analternative reconciliation accountinstead of the normal recon account . You have to  miantain  this account confguration for special GL  at  T code FBKP
    account type D for customers and  special GL  " A " for down payment
    assign points if useful
    regards
    Srilakshmi
    Edited by: srilakshmi thammana on Apr 24, 2008 8:46 AM

Maybe you are looking for

  • Delivery and Goods Receipt without goods value

    Hi! this is my first post in this forum, hi everybody Now the question: My goal: warehouse manager shouldn't see goods value (prices) of purchased material and final products (sold goods). That means I would like to remove all value data (Unit Price,

  • Solution for printing black and white in acrobat

    Hi, Here was the problem : I was trying to convert my colored pdf file to black and white but nothing was working. Others were having the same problem too (such as http://adobeforums.com/webx/.59b5454d ) and the topic was already archived so I could

  • I cant active iPhone 3GS to iOS 5

    Hey! I just upgraded my iPhone 3GS to iOS 5. All went well, then at the end, it asks me a few set ups (like language, Location, and WiFi settings). After that, it attempts to activate, and fails, giving me the following error in iTunes: "There is no

  • Page item name property in UI

    Does anyone know if the name property of a page item appear anywhere in the user interface in Illustratpr CS6? I thought it would be the name you assign to it in the Layers palette, but it does not appear to be.

  • How link customize IDOC message type with FM ?

    Hi, I have created new IDOC message type ZCOST and FM ZMASTERIDOC_CREATE_COST. (Outbound). Please advise how link the message type and FM ? so everytime i am executing BD21 with message type ZCOST the program always calling FM ZMASTERIDOC_CREATE_COST