Hi all,   need to change include name  in FM  attribute

hi all
i have modified standard function module, but in attribute wronge name of Include is displaying.  I need to change the Include name in the attribute of FM. 
Could anyone tell me how to change the attribute of FM and change the name of Include.
thanking you in advance.
raj

Hi raj,
1. The include name which u are seeing in Attribute
   is SAP Defined (based upon naming convention
   from the name of function group).
2. We cannot change it.
3. If are concerned about your abap code
   in your own include (which u might have used
  in the abap coding of fm),
   then no need to worry .
4. This include is a different include.
  (It serves as a container for the source codes
   of all the FM under the function group)
regards,
amit m.

Similar Messages

  • I have the jetpack wifi and someone told me I need to change the name to FBI Surveillance Van so others would think twice before using it how do i do it?

    I have the jetpack wifi and someone told me I need to change the name of it to "FBI Surveillance Van so that people would not try to tap onto it. How do I accomplish this?

    Changing the SSID is a good idea, but I do not suggest changing it to something so troll enticing as "FBI Surveillance Van".  A SSID like that is only going to draw attention to you and your network and challenge malicious users to target you.  I advise not putting a target on your back and stick to a custom but not well known SSID.
    I normally suggest broadcasting an SSID of something a little less confrontational.  Something like combining your favorite color with your favorite sports team.
    All jetpacks are a little different but they should all have a way to sign in and complete configuration changes.  If you connect to your Jetpack and look up the IP Address of your Default Gateway you will know the IP of the Jetpack.  Plug in the IP Address of the Jetpack into a web browser and sign in with the admin password.  Review the security options that are available until you find a SSID or broadcast name or network name field.
    While you are at it you should also make sure you have a custom WiFi password configured with WPA2 security.  Custom WiFI passwords are going to be much more helpful than a creative SSID at keeping malicious users off your network.  Rule of thumb for WiFi passwords is the longer the better.
    A good tool to evaluate your WiFi password is here (shoot for at least a few years):
    www.howsecureismypassword.net
    Let us know if you want any other security best practices or tips.

  • HT1420 Hi I need to change the name of a new device added in my account...

    Hi I need to change the name of a new device added in my account...
    HELP PLEASE

    You can rename a device directly on it via Settings > General > About, or when connected to your computer's iTunes : http://support.apple.com/kb/HT3965
    You might also be albe to edit the name of a device on your support profile : https://supportprofile.apple.com/

  • I need to change user name and password on my macbook pro

    I need to change user name and password on my Macbook Pro OS version 10.6.8. As I purchased it used and can't remember what user name and password the original owner gave me. I need to install printer drivers and can't until I can sign in.

    Reset the computer to the factory condition.
    Giving away / Selling your Mac / Resetting  the computer to the factory condition
    http://support.apple.com/kb/HT5189
    http://www.thesafemac.com/how-to-prepare-your-mac-for-sale/

  • Not able to change the name of the attribute of the Table operator.

    We are trying to create OMB scripts to automate certain tasks. As a part of this, there is a requirement to change the attribute name of table operators (which by default gets the name of the column). It is possible to change the attribute name from the GUI. But I was not able to do the same using OMB Scripting. Here is the script I used.
    OMBALTER MAPPING 'TEST' \
    MODIFY ATTRIBUTE 'GEOGRAPHY_ID' OF GROUP 'INOUTGRP1' OF OPERATOR 'TEST' \
    SET PROPERTIES(BUSINESS_NAME,PRECISION,DESCRIPTION) \
    VALUES('MEMBER_ID',2,'MEMBER')
    This script was to change the name of the attribute - GEOGRAPHY_ID of the table operator TEST.
    From what I can make out from the Scripting reference, changing BUSINESS_NAME of the attribute should do the trick but it is not happening. The syntax looks correct as the precision of the column changes.
    Am I missing something? Or is it a limitation or a bug?
    I use OWB client 10.2.0.1.25 and OWB repository 10.2.0.1.0.

    Hi!
    I'm using successfully
    OMBALTER MAPPING '$mapName' MODIFY ATTRIBUTE '$attrName' OF GROUP '$groupName' OF OPERATOR '$joinName' RENAME TO '$newName'
    Regards,
    Carsten.

  • Mac OS 10.9.3 - password needed to change files names and location

    Hi,
    How can I unlock my documents, and the all functioning process of my mac OS 10.9.3. In fact, each time I need to change a file to another location, or if I need to change it's name, I need to insert the password . The message "Finder wants to make changes. Type your password..." appears envy time.
    How can I make it stops?
    Thank you.
    Isabel

    Hi IPires,
    Welcome to the Apple Support Communities!
    It sounds like you are experiencing issues with permissions. I would suggest reading over the attached article to help you troubleshoot and resolve the permissions on your computer.
    OS X Mavericks: If you don’t have the correct permissions to open a file or folder
    http://support.apple.com/kb/PH13752
    Have a great day,
    Joe

  • SBS 2011 - Need to change Machine name and IP address range

    We had upgraded to SBS 2011 and new hardware 6 months ago, we have recently been aquired by a larger company and want us to comply with their machine naming conventions and change the IP address range to fit in with their corporate structure.  They
    will be supplying us with a 2011/2012 Domain controller, this is to be added to our existing network as the primary DC supplying DNS, DHCP, WSUS
    We use our SBS box for DNS, DHCP, Exchange, File server, Print server
    How difficult is this going to be?  Is it actually possible, or do we need to wipe the SBS box and install from scratch?Any help on this matter would be appreciated

    As said, you can't change the name of the server or the domain, but you can change the IP addresses.
    The bad news is that you can't integrate SBS to a larger corporate network. SBS needs to be at the root domain of the forest and hold all FSMO roles, and it can't have any trusts.
    If the corporate wants to bring in a DC of their own AD domain and wants all clients to be joined to that domain, you just can't use SBS anymore, it won't fit in. You need to inform your corporate IT about the situation, and you need to make a new plan.
    You will need some kind of migration from SBS to standard products first before you can join to the corporate network structure.
    Tero Leskinen - MVP (Windows Server for Small and Medium Business / SBS)

  • I need to change the name of Schema in the Insert command by using variable

    Hi
    I need to write a code to populate 450 schemas having same table names and also specify the columns needed to be inserted. for that i am trying to make the Schema Name a variable and put the whole statement in a loop to change the name of the Schema. its not working can any one guide me in this..Thae sample of my insert statement is
    INSERT INTO A01.tablename
    In this the "A" is constant and 01 is being changed to 02...450..
    Thanks

    Not sure to completely understand your need, but assuming that column names and values to be inserted are the same for all schemas, here a short example :
    SQL> desc a001.test
    Name                                      Null?    Type
    A                                                  NUMBER
    B                                                  VARCHAR2(10)
    SQL> desc a002.test
    Name                                      Null?    Type
    A                                                  NUMBER
    B                                                  VARCHAR2(10)
    SQL> desc a003.test
    Name                                      Null?    Type
    A                                                  NUMBER
    B                                                  VARCHAR2(10)
    SQL> declare
      2     i       number;
      3     str     varchar2(100);
      4  begin
      5     for i in 1..3 loop
      6             str := 'insert into a'||lpad(i,3,'0')||'.test(a,b) values(1,'||chr(39)||'ABC'||chr(39)||')';
      7             execute immediate (str);
      8     end loop;
      9     commit;
    10* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> select * from a001.test;
             A B
             1 ABC
    SQL> select * from a002.test;
             A B
             1 ABC
    SQL> select * from a003.test;
             A B
             1 ABC
    SQL>                                                                          

  • Need to change the name of a GP process instance at runtime.

    Is there a way to change the name of a GP process instance at runtime?  I would like to change the name of the process instance to include the employee's name who initiated the process.  This way when the process owner or overseer displays thier list of processes from the GP Runtime Work Center, they can tell who initiated each process.
    Does anyone know how to do this?

    Hi Karen,
    If the users are invoking the Process from Web Dynpro or some other application using GP API, then you can try the followigI.
    You can try using the startProcess() method of the IGPRuntimeManager object. It has multiple paramaters of which two(second and third) are for the userProvidedName and userProvidedDescription. You can set any name and description while invoking the GP process and the name and description should appear in the Runtime for the owners/overseers/administrators in hte list of process instances. You can add the name of the Employee while setting that name and description.
    help.sap.com link for the info on this:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/fcdf77fc6510b3e10000000a11466f/frameset.htm
    Regards,
    Ajay

  • I need to change my name on my account

    I need to change my last name on my account.  Where do I go to do this?

    How To: Direct Message  and   YaleK_VZW

  • Can I uninstall and put on two different computers? I also need to change the name on the account.

    My boss wants me to take adobe off my computer so two other coworkers can have it instead. It's also under my name and need to change it to her name. Is this possible?

    You would sign OUT of your Cloud account to deactivate on your existing computer... changing an account requires Adobe
    This is an open forum with a mix of program users and Adobe staff, not Adobe support... you need Adobe support
    Adobe contact information - http://helpx.adobe.com/contact.html may help
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Office jet Pro 8600, Multiple Printers on same nenwork need to change printer name ID

    How do I Change the default Printer ID /name  on a Office Jet Pro 8600 AI1  using OS x 10.8 on a home network . To prevent other computers from accessing multiple  8600's set as delivered, on the same  network?

    Hi @JimAckroyd 
    It took me sometime, but I think I found exactly what you are looking for! Please take a look at the instructions already written out by ShlomiL; Re: Changing the name of a printer in my LAN.
    I hope this resolves your inquiry.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • I need to change the name of my phone

    when setting up your iPhone in iTunes you select a name for your device. How do you change the name if you made a naming mistake or just don't like what you originally selected?

    Select it in the iTunes source list, click on its name, and type a new name.
    (62190)

  • I need to change my name!

    my friend sold me her ipod, but i don't understand how to change the name from brit to ashlee!

    if you mean the ipods name just double click on the ipod icon in itunes and change the ipods name there.

  • HT201342 I need to change my name on my address

    I would like to update my iCloud address to kgillert13

    If you only want to change the name of your ID, you can do that as described here: http://support.apple.com/kb/HE40.  (Note: you can't rename an @me or @mac ID.)  However, you can't rename an @icloud email address without creating a new iCloud account.

Maybe you are looking for

  • Sub vi used in main vi

    Download this .zip and extract all files to a folder, used LabVIEW v9.0f2. I want to use Light Show as a Sub VI to Furnace Cycle MAIN1 (Front Panel) - I need to use this Sub VI (sub of one light control) with many light on the Furnace Cycle MAIN1 fro

  • Unable to download apps from store or any where

    I am unable to download apps of less then 1mb. For few seconds it show downloading... after some time show that "the Microsoft account service is unable at the moment. Please try after some time." bought mobile today. Didn't installed even one app. i

  • "Some updates were not installed"

    http://i29.tinypic.com/ziklqq.jpg So I am trying to installed updates on a Lenovo Desktop 3000 J115. The message I get is shown in the picture, but I will write it out so this thread shows up in Google: "SL46.tmp - Common Language Runtime Debugging S

  • Traveling to Italy with a Galaxy S4

    Hi, I'm traveling with my wife to Italy in April, and I'm trying to understand if our Galaxy S4s will be able to use an Italian SIM card from a prepaid phone to avoid the international roaming charges. The internet (and this forum) seem to be all ove

  • IPhoto won't import videos from digital camera or s4

    Up until now, I had been able to import videos from both. Now iPhoto won't even ask me to import videos. It just imports the photos.