Change the Name of Many ABAP programs.

Hi,
I need to change the name of many abap programs, because the company standard programs names has been changed, and will be necessary to change the name of all the programs, but there are many programs.
I'd like to know if someone know a transaction that will helped me or if will be necessary to develop an own program for it?
Thanks,
Marcos MS.

Hi
I think you have to rename indvidually using SE38 transaction.
But be careful to care of the following
(1) if the program is called with in a program, you need to change there also, before changing check the whereused and change accordingly
(2) If the program is called in the transaction, you need to change there also
Regards
Madhan

Similar Messages

  • After change to Mavericks my Mac become too slow e I can't use it because stays asking passwords for "talagent" and "messages agent" as icloud keys. I got changed the icloud password many times and still doesn't work. I can't open any program.

    After change to Mavericks my Mac become too slow e I can't use it because stays asking passwords for "talagent" and "messages agent" as icloud keys. I got changed the icloud password many times and still doesn't work. I can't open any program.

    Back up all data.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select Change Settings for Keychain "login". In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
    Keychain Access ▹ Preferences ▹ First Aid
    If the box marked Keep login keychain unlocked is not checked, check it.
    Select
    Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.

  • I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. After long hours, I discovered that if I change the name of the mailbox, the content works.

    I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. The title of the mails stored in the mailbox appear, but the content was unavailable.
    After 4 long hours at the phone with the Apple staff unable to help me, I discovered that if I change the name of the mailbox, the contents of the mails stored there become available.
    Please, make this solution available to other people!

    You have found the the way to share it.   Include your problem and its solution in a forum post in the Mavericks forums.   Then mark you own post with a green solved star.
    Note.  You won't get any points for that; points are only awarded where you mark someone else's post as either helpful or solved.

  • How do I change the name of a folder in the System/Library folder?  I need to do it to debug a program that is crashing due to some plugins in the folder.

    The program crashing is Sibelius 6 -- music scoring program.  I am running OSX 10.7.5.
    I changed a playback setting in the program and then it crashed.  Sibelius playback device needs to get permissions to use audio plugins and there are some that are, apparently, Sibelius 6 doesn't like.  I don't need to use these vat, AU plugins in this program, but I cannot get out of it unless I change the name of the folder Sibelius looks to for those  plugins. 

    Choose Utilities from the Finder's Go menu, open the AppleScript Editor, and run:
    do shell script "mv '/System/Library/oldname' '/System/Library/newname'" with administrator privileges
    (126015)

  • I purchased an used iPod nano 4th with many many songs on it,but when i hooked the usb cable to try and change the name,something went wrong.i had to reset it,thinking my music would still be there,but i lost everything! Is there any way to get these back

    I purchased an used iPod Nano 4th.with many,many,many songs and albums on it,but when i plugged the usb cable into my laptop(i am a new comer to computer) i thought i was changing the name and thought i was syncing but something went wrong and everything was gone! is there any way possible to get these back? Please I need Help!!! Thank you!

    Was the music purchased via your iTunes account and/or did you buy it from other sources or copy it from your own CDs, or did the music belong to the previous owner ? If the music was yours then you can sync it back to the iPod via your computer's iTunes. If the music is not still on your computer then have you got a backup of it ? If not then for iTunes purchases you might be able to re-download it depending on which country you are in. If the music was put on the iPod by the previous owner then you will need to buy your own copies of it.

  • How to change the name of an exec'ed program

    Hi
    Is there a way to change the name of an exec'ed program?
    My problem is, that when I start a bunch of Java apps, they all
    show up as /opt/jre/bin/sparc/green_threads/java
    I want to write some C code, which I could call using the Java
    Native Interface.
    Igor

    Hi,
    If you are exec'ing the programs and want them to show a diffent name, specify a different argv[0] to the exec. Eg:
    <pre>
    include <stdio.h>
    #include <sys/types.h>
    main()
    pid_t pid;
    pid=fork();
    if (pid==0) {
    execlp("/usr/bin/ps","junk","-ef",NULL);
    </pre>
    If you want to change the name of an already running program then I suspect some kernel jiggery pokery is required.
    Ralph
    SUN DTS

  • How can i change the name in information of my  i pod

    my friend gave me her i pod , because she bought a the bigger GB i pod.
    but when i turn on the computer which is connected with i pod,  whenever the update comes it keep show me " her name" and give the direction.
    also , i looked in pod information in my i pod. it has still her name.
    ( the information of i pod shows  how many songs have, how many pictures, videos, programes...etc)
    can i change the name?
    my friend says she is not sure how to do it.

    http://support.apple.com/kb/HT3965

  • Change the name of the Y axis in a graph

    Hi ,
    I am comparatively new to lab view and want to know hoe I can change the name of the y axis pragmatically
    every time I place a waveform graph the x and y axis are by default called 'time' and 'amplitude'
    but in my program I want the user to be able to pragmatically change the name of these axis's specially the y axis .
    is there any way to do it ? ive tried creating reference and passing it on to a property node .. but i am unable to find the right property that will perform the task i desire ..
    please help ..
    many thanks in adavnce
    Solved!
    Go to Solution.

    Hi Avisnash,
    You can use the property node name of y axis for this purpose. Check the attached vi.
    Regards,
    Nitzz 
    (Give Kudos to good Answers and Mark it as a Solution if your problem is Solved)
    Attachments:
    Untitled 5.vi ‏15 KB

  • How can I change the name of item in TableViewController iOS

    How can I change the name of item in TableViewController? I want to be able to change the title of an item if I added one. Code:
    //  ViewController.m
    //  Movie List
    //  Created by Damian on 20/02/15.
    //  Copyright (c) 2015 Tika Software. All rights reserved.
    #import "ViewController.h"
    @interface ViewController ()
    These outlets to the buttons use a `strong` reference instead of `weak` because we want
    to keep the buttons around even if they're not inside a view.
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *editButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *cancelButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *deleteButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *addButton;
    // A simple array of strings for the data model.
    @property (nonatomic, strong) NSMutableArray *dataArray;
    @end
    #pragma mark -
    @implementation ViewController
    - (void)viewDidLoad
        [super viewDidLoad];
         This option is also selected in the storyboard. Usually it is better to configure a table view in a xib/storyboard, but we're redundantly configuring this in code to demonstrate how to do that.
        self.tableView.allowsMultipleSelectionDuringEditing = YES;
        // populate the data array with some example objects
        self.dataArray = [NSMutableArray new];
        NSString *itemFormatString = NSLocalizedString(@"Movie %d", @"Format string for item");
        for (unsigned int itemNumber = 1; itemNumber <= 0; itemNumber++)
            NSString *itemName = [NSString stringWithFormat:itemFormatString, itemNumber];
            [self.dataArray addObject:itemName];
        // make our view consistent
        [self updateButtonsToMatchTableState];
    #pragma mark - UITableViewDelegate
    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
        return self.dataArray.count;
    - (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
        // Update the delete button's title based on how many items are selected.
        [self updateDeleteButtonTitle];
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
        // Update the delete button's title based on how many items are selected.
        [self updateButtonsToMatchTableState];
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
        // Configure a cell to show the corresponding string from the array.
        static NSString *kCellID = @"cellID";
        UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellID];
        cell.textLabel.text = [self.dataArray objectAtIndex:indexPath.row];
        return cell;
    #pragma mark - Action methods
    - (IBAction)editAction:(id)sender
        [self.tableView setEditing:YES animated:YES];
        [self updateButtonsToMatchTableState];
    - (IBAction)cancelAction:(id)sender
        [self.tableView setEditing:NO animated:YES];
        [self updateButtonsToMatchTableState];
    - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
        // The user tapped one of the OK/Cancel buttons.
        if (buttonIndex == 0)
            // Delete what the user selected.
            NSArray *selectedRows = [self.tableView indexPathsForSelectedRows];
            BOOL deleteSpecificRows = selectedRows.count > 0;
            if (deleteSpecificRows)
                // Build an NSIndexSet of all the objects to delete, so they can all be removed at once.
                NSMutableIndexSet *indicesOfItemsToDelete = [NSMutableIndexSet new];
                for (NSIndexPath *selectionIndex in selectedRows)
                    [indicesOfItemsToDelete addIndex:selectionIndex.row];
                // Delete the objects from our data model.
                [self.dataArray removeObjectsAtIndexes:indicesOfItemsToDelete];
                // Tell the tableView that we deleted the objects
                [self.tableView deleteRowsAtIndexPaths:selectedRows withRowAnimation:UITableViewRowAnimationAutomatic];
            else
                // Delete everything, delete the objects from our data model.
                [self.dataArray removeAllObjects];
                // Tell the tableView that we deleted the objects.
                // Because we are deleting all the rows, just reload the current table section
                [self.tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationAutomatic];
            // Exit editing mode after the deletion.
            [self.tableView setEditing:NO animated:YES];
            [self updateButtonsToMatchTableState];
    - (IBAction)deleteAction:(id)sender
        // Open a dialog with just an OK button.
        NSString *actionTitle;
        if (([[self.tableView indexPathsForSelectedRows] count] == 1)) {
            actionTitle = NSLocalizedString(@"Are you sure you want to remove this movie?", @"");
        else
            actionTitle = NSLocalizedString(@"Are you sure you want to remove these movies?", @"");
        NSString *cancelTitle = NSLocalizedString(@"Cancel", @"Cancel title for item removal action");
        NSString *okTitle = NSLocalizedString(@"OK", @"OK title for item removal action");
        UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:actionTitle
                                                                 delegate:self
                                                        cancelButtonTitle:cancelTitle
                                                   destructiveButtonTitle:okTitle
                                                        otherButtonTitles:nil];
        actionSheet.actionSheetStyle = UIActionSheetStyleDefault;
        // Show from our table view (pops up in the middle of the table).
        [actionSheet showInView:self.view];
    - (IBAction)addAction:(id)sender
        [self.dataArray addObject:@"New Movie"];
        // Tell the tableView about the item that was added.
        NSIndexPath *indexPathOfNewItem = [NSIndexPath indexPathForRowself.dataArray.count - 1) inSection:0];
        [self.tableView insertRowsAtIndexPaths:@[indexPathOfNewItem]
                              withRowAnimation:UITableViewRowAnimationAutomatic];
        // Tell the tableView we have finished adding or removing items.
        [self.tableView endUpdates];
        // Scroll the tableView so the new item is visible
        [self.tableView scrollToRowAtIndexPath:indexPathOfNewItem
                              atScrollPosition:UITableViewScrollPositionBottom
                                      animated:YES];
        // Update the buttons if we need to.
        [self updateButtonsToMatchTableState];
    #pragma mark - Updating button state
    - (void)updateButtonsToMatchTableState
        if (self.tableView.editing)
            // Show the option to cancel the edit.
            self.navigationItem.rightBarButtonItem = self.cancelButton;
            [self updateDeleteButtonTitle];
            // Show the delete button.
            self.navigationItem.leftBarButtonItem = self.deleteButton;
        else
            // Not in editing mode.
            self.navigationItem.leftBarButtonItem = self.addButton;
            // Show the edit button, but disable the edit button if there's nothing to edit.
            if (self.dataArray.count > 0)
                self.editButton.enabled = YES;
            else
                self.editButton.enabled = NO;
            self.navigationItem.rightBarButtonItem = self.editButton;
    - (void)updateDeleteButtonTitle
        // Update the delete button's title, based on how many items are selected
        NSArray *selectedRows = [self.tableView indexPathsForSelectedRows];
        BOOL allItemsAreSelected = selectedRows.count == self.dataArray.count;
        BOOL noItemsAreSelected = selectedRows.count == 0;
        if (allItemsAreSelected || noItemsAreSelected)
            self.deleteButton.title = NSLocalizedString(@"Delete All", @"");
        else
            NSString *titleFormatString =
            NSLocalizedString(@"Delete (%d)", @"Title for delete button with placeholder for number");
            self.deleteButton.title = [NSString stringWithFormat:titleFormatString, selectedRows.count];
    @end

    Hey JB001,
    Sounds like you have more going on than just a simple issue with Home Sharing and more dealing with Wi-Fi syncing. Start with the article below and see if that may resolve it.
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi syncing
    http://support.apple.com/kb/TS4062
    If it does not work out, then may I suggest contacting Apple for further assistance to walk you through it or just take that time that you were talking about to sort it out.
    Contact Apple Support
    https://getsupport.apple.com/GetproductgroupList.action
    Regards,
    -Norm G.

  • How to change the name of the named instance in MS sql server 2008 R2

    Hi Gurus
    I have installed a  SAP ECC 6 ehp4 on MS sql server 2008 R2 with MS windows 2008 R2 OS.  While installing sql server i have selected  named instance from  window(default instance, named instance).   and given name  QAS.
    and installed ECC6 ehp4 ABAP engine successfully. now i want to change the name of mssql server's named instance name to DEV.
    kindly let me know
    which one is the best and easy solution
    1. changing the name of named istance at database level and SAP.
    2. or uninstalling  the existing SAP, DB and start from scratch.
    if first is the best, what would be the steps
    Thanks in advance
    balaji

    Hello,
    Please check this note:
    11692 - Renaming the system ID
    regards,
    John Feely

  • How to change the name of a Box Object in Crystal Reports 2008

    I am trying to change the name of a box object in a crystal report - 2008. This report was originally developed by consultants and requires that certain boxes be named according to a specific naming convention. I am making a change to the report and need to add a box with a name that matches the naming convention.  This is so some program functionality will work for the new box.  I can't contact the consultants because they don't work with our company anymore.
    Does anybody have any ideas? I've tried 'Format Box', but it won't let me change the name from there. I also tried it in the Report Explorer but to no avail.
    Thanks,
    Joanne

    Hi Joanne,
    Boxes do not actually have a 'name'. When you add a Box in a report, it will be called 'Box 1' by default. And the only place this name is visible is under the Report Explorer.
    Or do you mean to say 'Text Object'?
    -Abhilash

  • Existing cross Reference: how to change the name of the file it refers to?

    Hi everybody,
    I am a professional translator.
    One client of mine sent me a complete FrameMaker 9 book file for translation.
    I translated the content via a CAT-Tool and now am in the process of checking if cross references and markers are ok directly into the file.
    I noticed that many cross references are linked to another file of the book. But in the process of translating each file separately, I gave them a slightly different name (I added the language at the end) so as to be able to recognise them eventually.
    Now I have this problem: I cannot find in the cross reference interface where to change the name of the file into the new one the cross reference is supposed to refer to.
    Am I right in wanting to change the file reference? If so, how do I do that?
    Or is it better to avoid this task and rename the translated file into their original names ? Would it work then?
    Thanks for your help.

    ... book file ...
    ...  each file separately, I gave  them a slightly different name (I added the language at the end) ...
    I'm guessing that you renamed the component files by means other than using the Edit > Rename File from the Book menu.
    If so, do over. Rename from the Book menu. It automatically revises all the cross-references in all the component files.
    In a Book, the only thing that's safe to rename with the file manager is the .book file itself.

  • HT2497 Airport is not recognizing my wireless network because my wireless network has the same name as another apartment in my builing.  I cannot change the name because my room mate controls it, is there any way I can make it find my wireless network?

    It used to be that the other apartment with the same name didn't have theirs password protected so even though only one or the other would show up, I could always get onto one.  Now, they have password protected theirs and it seems to be that 100% of the time only theirs shows up which I only can tell because it says "invalid password" when I try to connect to the Internet.
    I have asked my room mate to just change the name of the network but she is really slow to do anything about it and I need to be able to get the internet at home and the internet is in her and set up through her computer so I really don't have any way of being the one to just go in and fix it myself.
    Is there any other way to make Airport recognize that there are two different networks with the same way so it will find mine?  I feel like I have tried everything including mannually typing in the name of my network and typing my password and it still just says "invalid password."  I have also double checked that I was typing in the correct password and I am.  My room mate is not having any problems accessing the Internet so I know the problem is not with our connection (she also has a Mac, almost the same model as me, I have a MacBook Pro purchased in 2011).  I am also able to connect to the Internet on my Mac at coffee shops and the library so I know that the problem is not my computer or my wireless connection so I'm pretty sure it is just that Airport is somehow only recognizing one of the two "WLAN" networks
    Any help???!

    Hi - you can do what you want to do with AirPlay from your iPhone - but unfortunately it is not as easy as the people in the Apple store told you - your first problem is that you have a non Apple router - you cannot extend a non Apple router wirelessly with the Express - you can only join the network and connect an ethernet device to it - you can however connect via ethernet and have it create a wireless network of its' own - you can set this up from your iPhone or the XP - but this is a complicated setup and would involve many different discussion areas of this forum - therefore I would suggest that you use your 90 days of support and consult directly with Apple to do this - go to this link - http://www.apple.com/support/contact/

  • How do I change the name of my IMAC

    I purchased a new IMAC i7, a little over a year ago.  Transfered the files/programs from my older IMAC to the new one using Migration.  Shortly after that the hard drive went out and I brought it in to be replaced.  The guy at Genius bar said they changed the name of my computer when they reloaded OSX onto the machine.   I then had to reload everything from the old hard drive which I had backed up prior to the failure.  Permission issues have been a problem but through some help from the Genius bar I was able to get past that.  Now, when I sign into my computer I have a User name and password that has never changed.  Works fine.  I tried to set up a VNC and used a program that told me what information I had to use, based on a scan of my Imac.  It gave me the UserName of the computer that the Genius Bar had changed it to, way back when.  That doesn't work and won't let me connect.   I typed "whoami" into the Terminal and it gives me my signin name and the computer name together.  Computer name is in ().  So after reading some entrees here I go to preferences>sharing and it gives a third name as my computer name.   So, how do I get this Imac to a single name?  I don't care which name, just a name that can be recognized by the VNC. 
    Thanks

    Ok, thanks.  I changed the name to the name that the Apple Store had assigned the computer when I had the internal drive replaced.   I then purchased a third app for VNC, and that worked, since the app I had would still not recognize the computer.  So I appear to be able to access my computer from anywhere on my IPAD.
    Thanks

  • How do I change the name of the Home folder OSX 10.9

    Hi there,
    I am trying to change the name of the Home folder on my Macbook Pro running OSX 10.9  I had a clean install of 10.9, and used migration assistant to restore my settings from a Time Machine Backup. 
    The problem is that the Home folder for my user is now named "Cody 1" when it used to be "Cody".  This seems like a minor issue, but all the programs that reference data in the old location, are forcing me to go and find the data manually.  Everything from iPhoto to VirtualBox, all files have to be found manually. 
    I have tried the instructions set forth in this article, http://support.apple.com/kb/ht1428, but the dialog that should, according to the article, allow me to redirect the account to the existing folder, returns an error saying that the user name is already in use.  There is no option to use the existing folder.  I have tried re-naming the folder to something different, to no avail. 
    Ideas?
    Thanks in advance. 
    -Cody

    The Apple Support document you referenced is cumbersome, outdated, buggy, and too likely to result in the sort of problems you described.
    It may be too late now but see the following:
    Niel's post here: How to change name of home folder
    and:
    Apple Support Communities contributor Pondini found an astonishingly simple way to accomplish what you seek. etresoft distilled that information into the following User Tip:
    Changing user account short name
    Note that he writes it has been tested on Mountain Lion but the procedure appears sound and should work equally well with Mavericks.
    Back up your system before doing either one.
    To fix what happened might be possible in Single user mode. I don't have specific instructions but you should be able to find and delete user accounts in the /Users directory.
    Type carefully and don't proceed without knowing the risks.

Maybe you are looking for

  • How to calculate ANDV actually ??

    Hi all, I'm wondering about the magic that "Index skip scan" has. I tried to understand it by doing several experiments which lead me to the point that skip scan cost is determined by something called ANDV (from the trace file) To calculate it, I tri

  • Is there any well designed sample database availabe for download ?

    Hi Thank you for reading my post I get the Oracle Express 10g and now i am looking for a good database with some test data inside it to practice some tuning and sql commands. is there any (rather big ) sample database available for download ? Thanks

  • Inspection plan as per customer sale order

    Hi QM Expert, I want to create Inspection plan automatically when inspection lot is created against production order which is made by reference of sales order which contain the specifications of product required by customer every time the customer ch

  • Bought and downloaded album, and it skips.....

    I recently downloaded a whole CD, The One and Only Maynard Ferguson. That day, I was going to be on the road in a friend's car that did not have an iPod connection, so I burned a CD for us to listen to. Many of the tracks skipped. She told me it was

  • Scheduler with RMAN script

    hi, i have the following RMAN script: /*daily.sh*/ run { allocate channel ch1 device type disk format '/rman/%d_%T_%p_%U' maxpiecesize 1G; backup incremental level 1 cumulative database plus archivelog delete input; backup current controlfile; backup