Newbie...recreate transaction code with all programs

Hi all,
I have a Z transaction in R3P that was created by someone directly in that environment (never created in R3D or R3Q)...
I have been asked to recreate it in R3D and then transport it through the landscape. 
I have never written an ABAP program or create a transaction code before (I'm a BW guy).  Can someone give me detailed step-by-step or point me to an online resource...?
Thanks

Hi William,
You do not have to worry @ the chain of programs being called from the TCODE.
Goto SE93 in <b>Production client</b>
Enter the TCode
Click on Display
It will list the name of program & screen no. along with variant(if any).
Create a new session in <b>Development client</b>
Execute transaction SE93
Type the Tcode
Click Create
Enter the package & transport description
Enter the program name & screen no. along with Variant(if there was any)
Click on Save
Thats it.
The program which you have mentioned in SE93 will take care of calling subsequent program.
1) What screen is used for display and creation of programs?
<b>For report program its 1000. For other programs, you can check the screen no. from SE93 in production client</b>
2) How do I know within a program what other programs are referenced?
<b>This is not required. SAP will take care of calling subsequent programs</b>
Best regards,
Prashant

Similar Messages

  • Is there a transaction to compile all programs after upgrade?

    Hi all,
    Does anyone know of a transaction to compile all programs after an upgrade? One thing our users hate is that little clock in the lower left corner that says 'Compiling...' and after an upgrade this happens for every single program and transaction they start... is there a way to avoid this?
    thanks in advance,
    Ioana

    Hi Ioana,
    if you would to generate custom code as well I can offer you this report.
    The output list shows only objects with generation errors.
    This might interesting in case of a release change because ABAP is getting always more strict ...
    <pre>
    Report  YYQB0095
    Author: F. Meyer
    Generate program code
    REPORT  YYQB0095
                line-size 255
                NO STANDARD PAGE HEADING.
    TABLES: TADIR, TRDIR.
    DATA: BEGIN OF T_TRDIR OCCURS 0.
            INCLUDE STRUCTURE TRDIR.
    DATA: END OF T_TRDIR.
    DATA: LINE_COUNT TYPE I,
          ERROR_COUNT TYPE I.
    DATA: SYN_INCLUDE LIKE SY-REPID,
          SYN_LINE    LIKE SY-TABIX,
          SYN_WORD(10),
          SYN_OFFS    LIKE SY-TABIX,
          SYN_MESS(240),
          SYN_SUBRC   LIKE SY-SUBRC.
    data: g_field(16).
    data: ctr0 type i, ctr1 type i.
    SELECT-OPTIONS: S_NAME FOR TRDIR-NAME obligatory,
                    S_SUBC FOR TRDIR-SUBC,
                    S_APPL FOR TRDIR-APPL,
                    S_CNAM FOR TRDIR-CNAM.
    START-OF-SELECTION.
      SELECT * FROM  TRDIR INTO TABLE T_TRDIR
             WHERE  NAME        IN S_NAME
             AND    SUBC        IN S_SUBC
             AND    APPL        IN S_APPL
             AND    CNAM        IN S_CNAM.
      LOOP AT T_TRDIR.
        PERFORM GENERATE_REPORT.
      ENDLOOP.
      write: / '**** End-of-Generate ****', ctr0, ctr1, at sy-linsz space.
    FORM GENERATE_REPORT                                          *
    FORM GENERATE_REPORT.
      IF T_TRDIR-SUBC = 'I' OR             "Include-Programm
        T_TRDIR-SUBC = 'P'.                "Prolog-Programm
        EXIT.
      ENDIF.
      add 1 to ctr0.
      GENERATE REPORT T_TRDIR-NAME
                      MESSAGE SYN_MESS
                      LINE    SYN_LINE
                      WORD    SYN_WORD
                      INCLUDE SYN_INCLUDE.
      IF SY-SUBRC = 0.                     "Generation OK.
    do nothing
      ELSEIF SY-SUBRC = 04 OR              "Cancel because of syntax error
             SY-SUBRC = 08
             or sy-subrc = 12
             or sy-subrc = 16.
             add 1 to ctr1.
        SELECT SINGLE * FROM  TADIR
               WHERE  PGMID       = 'R3TR'
               AND    OBJECT      = 'PROG'
               AND    OBJ_NAME    = T_TRDIR-NAME.
        WRITE: /(9) T_TRDIR-NAME, SPACE,
                    T_TRDIR-SUBC, SPACE,
                    T_TRDIR-APPL, SPACE,
                (5) TADIR-DEVCLASS, SPACE,
               (10) T_TRDIR-CNAM,
                    T_TRDIR-CDAT, SPACE,
               (10) T_TRDIR-UNAM,
                    T_TRDIR-UDAT,
                    space.
        WRITE: (9) SYN_INCLUDE, (140) SYN_MESS.
        hide t_trdir-name.
       SKIP 1.
      ENDIF.
    ENDFORM.
    TOP OF PAGE
    TOP-OF-PAGE.
    CALL FUNCTION 'Y_ZQX_LIST_HEADER'.
                    <b>write you own header line here ..</b>
    AT LINE SELECTION
    at line-selection.
      get cursor field g_field.
      if g_field = 'T_TRDIR-NAME'.
        SET PARAMETER ID 'RID' FIELD T_TRDIR-NAME.
        CALL TRANSACTION 'SE38'.
      endif.
    </pre>
    Regards
    Ferdi

  • Remove Company Code with all the Employees in it from r/3?

    Hi i have a bit unusual requirement.
    i want to know how can i Remove a Company Code with all its assigned Employees completely from a system(r/3) ?
    can this be possible at all? if yes then please also mentions what can be the side effects of this action.

    Jack,
    You will have to follow reverse engineering....
    As Sikandar Guru Mentioned.....identify all the PERNRs for mass deletion....
    Secondly I believe, that you want to Delete the Company Code.....check with Finance Folks.......If they have no issues, you can delete the co. code with TCODE EC01... but this will not delete the Relationships to Personnel area...etc.
    There may be custom Features, Reports or programs functioning based on Co. Code.......
    So, in a way....its not feasible..neither wise to attempt deletion of Co. Code....
    S_PHO_48000106 is the TCode for Mass Deletion.
    Good Luck !!!
    Kumarpal Jain.
    Edited by: Kumarpal Jain on Oct 26, 2009 3:20 PM

  • Spinning Beach Ball of Death.  Even with all programs closed, I'm still using 5 GB of RAM, according to Activity Monitor.  Help!

    Ever since installation of OSX Lion, I've been having freeze-up problems on my early 2011 MacBook Pro.  Increased the RAM from 4GB to 8GB.  Amazingly, when I have Mail and Chrome open, almost all of the RAM is consumed.  Even with all programs closed, I only have about 3 GB of free space.  Any ideas as to what the problem is?

    Mail under Lion (your profile says 10.5) is always busy and doesn't like large email database I hear.
    Chrome and Safari don't clear their history and cache, lack quota on how many days and disk use, so clear those out. This is where I do use CCleaner on Mac as well as Wndows.
    I keep reading from 10.6 on that even closing (quit) does not release memory and threads galour that there are memory leaks that you have to repair permissions, even restart, and poor memory management for many people's systems (often laptops).
    Free RAM is wasted RAM though. Even 3GB seems excessive. This is not OS 9 or 1999.
    but I found that 4-core 4GB RAM was fine except for handling large photo libraries.

  • How to find Transaction code from Report/program name ?

    Dear all,
    How to find Transaction code if i know Report/program name ?

    Hi,
    In se 38 when u open ur program,in the application toolbar u have a button beside the where-used list button as display object list.on clicking this button,a window will be opened at the left most corner for repository browser,in this u can find any tranasctions,fileds,screens,dictionary structures defined for the program.
    if any transaction is created for the program u can find it under the transaction folder.
    revert back for further queries.
    Regards,
    Sravanthi

  • How to assign Transaction code for report program?

    All,
    I have developed a custom report. I want to associate it to a transaction code. How to do it?

    Hi,
    Please follow the steps for creating a transaction for report..
    GOTO SE93
    Give the transaction code.
    Press create button..
    Enter the short description..
    Choose the radio button which says "Program and selection screen(report transaction)".
    Press Enter..
    Give the program name..
    Remove the Selection screen "1000" if you want.
    Save the transaction code..
    Regards

  • Requesting a list of transaction codes with starts from sd and fi..........

    hi,
    sap gurus,
    requesting a list of transaction codes which ends from SD point of view and
    starts with FICO module.
    i.e. which deals with posting of revenues from the customer to A/R.
    plz requesting to find a solution for my question.
    regards,
    balaji.t
    09990019711.

    hi
    T.codes SD
    http://www.sap-img.com/sap-sd/sap-sd-transaction-codes-list.htm
    http://www.sap-img.com/sap-sd/task-specific-sd-transaction-codes.htm
    http://www.sap-img.com/sap-sd/task-specific-sd-transaction-codes-2.htm
    http://www.sap-img.com/sap-sd/sap-sd-tcodes-for-india.htm
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    Reports
    http://www.sap-img.com/sap-sd/standard-sap-sd-reports.htm
    Tables :
    http://www.sap-img.com/sap-sd/important-tables-for-sap-sd.htm
    nagesh

  • AUC legacy assets uploading through AS91 transaction code with TT- 900

    Hi,
    I am uploading the AUC Legacy assets through AS91 transaction code.
    In AS91 - I need to select Transactions option & should enter the transaction type 900 to give the Legacy AUC valules.
    When i give the Transactioon type 900 for AUC assets load in AS91, the system is giving the Asset Value Data as 01/04/2009.
    But the Asset Data takeover date given in the system was 31/03/2009. But why the system is taking 01/04/2009 (This is Fiscal year starting date for Country India).
    #Now my problem is i should get the *Asset value Date -31/03/2009 but not 01/04/2009.
    Kindly advise me how to change this asset value date to 31/03/2009 from 01/04/2009? It would be a great help for me if any one can help me or provide me some inputs...
    Thanks
    Kishore

    Hi Zubin,
    Thanks for your reply.
    1. we are using V3 fiscal year variant (March-April)
    2. In the Path given by you - I have maintained March -31,2009 for transfer date. In this case system is taking the 1st' April,2009 (This is next financial year first date)
    3. But I should get the same date as transfer date (31st march,2009). I dont want next fiscal year first date as AUC asset value date.
    4.how can i change this value date?
    Thanks
    Kishore

  • Interaction with transaction codes with interactive reports

    hi..
    i want to call a transaction code from the report which i prepared.for example...if im displaying the list of order no.of a customer as output ,then when i want to make some changes in the order details ..instead of going to transcode VA02 ..i want the transcation has to open when i double click the order number.

    Hi,
    you have to do some thing like this ...
    REPORT  ZTETS_CURSOR                            .
    DATA: FIELD(20),
          VALUE(10).
    DATA: BEGIN OF ITAB OCCURS 0,
            VBELN LIKE VBAK-VBELN,
            POSNR LIKE VBAP-POSNR,
           END OF ITAB.
    SELECT VBELN
           POSNR
           FROM VBAP
           UP TO 100 ROWS
           INTO TABLE ITAB.
    TOP-OF-PAGE.
      WRITE:(10) 'VBELN',
             (6) 'POSNR'.
    END-OF-SELECTION.
      LOOP AT ITAB.
        WRITE: /(10) ITAB-VBELN,
                 (6) ITAB-POSNR.
      ENDLOOP.
    AT LINE-SELECTION.
      GET CURSOR FIELD FIELD VALUE VALUE.
      IF FIELD = 'ITAB-VBELN'.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            INPUT  = VALUE
          IMPORTING
            OUTPUT = VALUE.
        SET PARAMETER ID 'AUN' FIELD VALUE.
        CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN.
      ENDIF.
    Regards
    vijay

  • Transaction code F110- Report Program = RFZALI00

    Hi friends,
    Our client want to Insert another field into Payment Run report.
    Program = RFZALI00
    The field which they would like to insert into the report is the u2018referenceu2019 field on the u2018Enter Vendor Invoiceu2019 screen.
    Please help me to know how feasible it is to do this, and whether it would effect anything else adversely?
    Regards
    NTH

    Hi,
    The standard program cannot be modified as per SAP Norms, May be  you can copy the standard program into a Z program and then provide the logic (if possible) to your abap consultant to create a new field reference in the report. As this is ony a report, it will not have any -ve impact on the business. There is always standard report to compare with.
    Hope this helps
    regards,
    radhika
    Edited by: kolipara radhika on Aug 8, 2008 3:11 PM

  • Has anybody used motion control card like a CNC contol with G-codes with part program editor?

    I have to use national instruments PXI 7344 motion card to substitute a CNC control that uses G-codes and M-codes in a part program . I need to know if some body has already developed such an application and also developed a part program editor.

    ABMSoft - an NI alliance member in Eastern Europe has developed a very powerful G-code interpretor for LabVIEW. Their ABMS-NC toolkit for LabVIEW also includes an offline simulation tool. They have successfully deployed many machines using this toolkit. Its available directly from ABMSoft for $995. You can contact ABMSoft directly.
    More info on ABMSoft (Contact info and product details)
    http://sine.ni.com/apps/we/niaa.com_view?p_all_id=7974
    Documentation on ABMSoft's website
    http://www.abmsoft.com/NI-NC.pdf
    Thanks,
    Rahul
    Rahul Kulkarni
    National Instruments

  • Flash player not working with all programs

    Hi, I'm having trouble with flash player not being recognized by certain player apps... On Facebook when there is a video showing on my newsfeed it just shows three little lines pulsing in the middle but it dosen't play. Now, I can go to the page where the video is and play it but not on my news feed. Also I cannot play Pandora as it tells me I need the latest flash player which I know that I have but it isn't recognizing it. I have uninstalled flash player, reinstalled it .. I have uninstalled Firefox and reinstalled it .. I have also refreshed Firefox and it still dosen't work with those particular applications.. I have also gone to plugins and made sure that it shows that it's enabled and all the players are.. I have adobe flash and shockwave installed.. One thing that is curious though is that when I check to see if my flashplayers are updated in my plugins it comes up and tells me that Shockwave is vulnerable and needs to be updated but when I click on it and update it ... It shows that it worked but then it dosen't reflect that in my plugin update... HELP PLZ !! :)

    Thank you so much for your help!!! Most appreciative!!! :)

  • Download issue with all programs

    I'm having an issue where every time I download a program (i.e. Firefox, Adobe Air, a photo uploader for Shutterly) the program saves to my desktop and looks like an external hard drive icon. These type of programs used to download to my applications folder (and LOOKED like applications) instead of cluttering up my desktop. What am I doing wrong? If I trash the external drive icon, I also lose the program.

    In Safari, go to Safari->Preferences->General->Save downloaded files to: and choose the location where you want things downloaded. ~/Downloads is a good choice.
    Once an item has downloaded, if it's an application, just move it from the download location (wherever that might be, such as Downloads or Desktop) to your Application folder.
    What I think is happening, though, is that your downloads are still going to your Downloads folder and you are seeing the mounted disk images from the downloaded .img/.dmg (or similarly-suffixed) files. Open these up by double-clicking on the Desktop icon and then drag the required components to their destination locations (generally speaking, the application to your Applications folder). In some cases, the disk image will contain an installer, in which case you will need to double-click the installer to get the software you downloaded onto your machine properly. Read the instructions that come with the download, or on the web page of the source file.

  • Headphones wont work with all programs

    So i click on a youtube clip or something it comes out of my computer even if i have headphones 
    if i click on audio at the bottom right of the screen, click mixer it comes up with headphones and speaker i click on headphones it come up with steam friends but if i click on speaker it comes up with system sounds and steam friends
    cant figure this out
    ,but these problems seem common with these envey pcs
    THANKS 

    Hi lekgotproblem,
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I see that you have some issue with sounds playing from the speakers even with headphones connected. Try this link to a third-party site, it will show you how to set the default audio device. Set the headphones as the default and the sound will go through headphones and when you remove it will go back to the speakers. The link is for Windows 7 since I you didn't mention what OS you are using. If you are using Windows 8 just search for Control Panel on your tile screen and then to go Sound and the rest of the steps will be the same.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Transaction code with Develpment Class

    Hi,
      I wanted to retrive only the TCodes which are related to Specific DevClass.
    How can I do that?
    Eq: if DevClass = 'zxx'.
    I wanted to retrive only TCodes which are in ZXX devclass

    Hi Paveen,
    Use Table TADIR..
    Specify program ID as R3TR .
    object type as TRAN.
    Package as ur Development class.
    Hope ur problem is solved.
    Reward points.
    Babul.

Maybe you are looking for

  • Transaction PU0C_10

    For transaction PU0C_10 (Off cycle workbench) how can we secure on the individual tabs? Please advise Thanks

  • Multiple shares displaying in Finder for ONE Macbook?

    Since installing Yosemite the Shared area of the Finder sidebar is now showing not only my Airport Extreme USB HD, but is also displaying my Macbook Air (named GSB). Okay, whatever. But it's also racking up multiples over time so I have GSB (2), GSB

  • Can't load asl (styles) files in PE 6 on Mac with Lion 10.7

    Help please. I read the info on this page: http://forums.adobe.com/thread/362536 Using Photoshop Elements 6 on Mac with Lion 10.7. As with other users, I am unable to load styles downloaded from net (asl files). Shapes, brushes, and patterns load jus

  • Navigation Bar keeps showing up in different spots on my pages? Why?

    Hello I have a question and hope anyone can helpe me on this. Im designing a photograhy website for myself. When I add the navagation bar  in my bottom Master page, then of course it shows up in my top  ( A-Master pages ). But here is my problem, whe

  • Regarding Quotations in iSupplier portal

    Hi all, Can a supplier send Quotations for RFQ's through iSupplier portal. thanks in advance.