Copy standard transaction

Hi,
I want to copy standard transaction CO02.But its a function pool program. I am getting a dump after copying can anyone guide me on this??
<REMOVED BY MODERATOR>
Regards,
Sowmya.
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 2:23 PM

Hi Sowmya,
Dump occurs cause the function modules in that function pool u copied with z names.
those function modules are used again in that copied funtion pool.
so u need to change the CO02 function pool function modules to Z function modules in that Zfunction pool program.
paste the dump so we can infoprm u better..
Regards,
Syed A

Similar Messages

  • Copying standard transaction to Z-Transaction

    Hi,
    I need to copy standard transaction to Z-Transaction,
    i.e., MIRO to ZMIRO.
    And then I need to insert some code in one of the include program of ZMIRO.
    please tell me the various steps involve for copying a standard transaction.

    While copying a standard transaction may at first seem the easy way to achieve the functionality you need, there are a number of longer term negatives with this approach.
    If you copy major parts of SAP code like this, your copies will not be kept up to date as SAP OSS Notes are applied to the original using SNOTE.  You can manually apply such changes, but this is nearly always forgotten as the person applying the note does not always realise there is a local copy.
    This also applies when support packs are loaded - the SAP code can be changed without these changes being reflected in your copy.  In the worst case scenario, the change may result in your copy of the transaction performing invalid updates to data and causing data integrity issues in your system.
    When the time comes to upgrade the system, there will be a major amount of work in comparing the Z version of the code with the standard code to identify what is in the new version and to update the Z code - in a lot of cases this will mean a complete rebuild of the Z version is required.
    It is far better to use available BADIs, user exits, enhancement points and even repairs using the object key to achieve the desired result so that tools like SNOTE, SPAU, etc can keep the basic code up to date with the latest patches.
    Another option for some types of change is to build a custom screen that calls the standard transaction using BDC / Call Transaction or using a BAPI so that the data is presented as desired by the customer, but the updates still use the SAP supplied code.
    Andrew

  • Copying standard transaction

    Hello Everybody,
    I have the following doubts with regard to enhancements
         1. How to make a copy of standard transcation into a custom transaction for example how can we create a custom transcation XYZ which has the same functionality as an SAP transaction VI05?
         2. How can we modify the transaction input screen? Example -->suppose we need to add an extra field or make certain field mandatory in the transaction VI05?
    I would be highly obliged if anyone can help me with this.
    Thanks a lot!
    Regards,
    Prem

    Hi,
    Better to use screen exits/ BADI instead of copying the transaction / program.
    For copying a transaction, u need to copy the program to a Z program and make necessary changes to the Z program and assign a T-CODE for the Z Program.
    Find the program name from the standard transaction. system>status.
    GOTO SE38. Give the program name and copy it to a Z program. Make changes in it.
    Goto SE93 and create a Z transaction for the same.

  • Copying standard report transaction selection screen

    Hi  everybody,
    How can we copy standard report transaction's VI05 selection screen to my custom report transaction's selection screen some zprogram . The problem is that when i am copying the selection screen into my programs screen, it is getting copied, but not as selection screen rather as normal screen. I have defined a transaction code for the same with the custom screen no as the selection screen but its giving a message that selection screen 9001 doesn't exist. However if i keep the selection screen as 1000 the screen in the standard transaction VI05 the transaction is executing fine.
    But again the problem was that although it seems that the screen 1000 of the standard program for VI05 has been copied to my custom program but its not showing in the object list of my custom program. so I cannot do any changes which i require.
    If anybody requires any clarification u can raise your doubts i will try to make it more clear.
    Can any body help me with this?
    Your help will be deeply appreciated.
    Thanks a lot!
    Best Wishes!
    Regards
    Prem

    Hi Prem,
    Even if the GUI Status is active, you cannot see two components of Standard Selection Screen.
    1. All Selections - Push Button
    2. Categories - Screen Block in the first with two options
         2.1. OI_STAND
         2.2. OI_BULK
    This is becoz, there are enhancement spots included in the Standard program and the enhancement spots will not be copied, unless you copy them manually.
    Check the same.
    Regards,
    -Syed.

  • Standard transaction copy

    Hi Friends,
    I want to do copy of standard transaction and i want to do some modifications.
    how to proceed. Help me.
    Thanks in advance.

    Hi,
    In ur case, u need to copy the whole underlying program for the transaction into a  Z program and then make ur changes.
    For this, u first get to know the underlying program for the transaction. Goto SE93 --> Put the tcode and click display. This will show u the program name.
    Now, tht u hv got the pgm name, goto SE80 --> Select the object as Program and give the Program name.
    Now click on copy and provide the Z program name.
    if neede, u also will hv to copy the Includes, Documentation, etc. for the same.
    Regards,
    Himanshu

  • Modification of Standard Transaction: by copying MIRO to ZMIRO

    I have copied Transansaction MIRO to ZMIRO
    (by copying standard program to SAPLMR1M SAPLZMR1M1).
    and added ZMIRO transaction in T169 & T169F tables.
    but while running transaction, it is gives run time error.
    I think there should be some configuration?? or some part of coding should be changed?? Please let me know what to do?
    I am getting the following runtime error:
    Information on where termination occurred                                                                               
    The termination occurred in the ABAP/4 program "SAPLMR1M " in                    
    "MOVE_DATA_TO_TAX".                                                              
    The main program was "SAPLZMR1M1 ".                                                                               
    The termination occurred in line 20                                              
    of the source code of program "LMR1MO1W " (when calling the editor 200).         
    000060   MODULE MOVE_DATA_TO_tax OUTPUT.                                         
    000070                                                                           
    000080     check header-activetab = 'HEADER_TAX'.                                
    000090                                                                           
    000100     PERFORM MOVE_DATA_TO_tax tables rbkpv-rbtx ydrseg                     
    000110                              using rbkpv-bukrs rbkpv-waers rbkpv-xmwst    
    000120                                    rm08m-lstml rbkpv-mwskz1 rbkpv-wmwst1  
    000130                                    rbkpv-budat rbkpv-bldat                
    000140                                    rbkpv-beznk                            
    000150                                    rbkpv-mwskz_bnk                        
    000160                                    rbkpv-txjcd_bnk                        
    000170                                    rbkpv-xrech                            
    000180                                    rbkpv-txkrs.                           
    000190                                                                           
    >   ENDMODULE.                             " MOVE_TO_FI  OUTPUT             
    I think there should be some configuration?? or some part of coding should be changed??
    Please let me know what to do?
    Thanks & REgards.
    Sameer.

    I have copied Transansaction MIRO to ZMIRO
    (by copying standard program to SAPLMR1M SAPLZMR1M1).
    and added ZMIRO transaction in T169 & T169F tables.
    but while running transaction, it is gives run time error.
    I think there should be some configuration?? or some part of coding should be changed?? Please let me know what to do?
    I am getting the following runtime error:
    Information on where termination occurred                                                                               
    The termination occurred in the ABAP/4 program "SAPLMR1M " in                    
    "MOVE_DATA_TO_TAX".                                                              
    The main program was "SAPLZMR1M1 ".                                                                               
    The termination occurred in line 20                                              
    of the source code of program "LMR1MO1W " (when calling the editor 200).         
    000060   MODULE MOVE_DATA_TO_tax OUTPUT.                                         
    000070                                                                           
    000080     check header-activetab = 'HEADER_TAX'.                                
    000090                                                                           
    000100     PERFORM MOVE_DATA_TO_tax tables rbkpv-rbtx ydrseg                     
    000110                              using rbkpv-bukrs rbkpv-waers rbkpv-xmwst    
    000120                                    rm08m-lstml rbkpv-mwskz1 rbkpv-wmwst1  
    000130                                    rbkpv-budat rbkpv-bldat                
    000140                                    rbkpv-beznk                            
    000150                                    rbkpv-mwskz_bnk                        
    000160                                    rbkpv-txjcd_bnk                        
    000170                                    rbkpv-xrech                            
    000180                                    rbkpv-txkrs.                           
    000190                                                                           
    >   ENDMODULE.                             " MOVE_TO_FI  OUTPUT             
    I think there should be some configuration?? or some part of coding should be changed??
    Please let me know what to do?
    Thanks & REgards.
    Sameer.

  • COPY INFORMATION BUTTON FROM STANDARD TRANSACTION

    Hi!
    I want to copy the selection screen from the standard transaction QA07, and also I want to copy the information button that appers next to the excecution button.
    How can I copy that information button????
    Thanks a lot!!!!

    The report RQAAAS10 has the documentation and because of that documentation, the information button is coming on the QA07.
    To copy this documentation:
    Go to SE63
    R3 Objects > Long Texts
    Select the L5 > RE ( Reports, Function Groups, Logical Databases) node form the popup
    Enter Report RQAAAS10
    Select your languages and press Edit.
    Select the Fullscreen Button.
    Form the Fullscreen.. Text > Download.
    Now, in your program upload this documentation.
    By selecting the Text  > Upload in the documentation section.
    Regards,
    Naimesh Patel

  • Copy of Transaction History from source Tran to subsequent Tran

    Hi Experts
    I have a requirement where I need to copy the Transaction History (DOC FLOW) of the source Transaction(Service Complaint) to Targert Transaction(Repair Order). 
    i.e when Repair Order is created as Follow-up transaction from the Service Complaint(It has Service Contract in the Transaction History), while Repair Order creation it prompts the Item to copy from Compalint , Item is getting copied to Repair Order successfully, but Item related Service Contract is not copying from the Compalint Transction History to Repair Order.
    Here I can impliment CRM_COPY_BADI, Method DOC_FLOW to copy Service Contract from the Transaction History of the Compalint to Repair Order.
    If my approach is correct, Please share the sample code from the  Method DOC_FLOW for this.
    if it is not correct way of doing, Kindly suggest me the other way to achive this.
    Thanks
    Chand

    Hi Chand Basha Shaik 
    While creating the follow up documents we can make use of CRM_COPY_BADI , to fill the required standard fields or custom fields.
    You can make use of several API function modules related to document flow say for example if your want to read any runtime data from buffer related to document flow we can make use of the function module CRM_DOC_FLOW_READ_DB. Given the relevant code snippet
    CALL FUNCTION 'CRM_DOC_FLOW_READ_DB'
              EXPORTING
                iv_header_guid = lv_guid
              IMPORTING
                et_doc_links   = lt_doc_links
              EXCEPTIONS
                error_occurred = 1
                OTHERS         = 2.
    Thanks & Regards
    Raj

  • Copy standard cost with Cost Component from another material

    Hi,
    I need to copy standard cost from another material not only total price but also details of cost component split. I try to used transaction CKUC with procedure of "explode material cost estimate" but the reference material use "mixed costing" and isystem stop explosion.
    There is another procedure in order to make this copy? I can not use special procurement because are different codes (material A / Plant XXX copy froma material B /Plant XXX).
    Thanks for your support.
    Mic

    Hi Chandra,
    thanks for your suggestion, it works but only if I explode a level ... material "B" contains two mix codes  that also contain their mixes. So system shows this message "Mixed cost estimate explosion in level 2 for material xxx" and "Mixed cost estimate exists: maximum of 2 explosion level (s) possible".
    So Is not possible to copy and esploded a standard cost with multi level mix?
    Thanks
    Michela

  • How to add a new column in a standard transaction mb5b

    Hi,
    In t-code mb5b, there are columns which describe the material description, material , opening stock , opening value, etc. I have to add a column with the field name "opening rate". Values for opening rate are calculated using the formula
    opening rate = opening value / opening stock.Please help.

    Hi
    if you want to add a new Column in the Standard transaction you need to create a copy of program RM07MLBD. Add your field in the end of STYPE_BELEGE, Populate the text for field in FieldCat and in the end Populate the value by doing calculation on each row and modifying the table.
    Rajnesh

  • Cloning a standard transaction FPO4

    Hi All,
    I have a requirement where, i have to clone the standard transaction FPO4 ( alphabet O) . I will pass a key date, company code and G/L Account number in the selection screen and in the output report , I would get amounts for the respective document numbers (OPBEL) ,which i have to sum up as per Company code.
    Here problem is as this is a standard tcode how can i make a 'Z'   report based on the above that can meet the requirement.
    I have tried this with SUBMIT , but this didn't work out .
    Please suggest me if there are any better ways.
    Thanks,
    Vijay

    FPO4>System>status>note program name from here which is RFKKOP04
    now from se80 you can copy this program in to some z program with all elements like screen gui status include and all.
    once you copied all these thing than save check activate and five new transaction from se93.
    Amit.

  • How do I integrate BDS into standard transactions?

    Dear all,
    I'm facing a new challenge here as the design guys want the BDS functionality that is e.g. available in transcation WTY available in some other standard transactions.
    Has anyone ever done this? Do I need to copy the standard program and treat this like a custom-extension or is there a simpler way to do this?
    Thanks a lot,
          J. Euler

    Hi,
    Try to findout the user exit and you can do it in the respective user exit.
    Thanks
    -Suresh Revuru

  • Copy standard report

    hi all,
    I have copied the standard program GP49GVYDGHSFRBGM9CYT2E1I1S2 (assigned to the transaction code S_ALR_87012168) to the custom program ZFI*****, Could you please let me know how to configure the custom program to the node FBRD01RFRRD20 0SAPDUEAN-01 report type RE, with the new Extended Program Name so that I can use the same (i.e. the node report type and Extended program name) to assign it to new Transaction code (to have the same functionality as the standard transaction S_ALR_87012168).
    Please do comment and thanks a lot.

    Hi anuar,
    Once you have copied the Standard report to ZFIxxxxx then proceed as follows:
    1. Go to SE93 and input the Z TCode name and click on Create
    2. Provide the Description and selelct the radio button Transaction with parameters (parameter transaction) and Press Enter
    3. Under Default Values for there is an input field Transaction. Input START_REPORT
    4. In the bottom of the screen you can see two columns Name of screen field and Value
    5. Input the following with out any change
    *Name of screen field*                         *Value*
    D_SREPOVARI-REPORTTYPE             RE
    D_SREPOVARI-REPORT                    ZFIxxxxxx  "(Your custom report which you copied from standard)
    D_SREPOVARI-EXTDREPORT            FBRD01RFRRD20                       0SAPDUEAN-01
    6. You'll be presented with another selection screen. Here simply press Enter
    Here you go with the same functionality as that of the  S_ALR_87012168. Hope these steps resolves your problem. Reward accordingly.
    Thanks and Regards,
    Maddineni Bharath.

  • Copy Standard Cost to Moving Average Price

    Dear All,
    We are maintaining the materials with price control as Standard Price and moving average price is updated and used only for statistical purpose.
    I have a requirement of copying the standard price to moving average price field just after the standard costs have been released.
    We have used CK40N to complete the calculation and release of standard costs.
    Please let me know which SAP standard transaction can be used for the purpose.
    Regards,
    Manish Gupta

    Hi
    Whats the need to copy std price to moving price?
    I dont think there is any such t code to copy it.. But a weird work around is, if u r on ECC 6.0, you can change the price control from S to V and again V to S.. In this process, your price will get copied from S to V
    However, not a recommended way of doing... If you do, you shud do this at a shot and blocking all others users
    Regards
    Ajay M

  • Copying Standard SAPScript to ZSapscript...

    Hi,
    I want to copy standard sapscript to zsapscript.
    I go in SE71 and enter the name of Z sapascript form and then create. Now when I go to Menu-> Form-> copy from: I give form name as MR_PRINT and give language as EN.
    It says MR_PRINT LANGUAGE EN is not available in client 120.
    But when I again go to se71, and type MR_PRINT with labguage EN in the same client, it dispalys the form but says MR_PRINT from client 000 dispalyed.
    How do I resolve this ?
    Do I need to copy the script from client 000 to 120 ?
    How do I do this ?
    Thanks.
    Regards,
    Thomas.

    hi Rajesh,
    first of all copy the script from 000 to 120
    here is the procedure
    SAP Script is client dependent.
    So you can use SCOT transaction to copy Transport request of SAP Script from one client to another.
    You can use program RSTXSCRP also to transport SAP Script from one client to another.
    Or from SE71 as SE71-> utlities->copy from client .
    then u can copy from standard to z
    if u find it useful mark the points
    Regards,
    Naveen

Maybe you are looking for

  • 2 iTunes libraries on one computer?

    Is there anyway to have 2 different iTunes libraries on 1 computer? My girlfriend and I both have Ipod Nano's, however I want my own library for my own songs, and I tried to download the library again however it just goes to hers. Is this possible?

  • How to I create floating text boxes in Pages 5.2 (there is no inspector setting)

    In previous pages you could have several text boxes "floating" using the inspector tool. In pages 5.2 I can seem to have two text boxes layered without one of them becoming invisible. I have looked through all the settings I can find. Has anyone else

  • Simple IP Ban System Doesn't Seem To Work.

    Alright i have this; import java.io.*; public class security { public static final String[] ip_bans = {"82.25.128.xxx", "127.0.0.1"}; public static boolean is_ip_banned(String a) {      for (int i = 0; i < ip_bans.length; i++) {           if (ip_bans

  • Disabled User Password should not be changed

    Hi, We have a requirement that only if the user's status is active, then only administartor must be able to change the user password. Admin should not be able to change the password if the user is in disabled state/locked state.How can we achieve thi

  • ITunes is not syncing with my iPhone 4S

    Hello, After recently upgrading my iPhone 4S to iOS 7. My iTunes music will not sync with my phone and the current music on my phone just skips each song over and over again. Does anyone know the cause and the fix to this problem? Thank you