How to delete and re-set sales personnel number

Hi gurus,
I have some problems on sales personnel
1. I created a new record using T-code VPE1 and it asked for a TR (transport request).  I cancel so the TR is not generated.  I will delete the record. Is creating sales personnel a master data or config?  
I found although I cancelled, the sales personnel number has increased e.g. from 4 to 5.   So how or where to reset the number back to 4?   I can't find the config or function to reset.  Any idea??
2. Can the record 5 be deleted? And if able to reset the number, can 5 be still re-use?
Regards
Bern

Hi  Zuzana,
Thanks for your valuable info.
Yes, I totally agreed with you on the unique id.  However, as I mentioned earlier in my scenario I have created the record but cancel the transport request (TR) in development environment.  Hence, this record will not be transported to QA n production eventually.
Therefore, I need to delete the record.  Then reset the number back to 4.   After that, create the record again and henceforth the rest of the sales personnel.
I wonder if it is correct that it will generate the TR i.e. if it's a master data in VPE1 after saving that's it.  If it does generate the TR then it is a config.   I am still puzzle if it is a config or something wrong with my development server.  
Need your expertise advise.
Thanks.
Regards
Bernard

Similar Messages

  • How to Delete and Reset a Lost Root Password on a System With a Mirrored ??

    hi All,
    we are experiencing problem,lost root password on Solaris 10 Sparc T5120, with mirror root,
    and we found the solution from Metalink.oracle.com, has anyone have try this??
    here list capture the file system :
    Filesystem size used avail capacity Mounted on
    */dev/md/dsk/d10 2.0G 349M 1.6G 18% /*
    */dev/md/dsk/d40 9.8G 563M 9.2G 6% /usr*
    */dev/md/dsk/d30 9.8G 1.4G 8.4G 15% /var*
    */dev/md/dsk/d50 7.9G 310M 7.5G 4% /opt*
    */dev/md/dsk/d600 3.8G 4.3M 3.8G 1% /home*
    */dev/md/dsk/d602 471M 20M 404M 5% /app/controlm*
    */dev/md/dsk/d601 471M 251M 173M 60% /app/ctsa*
    */dev/md/dsk/d604 4.9G 1.1G 3.8G 23% /app/oramon*
    */dev/md/dsk/d603 20G 11G 8.2G 58% /app/oracle*
    */dev/md/dsk/d606 39G 10.0G 29G 26% /proj/iprdb01/orafra/iprod01p*
    here the step :
    Solstice DiskSuite[TM] Software: How to Delete and Reset a Lost Root Password on a System With a Mirrored Root Disk [ID 1010755.1]
    Solution
    Steps to Follow
    How to delete and reset a lost root password on a system with a mirrored root disk.
    1) Insert the Solaris[TM] Operating System CD-ROM into the CD-ROM drive.
    2) Once the CD-ROM is in the drive, perform a stop-a. This brings the system down to the "ok" prompt.
    3) From the "ok" prompt, perform a single-user boot from the Solaris OS CD-ROM.
    ok boot cdrom -s4) At the "#" prompt, determine which disk is the system's boot disk (containing the root file system). There are several Oracle architectures and various configurations of systems when it concerns a boot disk. As a general rule, most boot disks are attached to controller 0 (c0). Usually, their SCSI target is
    either 3 (t3) or 0 (t0). However, Oracle machines are very flexible, and the boot disk could be at a different location. If you are not sure which disk is your boot disk, perform the following steps to determine the location of the boot device:
    a) # eeprom boot-device
    The output might appear to be simple, such as "disk" or "disk1" or more complicated, such as a pathname "/iommu/sbus/espdma@4,8400000/...../sd@3,0:a".
    b) Make note of the boot-device. If the boot-device is a pathname, it is beyond the scope of this information to provide the location of the customized boot disk. However, for most configurations,
    finding the customized boot disk is an easy task. The "Format" command shows all available disks:
    #format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    (enter its number): c) Enter d to exit format.
    Now, you will have an idea what disks are on the system. Therefore, if the boot-device is "disk" and format shows "c0t0d0" (on some systems "c0t3d0") then that is the boot device. If boot-device
    shows "disk1" and format shows "c0t1d0," then that is the boot device. If format shows multiple disks, then based on what the "eeprom boot-device" command shows, the system's boot disk would be:
    boot-device format
    disk c0t0d0 or c0t3d0 (machine dependent)
    disk1 c1t0d0
    disk2 c0t2d0
    disk3 c0t3d0 or c0t0d0 (machine dependent)
    and so on ....
    5) Because the system was not brought down gracefully (no root password means having to use the Stop-a keystroke to "crash" the system), you need to run "fsck" to clean the root partition (slice). The fsckalso confirms that you selected the proper slice.
    # fsck /dev/rdsk/c1t0d0s0
    where the X and Y are determined by the previous procedure. It is also possible to have a root partition which is not on slice 0 (s0), but, again, that is not a standard configuration.
    The output of "fsck" looks like this:
    ** /dev/rdsk/c1t0d0s0
    ** last mounted on /
    ** Phase 1 .....
    The second line in the output of "fsck" ("** Last mounted on /") confirms that this is the correct root filesystem partition. Answer "y" to any questions fsck asks. There shouldn't be too many items
    needing repair. If there are, there is a possibility of a corrupted root filesystem. After fsck is finished, mount the root partition:
    # mount /dev/dsk/c1t0d0s0 /a
    Again, X and Y are the same as for the fsck command.
    For example:
    # mount /dev/dsk/c1t0d0s0 /a
    6) From the root prompt, set the proper TERM type command (such as vt100, dtterm, sun, and so on)
    by entering this command:
    # TERM=sun; export TERM
    7) Use the VI text editor to edit the /etc/shadow file:
    # vi /a/etc/shadow
    8) The first line of the /etc/shadow file is the one you want to modify.
    It looks like this:
    root:c3.yAVmYodWsc:6445::::::
    9) Delete every character between the first and second colons in the first line of the file. When you finish deleting the characters, the line should look like this:
    root::6445::::::
    10) Press the Escape key, then enter the following to save the file and exit vi:
    :wq!
    11) Use the VI text editor to edit the /etc/system file andremove the "rootdev" line shown below:
    # vi /a/etc/system
    *rootdev:/pseudo/md@0:0,0,blk
    Don't comment out the "rootdev" line. Actually remove it.
    12) In the /a/etc/vfstab file, replace the lines for the system filesystem meta-devices with their underlying partitions. For example, change lines from
    /dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
    to
    /dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no -
    ONLY change the lines for root (/) and the filesystems that were affected by the actions you took in step 1 of this procedure. All other metadevices may stay as is in this file.
    13) Unmount root, check the root filesystem, and then stop the system:
    # cd /
    # umount /a
    # fsck /dev/rdsk/c1t0d0s0
    # stop-a
    14) Boot to single-user mode:
    ok boot -swTHIS STEP IS VERY IMPORTANT; YOU MUST BOOT TO SINGLE-USER MODE TO AVOID FILESYSTEM CORRUPTION.
    If the system does not boot to single user mode, you might have made a mistake in the previous steps.
    15) Because the root password was cleared in an earlier step, press Return when prompted for the the root password. Once you are in single-user mode, you must clear the metamirrors and all the sub-mirrors for the root filesystem. For example, if root (/) is d0, run the following command:
    # metaclear -f -r d0
    Running the metaclear command not only clears the metamirror but also clears the submirrors that are part of this mirror.
    16) When the metamirror is cleared, continue the boot up to multiuser mode by either pressing CTRL-D or by entering the following:
    # exit
    Now everything should be as it was, except that the system partition is on the underlying partition and isn't mirrored. You will simply need to re-create the metadevices for the root mirror as you had originally.
    many thanks

    Hi,
    Halt your machine.
    Boot with fail-safe mode.
    format and list out the disks. (You can get the root & mirror disk (c#t#d#) details from /etc/lvm/md.tab of your root or mirror disk. Earlier explorer output may help)
    Mount the root disk and remove the password entry in /etc/shadow
    umount it.
    Mount the mirror disk and remove the password entry in /etc/shadow
    umount it.
    reboot the server.
    Hope this helps!

  • HOW TO DELETE PARTICULAR TRIPLE SET FROM Oracle SEMANTIC TABLES in 11g

    Can somebody help us how to delete a particular set of triples from Oracle(11g) semantic that we have. Because we noticed that few triple belongs to particular data sets were wrongly loaded so we need to remove only those triples.
    Usually we delete all triples including others such and reload them again along with new triples. We would like to avoid this as we go to production.
    Otherwise When we insert a set of triples belongs to a particular data set, is it possible to know what ids Oracle assigned to that set? Can we delete by id? Just a thought.
    Rgds
    Srini

    Hi,
    It is very strange. I got an email in my inbox saying that you want to find out
    IDs of triples that belong to RNAIDB data set like the following.
    "<http://www.lscdd.lilly.com.sg/lscdd/RNAIDB/...../.../:>".
    This forum does not have your message somehow.
    Assume you have asked such an question :), my answers are
    1) from a modeling perspective, it is not a very good idea to encode
    semantics in the URI lexical form itself. A URI should be treated
    as a symbol.
    2) now assume you have a valid reason for doing this, you can try something like the following.
    CREATE INDEX testdel_sub_idx ON tstdel (triple.GET_SUBJECT());
    -- You can then get the rowid out for those offending rows.
    select rowid
    from tstdel t
    where t.triple.GET_SUBJECT() like '<urn:su%'
    -- Or you can remove them directly.
    delete from tstdel t
    where t.triple.GET_SUBJECT() like '<urn:su%'
    ;

  • How to delete and recreate  Photoshop and  Illustrator preferences

    Can anyone tell me how to delete and recreate my Photoshop and my Illustrator's preferences?

    Photoshop Help | Preferences

  • How to delete and rename LSMW projects...

    Hello Experts,
    I can't seem to find a way on how to delete and rename my LSMW projects.I dont see any options on how
    to rename it.
    Thank you guys and take care!

    On the LSMW transaction start screen. Goto->Administration. Here you can select your project etc. and rename/delete/copy.

  • How to delete a RAID set in Disk Utility?

    I set up a mirrored RAID set with two 80GB disks on a 500MHz G4 "sawtooth", then installed Tiger successfully. Statup Disk on the Tiger DVD recognizes it as a valid startup disk, but it won't boot (stays on the white screen with the large apple).
    So, I decided to go back to two separate disks with no RAID, but Disk Utility won't seeem to let me delete a RAID set. It shows the volumes as locked (no apparent way to unlock them), and also doesn't allow me to format the underlying drives (bad file descriptor error).
    Any suggestions on how to undo a RAID set in Tiger?
    Thanks,
    0g
    G4 "Gigabit" Dual-500   Mac OS X (10.4.8)   1.5GB RAM, 1TB internal, SCSI, 802.11g, USB2.0

    Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. After the menubar appears select Disk Utility from the Utilities menu (Installer menu for Panther.) After DU loads select the main entry of the RAID (the one with the RAID size) then click on the RAID tab in the DU main window. Select the main RAID entry from the icon list (the one that says "Mirrored RAID Set" and should have the word "Online" in green. Then click the Delete button down below the list view.
    Be sure to backup first because this could cause complete loss of data.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • How to delete and edit particular line in a file and save it in same file ?

    Hi,
    I want to delete and edit text at particular line in a file.
    But edit and delete should reflect in same file.
    I have done googling for this but it results with using another file, that i dont want as i need to save changes in same file.
    How can i do this?
    Thanks in advance
    Edited by: vj_victor on May 24, 2010 3:33 PM

    I just want to make sure, this is the only way to do what i mentioned ? or it could be done another way !a) write the data to a new file
    b) delete the old file
    c) write the data to a newer file
    d) delete the new file
    e) rename the newer file to the old file name.
    For a hint about still more ways to do this, search for the complete lyrics of One man went to mow, Went to mow a meadow...
    db

  • How can delete and block a app downloaded to my daughter's ipod?

    How can I delete and block an app downloaded to my daughters ipod.  I know how to delete it but it seems to always be available for her to download again.  She does not have her own Apple ID and does not know my password.

    Delete it again, go into Restrictions on her Touch and turn off the ability to add apps.

  • How to delete and add rows in a table control

    Hi
      how to delete rows and add new rows in a tbale control
    Sathya

    Hi,
    In the PAI write this code
    PROCESS AFTER INPUT.
    LOOP AT itab.
    ENDLOOP.
    MODULE MODIFY_TC.
    MODULE MODIFY_TC.
    To add a row
      DESCRIBE TABLE itab LINES tc_tab-lines.
      tc_tab-lines = tc_tab-lines + 1.
    To delete a row if check box is ticked
       DELETE itab WHERE check = c_x.
    To delete a row depending on tabix
       DELETE itab index l_tabix.
    ENDMODULE.
    Make sure that you put a if condition in the above module inorder to ensure addition or deletion of a row.
    Best regards,
    Prashant

  • How to delete and refresh the contents of table control..

    how to delete particular row in table control .consider we r having three rows i wish to delete the third row.while on debugging the third row gets deleted successfully.but that is displayed in table control.then how to refresh the table control...

    hi,
    try like this....
    USER_COMMAND of PAI
    MODULE user_command_9000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANCEL'.
          LEAVE PROGRAM.
        WHEN 'DEL'.
          GET CURSOR LINE lin_no.
          f1 = 1.
       ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    and in Module in which u fetching data in PBO, write like
    MODULE get_data OUTPUT.
      IF f1 <> 1.
        SELECT kunnr name1
        INTO CORRESPONDING FIELDS OF TABLE mytab
        FROM kna1.
      ENDIF.
      IF f1 = 1.
        DELETE mytab INDEX lin_no.
        FREE lin_no.
        FREE f1.
      ENDIF.
    ENDMODULE.                 " get_data  OUTPUT
    reward if useful...

  • How do delete and reinstall Lightroom 5 using Creative Cloud?

    Hello, it seems (according to support) that I have a corrupt version of Lightroom 5 and I need to delete and reinstall.  I actually have a version that is not corrupt but when I try to do a Edit it, such as open in layers or merge to hdr, it will default to the corrupt version.  So bottom line how to I end up with one version that is not corrupt.  I read something about accessing uninstaller in utilities but I don't see Lightroom listed.  I do see Creative Cloud listed.  Is that what I am supposed to uninstall? 
    Thanks,
    J. Paul

    Thanks for your help here but I resolved this problem but created a much larger one by not backing up my Lightroom .lrcat properly. While  working with Adobe support I didn't do a Lightroom backup (my mistake) and I lost the current 2014 edits that were in that catalog. I had to revert to a much older catalog backup.  I was under the (wrong) impression that if I was doing daily backups with Time Machine and Drobo that my catalog was intact. 
    Regards,
    Paul

  • I can't figure out how to delete and email address for someone that is no longer valid.

    I can't figure out how to delete an email address that is no longer valid.

    Assuming that this is on your iOS device, then you can change a contact's details via the Contacts app. If it's not linked to one of your contacts then I get a blue 'i' to the right of the email address on the popup list :
    Tapping on that gives me a second popup, at the bottom of which is :

  • How to delete line item from sales order ?

    Dear All ,
                               user is having 20 line items from which 3 line items of which prod order confirmation cancellation is done also goods reversal done now as user tries to delete the line items an info box pops up --> Due to cost management the line item can not be deleted . Can u tell me that if these line item is not deleted than how to delete this ?  sos what user had done that he had selected reason for rejection for these 3 line items so now the total wt is reduced but user is not able to delete the lineitems .
    pl help
    sap11

    Hi
    For those line items you can assign a REASON FOR REJECTION. Automatically the status of those line items will be closed.
    Thanks,
    Ravi
    PS : sorry....please ignore my post.
    Edited by: sankar ravi on May 20, 2008 3:45 PM

  • Cisco Works - need to re-use a 3560, how to delete and re-add in Cisco Works

    Hello.  I did not see a cisco works section on the forum, forgive me if it's there and I missed it.  I have removed a 3560 switch from one location and am going to rename it (same IP though) and deply it in a different department.  We have cisco works sending critical and informational alerts as well as backup the configs on Sunday mornings.  I think I was able to get it to stop sending alerts when I unplugged and unhooked the switch.  I want to give the switch a new host name and re-deploy it.  I assume it will be easier to delete and then re-add the switch to cisco works.  Is the a document where I can follow steps to remove it from cisco works?  I have the documentation, but it is hard to read and they don't really have an area that specifically says "remove a switch from cisco works", and I don't want to break everything for the other 55 switches that cisco works does do the alerts and backups for.  I know cisco works is full of different modules, so I was wondering if there was a document or some type of help I could get for doing this.  Any help would be greatly appreciated.  Thanks.  Mike Baker

    Hi,
    It sounds like a tutorial may be what you are looking for. Here is one based on LMS 3.1.
    https://learningnetwork.cisco.com/docs/DOC-4031
    To remove a device from DCR (Device & Credential Repository) navigate to Common Services > Device and Credentials > Device Management.
    Thanks,
    Nick

  • How are stacks and version sets handled in Mobile Albums

    I am thinking of purchasing PSE 12.  However, I have a question about the way stacks and version sets are handled in Mobile Albums within Revel.
    When photos are in stacks or version sets in PSE 12 and I sync those photos to Mobile Albums in Revel, do the photos also appear as stacks and version sets in Revel?  Or, do the photos which were in stacks and version sets in PSE 12 appear individually (i.e. un-stacked and not in version sets) in Revel?

    I had the same issue. It took me a lot of time playing with the interface before I finally figured out the problem. Even though, when you double click a photo (single view) from within the default grid view, you "do" get the option to expand a stack or version set (not greyed out). However, it does not work. My frustration with that is that since it was not greyed out you would naturally expect it to be functional and it is not. In grid view the option is greyed out however that caused confusion as well since this option works in Elements 12 default view. So, one assumes it is a defect. Right? So the solution is to switch the grid view to detail view (view -> detail). Once you do that then the expand function works as expected. This should have been explained as I believe it is a change in functionality (user work flow) from earlier versions. I did try to find wording about this in the help file but no luck.  

Maybe you are looking for

  • Passing Parameter from BSP to BW

    Hi, I need to pass the user input parameters from BSP page to BW Web template. While navigating to BW Web template, i need to bypass the variable screen of BW. Could you guide any approach how to deal this scenario? I tried passing the parameter thro

  • Can't import from Sony XDCAM memory card to FCP 6

    I can't import from Sony XDCAM memory card to FCP 6.01 HD. Am using Macbook Pro, 2 gig of RAM. This is my first time NOT using tape. I can copy the files off the memory card onto an external drive (to free up the card for pro crew's next day's shoot)

  • Kindle fire hd

    skype to skype calls - starts ringing and then cuts out. it says the user is busy but they arent. anyone had this problem ?

  • Java 6 SE runtime

    How can I use Java 6 SE runtime for my existing applications on OS X Yosemite?

  • Run time error program C an application has attempted to load the C runtime library incorrectly

    I have attempted to delete I Tunes and reinstall but this message continues to come up so I am not able to fully load I Tunes. I had I Tunes loaded previously and it worked well until I updated it this week. Any suggestions?