ACCESS-KEY (add developer)

Hello!
I have installed Netweaver testdrive for Suse Linux for teach myself in ABAP-Programming.
After starting TA SA38 and trying to generate the program Z_HELLO i get a input prompt where i should type the access-key. Is it really necessary to registrate a developer in service market place to program ABAP on the demosystem?

Hi Bjorn
log on into the Web AS 6.4 system
  User:      DDIC
  Password:  DDIC (or ur DDIC password)
  Langugage: EN
  The SAP Easy Access desktop is displayed.
- create a user for developing
  Select:                  SAP standard menu
                               -> Tools
                            -> Administration
                                     -> User Maintenance
                                        -> Users
  Enter user:              DDIC
  Select from menu:        User names -> Copy
  Copy the user from DDIC to DEVELOPER.
  Enter an initial password for the new user DEVELOPER.
  Save the user by clicking the diskette symbol.
- log out of the system and log on as user DEVELOPER
  Select from menu:        System -> Log off
  Log in as user DEVELOPER (the system will ask for a new password for
this user).
- create new ABAP program
  Double click:            ABAP Editor
  Enter program name:      ZZ_HELLO_WORLD
  Click the button:        Create
  (ZZ is a reserved name space)
- enter the access key to add the new developer
  User name:    DEVELOPER
  Access key:   35408798513176413512  
  Installation: DEMOSYSTEM
- set program attributes
  Enter title:             Hello World
  Select type:             Executable program
  Save the attributes.
  Save as local object.
- enter the ABAP source and test the program
  REPORT ZZ_HELLO_WORLD .
  WRITE  'HELLO WORLD' .
  Save this ABAP source by clicking the diskette symbol.
  Press the button:        Activate
  Select from menu:        Program -> Test
regards,
kaushal

Similar Messages

  • Is VOFM Access key and Developer Key are different

    is VOFM Access key and Developer Key are different
    Please help me on this

    Developer key is user-specific which gives a particular user the developer rights, such as program creation/modification. It is enough to enter the developer key only once for a user.
    On the other hand VOFM/ Object key is object-specific which can be used to edit a SAP standard program Or create a new program in SAP name space(in case of routines).
    Both keys can be registered and obtained from Service Market Place.
    Regards
    Karthik D

  • Access Key for developer

    I have installed Netweaver 7.0 trial version. Installed the 90 days license on the demosystem.
    I cant find the developer key to create new structures and BAPIS, Pls advise where can I find the access key.
    thanks

    Hi Roopa,
    For Trial Version, Developer key will not be given.
    you can ask BASIS person for the developer key
    Regards,
    Marasa.

  • Access key error for ABAP  user in Development

    Hi,
    I am getting the following error while entering the development access key for Development client 103

    Syed Amir Ijaz Bukhari wrote:
    i get this key from SAP Market place my basis administrator generated it at front of me but still it is not working as if i place it in IDES it worked but not in Development.
    Compare the installation number of your IDES system with that of your development system. Do you see? They're different. Different installation requires a different key. Go and have another chat with your basis friends.

  • Which site could find information about access key

    I am a novice to learn SAP ABAP/4
    I install IDES 4.7 in my home
    When I tried to use SE38(ABAP Editor)
    It always said it need a "access key" for developer in R/3 system
    Where could I registe to get this access key
    Please help me with his, thanks for your patience

    Hi Sam Yu
    For user registration we use the URL below. Be aware that it will require a customer account to enter the site, and after, the installation number of your system for registration.
    http://service.sap.com/sscr
    *--Serdar

  • Need Access key for ECC 5

    Hi,
    I got an copy of ECC 5 from ebay and I need an Access key and Developer key for the installation at home. How I can get both the keys to practice ABAP at home.
    Thanks,

    Manoj,
    To install, you need not to have access key. You can install directly. I think you may require installation number, Your vendor must have given the Installation number.
    Check this link..
    http://www.sap-img.com/basis/sap-installation-procedure-on-win-2k-adv-server.htm
    Here are the link which will explain the procedure
    http://www.sap-img.com/basis/sap-ides-installation-procedure-for-sap-install-on-w2k-server.htm
    http://www.sap-img.com/basis/sap-installation-procedure-on-win-2k-adv-server.htm
    You sould go to http://service.sap.com/instguides and get the Installation Guides for the Standard SAP ECC 5.0 and work through them.
    SAP Demo Systems (http://service.sap.com/ides)
    ides Material Product description ; Media center with presentations and literature ;... Partner addresses ; Support Topic: IDES Internet Demonstration and Evaluation System
    WORK: IDES (http://service.sap.com/ides-staging)
    ides-staging tbd
    SAP for Consumer Products (http://service.sap.com/consumerproducts)
    Overview and Contact persons, Web IDES Information about User Group Meetings
    Refer below link:
    https://forums.sdn.sap.com/click.jspa?searchID=4063319&messageID=2870710
    Regards,
    Satish

  • Creation of developement class,package and access key

    COULD ANYBODY EXPLAIN about
    creation of developement class,package and access key
    and who will create them?

    Working With Development Objects
    Any component of an application program that is stored as a separate unit in the R/3 Repository is called a development object or a Repository Object. In the SAP System, all development objects that logically belong together are assigned to the same development class.
    Object Lists
    In the Object Navigator, development objects are displayed in object lists, which contain all of the elements in a development class, a program, global class, or function group.
    Object lists show not only a hierarchical overview of the development objects in a category, but also tell you how the objects are related to each other. The Object Navigator displays object lists as a tree.
    The topmost node of an object list is the development class. From here, you can navigate right down to the lowest hierarchical level of objects. If you select an object from the tree structure that itself describes an object list, the system displays just the new object list.
    For example:
    Selecting an Object List in the Object Navigator
    To select development objects, you use a selection list in the Object Navigator. This contains the following categories:
    Category
    Meaning
    Application hierarchy
    A list of all of the development classes in the SAP System. This list is arranged hierarchically by application components, component codes, and the development classes belonging to them
    Development class
    A list of all of the objects in the development class
    Program
    A list of all of the components in an ABAP program
    Function group
    A list of all of the function modules and their components that are defined within a function group
    Class
    A list of all of the components of a global class. It also lists the superclasses of the class, and all of the inherited and redefined methods of the current class.
    Internet service
    A list of all of the componentse of an Internet service:
    Service description, themes, language resources, HTML templates and MIME objects.
    When you choose an Internet service from the tree display, the Web Application Builder is started.
    See also Integrating Internet Services.
    Local objects
    A list of all of the local private objects of a user.
    Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class. For further information, refer to Changing Development Classes
    http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm
    Creating the Main Package
    Use
    The main package is primarily a container for development objects that belong together, in that they share the same system, transport layer, and customer delivery status. However, you must store development objects in sub-packages, not in the main package itself.
    Several main packages can be grouped together to form a structure package.
    Prerequisites
    You have the authorization for the activity L0 (All Functions) using the S_DEVELOP authorization object.
    Procedure
    You create each normal package in a similar procedure to the one described below. It can then be included as a sub-package in a main package.
    To create a main package:
    1.       Open the Package Builder initial screen (SE21 or SPACKAGE).
    2.       In the Package field, enter a name for the package that complies with the tool’s Naming Conventions
    Within SAP itself, the name must begin with a letter from A to S, or from U to X.
    3.       Choose Create.
    The system displays the Create Package dialog box.
    4.       Enter the following package attributes:
    Short Text
    Application Component
    From the component hierarchy of the SAP system, choose the abbreviation for the application component to which you want to assign the new package.
    Software component
    Select an entry. The software component describes a set of development objects that can only be delivered in a single unit. You should assign all the sub-packages of the main package to this software component.
    Exception: Sub-packages that will not be delivered to customers must be assigned to the HOMEsoftware component.
    Main Package
    This checkbox appears only if you have the appropriate authorization (see Prerequisites).
    To indicate that the package is a main package, check this box.
    5.       Choose  Save.
    6.       In the dialog box that appears, assign a transport request.
    Result
    The Change package screen displays the attributes of the new package. To display the object list for the package in the Object Navigator as well, choose  from the button bar.
    You have created your main package and can now define a structure within it. Generally, you will continue by adding sub-packages to the main package. They themselves will contain the package elements you have assigned.
    See also
    Adding Sub-Packages to the Main Package
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d8cf01011d3964000a0c94260a5/content.htm
    access key used for change standard program.
    www.sap.service.com

  • Add custome field in VA01/VA02/VA03 without access key

    Hi,
    I need to add some custom fields in VA01/VA02/VA03 screen at item level. But i am unable to find out any screen exit/BADI  for the same.
    Can anyone tell me plz how i can achieve this without using access key.
    Thanks in advance.

    hello,
    you could try using GuiXt. With this adds on you could add: fields, button, input parameters, change standard screens layout etc.
    read this tutorial http://www.synactive.com/tutor_e/lesson00.html for the start.
    br,
    dez_

  • How to get Access key for ABAP Program development in HANA Studio

    Hi,
    I have got instance for ABAP on HANA development system.
    But while creating new program it is asking me for Access key, since I do not have user id pwd for service market place I couldnt able to create the access key.
    Can any one suggest the way to create ACCESS KEY??
    Thanks,
    Ram

    Dear Ram,
    it seems that you need to follow the chapter 6.1 in the documentation...:
    Kind regards, Stephan

  • ABAP developer access key

    How can i get the ABAP developer access key?

    Thanks you all!!
    I tried so many times but i got the error
    Authorization Error!  Currently you do not have authorization to use this function. To request the authorization, please contact one of the administrators at your company:
    Then I reported my administrator, but unfortunately he also got the same Authorization Error!!
    I don't know, the correct way for getting the access key.

  • Invalid Developer Access key while editing FM Exit_SAPLRRS0_001

    Hi,
    I want to create a new user exit variable for reporting. I created a proj in CMOD and included the component RSR00001 which
    includes the FM - Exit_SAPLRRS0_001. I try editing the function module, its asking me to enter the Developer Access key. System is not accepting the key which I pass even though there is a proper entry against my id in the table DEVACCESS.
    Any possible solutions

    Hi,
    When you reach the exit EXIT_SAPLRSAP_001, dont try to go in edit mode into it. There would be a Include in it. Double click on this include.
    INCLUDE ZXRS**.
    You would reach this include. Now, go in change mode of this include. It would allow you to go in change mode with your access key.
    If there is no such include inside this function module, then follow the below steps to create a new include.
    What you are trying to do is changing the standard function module EXIT_SAPLRSAP_001. If you want to change any standard objects, you will need specific access keys for these objects based on their Object Directory Entry from your BASIS guys.
    e.g. for EXIT_SAPLRSAP_001 you can find this info from Menu bar-> Goto -> Object Directory Entry.  If your provide this info to BASIS, they would give you unique access key which would work only on this function exit. Then you can change this function exit.
    Edited by: Rahul K Rai on Oct 28, 2010 4:50 PM

  • About ABAP developer ACCESS KEY

    Hi guys:
       I have installed IDES 4.6c successfully,When I created ABAP program using SE38,system prompted "You are not registered as a
    developer.Please register in the Online Service System (OSS).In the OSS you will receive an access key."
    My question: How can I login OSS?Tcode,Could you please tell me detail operation? thanks

    OSS is not a tcode , check the site  service.sap.com
    consult your basis for that...
    also check the table DEVACCESS for the access key by giving ur user id if there is one already created for u

  • NSP NW04s - Sneak Preview Developer Access Key -- NOT WORKING !!!!!!

    Folks,
    I have installed the NW04S NSP ABAP system. Everything went fine with the installation. The key which is given in the installation document '29671482393151224771' is not working for developer BCUSER.
    I see many other folks facing the same issue in the forum and I tried all the ways posted in the forum... creating Z and Y program Se38 and tried with SE80, but no luck.
    I would highly appreciate if any one have a crack on this issue. Infact I reinstalled the system thinking there could be a flaw in my fisrt installation... but the result is same.
    Thanks much.
    -Guru

    I tried 00000000000000000000 and that is also NOT working. My trial version is now licensed for 90 days on a Windows XP professional laptop. I do not know if I had the problem before I renewed the INITIAL 4-weeks licence to the 90-day license. 
    Everything else works fine. I can create and run various programs using the trial version. However when I attempted to modify an implementation method in the ABAP class -  BCALV_TREE_EVENT_RECEIVER, I am asked for an Access Key. 
    Is anybody from SAP looking into this? I believe it is clear that there is a problem with Access Key for a number of us. That the default 29671482393151224771 is NOT working for everybody.
    Any help in solving this Access Key issue is greatly appreciated.
    Thanks!

  • Add BAPI to SAP case study flights - need access key

    Hi,
    i try to implement a BAPI which should be part of the business object "SFLIGHT" of the default case study of SAP.
    If i try to change the business object "SFLIGHT", i receive a message window which asks for an access key to modify the business object.
    I don't understand why SAP disables the change of the business object...this is not a productive environment, the case study should be for training purposes etc.
    Can anybody tell me the access key or help me to change the business object?
    Thank you in advance.
    Kind regards

    Ok, now i know that it is not possible to change SAP-objects without beeing a registered developer. The registration process at the service marketplace is not possible with a trial version, so only customer-projects can be used in the trial version.
    In my opinion, this makes no sense at all... but i found a workaround... i created a customer business object as a subtype of the SAP business object.
    Thread closed.

  • Developer access key

    Hi there!
    I understand that one needs to be registered as a developer in the system before changing/creating any object.
    However, system prompted me for developer access key when I tried changing some custom program in SE38 and system allowed me to change SAP script form without prompting anything about developer access key.
    Any information on why system never prompted for developer access key when changing SAP script form in SE71?
    G@urav

    Thanks for all the replies!
    Still the question remain same..
    Why system allows to change a custom SAP Script form to a user who is not registered as a developer in the system?
    G@urav

Maybe you are looking for

  • Using ADFS with SharePoint Foundation 2013?

    We have a WSS 3.0 web site used primarily for sharing documents with business partners who do not work for our company.  We plan on doing the 2 step upgrade to SharePoint Foundation 2013 Our internal users also use it but normally just use internal n

  • What is the Ideal Production Setup For One Admin and 4 Managed Servers

    Dear Experts I will be starting with production setup including one Admin server and 4 managed servers in one single domain. I am thinking of creating a single node environment(no clusters) as the machine has following configuration OS : Windows Serv

  • Mac Mini from U.S. to Japan

    I'm bringing my Mac Mini to Japan to give to my girlfriend, I've set it all up for her. Will I have any problems with it there? Power, etc? Thanks iMac/Mac Mini   Mac OS X (10.4.4)  

  • Create Query using data from 0IC_C03 to show stock balance

    Dear All, I have successfully setup 0IC_C03. I have loaded in the data in accordance with the documentation. I check the result and it seems the stock balance match with the data source. However, my question is how can I setup a formula in the query

  • SMS and MMS message failure...

    Hello! I would like to suggest a feature to be built in to the next iOS update. If a message fails to send due to lack of signal etc... It would be much better if the phone automatically re tried to send the message when possible. Rather than us manu