Development Class/Package

Hi Gurus,
Im a new comer in SAP. Im using version 4.7 I would like to know how the development class or package of any tcode or application.
I couldnt find it in goto -> attribute.
Please advise.

Get it from menu System> Status> Program (double click) > Goto> Object directory entry.
Reward if helpful
Sankhadip

Similar Messages

  • 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

  • Need FM/Class for Direct deletion of Development Class/Package in ABAP

    Hi experts,
    I had stored all the unwanted objects in a development class/ package which I intended to delete later. I want this deletion to be done automatically. Is there a function module or class that can help me do this?
    Thanks in advance,
    Adithya
    Edited by: Adithya K Ramesh on Jul 18, 2011 3:56 PM

    I was hoping a separate server-side process wouldn't be needed -- if you're thinking of something like RMI, that's also a bit heavyweight for my needs. I know I can talk to the remote server on telnet port 23, though.
    Further experimentation today with the Jakarta net library has generated something that works using their telnet classes. (After I asked for help here, of course. The same thing happens when I shop for groceries....) But using this leaves me referencing an external library that:
    1. has functionality I don't need that complicates the code, and
    2. forces me to address licensing requirements.
    So I'd still love to see an example of a telnet-like Java class that strips away all the non-essentials in the Jakarta telnet library code, leaving behind a simple public domain class that can be used to connect to a remote host and transfer characters over that connection.
    I appreciate that this may be asking for a lot, but as they say, if you don't ask, you don't get. ;-)
    Thanks!

  • How to create development class (package)

    Hi
    Can anybody help me out in creating development class (package) to store ABAP programs.
    Thanks in advance
    Raghav

    Hi
    go with abap dictionary->select database table->provide the table for dev classs eg. V_TDEVC-> go for display option-> select utilities->select contents option-> select create dev class,
    provide the name and short text,software component->create req.no.
    with this dev class will be created
    or
    Use the transaction SE80.
    1. Select "Package" from the list box.
    2. Enter "ZEST" in the below text box
    3. Press "Enter".
    4. It will ask you whether to create.
    5. Sy "Yes".
    6. Give Short Description
    7. Click Save button.
    check this
    How to create development class
    If u find it useful plz reward the points
    charitha
    Message was edited by:
            charitha kolla

  • Download entire Development Class/Package

    Hi Guys !
    Is there a way (program, external tool, etc) to export/download ENTIRE development class to a file which can be browsed on every computer - without connection to SAP at all.
    What I am looking for - is some kind of a tool which as input - takes name of Development class (Package) and produces TXT, HTML or any other file format, containing ALL Dictionary objects, all programs, includes, transactions, all function groups with function modules and even screens  - GENERALLY - everything you see under Package - in SE80.
    I found may programs to "dump" Programs, but I need more than programs.
    Thanks in advance.

    Hi
    Check this link
    [http://www.dalestech.com/products/massdownload.htm]
    "This program is capable of downloading customer code at the push of a button. Mass Download was designed around a super fast source code scanner capable of finding as many items of code, text and documentation needed to successfully download pieces of work for off-line viewing. And if that wasn't enough we give you the option of downloading in plain ASCII text or in hyperlinked HTML format."

  • Wrong Development class in Transport request

    Hi Gurus,
             I had to change the Info OBject to meet the business requirement(Enabled Text Master Data). While creating transport request, I enteres wrong development calss in treansport requset. No transport request were released to QA. Now how to fix this issue, I mean How to enter the right Development class for the Info Object?
    Thanks in advance.

    dear Raj,
    you can change the development class/package with
    rsd1 (for characteristic), rsd2 (keyfigures),
    type in your infoobject name, and click button 'object directory entry' in top menu, in next screen click pencil icon ('change/display' F6) and choose/type in the right development class/package and 'save'.
    hope this helps.

  • Development class Usage

    Hi,
        I have created one development class (package) in ECC 6.0 IDES server,pcakge name is ZXYZ, but when i am trying to save the objects in this package , it is giving the error message 'Package cannot be extended'.
    Please  help me in this regard.

    Hello,
             In the Properties of the Development Class / Package, there is a Check box "Package not extendable". If that checkbox is checked ,then you may get such an error. Check the Properties of the Development Class.
            Also, check the Allowed Object Types Option in the Properties. It should be generally "No Restrictions".
    Hope it would resolve your issue.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • How to create development class

    Hi,
    How can I create a development class?
    Thanks,
    RT

    Hi,
    go to SE80 -> select workbench ->edit object ->development co-orination -> select package radio button
    give name start with 'Z' or 'Y' then click create button.
    then system will ask for description , give description and activate it.
    system help:
    Packages extend the concept of development classes to improve modularization, encapsulation, and decoupling in the R/3 System.
    Development classes, used until now, are simple containers for development objects, provided with a transport layer that specifies how they were to be transported. As an enhancement to development classes, packages include the following attributes: nesting, interfaces, visibility, and use accesses.
    Regards
    Appana

  • Move local object to Development Class

    Dear All,
                Is it possible to move a local object (a ZTABLE) saved in $TMP to development class / package named under customer namespace (say ZRM_PACK)?
    Thanks
    Regards,
    Rupesh

    Hi
    follow the below procedure.
    Go to SE03 transaction --> Select Change Object directory entries --> Select "R3TR TABL Table/Structure     ZTEST2(table name)" -- there give the table name and press execute.
    Click on change Object directory button and there you can give the required package.

  • Export development class to local pc

    Hi!
    It is possible to download a complete
    development class / package?
    Regards
    Ilhan

    Hello Ilhan
    For downloading classes you can use <a href="https://forums.sdn.sap.com/click.jspa?searchID=542333&messageID=2859885">ZSAPLINK</a>
    For downloading entire packages you can use transaction <b>CG3Y </b>(if available in your system) and download the data and co-file of the transport request containing the entire package, e.g: request EE1K900100 -> data file R900100.EE1, cofile K900100.EE1
    Regards
      Uwe

  • Development Class SAPBC470

    Hi friends
    I need the development class (package) SAPBC470 but no exist in my system.
    Where can i get it? What can i do?
    Best Regards

    Hi,
        Goto Object Navigator Screen(Tcode: SE80).
        Select Package from the dropdown list.
        Give the package Name BC470 and click display.
    regards,
    chithra

  • How to create Package( development class) and how to assign the program

    Hi,
    Can any body give me the steps to create the package (developement class) and also please give me the steps to assign the local object ( program) to that development class.
    thanks in advance
    KP

    Hi,
       This document will help you to create package and move local package name to your package.
    Package  Creation:
    1.T-code=SE80.
    2. give the option 'PACKAGE' in text field, give 'PACKAGE NAME' then enter.
    3. The next screen will open in that screen you shoul give short text and Software Component-'HOME'.  then enter.
    4. Next screen will open here you should give create request then next page will open
    5.In the next page give short description this is your package identification,then click 'SAVE ' button now one  unique number will open then give 'YES' button, now your package is created.
    HOW TO MOVE LOCAL PACKAGE DATA TO YOUR PACKAGE
    1.IN  the same screen you should give program option, then open your local program ,
    2.'WRITE  CLICK YOUR PROGRAM NAME', then give 'COPY' option
    3.Next window will open here you should give 'TARGET PROGRAM NAME'.
    4. THEN you should give you 'PACKAGE NAME'.
    now you can store local package program's to your package.
    IF HELPFULL GIVE REWARD POINTS

  • Package/development class

    Hi this is shyam, can any body please tell me what is a package/ development class ?
    regards

    Hello Shaji, thank you for you answer.
    But, actually I don't want to know HOW a can create the Packages. I need to know if somebody have some documentation from SAP regarding the Packages, the strategy, the best practices, something like this.

  • BW development class can't be view through SE80

    I go to se80 and click "edit object" , but I can't find the development class field. the fields are trasaction, message class.....
    I'm using BI7.0, where can I create a new development class in SE80

    Go to SE80->under Repository Browser choose Package than enter your package or so called development class and press ENTER. Then you can create your package.
    Notice that term development class is obsolete and the package is used instead.

  • How to refer the class package "com.sapportals.connector" for MDM API?

    Hi,
    Iam trying to execute one example mdm api program in dynpro/ejb.
    I could not refer the class package com.sapportals.connector.
    What SCA or build path package needed for dev time and runtime and where do i get that.
    Please help me.
    Thanks
    Hari

    Hi Armin,
    Sorry that I still got problem on importing and make use of the class for knowledgemanagement. I can found the cooresponding .jar file in folder "jakarta-tomcat-3.3.2\webapps\irj\WEB-INF\plugins\portal\services\knowledgemanagement\lib". And added the services reference as "ServicesReference=htmlb, knowledgemanagement". However, I still can't use the class for KM.
    I have read those code sample from KM in SDN, but they are mentioning the programming part and not the setting. Can you suggest the detail steps and code on adding the KM class into my customize class?
    I am using Eclipse as my development tools.
    Thanks & Regards
    Sam
    Message was edited by: Sam Choy

Maybe you are looking for