Help regarding table names

kindly help me out with table names used in payroll and also related to processing class and cumulation class

chk here are some tables related to payroll.
T510          Pay Scale Groups      
T510A        Pay Scale Types
T510F        Assign Pay Scale   > Time Unit, Currency  
T510G        Pay Scale Areas                           
T510H        Payroll Constants with Regard to Time Unit
T510I        Standard Working Hours
T510J        Constant Valuations                                    
T510L        Levels                                                 
T510M        Valuation of pay scale groups acc. to hiring date      
T510N        Pay Scales for Annual Salaries (NA)
T510S        Time Wage Type Selection Rule
T510U        Pay Scale Groups
T510Y        Special Rules for Wage Type Generation
T511         Wage Types
T512R        Cumulation Wage Types in Forms               
T512S        Texts for Cumulation Wage Types in Forms     
T512T        Wage Type Texts
T512W        Wage Type Valuation                         
T512Z        Permissibility of Wage Types per Infotype   
T513         Jobs
T514S        Table Name Texts  
T514T        Field Name Texts
T51D2        Wage Type Classes        
T51D3        Reduction Rules          
T51D4        Cumulation Rules
T527X        Organizational Units               
T528B        Positions - Work Centers           
T528C        Wage Type Catalog                  
T52C0        Payroll Schemas                             
T52C1        Payroll Schemas                             
T52C2        Texts for Personnel Calculation Schemas     
T52C3        Texts for Personnel Calculation Schemas     
T52C5        Personnel Calculation Rules                 
T52CC        Schema Directory                            
T52CD        Schema Directory                            
T52CE        Directory of Personnel Calculation Rules    
T52CT        Text Elements
T52CX        Cross References via Generated Schemas      
T52D1        Valid Processing Classes                    
T52D2        Valid Values for Processing Classes         
T52D3        Valid Evaluation Classes                    
T52D4        Permitted Values for Evaluation Classes     
T52D5        Wage Type Groups                            
T52D6        Wage Type Group Texts                       
T52D7        Assign Wage Types to Wage Type Groups       
T52D8        Valid Processing Classes - Texts            
T52D9        Valid Values for Processing Classes – Texts

Similar Messages

  • Regarding table names in sd

    hi developer's
    its regarding table names in sd.
    for sd_co1 and sd_co4 connected with 2lis_01_s001
    and 2lis_01_s012 i think.
    from which tables these 2 ds getting the data.
    plz let me know.
    Thanks in advance.
    Regards,
    Vijay.

    Hi Vijaya kumar,
    I hereby sending you some of the important links which will be very usefull to you, please go thru:
    2LIS_01_S260/2LIS_11_VAITM:
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/36f338472b420de10000000a114084/content.htm
    2LIS_12_VASCL:
    http://help.sap.com/saphelp_nw04/helpdata/en/42/06f3381fff3358e10000000a11402f/content.htm
    2LIS_12_VCITM:
    http://help.sap.com/saphelp_nw04/helpdata/en/32/26f438151bc321e10000000a11402f/content.htm
    and 2LIS_01_S264
    http://help.sap.com/saphelp_nw04/helpdata/en/59/efe8375ae64014e10000009b38f8cf/content.htm
    NOTE: Quotations is not included in the LO Cockpit.
    and go through this link, this will gave some idea to you
    about the Sales Business content model.
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/63073c52619459e10000000a114084/frameset.htm
    you can use best practice documention for sales and distribution scenario.
    http://help.sap.com/bp_hightechv1600/HighTech_US/html/BI/H44_EN_DE.htm
    Regards
    Pcrao.

  • Regarding table names to know of it.

    For datasource we can know table names from RSA2 tcode.,
    for instance for tcodes like where  transaction happens, for instance ME13, sales order tcode VA03 etc:.,
    How to know of this tables present at these tcodes, through F1 by playing cursor i can know it.
    Is there any tcode to know table names of transaction systems of tcode vao3(sales order) or material orders etc:.
    Can anybody please let me know on it.
       Thanks.

    Hi,
    Check if this URL provides you the required info.
    http://www.saptechies.com/find-the-table-use-by-a-transaction-code/
    Regards,
    Rajkandula

  • Help passing table name as parameter to a procedure

    Hello,
    i'm trying to write a procedure that takes a table name as input and uses a cursor to select a column,count(1) from the passed table to the cursor. The procedure i've come up with is as follows,
    CREATE OR REPLACE
    PROCEDURE excur(
        p_tbl user_tables.table_name%type )
    AS
      type rc is ref cursor;
      c rc;
      res BOOLEAN;
    BEGIN
      open c for 'SELECT columnA,COUNT(1) FROM'|| p_tbl||';';
      close c;
    END excur;When i try to execute it, an error pops up informing that a table cannot be used in this context. As in i cannot pass a table name as an argument to a procedure. Kindly guide as to how to solve this situation.

    vishm8 wrote:
    Hello,
    i'm trying to write a procedure that takes a table name as input and uses a cursor to select a column,count(1) from the passed table to the cursor. The procedure i've come up with is as follows,
    CREATE OR REPLACE
    PROCEDURE excur(
    p_tbl user_tables.table_name%type )
    AS
    type rc is ref cursor;
    c rc;
    res BOOLEAN;
    BEGIN
    open c for 'SELECT columnA,COUNT(1) FROM'|| p_tbl||';';
    close c;
    END excur;When i try to execute it, an error pops up informing that a table cannot be used in this context. As in i cannot pass a table name as an argument to a procedure. Kindly guide as to how to solve this situation.Generally speaking, Dynamic code is a bad idea for a staggering number of reasons.
    That aside, what do you want to return? You're selecting a column and applying an aggregate function (count) but you're not grouping, that doesn't usually work out too well.
    TUBBY_TUBBZ?select owner, count(*) from all_objects;
    select owner, count(*) from all_objects
    ERROR at line 1:
    ORA-00937: not a single-group group functionWhy do you perceive the need to be able to take in ANY table name, can't you design an application where table names are known at compile time and not run time?

  • Regarding Table name in HR

    Hi experts,
    I've faced a problem in online appraisal. The process flow is appraisee->appraiser->reviewer through mail.
    After completing the appraisal process, it displys in appraiser end. In PA30, under infotype 25, in diplays in the subscreen 'Appraisals where appraiser'. And the details stored in the related template.
    But I want to know the name of the Tables where all the appraisal related data stored. It didn't stored any HRHAP related tables.
    Pls help.
    With regards,
    Goutam Sahoo.

    Have you checked PA00025 ?
    regards.
    Sarbajit
    Edited by: Sarbajit Majumdar on Mar 19, 2009 2:12 PM

  • Help Regarding Table

    Hello frnds i hv to add two fields into a table but by mistakely i hv added three fields to that particular table now the problem is this when i m trying to delete the extra field it is showing me error that structure has changed and i m not able to activate the table, and even i don't hv the authorization of SE14, plz help me
    Thanks
    Navneet Chaubey

    Hi,
    Once you`ve made some changes in the database, the only way is you`ll adjust and activate the db. If you don`t have authorization to SE14,try the following options -- this might work else contact your basis for authorization :
    1. In SE11 UTILITIES--->ADJUST DATABASE.
    2. Execute Program SAPMSGTB with ur db name.
    Hope this helps you, if so reward points.
    Regards

  • Regarding table name for SOST Transaction data

    Hi SAP Gurus,
    Can I please know the table where the data in Transaction SOST are stored.
    Please Help,
    Tahnks & Regards ,
    Pavan.

    Hi
    For that  try following code , may be it will help you
    TYPE-POOLS sosx.
    TYPES: BEGIN OF ty_itab,
    objtp TYPE soos-objtp,
    objyr TYPE soos-objyr,
    objno TYPE soos-objno,
    fortp TYPE soos-fortp,
    foryr TYPE soos-foryr,
    forno TYPE soos-forno,
    rectp TYPE soos-rectp,
    recyr TYPE soos-recyr,
    recno TYPE soos-recno,
    sndart TYPE soos-sndart,
    sndtp TYPE soos-sndtp,
    sndyr TYPE soos-sndyr,
    sndno TYPE soos-sndno,
    sndnam TYPE soos-sndnam,
    sndreq TYPE soos-sndreq,
    snddat TYPE soes-snddat,
    sndtim TYPE soes-sndtim,
    msgid TYPE soes-msgid,
    msgty TYPE soes-msgty,
    msgv1 TYPE soes-msgv1,
    msgv2 TYPE soes-msgv2,
    msgv3 TYPE soes-msgv3,
    msgv4 TYPE soes-msgv4,
    scomtp TYPE soes-scomtp,
    scomyr TYPE soes-scomyr,
    scomno TYPE soes-scomno,
    status TYPE soes-status,
    adrnr TYPE soes-adrnr,
    node TYPE soes-node,
    objdes TYPE sood-objdes,
    objsns TYPE sood-objsns,
    objlen TYPE sood-objlen,
    attlen TYPE sood-attlen,
    END OF ty_itab.
    DATA: itab TYPE STANDARD TABLE OF ty_itab INITIAL SIZE 0.
    DATA: status_ranges TYPE sosx_status_range,
          snd_date TYPE sxdatrngt,
          sender TYPE sxsenderrngt.
    DATA: stat LIKE LINE OF status_ranges,
          date TYPE sxdatrngl,
          send TYPE sxsenderrngl.
    stat-sign   = 'I'.
    stat-option ='BT'.
    stat-low  = '601'.
    stat-high = '699'.
    APPEND stat TO status_ranges.
    stat-low  = '801'.
    stat-high = '899'.
    APPEND stat TO status_ranges.
    date-sign   = 'I'.
    date-option ='BT'.
    date-low  = sy-datum - 5.
    date-high = sy-datum.
    APPEND date TO snd_date.
    SELECT fobjtp fobjyr fobjno ffortp
           fforyr fforno frectp frecyr
           frecno fsndart fsndtp fsndyr
           fsndno fsndnam fsndreq gsnddat
           gsndtim gmsgid gmsgty gmsgv1
           gmsgv2 gmsgv3 gmsgv4 gscomtp
           gscomyr gscomno gstatus gadrnr
           gnode hobjdes hobjsns hobjlen h~attlen
       FROM soos AS f JOIN soes AS g
         ON frectp = grectp
        AND frecyr = grecyr
        AND frecno = grecno
            JOIN sood AS h
         ON fobjtp = hobjtp
        AND fobjyr = hobjyr
        AND fobjno = hobjno
        INTO TABLE itab
        WHERE g~status IN status_ranges
        AND   g~snddat IN snd_date
        AND ( ( fsndnam IN sender AND ffornam = space ) OR f~fornam IN sender )
        AND g~msgty  NE 'X'.

  • Help regarding 'table controls' and 'internal table' updation

    Hi all.
    Basically this is what i have done..... I have created a table control in module pool program. I declared an Internal table and also have populated it from a database table. I have also used insert statement to insert an blank record in the table control view and delete statements to delete any record,  also in the table control view... .
    But I am not able to update any new record into an Internal table or  the  original table ..
    Any Ideas how to do it ,Gurus
    Thanks

    HEllo,
    Check thsi simple report.
    REPORT ZTFH_TABLECONTROL .
    TABLES : ZEMPTABLE.
    DATA : SELLINE .
    DATA : FLD(20).
    DATA : LINNO TYPE I , OFF TYPE I.
    DATA : ITAB LIKE ZEMPTABLE OCCURS 10 WITH HEADER LINE.
    CONTROLS  : CON_TAB TYPE TABLEVIEW USING SCREEN 100.
    SELECT * FROM ZEMPTABLE INTO TABLE ITAB.
    DESCRIBE TABLE ITAB LINES CON_TAB-LINES.
    CALL SCREEN 100.
    *&      Module  EXT_COMM  INPUT
    *       text
    MODULE EXT_COMM INPUT.
    LEAVE PROGRAM.
    ENDMODULE.                 " EXT_COMM  INPUT
    *&      Module  TAB_UPDATE  INPUT
    *       text
    MODULE TAB_UPDATE INPUT.
    CASE SY-UCOMM.
    WHEN 'DEL'.
          IF SELLINE = 'X'.
            DELETE ITAB WHERE EMPNO = ITAB-EMPNO.
            MESSAGE I000(ZYF_DEL).
          ENDIF.
    WHEN 'UPD'.
        IF SELLINE = 'X'.
             MODIFY ITAB INDEX CON_TAB-CURRENT_LINE.
             MESSAGE I001(ZYF_DEL).
        ENDIF.
    WHEN 'INS'.
         IF SELLINE = 'X'.
          GET CURSOR FIELD FLD LINE LINNO OFFSET OFF.
          SET CURSOR FIELD FLD LINE LINNO OFFSET OFF.
          IF FLD CP 'ITAB*' AND SY-SUBRC = 0.
            IF LINNO >= 1.
              LINNO = LINNO + CON_TAB-TOP_LINE - 1.
              CLEAR ITAB.
              INSERT ITAB INDEX LINNO.
              CON_TAB-LINES = CON_TAB-LINES + 1.
            ELSE.
              CLEAR ITAB.
              APPEND ITAB.
              CON_TAB-LINES = CON_TAB-LINES + 1.
            ENDIF.
          ENDIF.
        ENDIF.
    WHEN 'SAV'.
      MODIFY ITAB INDEX CON_TAB-CURRENT_LINE.
      MESSAGE I002(ZYF_DEL).
    ENDCASE.
    ENDMODULE.                 " TAB_UPDATE  INPUT
    “ FLOW LOGIC
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    LOOP AT ITAB WITH CONTROL CON_TAB.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
    MODULE EXT_COMM AT EXIT-COMMAND.
    LOOP AT ITAB.
    MODULE TAB_UPDATE.
    ENDLOOP.     
    REgards,
    Vasanth

  • Urgent  regarding table names

    Hi All,
    can anyone tell me the names of the fields or tables from which i can refer the fields for the following
    Pick status --date n time
    WM activities ---date n time
    Confirmation ---date n time
    Packed ---date n time
    it is related to  SD
    Points will be rewarded surely
    Thanks in advance

    try VBUk or VBUP

  • Issue regarding table name

    Hi,
    Can any one please give the details to find the name of transporter in a sales order
    tables and field name.
    thanks.

    HI,
          Sathar
    The field kunnr is blank  i got lifnr there but when i write the select querry with vbeln i got 5 record
    from the table tell me from where to get adrnr field.
    thanks .

  • Help Regarding Table Maintainance

    Hi,
    I have created a table maintainance generator and also created a transaction code to maintain entries, HOW CAN I PUT A SELECTION SCREEN SO THAT THE USER CAN SEE ONLY THOSE VALUES CORRESPONDING TO SELECTION CRITERIA.
    Thanks in Advance
    Santosh

    Got the solution by searching in SDN

  • Help regarding file name

    Hi All,
    I want to write my logging information into a file with filename <month><year>.log
    How can I do this using the log4j xml configuration file?
    Thanks, Sachin

    I don't have the documentation here but you would use a DailyRollingFileAppender. If you are working with log4j then you should have the docs accessible. Check it out. If I recall correctly there is an example of that in the tutorial that comes with the product.

  • Table name and field name for voucher no

    I have to create an output type for credit voucher. so i need information regarding table name and field name where voucher no is stored. it is urgent

    When you create a credit memo, this gets posted to the customer account as a line item. You could use BSID table to read the data from there.

  • Table names for Ordercosts and Operational Data

    Hi Gurus,
    I am working on Ordercosts and Operational Data.I want the table names to pull operations data.
    In IW32,there is Operaionts tab,i want to pull all the fields in that tab in my bw reports.
    Can anyone help the table names and the datasources which can fullfill my report requirement.
    Thanks in Advance.
    Thanks,
    Surya.

    what module is this for? also you could click on status and find out the technical name of fields from system menu tab which will give you more info where the fields are stored.

  • Regarding table VBEPDG- Dangerous goods

    Hi Friends.
    I need help regarding table VBEPDG.
    Can anybody tell me how entries are made in table VBEPDG? Whether its configuration table or master data table?
    In my purchase order an item has been wrongly marked as dangerous material,
    and this is leading to table VBEPDG.
    Thanks in advance.

    Dear Saketpanse,
    the table VBEPDG contains the schedule line data for the dangerous goods. If the material is not dangerous then the entry should not be created. Probably the material initially was classified as a dengerous one and is currently changed to the non-dangerous. Am I correct ?
    In this case the entry in VBEPDG will remain because during creation of the order the material was dangerous. Quite generally, SAP does not recommend to change Customizing or Master Data in the Life-system. It can cause many inconsistencies. The correct way to do such a change would be to reject all sales documents which could be affected by such a change, then do the change and then create the sales documents again. It is for the future.
    Concerning the current inconsistency. The correct way would be: to indicate the material temporary as a dangerous one again, then delete the sales order item, and then to indicate the material as a non-dangerous one and create the item again. If you have already subsequent documents, then you can only reject the item. Then the VBEPDG entry will remain, but will not disturb you anymore. Alternatively, you can write a simple ABAP report, which deletes the VBEPDG entry.
    I hope, that this information will help you a little bit further.
    Kind regards,
    Akmal Vakhidov
    Development Support SD, SAP, Walldorf/Germany

Maybe you are looking for

  • Left click on the trackpad doesn't work properly

    Since yesterday I'm having issues with my trackpad that are really annoying. First when you boot you can't select an account with the trackpad. Usually it was select the account with a left click and type your password. Now nothing happens if you cli

  • How do I download full Standard Version 8 of Acrobat?

    I have a new computer and had updated version 7 (disk) to version 8 (download) of Acrobat on my old computer. It was working fine and I don't want to upgrade to Version 9 but I can't find the full version 8 download on the Adobe site. I have the lice

  • DHCP Scopes and Scope Options Import & Export

    I need to adjust lease times for over one hundred scopes spread across multiple servers (about half of them are on one server, though). There will be 2 or 3 different lease times used. What is the best way to do this? I know I can use netsh to change

  • PHP namespace not recognized in DW

    Dreamweaver CS5 says that i have an error in my code when i write "namespace" eventhough it's correctly written according to php manual. Is there a workaround for this? Am I able to define my own language constructs in DW?

  • WPC Cannot render container with special characters

    Hi My portal generates error: "Cannot render container : An error occurred while loading the document from the resource content" when i Finish editing my page.  The special characters that I use are words with accents only with capital letters (used