Transfering Developments to Another Server - Points will be reward.

Dear Guys
I want to transfer only developments done by Inhouse ABAPers and SAP itself to another newly developed server.
We have an another server which have same configuration as of QA system but some programs developed by Inhouse developers and SAP itself (like during writing user exists or implementing notes in QA) is missing in new system.
We have transported all in house development in new system by transporting our develoment classes.
Bbut how can we transports changes made in SAP by SAP itself like with SAP Notes or if an another program is created in SAP by running an another SAP  program like user exits.
Please note I just want to transport ABAP work not the configuration, we already have transported the configuration.
Thnx points will be reward.

Hi
You create a Request  first in Se09/se10
then double click that request and change
You can add your different types of objects along with Object type  into this request
whether it is Z or SAP changes
R3TR-TABL -<table name>
R3TR-PROG -<prog name>
See the table TADIR for different types of Objects.
So after adding all the objects into request release it and transport to new system.
Reward points if useful
Regards
Anji

Similar Messages

  • Calling FBL1N with filter criteria - POINTS WILL BE REWARDED

    <b>POINTS WILL BE REWARDED</b>
    hi abap gurus.....
    i have a very unique requirement...i have a alv report which displays vendors and the amount to be paid based on the credit limit...
    VENDOR ,  TOTAL AMT,   AMT FOR 0-30 DAYS, AMT FOR 31-60 DAYS AND SO ON....
    when we db click the vendor it calls transaction FBL1N and displays all the open items for that vendor.....
    now the requirement is ... if we double click on field AMT FOR CREDIT 0-30 DAYS..it should call tcode FBL1N  but filtering the data for that vendor's open items based on the ''Arrears after net due date'' field with paramenters 0 to 30.....similary for the other columns...
    i wounder if it is possible .....

    hi prabhu...thnx a million for ur reply.....
    the program name for std tcode FBL1n is ... RFITEMAP
    the field name for "Arrears after net due date"  is ....... VERZN
    i m using a simple ALV...
    so should my code be as below..
    IF ls_selfield-fieldname = 'LIFNR'.
    SUBMIT RFITEMAP
    WITH VERZN IN r_VERZN    (can i set this between two variables )
    EXPORTING LIST TO MEMORY AND RETURN.
    ENDIF.
    will this code give the same output as.....it gives when i would call FBL1N for particular vendor...and then filter the data based on VERZN.....
    i m a bit confused about this statement "EXPORTING LIST TO MEMORY AND RETURN."  ... i m not too sure how it works.....
    can u plz clarify things a bit more....
    thnx again...

  • Download data from itab to excel in background (POINTS WILL BE REWARDED )

    Hi Guys...
    Is it possible to transfer data from an internal table to excel through a report which runs in background...???
    thnx in advance...

    Please refer following code.
    LOOP AT IT_EXCEL_LAYOUT.
      CONCATENATE: IT_EXCEL_LAYOUT-SLNO             ','
                   IT_EXCEL_LAYOUT-HERST            ','
                   IT_EXCEL_LAYOUT-QMNUM            ','
                   IT_EXCEL_LAYOUT-QERDAT           ','
                   IT_EXCEL_LAYOUT-AUFNR            ','
                   IT_EXCEL_LAYOUT-ERDAT            ','
                   IT_EXCEL_LAYOUT-EBELN            ','
                   IT_EXCEL_LAYOUT-AEDAT            ','
                   IT_EXCEL_LAYOUT-BELNR_M          ','
                   IT_EXCEL_LAYOUT-BSART            ','
                   IT_EXCEL_LAYOUT-MATNR            ','
                   IT_EXCEL_LAYOUT-TXZ01            ','
                   IT_EXCEL_LAYOUT-MTART            ','
                   IT_EXCEL_LAYOUT-MENGE            ','
                   IT_EXCEL_LAYOUT-CBAMT            ','
                   IT_EXCEL_LAYOUT-MMCRAMT          ','
                   IT_EXCEL_LAYOUT-CRN_NO           ','
                   IT_EXCEL_LAYOUT-MMDBAMT          ','
                   IT_EXCEL_LAYOUT-DBN_NO           ','
                   IT_EXCEL_LAYOUT-REJAMOUNT        ','
                   IT_EXCEL_LAYOUT-DBN_REJ_CODE_TEXT','
                   IT_EXCEL_LAYOUT-STAMT            ','
                   IT_EXCEL_LAYOUT-STXCAMT          ','
                   IT_EXCEL_LAYOUT-CRNNO            ','
                   IT_EXCEL_LAYOUT-LRNO             ','
                   IT_EXCEL_LAYOUT-LRDATE           ','
                   IT_EXCEL_LAYOUT-TRANSPORTERNAME
            INTO   IT_EXCEL-FLD.
          APPEND   IT_EXCEL.
    ENDLOOP.
    DATA:w_filename LIKE  CFFILE-FILENAME.
    CONCATENATE '/usr/sap/EC2/SYS/global/backup/'SY-UNAME '.csv' INTO w_filename.
    OPEN DATASET w_filename FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF SY-SUBRC = 0.
      LOOP AT IT_EXCEL.
         TRANSFER IT_EXCEL TO w_filename.
      ENDLOOP.
    ENDIF.
    CLOSE DATASET w_filename.
    It will help u to download data on to application server in csv format
    Regards,
    Swarup

  • How to build statistics for a table, its urgent, points will be rewarded

    Hi friends,
    I want to create a statistics for MSEG table in production server, because its not up to date.
    Total no. of entries available in table is 2,30,000.
    My O/S windows2003 (cluster)/oracle9.2/ ECC 5.
    I need a step by step procedure to build or create statistics using DB20.
    Regards,
    s.senthil kumar

    Hi stefan,
    Thanks 4 ur reply.
    I need some more clarification on db20.
    Wt are the values I have to give on following fields.
    New method and new sample size.
    anyfields or chek box I need to fill before create new statistics?
    My current screen values on following fields.
    new method = 'C'.  new sample size = '  '.
    old method  = 'C'. old sample size = '   '.
    Old Number   5,965         Deviation Old -> New   3,669
    New Number  24,834       Deviation New -> Old      97-
    Inserted Rows 0              Percentage Too Old         0
    Changed Rows  0            Percentage Too Old         0
    Deleted Rows     0           Percentage Too New         0
    Use                  A         
    Active Flag        A
    Analysis Method      C
    and history check box is marked.
    Can I run DB20 while server is running or at peak time?
    Regards,
    s.senthil kumar

  • Connecting oracle dev 2000 forms to oracle 9i database on another server

    we have these oracle developer 2000 forms (in .fmx format) in a server and the data of these forms in another server.... the server with the data is very old and is very slow...so we decided to relocate the database(oracle 9i) to a new server..... also, we move the developer 2000 forms from the old server to another server which will serve as the front end to the new data server.
    The problem is we can't figure out how to make the developer 2000 forms on the new front end server to point to the new database on the new data server. I would really appreciate if u cud gimme some advice on this... so we need to know how the forms find the data, where this "connection string" is for developer 2000 forms.

    You have to create a Net Service from "Net Configuration Assistant". Or you can copy TNSNAMES.ora file from your old server to new server. You can find TNSNAMES.ora file in developer_suite_Home/Network/admin folder.

  • Loader will load images from another server, but then we get error on Bitmap operation

    I'm developing an app that currently is using Loader to get images from another server.  This shouldn't currently work since we are still waiting for the owner of that server to put a crossdomain file in place.  However, it does work -- sort of .
    Loader can load the images fine, without an error.  But then the app has a feature in which we are making a larger duplicate of the image to display in a sidebar, we do this in this manner:
    var myBitmap:Bitmap = Bitmap(loader.content);
    and when this runs we get a Flash player security error 2122, sandbox violation.
    So while I'm hoping all this will fix itself when the crossdomain.xml file is put in place, I'm confused as to why we only get the sandbox error when we make a Bitmap from the image, and not when we initially try to retrieve the image.
    (Incidentally: is there a better way to make a "copy" of an image loaded by a Loader, and then change its width and height for simultaneous display in another part of the stage?  I don't need to change its actual dimensions -- I just need to change its display width and height.)
    Thanks!

    The sandbox allows viewing, not editing from another server without a crossdomain.
    So, when you try to load it up, it loads it, but "read-only" and gives you an error when you try to "edit" it by making a new Bitmap out of it.
    This should resolve itself once that crossdomain is in place.
    ||EDIT||
    I just realized I should clarify my statement a little more.
    When you load images from another server without a crossdomain, it allows the load for display only.  When you try to load data, it will fail.  This is because, XML data, or some other type of data is editable by default, and images are only viewable by default.  So, the image fails when you try to convert it into an editable form.

  • Dumping mount point one server to another server same configration

    We are trying to dump the mount point one server to another server same configration.If we copy all things from current server to newserver on same mount point /file system,same directory.I am doing this activities first time.Is it anybody clear my question?
    1.I don't need to install oracle and database
    2.what parameter I have to set for that?
    Oracle 10g
    OS:Solaris 5.10

    Oracle instances are physically disconnected from Oracle databases.
    The instance determines the database to open based on initialization parameters (init.ora and spfile) and environment variables: ORACLE_SID.
    The docs are at http://tahiti.oracle.com.
    You need to read the docs and understand the full scope of the issue. A couple of quick paragraphs in a forum is not what you need. Also consider asking your manager to hire a consultant to help you with the project and provide you with some mentoring.

  • I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do????

    I am using iWeb '08 2.0.4 to create a web page...since I will not be able to publish to Mobileme I am trying to publish to another server...I keep getting this error message " Parse error: syntax error, unexpected T_STRING"  I have no idea what to do???? Any Suggestions?

    This is to do with the .htaccess file on your server.
    You either need to deal with this and open it with an html editor or change your web host.
    Do a search of this forum and there are plenty of posts that relate to parse error and .htaccess pages.  Have a look on the right hand side of this post and you will see similar ones like yours.

  • Verity K2 Server - point to another server?

    Well i am stuck, i have looked through the coldfusion
    documentation and also asked adobe support but neither have given
    me an answer so far.
    I was wondering if anyone out there knows if you can
    configure Verity K2 to point to another server in Coldfusion 8
    standard edition? The link does not appear in standard but does in
    developer/enterprise. If i type the URL in standard i can actually
    get to the page that lets you configure another server however when
    i save it does not save the change. None of the feature matrix's
    out there tell me wether this feature is included in Standard
    edition and adobe support dont seem to know either (seriously).
    Can anyone out there help me?

    Sorry, there are 2 sections that need to be uncommented:
    <!-- The following two services are for handling server-to-server traffic. -->
    <!-- External asychronous DNS resolver -->
    <service id="dnsrv">
    <host/>
    <load>
    <dnsrv>/usr/lib/jabber/dnsrv.so</dnsrv>
    </load>
    <dnsrv xmlns="jabber:config:dnsrv">
    <resend service="xmpp-server.tcp">s2s</resend>
    <resend service="jabber.tcp">s2s</resend>
    <resend>s2s</resend>
    </dnsrv>
    </service>
    <!--
    The following 's2s' config handles server connections and
    dialback hostname verification. The <legacy/> element is
    here to enable communication with old 1.0 servers. The
    karma settings are a little higher here to handle the
    higher traffic of server-to-server connections (read
    the io section below for more details, medium settings).
    -->
    <service id="s2s">
    <load>
    <dialback>/usr/lib/jabber/dialback.so</dialback>
    </load>
    <dialback xmlns='jabber:config:dialback'>
    <legacy/>
    <ip port="7000"/>
    <ip port="5269">127.0.0.1</ip>
    <ip port="5269"/>
    <karma>
    <init>50</init>
    <max>50</max>
    <inc>4</inc>
    <dec>1</dec>
    <penalty>-5</penalty>
    <restore>50</restore>
    </karma>
    </dialback>
    </service>
    If you are still having problems, turn off the firewall when you test. If that doesn't work, it is likely a network or dns issue.

  • Problem in accessing the media files from another server

    Currently I am working in a project with streaming video on demand and using FMS 4.5.
    Let’s say the FMS is installed on one machine say ‘121.123.35.34’ and there is another server ‘100.54.88.222’ where all the media files belong. Now we need to point to this third server to play videos from FMS.I have done the below changes:
    In the fms.ini file: set the VOD_DIR2 = \\100.54.88.222\myvideos
    In the application.xml: Added the stream: <Streams>/hr;${VOD_DIR2}</Streams>
    From my application accessing the path of flv as:source= “rtmp:// 121.123.35.34:1935/vod/hr/test” . Not able to access the video.
    Note: If I will point to say ‘C:hrvideos’ in VOD_DIR2, then I am able to access the videos using the same URL.
    I also tried mapping the shared path to the FMS machine and then given the mapped drive path in the VOD_DIR2, but this also doesn’t work.
    Please let me know:
    If we need to configure any other parameter to stream videos from another server.
    VOD_COMMON_DIR: I modified this similar TO VOD_DIR to location 'C:hrvideos', I am able to stream the videos using rtmp, but not abl eto stream with http.
              Please let me know  can we stream using http also as we need this to run f4m manifest file.
              http://121.123.35.34:8134/vod/hr/sample.mp4.
              http://121.123.35.34:8134/vod/hr/sample.f4m
    Thanks,
    Anjali

    Hi Shiven,
    I followed the steps suggested by you:
    1) Changed the stream:
    <Streams>/hr;${VOD_DIR2}</Streams> to<Streams>/;${VOD_DIR2}</Streams>
    But not able to access the video with rtmp:// 121.123.35.34:1935/vod/test
    2) For http streaming, changes the HttpStreamingContentPath in hds-vod in the httpd config file, and tried to stream the video like:
    http:// 121.123.35.34:8134/vod/test.mp4 or
    http:// 121.123.35.34:8134/hds-vod/test.mp4
    But not able to load the video.
    Please suggest?
    Thanks & Regards,
    Anjali Rawat

  • Needed to copy the share from one server to share in another server

    Hi ,
    Needed to copy the data from one share named as xyz in the server 1 to the another share abc in another server 2.
    Share xyz data should be copied to the share abc which has already different data in it .We need to copy all the data from the share xyz to the share abc  without deleting any existing data in the destination share.
    I know that /MIR option will replace the destination same as source
    Can anybody help us in the Robocopy command & switches for this activity?
    Any help is greatly appreciated!
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi Mandy,
    Thanks for your reply.
    I have done many robocopy for the share movements from the one server joined in a domain to another server joined in the same domain.In that instances, the destination server will not be having any share of the old server name and just I robocopy the share
    from the old server to the new server after creating a new share .The usual command is as follows:
    "\\server1\oldshare" \\server2\newshare" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    And after the copy , during the cutover of the standalone DFS pointing to the new share , the domain users in the corresponding access groups (name of the groups based on the old server name) of Full,Modify,Read will be appropriately copied to the respective
    new  groups (name of the groups based on the new server name) of the new share and the access is ensured by the users.
    But in this case , the destination server is already having a share with existing data in it and to be added with the old share data
    My question is shall I use the same command as before by copying all the data to the newly created subfolder inside the existiing destination share through the following command
    "\\server1\oldshare" \\server2\newshare\new sub-folder" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    You have already mentioned /E without purge options will do.
    Just asking one more time for the safer side
    Thanks & Regards S.Swaminathan Live & let others live!!!

  • Reporting and Analysis server down need to move to another server

    I lost my original server for RA and re-installed the components on another server, however, when I try to access from workspace, I receive the message *"Could not find a Hyperion Reporting and analysis server running on "old server name' at port 6800. Please veriify your server connect string and confirm the server is set up".*
    I've re-run the installer and configuration to no avail. Is there a configuration file that I have to update someplace?

    This basically means that the HSS registry is still pointing to the old server name for RA_FRAMEWORK component.You will have to check through the registry report whether there are multiple instance of RA framework registered (one with the old server and another with the new server).If yes you can delete the old one from registry through the epmsys_registry command tool and reconfigure with the new server.
    If you want assistance with the same,please raise an SR with Oracle support and should be able to guide you through.

  • Restore essbase.sec file to another server

    Dear all,
    I've restored several databases from our Develop server to another server.
    But can I just copy security file to that server?
    My concern is they have different numbers of app/db, will the security file work?
    if it doesnt work, how can I recover the security file of a certain database?
    Thank you in advance for your help!!

    Singlejoe,
    You are going to have problems if you don't match up the app/dbs on your target server.
    Assuming that your source dev server has more databases than the target, before you copy over, create dummy apps/dbs on the target. Stop Essbase, and backup your to-be-replaced Essbase.sec. (A just-in-case copy to retain whatever security, filters, etc. you may have).
    If you have more/different apps/dbs on your target, I would archive them (full backup to text, copy all relevant artifacts, etc.) and then delete. Then follow the paragraph above. The point is to make the app/db folders look exactly the same to Essbase.sec.
    Then copy over your source Essbase.sec to your target, delete the dummy apps/dbs and you should be good to go.
    Regards,
    Cameron Lackpour

  • MOVEING A TABLE FROM ONE SERVER TO ANOTHER SERVER

    HI
    I want to move a table that has been created in one server to a another server.
    Waiting for the suitable answer
    Thanks a lot
    Mrutyunjaya Tripathy

    Hi Mrutyunjaya,
    Please check the recent thread  with similar reqmt.:
    Re: Cutting And Pasting Files in Application Server
    Hope this will help you.
    Cheers
    Sunny
    Rewrd points, if found helpful

  • Changing from .mac to another server-how to make sure I keep all my emails?

    Sorry if this has been asked before--I couldn't find it in recent threads--,
    Here is my situation: I already have free email service from another server (my DSL provider) but I have kept paying for the .mac email and idisk storage for two years simply because I thought I was going to do great things, I guess.
    I now realize I am too busy to learn enough about setting up my own webpage or whatever, so want to consolidate and save money. I am going to not resubscribe when next year's payment comes due next month, but in the meanwhile, I need to know:
    Should I forward any or all of my (opened and read) mail to my new email/server? Or is it all stored on my iMac anyway, and so only need to send my friends an email telling them of the new address...? I obviously don't want to lose anything.
    Please advise. Thank you in advance for any help you can give.

    Your DSL provider probably does not provide/support an IMAP account - more than likely it is a POP account so there is no need to forward all messages from your .Mac account's Inbox mailbox to your DSL provider's email account which probably much has less server storage space available.
    If you have been accessing your account as a .Mac type account (which is really an IMAP account and behaves in the same way), you need to transfer all messages in the account's Inbox mailbox to a user created "On My Mac" location mailbox before the account expires.
    This will store the transferred messages locally on the hard drive and remove the messages from the server at the same time.
    I recommend using the Copy To command vs the Move To command in case something goes wrong with the process.
    At the menu bar, go to Mailbox and select New Mailbox.
    Select "On My Mac" as the location if not already selected, enter a name for the mailbox and select OK to create the mailbox.
    Select a message in the message list for the account's Inbox mailbox and at the menu bar, go to Edit > Select All to highlight/select all messages in the account's Inbox mailbox.
    At the menu bar, go to Message > Copy To and select the user created "On My Mac" location mailbox.
    This will copy all messages from the server to the user created mailbox. When completed and after confirming all messages were successfully copied to the mailbox, you can delete all messages from the server or leave as is. When the account expires, all messages available on the server will be deleted.
    If you are also saving sent messages on the server, you need to do the same with all sent messages stored on the server and with any other messages stored on the server that you want/need to keep such as and Drafts.
    I would send an email to all contacts in your Address Book informing them of your email address change now and to start using your new email address right away. This way, you will have fewer messages to transfer from the account's Inbox to the user created "On My Mac" location mailbox.
    If you have been accessing your .Mac account as a POP account, you need to do the same with all messages in the account's Inbox and Sent mailbox before deleting the account. When deleting an account with Mail, the account named folder and all associated account mailboxes are also deleted.

Maybe you are looking for