How to copy modulepool object to other system without CTS

Dear Friends
I have developed one Module pool program for one project and I need to use it for other project. I can’t use CTS functionality to copy it. I am able to copy code but I am unable to copy menu and screens.
Enjoy SAP
K.R.Reddy

Hi,
You can copy MENU,PF-status functionality from SE41 transaction. Give program name and press CTRL+F5.
Give the source program name and Destination program name.
Regards,
Sailaja.
Dont forget to reward points, if answer helps you.
Message was edited by: Sailaja N.L.

Similar Messages

  • We need how to copy macro logic in the system

    Hi Experts,
    we need how to copy macro logic in the system, we have some macros in my friend system,  i need how to copy macro logic , can u send me elaborate.
    Regards,
    BABU

    I'm a bit uncomfortable with you've wanted to do especially you and your friend has a different system (unless its a sister company/industry). If this would be the case you can copy your friend's macro with the help of your basis team to transport them in one system to another.
    if the case is different organization, I'm not sure if that is possible since no industry have same requirements but i may suggest the links below for your reference on how to copy the Macro into external system. Hope the document is relevant to your issue.
    [http://help.sap.com/saphelp_scm41/helpdata/en/82/2101fac5288f4d8c7be7c20e604a8f/frameset.htm]
    Cheers!

  • How to transport CU02 objects from one system to another?

    Hi,
    How to transport CU02 objects from one system (Development) to another (Quality)?

    You need to set up the object dependency IDOC in the partner profile.Message type is KNOMAS. The transaction to send is CLD2.

  • How do I move objects from other package to a newly created one?

    How do I move objects from other package to a newly created one?
    Thanks!

    Dear Anthony Pham ,
    for changing objects from one package to another package
    open that object for example Report
    open the report and than click GOTO select OBJECT DIRECTIORY ENTRY
    than it will open a popup in that popup click the change and give the new package
    Thanks
    Surendra

  • How to copy a table from one system to another system

    Hi all,
            can any one say how to copy table from one system(sys1) to another system(sys2).
    regards,
    nagaraj

    There are many ways.
    1. Use the already existing transaport request number for that table to do the transaport (Active)
    2. Create mannual transport request from SE01 and in the object list enter following
    R3TR -- TABI -- <Table Name>
    And do the transaport.
    3. Ask your basis consultant to do the transaport from oracle layer.
    Thanks,

  • How to organize Data Objects and other Objects in SWCV

    Hi,
    I am looking for Best Practices on how to organize data objects in SWCV as well as other objects such as a Distribution Rules.
    We are planning to develop three occasionally connected applications with NW Mobile 7.1 this year and maybe additional one the following year. We will create multiple Standard Data Objects (e.g. Plant, Company Code, Reservations, ...) which are shared in the first set of transactions and in the future transactions.
    I have heard before to separate out Standard Data Objects from Distribution Models and have two different SWCV.
    Should I have a) one SWCV for all current and future Standard Data Objects and one for the distribution rtules or b) should I separate out common data objects into one SWCV, and all transaction-specific data object each into separate SWCV?
    Just wondering if there are any best practices available for this so that I won't run into problems in the future when we want to add more transactions/data objects?
    Any advise is appreciated.
    Thanks,
    W. Berger

    Hi Siva,
    Thanks for quick reply!!
    I have created say SWCV1 for Dataobjects.
    Now i want to create seperate SWCV2 for defining distribution model.
    How i should proceed..I cannot see the uses option while creating new SWCV2  ( Only option i see is  'backward compatibility checkbox : uses NW04/NW04s MI Application')
    where to check the following which you have mentioned?
    SWCV2 was created and inherited SWCV1 in uses tab of SWCV2.
    Thanks in advance!!
    Regards
    Devendra

  • How to copy an Object with sequencing primary key?

    Hi, I have a use case here to copy all the informations and create a new object? The draft process i am using is:
    obj original = session.readObject;
    obj target = uow.readObject;
    if(target is not there) {
    target = uow.registerObject(new target())
    target.attrA = original.attrA
    target.attrZ = original.attrZ}
    uow.commit;
    It works fine, but i don't like to repeat the boring attribute copying. So i change my code to:
    obj original = session.readObject;
    obj target = uow.readObject;
    if(target is not there) {
    original.pk = null;
    uow.registerNewObject(original);
    uow.commit;
    I try to set the pk of the original to null and let it to use the sequence one. However, It fails with an exception that the primary key cannot be null. Is there anybody can help me to simplify the process? Any concerns or comments are really appreciated.
    Message was edited by:
    juwen

    Hello Juwen,
    The problem is you are registering an object, assigning it a null pk, and then commiting the uow/transaction. TopLink uses registered objects to keep track of changes you make inorder to persist those changes on commit. So the simple fix is to not commit the UnitOfWork - call release() on it instead.
    Another solution is to use the session copyObject api. The simple form that only takes an object will work similar to registering the object as it will copy all persistent attributes but it will leave the primary key null. You can also use this method to specify a copyPolicy to customize the process. Using this method will be a bit more efficient, since a UOW makes both a working copy and a back up copy of objects registered, inorder to keep track of changes. Using the copyObject api will only make a single copy.
    Best Regards,
    Chris

  • How to find the roots of other system in the network

    With out using RMI can we find the other system drive information(the roots available) from local(my) system..?

    public class roots{
    public static void main(String args[]) throws Exception
    System.out.println("The Drives are:");
    File[] roots = File.listRoots ();
         for (int i = 0; i < roots.length; i ++) {
         System.out.println (roots);
    This displaying the local system roots. Here how can i implement remote-filesystem protocol such as SMB or NFS .?
    I am not aware of this implementation as i am beginner ...
    kindly help me

  • How to remove Collected objects in BI system?

    Hi all,
    I am a new user of SAP BI, from the above steps I came to know how to activate remotely the Data sources. My concern is, accidently I have collected the Infoobjects from PHD source system, the system prompted me to check my authoriztion, I chose don't check. I didn't had a clear idea about how this works, the system started creating D versions of selected Infoobjects. I dont want to INSTALL those Infoobjects in BI content. I havn't done INSTALL step.
    Can someone guide me on how to remove those selected infoobjects completely from BI content ? Incase if its not possible to remove, if those objects are left as it is... what kind of problem it might cause further?
    Thanks
    Jeeth

    Hi
    If you ahve not installed these, you can simply remove these collection by draging the objects to the left hand side panel.
    Cheers
    Chanda

  • How to copy all objects (incl. joins) from a BM into another existing BM

    Hello, i'm a regular viewer of this forum and now i have one issue that looks simple but i cannot resolve it.
    To make it less complex let's say we have a business layer with two business models (e.g. CIS-Finance and CIS-Logistics). For each BM we have a seperate subject area in the presentation layer.
    Each BM has unique objects, no object (like dimension time) is appearing in both BM's.
    Now there is a business requirements to have a 'mega' model, that is one extra BM that is combining both BM's. Let says we want to merge both model into one new big model.
    To achieve this I did the following:
    1) Duplicate CIS-Finance to CIS-All (using right mouse click on BM and click duplicate and change the name of duplicated BM to CIS-All)
    2) Then I select all objects in CIS-Logistics and copy all these objects and paste them into the new BM CIS-All.
    All selected objects were copied into the BM but the logical joins are not copied as well the content level information of the source tables.
    Is there a way to copy also this information (logical joins and content info), or do you suggest another approach to achieve this goal?
    Thanks, Ben

    what i did:
    1) i copied the original rpd to rpd2
    1) in the original rpd, i duplicated CIS-Finance to CIS-Logistics (so I have the same name for the BM to where i want to copy to)
    2) in the rpd2 i selected all objects in BM CIS-Logistics
    3) I pasted all objects to rpd BM CIS-Logistics (so BM has same name)
    unfortunately it doesn't work, all objects are copied but not the joins and content.
    You suggest UDML, can you be a little bit more specific? I searched the internet, found out what UDML is, but I cannot map it to what I want.
    Thanks.

  • How do you copy a Symbol to other fla without importing it?

    If I try to copy or move a symbol from one fla to another, it
    automatically gets imported, i.e. in the new fla the symbol has in
    its properties a source pointer, to where it was taken from. How
    can i copy a symbol for real, or "clone" it, into another fla
    library, without importing it? If I go to an imported symbols
    properties, how can I cancel the source option? I don't see a
    button for removing the source pointer.
    There has to be some way to make the symbol an independent
    symbol without any relation to its source fla???

    Funny thing is, both if i copy and paste the symbol, or drag
    it from another library, the symbol in the destination .fla gets
    "imported" with information about its source (in the symbol
    properties). I guess either my Flash has some funny settings, or is
    not working as it is supposed to?? Maybe I should reinstall it. I
    have found one way to break the "import" by making "duplicate" of
    the symbol, and then deleting the original, and renaming the
    duplicate back to the original name. Of course, this method is too
    tedious if I wanna copy hundreds of symbols.

  • How to copy the corresponding values other fields in  Search help

    Hi All,
    My selection screen contains 5 fields. three are obligatory parameters, one date field and one select option.
    All are from the same table . I had created search help for one field .
    when I'll click the hit list of the search help I want the corresponding values to get copied to other fields in the selection screen, as my hit list contain values for all those fields.
    How Can I copy those values.
    Please help me on this.

    Hi,
    Please try this.
    In the search help set the export parameter for the other fields also.
    Thanks
    Naren

  • How to copy calendar item to other calendar ?

    I have a shared calendar with events in...but I also want to have SOME private calendar items (in another calender) viewable in the shared calendar. I guess I have to copy those to the shared calender but how is this done ?

    I know it would be confusing, but I am sharing 1 calendar with someone, and another with someone else...
    They don't need to see everything in both calendars so i wanted to "mark" an item for example for 2 calendars.

  • Preview pane no text wrapping and scrollbars missing, and how to copy corrected settings to other folders/make default?

    Hi, (this may be in the 353 items thrown up on a search of Mozilla support, but there seems to be a relevance/sort issue.)
    I don't want thunderbird to take up my whole screen. There are some problems when using a smaller window:
    1. TEXT NOT WRAPPING IN PREVIEW PANE: can you please advise the settings to make the text automatically wrap to the preview pane width? It goes off the edge. I don't want to have to scroll to see it or make my preview pane bigger. (I did this ages ago and need to do it again as I had to rebuild TB)
    3. COPY CUSTOM VIEW SETTINGS FOR ONE FOLDER TO OTHER FOLDERS OR SET AS DEFAULT: can you please advise instructions how to do this? (So I can apply my corrected settings to all other folders views!)
    2. DONE: VERTICAL AND HORIZONTAL SCROLL BARS IN PREVIEW PANE: (I solved this, this is for readers with the same problems!) The scrollbars will not show if the toolbars at the top of the preview pane are wider than the pane. (I think this is called a bug.) Workaround:
    (a) maximise thunderbird window/widen the preview pane to show all the buttons across the top of the preview pane.
    (b) click the x on the redundant navigation toolbar to remove from preview pane. (you can put all these buttons on the mail toolbar at the top of the whole window- click view, toolbars to show it).
    (c) right click on one of the reply/forward etc icons at the top of the preview pane. Click customise. select icons only.
    (d) resize the width of your preview pane to desired width, which can be quite narrow as long as it is wider than the toolbar (you'll see the scrollbar disappear when its too narrow).
    Thanks!

    '''re: Flowed text.'''
    Very odd you do not auto have this as it is usually set as default.
    check settings:
    'Tools' > 'Options' > 'Advanced' > 'General' tab
    Click on 'config Editor' button
    it will tell you to be careful :)
    In top search type: flow
    look for the following line:
    * mailnews.display.disable_format_flowed_support; Value = false
    * If it says 'True', double click on the line to toggle 'True' to 'False'
    If you send plain text and want it Flowed text then check this line as well
    * mailnews.send_plaintext_flowed; Value = true
    * If it says 'False', double click on the line to toggle 'False' to 'True'
    Close config Editor window - top right X
    click on OK to save changes to Options.

  • Copying Distribution lists to other systems...

    Guys,
    Are you aware of a way to copy SAPOffice distribution lists to other SAP systems?
    I found the program RSSORPLI that replicates FOLDERS to different systems, but IT DOESN'T include the distribution lists.
    Do you guys know a program to replicate Distribution lists or a way to transport them?
    Thanks
    Leonardo De Araujo

    Guys,
    Are you aware of a way to copy SAPOffice distribution lists to other SAP systems?
    I found the program RSSORPLI that replicates FOLDERS to different systems, but IT DOESN'T include the distribution lists.
    Do you guys know a program to replicate Distribution lists or a way to transport them?
    Thanks
    Leonardo De Araujo

Maybe you are looking for