How to download and upload selected subscriptions in workflow events

Hi,
I have a workflow event that has 6 subscriptions. I would like to download only 2 subscriptions for that event and upload in to anothet instance.
Thanks,
HC

This is too vague a question, please be more specific. What protocol would you like to use? HTTP? FTP? Something else?

Similar Messages

  • How to download  and upload a module pool program ?

    hi i am a sudent.can anyone suggest me how to download and upload a module pool program?
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on May 29, 2011 12:45 PM

    Hi,
    You cannot just download and upload module pool programs .
    There are 2 different ways.
    1. Copy all the includes and and create the same in the target system. You can download and upload the the Screen.
      But GUI status you have to manually create.
    2. If you have completely saved the module-pool program in one Workbench request(including Z tables u have used) in the original system ,just  release the workbench request and copy the data file and co file and upload to the target system ( use CG3Y & CG3Z).
    If the workbench is a Local Request save it in a Transport of copies and then move.
    Regards
    Aromal R

  • Can anyone explain how to download and upload TROY ECF fonts with SAP

    Can anyone explain how to download and upload TROY ECF fonts with SAP.I have downloaded ECF font from TROY wesite as TTF format. but it is not getting upload with SAP.please kindly help me on this issue..

    Hi,
    You can use the SE73 Transaction and upload your TTF files.
    Please check the link here for more details:
    http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/frameset.htm
    Regards,
    Siddhesh

  • How to download and upload files in Java?

    Hi, everyone
    How to download and upload files in Java? Do you have some references about this issue or some valuable web link�? Thanks!
    Best Regards,
    Hai.Ren

    This is too vague a question, please be more specific. What protocol would you like to use? HTTP? FTP? Something else?

  • How to download and upload TROY ECF fonts with SAP for check printing

    Can anyone explain how to download and upload TROY ECF fonts with SAP.I have downloaded  ECF font from TROY wesite as TTF format. but it is not getting upload with SAP.please kindly help me on this issue..

    Hi,
    You can use the SE73 Transaction and upload your TTF files.
    Please check the link here for more details:
    http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/frameset.htm
    Regards,
    Siddhesh

  • How to download and upload BDC programs

    How to download and upload BDC programs from one instance to another instance? I would like to transport my BDC programs from one dev client to another Dev client not through transport like smartforms.(we can download smartforms to desktop and upload to someother client)

    Hi,
    No need to record again. You can save the recording session by generating the program in transaction SHDB. Then you can download the BDC program and upload to another SAP client using transaction SE38.
    Regards,
    Ferry Lianto

  • Download and upload selection screen texts

    hello,
           My requirement is to upoad and download selection screen texts from one system to another..
           How do download  the selection screen texts from program to the application server and then upload them on another system. I am writing a bdc to carry out this process...
          Please help me out with this..
    Thank you,

    Hi,
      Why don't you just transport it? If it is linked you can asked basis to set the transport part and link it. If it is not you can download the transport and import it on another system.
      If you still need a program to do that. You can use SAPlink on [http://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink]. SDN provided such code already just download it and implement it on both of your system then you can copy a program with selection screen.
    Cheers,
    Chaiphon

  • How to download and upload SPRO configuration to and from local disk?

    Hello,
       I'm very new to SAP. Recently we had a problem while refreshing our QNA system from PRD. I knew there are some configurations, which do not have a transport and thus configured directly in QNA. These changes were not noted by mistake and after the refresh from PRD, we have lost these configurations.
      Is there any way we can save the SPRO configurations to local disk and upload them again? Are there any custom programs available? Please advice?
    Regards,
    Nathani

    The trouble with these kind of situations is that an applet runs on the client. If you want an applet to connect to a specific server (which means the client makes a connection to that server), you basically have to give the entire world access rights to that server. I don't think your friendly local administrator will be too happy with such a prospect.
    What you could do is put a man in the middle. Don't upload to the file server directly, but to for example the web server where the applet was downloaded from, for example by making a servlet available that takes a HTTP file upload. When that upload is complete, send the file from your man in the middle server to the file server using whatever method you like/have available/know how to code. In this situation only your web server needs access to the file server, which is far easier to secure.

  • How to download and upload a document from/to UCM?

    Hi Folks,
    I am trying to find any information related to UCM regarding how to upload a file to UCM and how to download a file from UCM through WebCenter11g.  Any suggestions will be appreciated.
    thanks
    new to ADF

    I Hope you want to upload documents via your ADF Application??
    If yes , then use RIDC
    PFB a useful link
    Andrejus Baranovskis's Blog: Oracle UCM 11g Remote Intradoc Client (RIDC) Integration with Oracle ADF 11g

  • How to download and upload data from webservices ?

    Hiiiii....
      I am new to ios application developement .I want download the data and do some changes and upload it to the server .
    I am currently using xcode 4.2 and ios-sdk-5.
    Please help me .
    Thanks.

    https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundatio n/Classes/NSURLConnection_Class/Reference/Reference.html

  • How to download and upload long text for project, WBS , Network,

    Hi all,
    I have two isssues.
    1) I am extracting Projects, WBS , Network , Network activity and network activity element from a SAP 4.7 system using bapi's
    BAPI_PROJECTDEF_GETDETAIL
    BAPI_PROJECT_GETINFO
    BAPI_NETWORK_GETINFO
    BAPI_BUS2054_GETDATA
    I am able to get all the details except long text. I want to know how do i extract the long text other than getting it manually by using select_text and Read_text Function module, is there any bapi to achieve this.
    The reason why i am not using Function modules Read_text and Write_text is, object name( TDNAME ) value stored in STXH table for project, wbs and network are the project, wbs and network itself so i dont have any issues with this but the TDname value for activity and activity element are completely different ( Routing number and counter is stored respectively ) which i am not getting as the part of the bapi(BAPI_NETWORK_GETINFO) output.
    2)  I have to upload the extracted Project and it sub object data to ECC 6.0 system , i am able to achieve this by using BAPI's BAPI_PROJECTDET_CREATE, BAPI_PROJECT_MAINTAIN and BAPI_NETWORK_MAINTAIN. I am not able to load the longtext for the same, is there any way to load the long text .
    All help will be greatly appreciated and rewarded.
    Thanks & Regards,
    Rajanidhi Rajasekeran.

    I don't think there is any BAPI to do it.
    We are doing it by read_text & edit_text . required fields for text name can be fetched by following select
      if not e_activity[] is initial.
        select aaufnr aaufpl baplzl bobjnr b~vornr
          into corresponding fields of table t_longtext
          from afko
            as a
        left join afvc
            as b
            on aaufpl = baufpl
           for all entries in  e_activity
           where a~aufnr = e_activity-network
           and a~aufnr is not null.
      endif.
          txtname = wa_longtext-objnr.
          replace c_nv in txtname with sy-mandt.

  • How to download and upload FM?

    Hello,
    I want to copy a function module from one system to another. So i tried Upload/Download i.e. Utilities->More Utilities->Upload/Download.
    But while uploading the source code is only uploaded and not the tables, import/export parameters, etc.
    So what can be done to copy the complete FM.
    Thanks & Regards,
    Rahul.

    Hi Rahul,
    Up/Download will not do the job. Even when transport is not possible because there is no connection between the 2 systems I would still use this mechanism.
    Create a WB-request, add the FM to the request and release the transport request. Pickup the co-file and data file from your server and use transaction STMS on the receiving system to add the request to this system.
    Regards,
    John.

  • How to download and upload cost/profit centres

    Hi Gurus,
    Does anyone know/have the procedure to download/move cost/profit centres from one client to another not involving a transport (ECC6)
    Regards

    Hi,
    If you don't do it via transport, you can use ALE distribution methods or LSMW/CATT functionalities for mass upload. For ALE method use BD16/BD17 for cost centres, KAVB for hierarchy, and KE75/KE77/KE79 for profit centres. You will have, of course, to define distribution model first (BD64).
    Regards,
    Eli

  • Download and Upload Modulepool program

    hai all,
       Could any one say how to Download and Upload Modulepool program from sap.
    Thanks,
    Jeevan.

    Hi Puduru
    Welcome to ABAP forums.
    If you just want to export Module pool program once, you can use transaction SE80 and menu point Utilities->More Utilities->Upload/Download->Download option ( for each include / component ).
    Save it as a text file and then repeat the same process.
    Here's other programs for the same functionality. You can use one of them.
    http://www.members.tripod.com/abap4/Upload_and_Download_ABAP_Source_Code.html
    http://sap.ittoolbox.com/code/d.asp?d=1623&a=s
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/finding your code in bsp applications.article
    http://www.geocities.com/rmtiwari/Resources/Utilities/WebViewer.html
    http://www.dalestech.com/
    Dont forget to rewards pts, if it helps ;>)
    Regards,
    Rakesh

  • Download and upload structure

    hi,
    how to download and upload structure from one r/3 to another r/3 system . 
    <b><REMOVED BY MODERATOR></b>
    regards,
    anuj
    Message was edited by:
            Alvaro Tejada Galindo

    Check my weblog...It might help you out -;)
    <a href="/people/alvaro.tejadagalindo/blog/2006/03/14/taking-good-care-of-z-tables good care of Z tables</a>
    Greetings,
    Blag.

Maybe you are looking for

  • How to get User Id in Web dynpro application

    Hi Experts, I am running web dynpro application with authentication checkbox set. I want to display user id of the user in my application. I am using following code in Init method of component controller. IWDClientUser wdUser = WDClientUser.getCurren

  • I want to record live stereo audio (using Mobile In)

    with the new 30-pin connectors for iPad and iPhone making it possible to record stereo audio (like Line6 Mobile In), I'd like to record in stereo to iMovie on my iPhone4. Does iMovie use Core Audio? If so, then this would be a great feature to add if

  • Creating Complaints/Returns from external reference for Billing Documents.

    Hi Experts, I have question regarding Creating Complaints/Returns from external reference. My requirement is to fetch data for Billing Type, Billing Documents and other related from ECC system and to create Complaints/Returns using the same in Web UI

  • My itunes or safari will not open after update

    How do I get my itunes and safari to open? After I updated yesterdayu and restarted my computer, it will not open.

  • Printing Panoramas with Aperture

    I've run into a roadblock trying to print panoramas with my Epson 2400. If I select A4 - Banner - Borderless as my paper, Aperture restricts me to an 8.5 by 11 (roughly) print. If I select custom size, I can set the proper size (in this case, 8 by 22