Employee master table

I want know to know the employee master table object type...can anyone help me to sort out this issue

Hi ,
ObjectId for emplouee master is 171
Regards,
Sakthviel.S

Similar Messages

  • How to Create Inline Table to Display Detail Data in a Master Table in 11g?

    Hi,
    I have a requirement to create inline table inside master table to show data.
    I found this 10g article for this http://download.oracle.com/docs/cd/B31017_01/web.1013/b28967/web_masterdetail006.htm#BABCDCGE
    I couldn't find such option in 11g. Am i missing something? Please let me know where i can find more details.
    Required Output:
    [+] DepartmentId DepartmentName
    [-] DepartmentId DepartmentName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    [+] DepartmentId DepartmentName
    Also, I tried creating the Page as below (Departments -Employees Relation). i.e I have tried using the ADF treeModel in the bindings and then created a table/inline table manually to populate. The data is available in the iterators (i found using sops in back bean), but the inline table is not showing any data. I tried enabling PPR on detail based on master. But no luck.
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="#{bindings.findAllStaff1.viewable ? \'No rows yet.\' :
    \'Access Denied.\'}"
    var="row" value="#{bindings.Departments1.treeModel}">
    <af:column headerText="#{bindings.Departments1.labels.DepartmentId}"
    sortable="false" sortProperty="DepartmentId">
    <af:outputText value="#{row.DepartmentId}"/>
    </af:column>
    <af:column headerText="#{bindings.Departments1.labels.DepartmentName}"
    sortable="false" sortProperty="DepartmentName">
    <af:outputText value="#{row.DepartmentName}"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="No rows yet." var="detailRow"
    value="#{row.children}">
    <af:column headerText="#{row.children[0].labels.EmployeeId}"
    sortable="false" sortProperty="EmployeeId">
    <af:outputText value="#{detailRow.EmployeeId}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.FirstName}"
    sortable="false" sortProperty="FirstName">
    <af:outputText value="#{detailRow.FirstName}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.LastName}"
    sortable="false" sortProperty="LastName">
    <af:outputText value="#{detailRow.LastName}"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:table>
    Thanks in Advance,
    Harikiran

    Hi,
    After reading the above links end-to-end twice, I'm finally able to establish the relationship in UI. I've used iterator for my specific purpose, although it can be done using a table/forEach.
    1) Create VOs for Dept and Emp, i.e. DeptVO and EmpVO.
    2) Then a View Link on deptID, i.e DeptEmpVL
    3) Drag and drop the Dept as AdfTreeTable, b'coz it will create the treeBinding and also add the emp accessor by selecting it in the binding window. (refer to above doc links from BaiG)
    4) In my Page UI, i've created a new table and an iterator in the detailStamp.
    Dept Table ->
    o Value = #{bindings.Departments1.treeModel}
    o Var = dept
    o varStaus = deptVarStatus
    Add these:
    Column1-> OutputText -> #{dept.DepartmentId}
    Column2-> OutputText -> #{dept.DepartmentName}
    Insert into TableFacets -> detailStamp -> iterator
    Iterator ->
    o Value = #{dept.children}
    o Var = emp
    o varStatus = empVarStatus
    Add these:
    OutputText -> #{emp.EmployeeId}
    OutputText -> #{emp.EmployeeName}
    OutputText -> #{emp.Salary}
    This iterator/forEach comes in handy for having n Number of regions inside a layout.
    Thanks,
    Harikiran

  • Problem in Fetching value from Employee Master Date in Crystal Report

    Hi All,
    I am using the SAP Standard report for Sales Quotation and now my client needs a new requirement.
    That is, for certain sales employee they need a manger and the manager name, email, mobile no from employee master data should be fetched.
    I tried this way,
    Assigned the Manager name in the OSLP, memo field and tried to equate the employee name in the OHEM table by using a parameter and tried to fetch the fields but i am not able to view any of the fields from the OHEM table.
    How to fetch the fields from the OHEM table?
    Help me solving this issue.
    Regards,
    Jananisuba S

    hi.
    Janani..
    Fetching means what .
    i am not able to understood...
    linking you are not able to understood or any other.
    in crystal report are u getting the problem.
    First in sql it slef are u able to get the problem..what just explain...

  • Employee Master Data Upload

    HI GURU'S,
    I NEED TO UPLOAD EMPLOYEE  MASTER DATA ON SAP.
    WHAT PROGRAM OR TECHNIQUE I SHOULD USE.
    KINDLY THROW LIGHT ON THIS.

    it is saying to check  T510
    in Table T510  for country grouping  40 the  entry combination  you given is not exist  ( ESG grouping ,payscale area payscale type payscale group and level  and  wage type )
    [In SDN as per rules it only allow one question in a single thread, if you have further queries please open a new thread|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] Please check the rules of engagement

  • Employee master Absence record

    Hello freind
    I want to know about employee master form
    i want to create as like absence button in my form. for that i want to open one form which has matrix on button as like in employee master absence button for that i want to know
    (1) is absence form table is master row table of employee master
    (2)is it yes then how sap update on absence form
    if yu have any solution for that than pls help me for that

    i am find the solution

  • Employee Master (Attributes) Date

    Hi,
      Employee Master Data
    I am extracting Master Data (Attributes) of any Employee from 3 Different Tables in Oracle.
    In Oracle
    The Primary Keys for 2 tables out of 3 are
    Employee No and Location
    The Primary keys for the Third table is
    Employee No ,Location and Job Date
    (Job Date: The Date when there is any change in Job is done..if any employee got a promotion from Manager to Senior Manager,They will change the JOB code and the Job Date)
    In the employee (definition) attributes screen i declared Job  as  time dependent and Job date as attribute.
    But while mapping Transformations i am seeing 0DATE FROM and 0DATE TO along with Job Date as well
    Please advise how to proceed
    Thanks

    hi,
    since the timedependent employee then you have to specify the valid from and to dates.
    for the date from or for date to you can assign the date filed keeping the other to the maximum value.
    if date from is assigned then assign dateto to 31.12.1999 else in the reverse assign the date from as starting date of transaction.
    hope this helps
    Ramesh

  • Copy All Employee Master Data

    Dear All,
    In Human Recource module I have a list of Employees, Now I create new database and want to copy all Employee Master data from old database to new database . Please give me the solution for this problem.
    Thanks & Regards

    HI All,
    Option
    1) you may write a querry and get desired data what you need for SAP's standard template of DTW and then export that template in the excel and again with the help of DTW you can migrate that in your new database.
    2) select required tables from SQL Server Management which is OHEM and HEM6 copy it and paste in the desired database. But be carefull you have to have knowledge of SQL.
    i still think the second option is quiet easy will take just 10 -15 min.
    Ashish Gupte

  • Cannot find some fields from SAP interface (employee master data screen)

    Dear All,
    We are using SAP881 US localization. When I open OHEM table or form settings of list of employees, I can see some additional fields. E.g.
    Health insurance code
    Vacation: Current year
    Those fields I cannot see it from the interface. Can anybody tell me how to key-in those kind of information? Thanks.
    Regards,
    Yuka

    Hi
      Please Check is those fields are Active and Visible In form Settings of Employee Master Screen.....
    Regards
    Naresh.KS

  • Only master tables

    dear experts,
    can anyone mention all the master data tables in SD,MM,PP,FI-CO (like customer , vendor master, material master).
    NOTE: only master tables
    thanks in advance.

    3.1     Material master :
         MARA               Material master
         MAKT                 Material text
         MARC               Material per plant / stock
         MVKE               Material master, sales data
         MARD               Storage location / stock
         MSKA               Sales order stock
         MSPR               Project stock
         MARM               Units of measure
         MEAN               International article number
         PGMI               Planning material
         PROP               Forecast parameters
         MAPR               Link MARC <=> PROP
         MBEW               Material valuation
         MVER               Material consumption
         MLGN               Material / Warehouse number
         MLGT               Material / Storage type
         MPRP               Forecast profiles
         MDTB               MRP table
         MDKP               Header data for MRP document
         MLAN               Tax data material master
    MTQSS               Material master view: QM
    5.1.1     Master data
         SKA1               Accounts
         BNKA                   Bank master record
    6     Sales and Distribution (SD) :
         VBFA               Document flow (alg.)
         VTFA               Flow shipping documents
    7     Material Management (MM) :
    7.1     Material document
         MKPF               material document
         MSEG               material document (item level)
    8.3     Master data - stock positions
         LQUA               Quants
    12.3     Master data
    T527X               Organizational Units
    T528T               Position Texts
    T554T               Attendance and Absence Texts
    T501               Employee group
    T503               Employee group, subgroup
    T503K               Employee subgroup
    T510N               Pay Scales for Annual Salaries (NA)
    T549A               Payroll Accounting Areas
    T750X               Vacancy

  • HR master table needed

    Hi All,
       what is the master table for all Employees.I need Employee No and Employee name
       PA0001 and PA0002 are not the master tables.
      Please help me out.
    Regards
    Kumar

    Hi Kiran,
      Master table is PA0003, where all pernrs will be  
      stored here.But to get employee name you can use
      PA0001-ENAME (Formatted name of employee)
      PA0001-SNAME (Employee's name)
      For last name and first name you can check
      PA0002-VORNA and PA0002-NACHN.
      Hope this will you.
    Thanks & Regards,
    Srilatha.

  • Employee master data replication error

    Dear experts,
    Please help on the issue, as we are doing the UAT test next week.
    When doing the employee master data replication on test tenant, everything works fine, the replication status is green. But when doing the employee replication on production tenant, replication status is red, and system gives error message:
    Company of employment missing for remote employee XYZ.
    We check the Employee in Replication Request, and go to the Employment tab, the Company ID is missing there on PRD tenant.
    But we check the table OTM_HREE_C01 on ERP PRD and Test tenant , everything looks the same, also the Configuration in report OTM_TRIGGER_EMPL_REPL_CE, everything seems to be the same there.
    Could you please let us know what went wrong, and what else to check?
    Thanks!
    Best regards,
    Wendy

    Here's some things that I would check:
    - Make sure idoc includes the company code for the employee <E101OTM_S_EMPL_EMPLOYMENT> <COMPANY_CODE>
    - The assigned cost center of the employee must belong to the same company code this employee is assigned to.
    - Review the company code set-up to make sure it is complete
    - The communication arrangement to make sure it is complete

  • Search Help Creation Using HR Master Table

    Hi,
    I have got one functional spec for elementary search help creation in SAP HR,
    that elementary search help contain a view. In that view i want TWO fields with
    two different selection condition say,
    Field Name is <b>USERID from the table PA0105 with Sub type 01  as Core id and Sub Type 10 as Location</b>, I want these two fields to be there in my View but the field name are same.
    There is any option for this in the VIEW creation.
    Reg,
    Hariharan

    Hi Kiran,
      Master table is PA0003, where all pernrs will be  
      stored here.But to get employee name you can use
      PA0001-ENAME (Formatted name of employee)
      PA0001-SNAME (Employee's name)
      For last name and first name you can check
      PA0002-VORNA and PA0002-NACHN.
      Hope this will you.
    Thanks & Regards,
    Srilatha.

  • Time dependent employee master data reading !in sap-bw

    Hi,
    Here iam using one routine to read employee master data.
    as employee is a time dependent characteristic,we want employee monthly details from the period of joining to till now with all his status.(these status characteristics are attributes of 0employee master table).
    how to code for this requirement.
    regards,
    swami.

    Hi,
    Why do you want to delete ?
    No need to delete any Master Data
    If you want to really delete ,you can do one thing
    Right click on Master data Info Object 0EMPLOYEE
    select Delete master data
    And reload Master data for employee with full load
    if delta Initilize delta with data transfer
    Regards
    Hari

  • Time dependent employee master data reading !

    Hi,
    Here iam using one routine to read employee master data.
    as employee is a time dependent characteristic,we want employee monthly details from the period of joining to till now with all his status.(these status characteristics are attributes of 0employee master table).
    how to code for this requirement.
    regards,
    swami.

    Found it...
    http://help.sap.com/SAPHELP_ERP2004/helpdata/EN/49/7e960481916448b20134d471d36a6b/content.htm
    Regards
    Juan

  • I want to delete the employee master data..

    hi.
    i need a small information i want to delete the all records in employee master..
    but what is the problem is next time if i create employee record...
    what is the empid will be come..
    i think it will not starts from the empid 1 am i correct...
    but i need empid 1 should be starts from the new employee..
    I dont want to update the records in existing one............records..
    i want to delete the all the data which are related ....
    if i delete records from the tables is my problem will solve?
    can i upload the dtw  for new records ?
    can i use delete from tablename like this command?
    if it is possible....can any body list out the table names..........
    I need your valuable suggestions...

    To remove the Data you can use the DTW..
    Using DTW to delete data from a field
    http://scn.sap.com/thread/1875277
    Regards
    Kennedy

Maybe you are looking for