Regarding Development class in Scripts

Hi everybody,
I want to find the Development class of a particular script.Is there anyway to find it out?
Regards,
Varadharajan.S

Hi,
Go to SE03 transaction.
Now Go to <b>Object Directory Entry</b>
click on <b>Change Object Directory Entries</b>
now in the screen tick the check box,R3TR ,<b>FORM</b>
enter your form name .and execute it.
now click on the form name for which you want to find, you can find the Object Directory Entry.
Regards
vijay

Similar Messages

  • Development class of script

    hi experts,
                   i have a doubt regarding sap scripts.
    How to change the developement class of a script?

    You can use standard program RSWBO052 to change development class.
    R3TR DTEL Data Element
    Next blank line
    Click FORM = <script_name>
    F8 9 Execute -> double click and change the class
    Also you can check this link.
    http://www.sapgenie.com/abap/tips_and_tricks.htm#How_to_change_development_class_of_a_SAPscript
    Hope this will help.
    ~~Guduri

  • Regarding development class in BAPI.

    Hi All,
           i want to know whether we actaully need a development class while creating a BAPI?
    suppose if we save BAPI in local object and if we want to realese that BAPI,is that possible?or in other words does the dev class has anything to do with the release of BAPI?
    Thanks ,

    Hi,
    Though the 3rd pary application is going to call the BAPI which you are going to created in DEV system, still you need to assign a development class and transport the BAPI to Testing/Production system.
    1. If you do not create a transport for the BAPI, then BAPI would be available only in DEV system. So the 3rd party application should logon to DEV system and call your BAPI.
    2. If BAPI is transported to Production ( If you create and release the TR), then 3rd party application will logon to PROD system and call your BAPI.
    For more info : RFC( SAP R/3)  to  XI  to  3rd party Application
    Best regards,
    Prashant
    PS : Please reward all helpful answers with appropriate points.

  • How to change the development class of a script?

    helo experts can u please explain how to change the development class of a script?

    SE03->Object Directory-->select change object entries->Execute
    Now Select FORM in second row
    Check box(tick)    R3TR     FORM     SAP Script     <Give your Script name here>
    Package   : give the current package of the script ex. $tmp
    Execute
    Now right click on your form name--> object directory ( I guess from here you can proceed)
    Reward points to all useful answers.
    Regards,
    SaiRam Reddy

  • SAP Script to save in development class

    Hi All,
    I forgot to save one of the SAP  - Script into development class, saved it into local object.
    How can I save this script agian into development class, I want to make it to craete trasnport for this.
    Plz provide the answer.
    Regards,
    Bala

    Hi,
    with transaction  code SE80. You can reassign to an another development class.
    Lauch Transdaction Se80.
    Select Local Object
    find your sapscript
    right click -> other function -> "change pacxkage"
    Now you select your development class and assign it to a transport order .
    Rgds

  • Change the Development class in SAPSCRIPT

    Hi all,
    I am working in sapscript.  I haved saved it in $TMP (local folder).  Now I want to change the development class.  Where do i change it.
    Regards,
    Balaji

    goto SE03
    Click on change object catalogue.
    Use Form (or other) as objecttype, type in your sap script object, execute.
    Form there you can change the package.
    Regards,
    Amit
    Reward all helpful replies.

  • How to create Development Class in SAP R/3 4.7c and Netweaver?

    I follow some old notes on ABAP Development Class but I could not create a new Development Class. i.e. Stuck in creatinf a type group.  Please give some details on how to create a development class.  Thanks.
    see the following stepa:
    (A) Procedure for creating  a type group:
    /nse80
    1. Object Navigator> select Development class>(Enter your development class
       yFTGxxDEV
    2. Double click on development class object types.
    3. Type Group: zPTAxx1.
    4. Click on the Create button at the bottom (4th one from the left).
    5. Enter short text: zPTAxx1 type group.
    6. Save>Enter your development class> click on diskette button to save the type group
    7. Select Source Code tab and enter the following:
    "An example type-pool statement containing types and constants
    type-pool zxx1.  "zxx1 is a type pool. It is also known as a type group
    types: zxx1_dollars(16)    type p decimals 2,
                 zxx1_lira(16)          type p decimals 0.
    constants:
           zxx1_warning_threshold type i value 5000,
           zxx1_amalgamation_date like sy-datum value '19970305'.
    8. Select  Type Group from menubar
               a) Check
               b) Save
               c) Activate
    9. Click the back button or F3 to exit.
    10, Show  your type group to your teacher.
    11. Go to ABAP editor and enter the following program:
    "Calculations on date
    report zxx_0914.
    type-pools zxx1.                   "contains zxx1_amalgamation_date
    data:    d1              like sy-datum,
                d2              like d1,
                num_days type p.
    d1  = d2 = sy-datum.
    subtract 1 from d1.
    write / d1.                              "yesterday's date
    d2+06 = '01'                         " first day of current months
    subtract 1 from d2.
    write / d2.                           " last day of previous month
    num_days = sy-datum - zxx1_amalgamation_date.
    write / num_days.                " number of days since amalgamation
    11. Double click zxx1 from the type-pool statement to see the type group.
    12. Follow lab1 procedure and run your program
    (B) Run an ABAP program using field symbol ( i.e. pointer)
    report zxx_lab6.
    data  f1(3)  value   'ABC'.          "Step 1 Define a variable
    field-symbols <f>.                     "Step 2 Define a pointer variable ( it only stores address)
    assign f1 to <f>.                        "Step3 Initialize the pointer variable with an address
    write <f>.                                    "Step4 Now you can use <f> in place of f1
    write / f1.                                      " (same as write f1 )  
    <f> = 'xyz'.                                   " Assign a new value to f1
    write <f>.
    write / f1.

    This is not the way to create a new development class.
    Follow this steps to create a development class:
    http://sap.mis.cmich.edu/abap4/knowbase/Create-Dev-Class.pdf
    Regards,
    Naimesh Patel

  • How to change the Development Class of the SAPSCRIPT FORM

    Hi All,
          I have transported the old form which needs to be deleted in Test System. Is that possible to create a TR for deletion and send it to Test enivronment?..
         Also is it possible to change the development class for a form?
         Please help me on this. Urgent!...
    Regards,
    Ramkumar.

    Yes, it is possible to change the development class for forms..
    Use SE03, transport organiser tools
    goto node OBJECT DIRECTORY ENTRY
    select node "Change object directory entries"
    Execute
    goto the next text box after data element, type FORM, give your SAPSCRIPT form name and tick the check box execute... now rightclick on your form and chenge development class..
    Now coming to your second question is is not possible to delete a FORM that it is already transported to QA and Production, only way to do this is by doing client copy.. basis will do it for you..
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Tables for development class and program name

    Hi,
    IN which tables can we find the program name and its development class?
    Thanks,
    Kumar

    Hi Kumar,
       Check the Table TADIR.
    Regards,
    Swapna.
    Edited by: NagaSwapna Thota on Jul 9, 2008 10:41 AM

  • To find Custom Developed Function Module -Belonging to a Development Class

    Hi Experts,
    How to find custom developed function modules belong to a particular development class.
    Or Funtion Group belonging to a particular development class.
    Thanks in Advance,
    Regards,
    IFF

    Hi,
    Ofcourse you can get function group or function module associated with a Development class from Transaction SE80 or SE84.
    Step-by-step.
    1. From SAP start call transaction se84.
    2. Expand Program Library
    3. Select Function Group or Function Module
    4. In the standard selections give the 'Package' as the name of your development class.
    You will get the list of all function modules associated with your development class. The function modules starts with 'Z' or 'Y' will be the custom developed ones.
    Regards,
    Renjith Michael.

  • Changing the development class for 0CALMONTH

    Hi we upgraded from BW3.5 to 7.0 and we are getting the same error from the thread :  Unable to change development class because field is greyed out
    Does anyone know how this problem was resolved.
    Regards,
    Brian
    I am changing the development class for 0CALMONTH and for some reason I am not able to change the $TMP to ZBW because it is greyed out. I also noticed the Orginal system field is SAP and not our BWD name and the Orginal language is DE and not EN.
    How would I change the development class for this IO? I am perplexed how this got to this status. When I collected the 0CALMONTH afterwards and listed the IOs belong to 0CALMONTH, I was able to change the development class. Why is this being greyed out?

    Changing while signed on in DE did not work.   - I also tried changing the person reponsible and get the following 
    Local private objects cannot be repaired
    Message no. TR229
    Diagnosis
    Every user of the SAP System can access and change local private
    objects using the ABAP/4 Development Workbench.
    System Response
    Setting the repair flag is rejected.

  • Local object and development class?

    wht r local objects ?
    and
    wht is development class?

    Hi,
    Local Objects are the Objects which are not transportable.They are saved in the server n we can't create a Tranport Request.
    Development classes collect together development environment objects that can be considered as a unit and should therefore also be corrected and transported together. A development class can, for example, consist of a transaction or a group of related transactions.
    You can say in simple word, Development class is like Folder which will have the collection of objects(Report, class etc) for a assigned Proejcts.
    If you save objects in Local Class ,you are not able to transport from one system to another.If you save it into a Development Class ,you can transport objects from one system to another.
    Have a look at these links.
    http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/40bd38652c8c42e10000009b38f8cf/content.htm
    Regards,
    Priyanka.

  • Regarding Preparation of Ant Scripts for Oracle BPM 10gR3

    Hi,
    Could you please provide any document so as to prepare the Ant Script for deployment of ALBPM projects(.exp files) on to the ALBPM Enterprise Server(StandAlone,J2EEWL). I found some threads in the forums but neither of them provides a consistent way to develop a ant script. Some or the other script provided in the forum is throwing some error when running on the command prompt.
    Regards,
    Abhishek

    Have you looked here?
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/anttasks/index.html
    Take a look at the publish task.

  • Create development class in 4.6c vertion

    Hi Experts,
    Could please tell me how to create development class in 4.6c vertion in detail.
    thanks&regards
    sri

    Go to SE80,  choose development class from the listbox, enter the name and hit enter, system will ask if you want to create it, say yes.  Give description and transport layer, and click save.  That's it.
    Regards,
    Rich Heilman

  • Language translation from Development class

    Hi Experts,
             I have a small problem regarding language translation. Here i have to translate all the texts from one language to all other available languages from development class.
    Suppose for example all the texts of reports in a development class are in english, i want to copy those texts in to all other languages at a one short. Is it possible? I know we can translate this from se63. but there we can do individually, i want to know is there any way to copy easily all ata atime from a development class?
    Let me know the solution please.
    Useful answers will be rewardble.
    regards
    G.S.Naidu

    Choose Goto ->traslation.then enter Original language to Target language

Maybe you are looking for