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

Similar Messages

  • Can we change the employee number on the employee master data form ?

    Hi,
    Simple question but can we change the employee number on the employee master data form ? We need to use the same employee numkbers from another system but just cannot interact with the employee no. in SAP 2007 ?
    Thank you,
    MB

    You canu2019t modify the employee number. It is assigned by the system sequentially.
    But you can define a user defined field to store the other systemu2019s identifier or use (and even rename) some other field to store this information.

  • Can we use idoc technique to change or delete the vendor master data?

    Hi,gurus,
    Can we use idoc technique to change or delete the vendor master data?You know we can create vendor data using idoc CREMAS03 as the receiver adapter,but when change or delete the specified vendor data,must we use RFC adapter technique?
    Another question:I found the bapi which creates a vendor master data doesn't have the parameter account group,then we turned to idoc technique.But which adapter should I use when change or delete the vendor data?
    Thanks in advance.

    Hi,
    >>>I found the field of the segment of deletion flag at different level,and very appreaciate your help.
    yes - LOEVM  - but remember this will not delete the record but only mark it for deletion
    >>>It's a long time to wait for your new blog,what new and interesting things do you find?
    at least 4 new in my head - 2 simple but important and 2 new + I'd also like to write something for XI guys about
    BO data integrator which can also work as EAI tool (BTW I know it's ETL) but how knows when they will appear
    Regards,
    Michal Krawczyk

  • Pane level is not working for created button in Employee Master Data

    Hai,
    I have created a button in Administration tab of Employee Master Data. I set the Pane level 3 for that button. Even though, when the Employee Master Data is opened, that button appears. ie., When Employee Master Data menu is clicked, Employee master data is opened in find mode and by default Address tab is active.But my button is visible here itself. I want that button visible only in Administration tab.
    How to resolve this.
    Thanks in advance.

    Hai,
    Thanks for answering.
    Actually coding  is as follows:
      oNewItem = oForm.Items.Add("XXX", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
                            oItem = oForm.Items.Item("61")
                            oNewItem.Top = oItem.Top
                            oNewItem.Height = oItem.Height
                            oNewItem.Width = oItem.Width
                            oNewItem.Left = oItem.Left
                            oNewItem.FromPane = 3
                            oNewItem.ToPane = 3
                            oNewItem.Visible = True
                            Butt1 = oForm.Items.Item("XXX").Specific
                            Butt1.Caption = "Click"
    I got solution by commenting the line  "oNewItem.Visible = True"
    Thanks once again. But I don't know how it works.
    Edited by: ParvathaSolai on Jun 7, 2011 2:11 PM

  • Employee Master Data - Banks do not show up

    Hi all,
    On the employee master data, when I want to choose the bank for the employee, the list doesn't show up on the drop down menu, just "Define New".
    But this issue only happens with some employees, on the others the bank list shows up.
    Anybody have any idea?
    Thanks,
    Pedro Santos

    Hiii Pedro
    Check this SAP Note1112098, relates to your issue
    which says
    Bank Details missing in the Employee Master Data
    Symptom
    In the Human Resources -> Employee Master Data -> Finance tab, nothing appears when you select the drop down list in the 'Bank' field. Why is this?
    Other terms
    Employee, finance, bank, bank details, branch, account, human resources, HR, SAP Business One
    Reason and Prerequisites
    Consulting
    Solution
    In order to select the 'Bank' in the 'Employee Master Data', you need to firstly define the 'Home Address Country' in the Address tab -> Home Address area.
    Once done, you can now choose the Bank ID in the 'Finance' tab and
    fill in the rest of the fields (Account No, Branch).
    Rizz

  • 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

  • Archiving and deleting of equipment master data in plant maintenance module

    Hi,
    Can anyone explain me the process to archive and delete the equipment master data in PM module using archiving tools.
    I tried doing it thru t-code SARA, would be grateful if anyone can help me with the steps to follow to archive the equipment master data.
    Thanks in advance,

    Many thanks for your reply,
    I tried doing the same in IDES, but unfortunately the archive file is not getting generated when i write it. I have clearly specified in the variant to create an archive file. Can you please explain how does the system generate an archive file. And also in the customizing " Archiving Object-Specific Customizing " techincal settings, i have maintained the production variant and have marked start automatically.
    Please advise,
    thanks again ,

  • Dead Space in Employee Master Data form?

    Hi all. I am having a very difficult time placing sap and user defined objects on the Administration Panel in the Employee Master data form. I am referencing SBO objects but my objects are not being placed where I specify. It's as if there is an invisible object in the center of the Panel that randomly pushes other objects out of the way.
    Has anyone else run across this? Any suggestions are deeply appreciated.
    Thanks

    Here is part of my code, thanks Gordon.
    #region Column One
                //Classification Label
                c_oRelativeItem = c_oForm.Items.Item("92");
                c_oItem = c_oForm.Items.Add("O_HR_LB22", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Classification";
                //Employee Costs Label
                c_oRelativeItem = c_oForm.Items.Item("O_HR_LB22");
                c_oItem = c_oForm.Items.Item("97");
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3; //+ 15;
                c_oItem.FromPane = 3;
                c_oItem.ToPane = 3;
                //Term Reason Label
                c_oRelativeItem = c_oForm.Items.Item("97");
                c_oItem = c_oForm.Items.Item("90");
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;
                c_oItem.FromPane = 3;
                c_oItem.ToPane = 3;
                //Term Date Label
                c_oRelativeItem = c_oForm.Items.Item("90");
                c_oItem = c_oForm.Items.Item("91");
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;
                c_oItem.FromPane = 3;
                c_oItem.ToPane = 3;
                //Last Day Worked Label
                c_oRelativeItem = c_oForm.Items.Item("91");
                c_oItem = c_oForm.Items.Add("O_HR_LB40", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;//15;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Last Day Worked";
                //Key Return Date Label
                c_oRelativeItem = c_oForm.Items.Item("O_HR_LB40");
                c_oItem = c_oForm.Items.Add("O_HR_LB41", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;//15;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Key Return Date";
                //Exit Int Date Label
                c_oRelativeItem = c_oForm.Items.Item("O_HR_LB41");
                c_oItem = c_oForm.Items.Add("O_HR_LB42", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;//15;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Exit Interview Date";
                //Eligible for Rehire Label
                c_oRelativeItem = c_oForm.Items.Item("O_HR_LB42");
                c_oItem = c_oForm.Items.Add("O_HR_LB43", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;//15;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Eligible for Rehire";
                //Attach Label
                c_oRelativeItem = c_oForm.Items.Item("O_HR_LB43");
                c_oItem = c_oForm.Items.Add("O_HR_LB44", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                c_oItem.Height = c_oRelativeItem.Height;
                c_oItem.Width = c_oRelativeItem.Width;
                c_oItem.Left = c_oRelativeItem.Left;
                c_oItem.TextStyle = c_oRelativeItem.TextStyle;
                c_oItem.Top = c_oRelativeItem.Top + c_oRelativeItem.Height + 3;//20;
                c_oItem.ToPane = 3;
                c_oItem.FromPane = 3;
                c_oLabel = c_oItem.Specific;
                c_oLabel.Caption = "Attachments";
                #endregion
    Sorry, I don't know how to format this on SAP's Forums.

  • Labels reversed in french in Employee Master Data, fields Branch and Dept

    Hello
    There is an error in SAP B1 2007A translation from english to french.
    In the Employee Master Data, in french, the labels Branch and Department are reversed. So our client has its Departments in OUBR and its Branches in OUDP.
    Is there a way to make a correction to those labels without creating an add-on?
    Thank you.
    Pierre

    Hello Gordon
    I've double-clicked on the labels and nothing happens. Is there a lock in the menu that has to be deactivated before we click on the labels in order to change the caption.
    I'm in the Employee Master Data interface and the labels for the Dept and Branch are reversed in the french version.
    Thanks
    Pierre

  • 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

  • Reg:Approval procedure for Employee Master Data

    Hi,
    My client wants approval procedure for Employee master data.
    Is it a way do this?
    Please let me know.

    Hi,
    On Which action, do you required approval on Employee Master data ??
    It may be through customization easily.
    Regards
    Rahul Singh

  • Failure in the SOAP Runtime: Employee Master Data Replication Using IDoc OTM_EMPL

    During employee master data replication from ECC to CfTE, we encountered the following error:
    Unexpected element -el=OTM_EMPL ns=urn:sap-com:document:sap:idoc:soap:messages
    We are using the 1402 WSDL for Replication of Employee Master Data with Employment Details (humancapitalmanagementmasterd2). The payload was not received in CfTE.
    Can anybody please advise how to resolve this issue?
    Thank you.

    Dear Joselito,
    This issue need deeper investigation in customer system.
    Kindly report an incident for SAP Support for further help.
    Regards,
    Rahul Mishra

  • Delete the Business Entity and the Building master data

    Dear all ,
    Please I need to know the way to delete the Business Entity and the Building master data from the system.

    Hi Khairy,
    You can allow the deletion of the object(s) at the below mentioned path.
    RECACUST -> Tools -> Deletion of Real Estate Objects Without Archiving.
    You can go to the relevant master data transaction and get an option to delete in the initial screen, an example is shown below.
    Note that there are prerequisites for every type of object deletion.
    Regds,
    Hardik Sharma

  • The "Change Log" is grey out in Employee Master Data

    Hi,
    Just wonder why is the "change log" is grey out in Employee Master Data ?
    How can I track the log in employee master data ?
    Thanks

    Hi,
    Confirm that the superuser assign with pro license.
    No additional authorization assign to the superuser.
    Already created a new test company, created employee master data, try to update, and the "change log" still grey out.
    Tried on China and US localization.
    Is your side really work?
    Which version?
    Thanks

  • My mobile was stolen and I want to delete the data on it without deleting it from iCloud, how can I do that?

    My mobile was stolen and I want to delete the data on it without deleting it from iCloud, how can I do that?

    Welcome to the Apple Community.
    You can erase it with find my phone if you had enabled it, this doesn't wipe the data in your iCloud account.

Maybe you are looking for

  • Office 2007 + Custom template (dot/dotm files) on terminal server -- issues

    We are trying to transition to a terminal server + thin-client setup. The TS runs Server 2008 R2, and the Office version is 2007 (for compatibility reasons -- we have a lot of macros etc that won't run with Office 2010). The normal.dotm for Office, E

  • Container Managed Entity Beans and Client Identifier in Oracle

    Is it possible to use Container Managed Entity Beans (EJB with CMP) in a way that the Oracle database sessions still know the individual Client Identifiers of the actual users (not just the Identifier of the proxy user defined in the Connection Pool)

  • How to filter datas  and display in java

    Hi guys. I'm kind of new to Java, I've have a database where values are stored ,i just have to take one column and i got to filter one value and display all . is there a command to filter I just want to do that if that Not wanted value is there to ig

  • BI Java landscape question

    Hello, In a small organization with little traffic is it possible to use one BI Java system to connect two enterprise portals (Dev + Prod) from one side and two BW 7 abap systems from the other side (Dev +Prod) or must I have a seperate BI Java for D

  • I stopped installation, wont work.

    hey, i dont know if this is a common issue or not but i searched for it and couldnt find an answer....so here's what happened. I finally started to install version 10.4.11 from the Software Update. it was taking forever and i had to turn off my insta