ES Grouping & Wagetype in Tcode Pe02:Basic Implication

Hi Guys,
What the basic purpose ES Grouping,Wage types in Tcode PE 02 implies,is it only for the sake of define pcr for a employee group with a particu;lar wage type
Thanks
Sur

Sur
<BR><BR>
Your question need a manual to read and understand. P, C and E Classes are not straight to answer and explain.. especially when you put a huge list to be answered.
<BR><BR>
u2022 Processing Classes: These are settings that control how payroll calculates. For example: There are processing classes for determining the tax rates that the wagetype is to be calculated at, processing classes for whether the wagetype should cumulate into the year to date table (CRT) etc.. There can be 100 processing classes against a wagetype. Each processing class has a value which can be set if required. So, the tax processing class 21 will be set to a value depending upon what rate the wagetype is to be taxed at (Ie. Marginal, termination rate, fixed tax etc).
<BR><BR>
u2022 Cumulation Class: This is used for storing certain wagetypes into a bucket. For example: The bucket is the /1nn wagetypes. So, if a wagetype had cumulation class 01 set, this will add the value of wagetype into /101 wagetype. This is actually how the total gross works as all wagetypes which are gross wagetypes are set with cumulation 01 which cumulates into /101 (Total gross).. Other uses for this are taxable gross, superannuation totals, totals for allowances, totals for deductions, etc.. There are 100 cumulation classes. These are either turned on or off.
<BR><BR>
PC1: Use this processing class to code all the wage types that you need for the valuation of other wage types. The valuation bases are stored in secondary wage types /0nn.
<BR><BR>
PC3: After valuation, time wage types can be cumulated into gross cumulation wage types and average bases, and stored in the results table.
<BR><BR>
PC6: Wage types from the last payroll result that are relevant to the current payroll run are placed in internal table LRT (Last Result Table) to be used later.
<BR><BR>
PC10:All of the wage types that are not stored after time wage type processing must be coded for partial period factoring.
<BR><BR>
PC20:Processing class 20 enables you to determine if and how wage types are stored in the results table after the gross calculation of pay, and in which cumulation and averages wage types they are cumulated.
<BR><BR>
PC30: Wage types can be cumulated for several periods in the Cumulated Results Table. In processing class 30, you code wage types that are to be evaluated as an annual valuation, or that are to be listed on the remuneration statement.
<BR><BR>
PC31: All the wage types that are not stored after time wage type processing must be encoded with regard to their influence on the calculation of monthly lump sums for Cost Accounting.
<BR><BR>
CC1: Add the wage type in /101 (Total gross amount). Eg. WT 1001 and WT 1002 has CC1 then total of 1001 and 1002 will be present in /101
<BR><BR>
CC1: Add the wage type in /110 (Net payments/deductions). Eg. WT 1001 and WT 1002 has CC1 then total of 1001 and 1002 will be present in /110
<BR><BR>
So on...
<BR><BR>
Helps? If not, just read about Processing Class 01 and 10 in detail as they are two very common and easier to understand.
<BR><BR>
Regards
Yash
<BR><BR>

Similar Messages

  • I want to create a authorization group for  cic0 tcode.

    i want to create a authorization group for cic0 tcode.
    in detail...
    in  cic0 tcode  i will enter business partner name
    and press enter it gives me list of  same names..
    i want to restrict as per the region..there...
    for exapmle....
    if i enter name as raja
    it gives me a list of raja in all region
    but i want for a particular region....
    how to create a authori object.....................
    Regards
    Anbu

    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    If you start SU21, find the authorization object and double click on it you should be able to see who the author is.
    Or you can findout through SUIM

  • How to Deactive the Organisation and Group in BP tcode?

    Hi All,
    In CRM, Tcode BP, In the Application Toolbar Objects like Person,Organisation and Group.
    In that How to Deactive the Organistaion and Group.and the Person should be active only.
    Please let me know it.

    A simple solution would be:
    Goto transaction 'BUSD' (transaction to maintain roles).
    Select the role '000000'(Business Partner -General) -> Click on theDetails (CtrlShiftF2) in the tool-bar above. In the new screen showing the details of the role disable the Category 'GROUP' for thisrole. This would disable the 'Create Group' button in the 'BP'transaction.The role '000000' is the basic role for a partner. If the requirement is to disable the group button for all the roles -> Follow the same procedure for the remaining roles.
    Edited by: Smita Singh on Jun 30, 2008 2:00 PM

  • How to get the short text in tcode "msc3n" -- Basic data 2 -- short text.

    I have to display the short text in my report output.
    How to get the short text in tcode "msc3n" ( msc3n --> Basic data 2 --> short text.)?
    Is there any function module availble to get this short text or is this stored in any data base table ?
    Please help me. Your help will be highly appreaciated.
    THANKS.

    Hi,
    Use FM 'READ_TEXT' to get this values.
    Say for exampele my material is  1900001 and batch is 0000000517.
    Then my parameters to the FM will be as follows:-
    Text Name       000000000001900001    0000000517
    Language        EN
    Text ID          VERM
    Text Object     CHARGE
    This information you can get as follows.
    Open the short text window in the text editor.
    Here you can enter the long text.
    In the editor Go to Header and you will find the details.
    Please note that the text name will comprise of
    Material
    Batch
    Plant
    Stor. Location
    if all the details are given.
    I hope this helps you.
    Regards,
    Ankur Parab

  • I cannot find purchasing group in Shopping cart item basic data in SRM 7.0

    Hi experts,
    We are using SRM 7.0 and stand alone scenario. When we are creating shopping cart, we cannot we cannot find the purchasing group field in item basic data. We have not changed any standard SC layout and I've already specified the responsibility of the purchachsing group.  Now I have no idea why the purchasing group is not visible.
    Can anybody help me on my issue?  Many thanks.
    Harry

    Hi,
       The values are getting populated in the include "LBBP_SC_UI_ITSF49"...
    set orgdata
      READ TABLE gs_sc-org WITH KEY p_guid = gs_scr_basic_i-guid
                           INTO wa_orgdata.
      IF sy-subrc = 0.
        gs_scr_basic_i-proc_group       = wa_orgdata-proc_group_ot.
        gs_scr_basic_i-proc_group+2(12) = wa_orgdata-proc_group_id.
        gs_scr_basic_i-proc_org       = wa_orgdata-proc_org_ot.
        gs_scr_basic_i-proc_org+2(12) = wa_orgdata-proc_org_id .
       read purch. group description
        CLEAR wa_orgdata_i.
        READ TABLE <item>-orgdata
             WITH KEY proc_group-otype = wa_orgdata-proc_group_ot
                      proc_group-objid = wa_orgdata-proc_group_id
             INTO wa_orgdata_i.
        gs_scr_basic_i-proc_group_text = wa_orgdata_i-description.
      ENDIF.
    Here you can make the changes in the Order of the values.
    BR,
    Disha.
    PLs reward points for helpful answers.

  • Tcode IDX2: Basic type 'MATMAS02' is unknown

    Hi!
    How to get the basis type such as MATMAS02, MATMAS05 as known basis type in tcode IDX2?
    When I try to load metadata in tcode IDX2 I get the following error:
    Basic type 'MATMAS02' is unknown
    Message no. EA224
    Thank you very much!
    Holger

    hi,
    check the PORT is defined correctly in IDX1 in XI system.
    Check SM58 in R/3 system..
    check this blog as well page 9-10
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
    Have you imported the IDOC into IR ?
    Sachin

  • Re: The optional entry requrement of Material Group in ME22N TCode

    Hello,
    Can you please tell me how to make the Material Group field in ME22N an optional entry so that its value can be changed any time.It actually comes from material master.
    Regards,
    Smitha

    Dear Smitha,
    The answered given by Ashok was correct and i had put some more
    information.
    In the SAP Standard system it is not possible to change the material
    group for a material during PO creation or PO change.
    The material group is pulled in from the material master so the only way
    to change is to update the material master and then create a new line
    item. This is R/3 standard functionality.
    You only have to fill in the material group when you have a "short text"
    as description but not when you had a material that define in material master.
    BR,
    Ian Wong

  • Reset and reverse for various vendor groups.

    Hello,
    We have two distinct vendor groups. For Group A there is no tax implications. For Group B withholding tax is mandatory.
    When we are trying to run TCode FBRA for the Group A vendors, we find that it's giving me the option of 'Reset' and 'Reset & Reverse'.
    Whereas when we are trying to run TCode FBRA for Group B, it is doing a 'reset and reverse' directly even without giving us an option. In other words, the screen which comes after we run FBRA, which gives us the three options to selct from, simply does ot show. Instead it generates a new reversal documents on its own for Group B.
    We would like to check where this configuration is maintained. Can someone please advise.
    Regards,
    Suvarghya Dutta

    Hello,
    Some more information that I could gather. I found that the system now prompts the message: Payment was posted with withholding tax. Clearing document will be reversed. Do you want to continue. However this message appears ONLY when I am mentioning something under the Withholding Tax tab at the time of FB60.
    If I don't mention anything under that tab then the system is prompting the two usual issues, ie. 'Only Resetting' and 'Reset & Reverse'. How come the FBRA screen is governed by the 'withholding tax' tab in FB60?
    Regards,
    Suvarghya

  • Replicating customer from R/3 to CRM  found Acct group y001 do not exist

    Hi gurus,
    I tried to replicate the customer master data from R/3 to CRM. Using Tcode SMW01 i found out that Account group Y001 do no exist.
    Note:
    Y001 is the account group i created in R/3. I also assigned it to CRM grouping Y0 using tcode PIDE.
    Kindly help regarding it.
    Regards,
    vimal

    You can copy exactly error ??..
    For replication you need use tx PIDE in R3.
    In folder CRM>R3 you assign "BP Classification: Consumer, Customer, Sales prospect, competitor" to account group in R3. The BP Classification is hard code in CRM and only are available 5 types of classification.
    In folder R3> CRM you assing Account group R3 to CRM Classifcation and grouping. Grouping CRM is done in SPRO > Cross-Application Components >SAP Business Partner > Basic Settings > Number Ranges and Groupings > Define Groupings and Assign Number Ranges.
    Then, you define filter for replication in tx R3AC1 and replicate with tx R3AS

  • Article master-Basic data

    Hi,
       Presently in article master basic data, some of the fields like manufacturer details ..etc are hidden. Plz suggest path for checking and configuring this basic data as mandatory data in article master.

    You will have to go the customization transaction(SPRO).
    You will have to check which is the article type for the article created. This can be found from using TCODE: MM43 and checking the article type from the Basic Data.
    After u have identified the Article type, you will have to find the screen sequence used by this article type. For this you will have to go to SPRO - Logistics General -  Material Master - Configuring the Material Master - Assign Screen Sequence to User/Article Type/Transaction/Industry Sector".
    Find the name of the Selection group.
    Use TCODE: OMSR
    Select the Field you would like to activate
    Press on the Green Arrow on the right
    Select the property"Display, Optional, Required Entry".
    Regards
    Edited by: Tapan Kulshrestha on Jun 25, 2008 10:00 AM

  • Copying database objects and data from one server database to another server database in AG group

    Hi,
    I am still trying to wrap my head around sql clusters and AGs and I have a project that requires I take a vendor's database and restore it weekly so its available on the production server which is clustered.
    The vendor's database on the cluster is in an AG group and encrypted.
    Right now, I plan to restore the database on a sql staging server and use the SSIS Transfer SQL Server Objects Task to copy the table structure and data from Stage to the Production database of same name and I would first drop the objects in production
    database using the same task.
    I am concerned that this might cause issues with the passive cluster due to "logging" from active to passive. The database is about 260 MBs and I am not sure how many tables.
    Has anyone run into this type of scenario before or have a better solution?
    Thanks
    Sue

    IF I understand anything about clustered sql and logging, the sql server should take the log file and recreate the same scenario on the passive side of the cluster.
    Is that correct?
    Hi Sue,
    Yes, for AlwaysOn Availability Group, the transaction log is basically replayed from the primary to all of the secondary's.
    Besides, from my point of view, as we cannot directly restore a database that is part of an Availability Group, it is a good way using SSIS task to drop and recreate all tables then transfer data from the restored database to the primary replica. Schema changes
    and data changes will also happen on the secondary  replica.
    There are some similar links for your reference.
    http://dba.stackexchange.com/questions/21404/do-schema-changes-break-sql-server-2012-alwayson-or-are-they-handled-transpare
    http://blogs.msdn.com/b/sqlgardner/archive/2012/08/28/sql-2012-alwayson-and-backups-part-3-restore.aspx
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • How can update the "Reason" in tcode CRMD_ORDER

    Hi,
    I've done the below customizations to change the "Reason" for the service ticket status:
    1. Define Catalog:
    IMG > CRM > Basic Functions > Catalogs, Codes and Profiles > Define Catalogs
    2. Define Code Groups and Codes
    IMG > CRM > Basic Functions > Catalogs, Codes and Profiles > Define Code Groups and Codes for Catalogs
    3. Define Code Group Profiles
    IMG > CRM > Basic Functions > Catalogs, Codes and Profiles > Define Code Group Profiles
    4. Define Subject Profiles
    IMG > CRM > Basic Functions > Catalogs, Codes and Profiles > Define Subject Profiles
    Also, assigned the Subject profile to the status profile.
    But i'm not able to update the "Reason" for the service ticket status in the transaction code CRMD_ORDER.
    Can any one let me know what is the BAPI / FM which will do this?
    Thanks,
    Shamim

    Hi Srikanth,
    Yes, I did so.
    In the transaction code, CRMD_ORDER, when i enter a transaction no.
    There's a label called "Reason" which has to be updated with the correct reasons as per the status.
    Example: For the service ticket status, "New Message", reason status must also be updated whenever a new mail arrives.
    I think there must be a BAPI / FM which would definetly update this?
    Thanks,
    Shamim

  • Ship to party is not available in account group while creating Customer Master

    Hello All.
    While creating customer master in account group there is no SH(ship to party) what is the purpose of it . I can see PY BP but not SH (XD01). We always use Sold to Party but i have seen Payer and Bill to party as well while creating customer master . Just got confused why we select such options when everything comes under sold to party.
    I cannot see SH while creating customer for the first time is it necessary that SH should there while creating customer master.
    Regards

    Hi ,,
    please do assign ship to party to account group .
    SPRO --> S&D --> BASIC FUNCTION --> PARTNER DETERMINATION--> SET UP PARTNER DETERMINATION --> FOR CUSTOMER MASTER -- > A/C GROUP - FUNCTION ASSIGNMENT
    Here assign ship to party(sh) to your account group.
    Now you will find sh in customer master.
    If you want further clarification , please let me know.
    Regards
    Patchala.

  • [Basic Paragraph] style behaviour upon copy/paste

    Hi,
    we just get started changing from Quark to InDesign, and our lead layout-producer is not so crazy about style sheets, so everything she creates is using the [Basic Paragraph] Style.
    A by her created libary now contains groups of text objects in Basic Paragraph with format changes +
    When I use these groups, or copy and paste from another document, why does InDesign keep the changes like fontsize or -color, but does change the font?
    My basic paragraph does use another font, so its quite annoying INDD keep the changes, but keep change the font.
    What can I do to prevent INDD from changing the font?

    So, i made this beauuutiful thingy for a test. It looks disgusting, i know. The point is that it uses 4 fonts and different modifications.
    If I get you right, to prepare a "good" document, our layout-producer should clogg our documents with different paragraph-styles not to use the Basic? Sure, she can convert it into paths, but different collegues have to translate this stuff later so that isnt an option.
    Maybe she can "design" things like that in Illu, giving us an AI to use.
    I made an irritating discovery:
    As I built this thing with Futura as my Basicparagraph-font, i dragged it into a libary, closed every doc to change my default-paragraph-style to another font to see what happens. I set up a empty doc and dragged it back in again – no changes at all. I was surprised. Its in the basic, it has a +, and if i click on basic it changes to GillSans, if i alt+click the modifications (like the colors) turn to black… – this is what i was looking for :-)
    But why with my other test-object. Im nearly in closing time here, so i will upload an image tomorrow, but the only variable that haved changed to my second try minutes ago:
    – the objects were converted using Q2ID (Markzware)
    – the group just contained one (but another) font
    Maybe theres the problem somewhere.

  • Could not add/remove Groups from User in UME

    Hi All,
    I am ABAP + Java stacks.
    There is a user ABC with an ABAP role ZZZ which is displayed as a group in UME console.
    When I tried to remove this Group from this user in UME, system returned error message:
    You are not authorized to assign one or more entities. Perform a new assigned entities search to see the correct status.
    Even I add  a new Group to this user is forbidden.
    But if I delete this Role in ABAP SU01, it synchronize disappeared from UME quickly.
    I don't know why. it seems does not relevant to authorization problem since I already have full auth.
    Could anyone help me?
    Thank you so much.
    Best regards,
    Nick

    Hi Nick,
    You can never assign abap role from portal. You can only map the portal role to abap role.
    when you create group on portal , it will not be refelect as an role in abap system. becauase when you create a group it will create as basic group with identity as private database and not as R3.DB.
    If you want to confirm , then create and group and save it , after saving it check what is a UNIQUE ID.
    Thanks
    Anil

Maybe you are looking for

  • MTU option of IPv6 router advertisement ignored

    I recently turned up an IPv6 tunnel from Hurricane Electric (http://tunnelbroker.net/) to my home router, which is a Cisco 1921 ISR.  The IPv6 tunnel works great, save for one small problem.  That being that the MTU of the tunnel is 1480 and the MTU

  • How to create a Folder using java.

    Hi All, I have a doubt. I want to create a folder using java. Inputs are the destination where the folder should be created and the name of the folder. Plz help me in this regard. thanks and regards, Vincent .R.

  • Connection to Web Services

    On diagnostics results my printer pass wireless, connectivity, network, settings.  Configuration show name, ip, etc but internet not connected.  I have tried everything and it will not connect so I cannot use my web services.  Any suggestion other th

  • AI CS6 install - sample code can't run correctly

    Hi I have problem with run sample code in AI CS6. I install AI CS6 and download SDK for AI CS6. I build plugin sample code (tutorial, webter). I build success but This program can't run in CS6. With Tutorial. It's apprirance in menu Help and menu Obj

  • Funstion urgent

    hi all, i am having a requirement for a function in oracle.If i pass a number to function if it s decimal (ex 12345.12345 it should give rounded to 2 decimals ie., 12345.12) and thousand seperator with comma ie., 12,345.12.for this number $ should be