How to change the development class of a tcode once its a temp $tmp?

Hi,
I have created one tcode and was attaching the development class to it but meanwhile I ended up assigning it with the $tmp local object now I want to change it with the desired one. Suggest me a solution whether I should the tcode (if yes how) or if anyother way.
Thanks in advance
Mohinder Singh Chauhan

Hi,
I tried that but I have a created the programme first assined the developent class.
Thats right accdording to specs, problem arises when I assign a "transaction code " to the report programme and while doing so I put a $tmp class that thing I need to change as in our landscape development class for the Transaction code has been created already. I was supposed to chose one of them(For the Sale purpose).
               When I try to change the development class which is greyed out with $tmp(In Tcode creation screen) the development class for the programme is different.
Thanks
Mohinder Singh Chauhan

Similar Messages

  • How to Change the Development Class from $TMP to YABAP in Layout

    Hi all,
    How to Change the Development Class from $TMP to YABAP in Layout( SE71).
    Thanks & Regards,
    N.L.Narayana

    Hi,
    it is possible with SE03. you just click on Change <b>Object Directory Entries</b> under the tree menu <b>Object directory</b>, and then enter in the last column of table control
    Check the check box and enter FORM and formname,
      R3TR FORM SAPscript form 
    then execute it.
    then you will be able to change it to PACKAGE from $TMP
    regards
    vijay

  • 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

  • How to change the development class for a Layoutset

    Hi Experts,
    I have to Change the Development Class For a Layout which is under Local object now ($tmp) ,how to do it.
    after Changing to Development Class new ,while transportation any issues will come ?
    Thanks in Advance,
    Regards,
    Hitu.

    goto SE03 and change the development class, no transport issues will come...
    or
    execute report RSWBO052.
    Add FORM in blank field under R3TR DTEL, mark field and put your sapscript name, then execute. In Tree double click over sapscript name, and change development class $TMP.
    Regards,
    SaiRam

  • 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

  • How to change the development class of report

    pls send answere for it

    Hi,
    IF u want to change the report development class Goto se 38 chnage mode, then <b>Goto > object directory entry</b>.
    By this way you can change the development class, for any function module goto se37 and do the same.
    Hope this solves your problem.

  • 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.

  • 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 change the paper format in SOST tcode from X_65_80 to X_65_266?

    I got data from OTF in SAPSCRIPT and send by email.
    How to change the paper format in SOST tcode from X_65_80 to X_65_255?
    I need to change it automatically from abap.
    Any suggestion?

    Hi,
           change line size and line count in report.
            By default report line size and line count is taken in printer
           settings
    REgards
    amole

  • How to directly change the text of a tree node once its in the tree

    How can I directly change the text of a tree node once its in the tree.
    I have a property box which fires an eventevery time it is edited
    (this is currently just output to the screen via println)
    What i want is for the tree node to take the updated text that is in the text box every time
    thus giving tree labels that update as you type
    PS. i have access to the tree node (DefaultMutableTreeNode) from the code that hanldes
    the text box event

    ... use the setUserObject() method of your DefaultMutableTreeNode, that'll set the text of the node.
    however, you probably need to do a treeModel.nodeChanged(node) with your tree model, to get the display updated.
    thomas

  • How to change the dev class ttached to a sapscript layout

    Hi ,
             i am trying to change the dev class for the layout. is there any way. In Administation button the dev classs is coming in dispaly mode.
    Also is there any way to delete a layout.

    Hi,
    change the dev class ttached to a sapscript layoutYou 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.
    Regards,
    Raj.

  • Change the Development class in the Report

    Hi
    I want to change the deelopment class for and Report.bcoz the existing Development class dose not exist.
    I need to change can any one help.
    Thanks,
    Nelson

    Hi Nelson
    If it is a custom Program then you just go to SE38
    and display the table then In Menu bar you can find Go to------Object Directory Entry
    Option
    In that click change button then assign Required Package then activate
    or
    Goto SE80
    Select Package from dropdown
    Give the Package name and click on display icon
    expand the dictionary structures
    Right click on ur table name and change the package name and activate it
    Regards Rk

  • Changing the development class of datamart

    hi
    im trying to change the devl class/package of the extract structure of a datamart (for e.g /BIC/CE8ZCOD_IF1 ) .Its currently locked in $tmp.
    the system is not allowing me to do so.
    could anyone pls tell me wht the reason cld be.
    thanks
    jp jp

    Dear JP ,
    When ever you are going to create a ODS Object , the system automatically creates the corresponding Datamart , So if you transport the ODS Object, then automatically the system generates the Datamart , So if you are trying to transport the Datamart of ODS , I dont think its necessary...
    Hope it Helps..
    Thanks,
    Krish

  • How to change the header in all pages at once?

    I'm new to iWeb and can't figure out how to change the headers of all pages without having to go through and do it to every page. There should be a way, but is this a feature iWeb doesn't have?

    Hi,
    Refer following link which states how to change the Page Setup setting (just an addition to above poster's explanation):-
    http://docs.oracle.com/cd/E12825_01/epm.111/fr_user/frameset.htm?1900.html
    Regards,
    Edited by: 918547 on Dec 14, 2012 6:17 PM

  • How to change the development of a smartform styles

    Hi all,
    I have saved my smartform  styles to locl , how can i assign the smartform styles to a development class,
    Thanks
    J

    Hi,
    In the Initial screen of the SMARTSTYLES trnasaction code, Goto --> Object Dictionary Entry, then it will ask the po up to change the Package .
    Pease close the thread
    Regards
    Sudheer

Maybe you are looking for

  • Multitrack Mono to Stereo

    Hi, So I created an Audition project as mono (not knowing that was something I needed to change at creation) and have done all my editing in that project.  I want the music and effects in my project to be exported in sero but realized I cannot do so

  • Info records vs contracts

    Hi All, We are in the process of defining master data required for procurement.. For direct materials we always have contrcats .. so if we use only contracts without creating any info records what would be the implications?? As contract and info reco

  • Exporting to camera from burned iDVD Disc imported to iMovie

    I edited home movies with iMovie HD and created a DVD with IDVD5. I forgot to export the footage back onto my miniDV tape as a backup. So I took the burned DVD and put it in a DVD player connected to a converter box and imported the footage into iMov

  • Display a TEXTFIELD only in sebsequent page and not on first page in adobe

    Hi Expert, I have a requirement in which i have to display a text field only on the subsequent pages and not on the first page in adobe form. Can u plz help me. Thanks Mahesh

  • Kde slow

    I´ve just installed Arch and kde! But its running very slow. I get at fail message during the bootsession. 127.0.0.1 error fetching interface information - and during shutdown : network is not running 'try network start' When I log in to kde - it see