Destination for SAPUI5 ABAP Repository in Web IDE

I created a destination with all the properties described in documnetation
WebIDEEnabled true
WebIDESystem <SID>
WebIDEUsage odata_abap,ui5_execute_abap,dev_abap,dev_gen,bsp_execute_abap
when i try to create an application i am getting
Cannot select the system. Check the configuration for ABAP Development Tools
in console there is
<HCP_URL>/destinations/DOL_GW/discovery 404 (Not Found)
but when I try in browser
<HCP_URL>/destinations/DOL_GW/sap/bc/adt/discovery it works just fine
do i need to create an external alias for sap/bc/adt/discovery or there is something missing in configuration???
Jamie Cawley
need your help!

I use Proxy Type = Internet
https://help.hana.ondemand.com/webide/frameset.htm?5a55141b8dff41c8b87adb4222aba3b8.html
You must have at least SAP_BASIS 7.31 SP14 or 7.40 SP 8 installed in your system.
hmm....looks ok
SAP_BASIS
740
0008

Similar Messages

  • SAPUI5 Application Development Toolkit and SAPUI5 ABAP Repository Team Provider

    Hi All,
    We are having a problem finding the following on sapmarket place.
    SAPUI5 TOOLS IDE PLUGIN 1.00
    SAPUI5 TEAM PROVIDE IDE 1.00
    Just wondering if the following plug-ins are only available for SAP HANA or if they are already included on the new FIORI installation. We have FIORI SPS03 apps.

    Hi Melanie,
    Please find this path.
    http://service.sap.com/swdc
    Support Packages and Patches -> N -> UI ADD-ON FOR SAP NETWEAVER -> UI ADD-ON 1.0 FOR NW 7.03 ->  Entry by Component ->  SAPUI5 DevToolkit: All
    Regards,
    Masa
    SAP Rapid Innovation Group - RIG

  • Upload a file in KM repository with Web dynpro for abap

    Hi gurus, i´m trying to create a KM repository and then upload a file into this repository with Web dynpro for abap , but i can´t find any info. Can anyone help me with this problem, i have to solve it ASAP...
    Thanks for all....
    Regards,
    Diego.

    Please referr to the ideas on this thread.
    Install Problems withe the NW04s ABAP Trial verssion
    You have installed the loopback adapter and made the propriate entries in the hosts file, right?
    Regards,
    Rich Heilman

  • Issue in creating web service for a ABAP Function Module

    Hi,
    now i'm learning how to create web service for a ABAP Function Module. I used the following steps.
    1. select the Function Module, named "zws_test".
    2. in the context menu, select "create->proxy object". so we enter into wizard.
    3. in the wizard, press the radio button "Service Provider".
    4. in the next page, press the radio button "Existing ABAP Objects(Inside Out)".
    5. In the next page, Enter the "zws_test_prvider" as Service Definition and select "Function Module" as Endpoint Type.
    6. in the next page, enter "zws_test" as Function Module and mark the "Mapping der Namen" button
    7. in the next page,select "PRF_DT_IF_SEC_LOW" as Profile and mark "Deploy Service".
    8. Save in the local package.
    9. then it will pop up a window with title "WSDL Source". i selected "URL/HTTP Destination" and press "OK".
    10.in the next page, i enter the URL as "http://hostname:portnumber/", and press "OK".
    11. then it will pop up a window with title "Display logs". A record with error message "HTTP error(return code 404, message "Not found")" appears.
    12. i press "ok" and a service provider with name "zws_test_prvider" appears in my local package.
    13. i use "zws_test_prvider"'s URL to create a service consumer "ZCO_WS_TEST_CONSUMER" and logic portal "LP1".
    14. But when i test my service consumer "ZCO_WS_TEST_CONSUMER", it will throw an exception "cx_ai_system_fault" with errortext "SOAP:14 Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/".
    15. I use t-code SM59 to test connection  and get the following info.
          Status HTTP Response     200
          Status Text                      OK
          Duration Test Call             328 ms.
    who can give me the reasons about item 11 and 14, and explain me how to create service provider and service consumer for a Function Module.
    Thanks in advance
    Johnney

    have you seen this weblog
    /people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices

  • Help using CollatorEntry for Repository Framework Web Services

    Hi All,
    Just wondering what are the pre-requisites needed for my KM repository before I can use the collator functionality in web services such as the findResrouces function from the Repository Framework web service?
    Should my repository be setup with an index or something? I've been reading the Javadocs and trying a few things out using the WSDL navigator but I have no idea what values I should be putting in for CollatorEntry object. What "name" values should I be putting which correspond to properties?
    Could anyone please provide example inputs to put into the WS Navigator say for the method findResources?
    When I test out the findResources method
    when I input rid: /documents/
    CollatorEntries - element1 - name = displayname
    ascending = false
    I keep getting the error:
    Unable to compare: /documents, /documents/.system
    hmmm searching SDN doesn't really seem to come up with much information except Collators aren't being used in client applications so they won't be discussed in detail
    Any help would be appreciated!

    So I have figured out that I need to be putting in the namespace+localname into this collator entry name field but I have been unable to apply an ascending sort based on the accessRid.
    I've found using the findResources operation I am getting back resource objects that are not in a file heiarchal order (ie. nodes further down the file directory are being returned before their parentRids.)
    Is there a way for me to ensure that findResources returns a sorted array that starts from the top of the document tree and each resource object returned is in the same order as what I see in KM content browser?
    Must be a setting or a property that I am missing, when I  do a getOrderMechanism operation I notice it is an unordered type. I can't set server order mechanism as its not supported yet....
    Does anyone have any suggestions?

  • Dynamic destinations for adaptive web service in webdynpro for java

    Hi,
    Please advice me on how to create dynamic destination for adaptive web service model in webdynpro for java.
    Regards,
    Patana

    Hi,
    If this is the case, then use the HTTP destination for this.
    What you need to do is:
    1. Create one HTTP destination in visual administrator at services-> Destinations. Provide HTTP url of the your web service and the security options.
    2. Specify this HTTP destination in the code before executing web service model.
    Write following code for that:
    wdContext.current<node name>Element().modelobject()._setHTTPDestination(<Specify HTTP destination name>);
    Then execute your web service model.
    Now, whenever you want to change the server on which your web service is running, make change in the HTTP Destination in visual administrator.
    Refer this link,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
    Regards,
    Sunaina Reddy T

  • ESS Business Package for ERP 6.0 is a ABAP or JAVA Web Dynpro

    Hi,
    We are trying to implement ERP 6.0 and ESS with the Portal.
    Is the ESS business package a ABAP or JAVA Web Dynpro????
    Thanks.
    Regards,
    Mike

    Hi Mike,
    ESS BP is a portal content (runs only on portal runtime) which can only be deployed and run on SAP J2EE server (So it is java based).
    http://help.sap.com/saphelp_erp2005/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    From EHP2 for ECC 6.0, you have an option choose ABAP WebDynpro for Travel related services. However, the portal content (iViews) is still on SAP J2EE server.
    Thanks
    karthik

  • Creating Graphics destined for Web & Television

    I am having issues with creating graphics for a video destined for both web and tv.
    Because I am going to DVD, the video needs to be interlaced (I will get best quality on my interlaced video assets). I created interlaced graphics and everything is great. Now, in order to deliver this video to the web, I must de-interlace the video. The problem with de-interlacing is that the video looks fine, but the graphics get ugly stairstepping on them.
    What is the best way to get smooth clean graphics when the video is destined for both web and television?

    The biggest issue is that I must create the video as interlaced because I am working with multiple interlaced source materials. The video is then going to DVD as well as web. It makes sense for me to have the final video be interlaced so I can preserve the full quality of my source materials and get smooth movement on a television monitor.
    How do I then deliver this video to the web with clean graphics? I must deinterlace for the web and I am losing half the resolution of my video. The deinterlacing makes my graphics stairsteppy and ugly.
    Anybody have a suggestion?

  • Creating RFC Destination For UNICODE system From NON-UNICODE system

    hi
    how can i create RFC Destination For UNICODE system( XI ) From NON-UNICODE (R/3) system.
    thanks and regards
    Mithlesh Kumar Jha

    Hi,
    Check these blogs , Hope u would be getting some idea
    <b>/people/thomas.jung3/blog/2004/06/24/bsp-150-a-developer146s-journal-part-v-xml-for-rfcs
    /people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices
    /people/sap.user72/blog/2004/06/19/how-i-started-with-sap-web-development</b>
    Regards,
    Sridhar Reddy

  • RFC destination for RFC to File scenario

    Hi,
    I m creating a TCP/IP RFC destination in R/3 system for my RFC to File scenario.
    Step 1:
    For this a Registered server program is created in Jco RFc Destinations with,
    Program Id : pgm1
    Gateway host : PI's host
    Gateway service : PI's service
    application server host: ECC's host
    system numer     : ECC's number
    client  : ECC's client
    logon user : ECC user
    password : pwd
    Step 2:
    In SM59, TCP/IP connection the following parameters are given:
    Program ID : pgm1
    Gateway host : PI's host       -
    > is this correct
    Gateway service : PI's service      -
    > is this correct
    Step 3:
    So i am calling the RFC in ABAP program (R/3 system) like:
    CALL FUNCTION 'Z_HR_OUTBOUND_DATA2'
    IN BACKGROUND TASK DESTINATION 'Z_HR_OUTBOUND_DATA2'
    Step 4:
    In PI side,
    for RFC sender I am passing :
    Application server : PI server
    Application server service: PI host
    program ID: pgm1 which was created in the previos step
    For RFC Metadata Repository Parameter, i am passing all the values related to R/3
    Please let me know whether the steps and values i given is correct.
    B'cos even if i give ECC's information in Gateway host and Gateway service the scenario works fine and if i PI's info then also it works fine.
    so i am confused as which is the correct method. pls clarify

    Ok I will try to explain....
    Assumptions: R3_TO_XI is the name of RFC which I created in ECC of type T.
    While creating the RFC in ECC we mention a unique name which is called Progaram ID. Now the same program id we mention in our sender RFC CC.
    So now when an ABAP Progarm (where you will call this RFC with it's destination) is scheduled/triggered with the code as mentioned below then since the DESTINATION ('R3_TO_XI') mentioned here contain the same program id which we have mentioned in our sender CC, invokes the adapter in PI and soon after that all pipeline steps get executed in XI.
    CALL FUNCTION 'ZBAPI_COMPANY_GETDETAIL'
      IN BACKGROUND TASK
      DESTINATION 'R3_TO_XI'
      TABLES
        comp_detail = company_detail.
    COMMIT WORK.
    Regards,
    Sarvesh

  • EWA for NON-ABAP

    Hi,
    I configured SMD in solman, installed SMD & IA agents in Java systems(portals). But not able to generate report.
    EWA setup was already done, i installed the agents  recently. Even downloaded the service xml from solman SMD and tried to generate report manually, but not able to generate it.
    In SDCCN the session log shows as follows.
             07/07/2008     04:53:59     Transfer of session data completed to destination NONE
             07/07/2008     04:53:59      > transfer completed
             07/07/2008     04:53:59      > transfer for server XXXXX completed
             07/07/2008     04:53:58     > transferring 000005 functions, 0000204676 bytes, RFC block size = 0000320000 for server bs1pa01z
             07/07/2008     04:53:58      > transfer for server XXXX started
             07/07/2008     04:53:58      > transfer data to mapped session ID 0000003416 100 destination NONE
             07/07/2008     04:53:58     Transfer of session data started to destination NONE
             07/07/2008     04:53:58     Data collection completed for session 1000000003416 EWALERT SolMan
             07/07/2008     04:52:45     Collection is for non-ABAP system <SID> 0020224025
             07/07/2008     04:52:45     Data collection started for session 1000000003416 EWALERT SolMan (non-ABAP)
             07/07/2008     04:52:45      > New data collection triggered using reference session TSKR000001012
             07/07/2008     04:52:45     Session download data requested using task 0000001887 by BATCHBASIS
    Please guide..
    On solman 4.0 SPS 15, ST-SER 700_2007_1 PATCH 1
    Edited by: Kobby bryant on Jul 8, 2008 2:59 PM
    Edited by: Kobby bryant on Jul 8, 2008 3:36 PM
    Edited by: Kobby bryant on Jul 8, 2008 10:48 PM
    Edited by: Kobby bryant on Jul 9, 2008 2:26 PM

    Hello.
    First of all, you must ensure that your solution manger has, at least, stack 13 of support package, in java and ABAP side.
    Once you hace installed your agents in solution manager, you must to  do different things in your satellite system.
    - First of all, you must get sure that you have deployed LMSERVICE in your satellite system. And you must deploy -     JmxService7.1.P5NetWeaver.ear file.
    - Secondly, you must install wily folder in  /usr/sap/ccm . Willy folder is obtained in ISAGENT71_11-20002182.SAR file.
    Into Wily folder, you must look for sap_IntroscopeAgent.profile file, and you need to modify it in order to be seen for your solution manager. To do this step, only find in this file the next item:
    introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=
    It will have value 'localhost' and you must delete 'default' and insert your solution manager host.
    - Then, you must go to the next folder opening cmd:
    \usr\sap\ccms\willy\connectors 
    There, execute the next command in order to create the necessary connector:
    java -jar CreateAutoProbeConnector.jar -jvm C:\j                2sdk1.4.2_06 -output connector.jar
    Get sure tou put your corresponding JDK
    - You must install SMD agent in your satellite host, executing sapinst that is in CDSMDTOOLS21_0-10003537.SAR file.
    - Once your agent is running  go to  \usr\sap\SMD\J98\component_analyzer  and execute the command 'gather setup' . It will open to you a new window with some warnings. Double clicking in each warning and editing node, you can insert a value in order to correct these warnings.
    - Then, you must insert different java parameters in your config tool. Parameters are the next:
    -Xbootclasspath/p:K:/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.7.1.P11-2007-09-27/wily/connectors/AutoProbeConnector.jar;K:/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.7.1.P11-2007-09-27/wily/Agent.jar
    -Dcom.wily.introscope.agent.agentName=<name of the agent : insert what you want>
    -Dcom.wily.introscope.agentProfile=K:/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.7.1.P11-2007-09-27/wily/sap_IntroscopeAgent.profile
    -XX:+PrintClassHistogram
    -XX:+HeapDumpOnCtrlBreak
    - When you have done this, you must configure your system in SMSY following SAP guides and create the solution in solution_manager transaction.
    - The next step is configure the system in SMD web:
    1.- execute SMD upgrade.
    2.- Setup diagnostics system
    3.- Setup managed system
    4.- in 'Trouble shooting' insert jdbc parameters
    5.- In 'Introscope agent' you must load the parameters you configured in configtool.
    6.- At this point will be necessary to restart your satellite system.
    When you finishes all these steps you will be able to obtain EWA for java side.
    Is so difficult to do this. We have done it in several environments and we have had lots of problems, but it's possible.
    Any doubt, please, give me your mail and I'll be so glad to help you.
    Best regards.

  • How to setup EWA for non-ABAP system with SM 4.0 ?

    Hi, we are running SM 4.0 with the support-stack 06. I have set-up a solution for monitoring which includes a NW04 WebAS 6.40 Java only system. Has anyone set-up EWA reports for this type of non_ABAP system who can advise of the steps necessary for this ?
    It seems like you need to define RFC destinations for where the monitored system data should be collected from , but there doesn't appear to be anywhere to do this for non-ABAP systems ?
    I have looked at Note 738676 - Service Data Download for Non-ABAP Components but it hasn't helped and it seems to be SDCC specific, rather than SDCCN.
    Thanks.

    Hi Andrew,
    we are just developing it, at the moment you have the following option, your java system has to send by ccms agends its data to an ABAP 640 system or higher, there you can see its alerts in ccms, then you have to make both system available in SMSY. Then important you have to assign the java system as a system component, then we collect also the java data and shows them in the EWA of the ABAP system. There for go to the main instance tab and set a java main instance to relevant and assign your java system.
    This is the old, available standard solution. At the moment we develop it also for java stand alone.
    I think it will be available with the new ST-SER in autumn
    Regards,
    uDo

  • Problem with OData Collection in Template Customization Web IDE

    Hi Experts,
    I created my simple service in SEGW and I try use it in the application created in SAP Web IDE.
    I'm creating new project from menu File, New, Project from Template. I'm choosing SAP Fiori Master Detail Application giving a name of project. 
    I have a problem with step 3rd - Data Connection and 4th - Template Customization. I can easily select the system (which previously plugged) and the service, but in the next step I have problem. In step fourth I can't add OData Collection for Master or Detail Section.
    In my opinion my system is connected properly, because other (any) services allows me to choose a Odate Collection - including those created by me alone in SEGW.
    I'll add that service which allow to choose OData Collection was created using BAPI. Service which are posing the problem was created from DDIC Structure, but I don't know if it's relevant. Furthermore, all services created by me have implemented the methods GET_ENTITYSET and GET_ENTITY.
    Can You help me?
    Thanks in advance
    Marcin

    I make sure and my service returning metadata at
    http://<destination>:<port>/sap/opu/odata/sap/ZXXX/$metadata
    What's more, my service show data stored in collection dirrectly in browser at 
    http://<destination>:<port>/sap/opu/odata/sap/Z_Service_Name_XXX/Collection_Name_XXX
    and in GW Client.

  • Creating iView for WD ABAP application - Handling URL parameters

    Hi,
    I have a Web Dynpro ABAP application with me for which I have to create a iView in portal.
    This application has certain parameters to be passed via application URL.
    How do I take care of these URL parameters when iView is called?
    Thanks and regards,
    Amey

    Hi Sandip,
    I have created an iView for WD ABAP application.
    But for some unknown reason, it just displayed a tiny cross symbol while previewing it.
    Here are the properties of iView I created :-
    Authentication Scheme = basicauthentication
    Application Name = ZPLdaApp
    Application Parameters = dp=2&tn=ZGLTCO_ATTCH&so=ZGLTCO_ATT&dt=ZLDA_TCO&in=WD_ABAP_TEST
    System = mysap400
    Web Dynpro Client = Windows client
    Any idea what is going wrong here?
    Thanks and regards,
    Amey

  • Submit into ABAP repository failed (binary file)

    Hi,
    im working with eclipse / sapui5 extension. i really like it. everything works fine.
    exceptional case:
                                  "try to submit a ".cur" file"
    Synchronization failed
    File WebContent/img/openhand.cur could not be submitted
    End of line marker not supported, please use CR+LF: WebContent/img/openhand.cur
    What? "I should add CR-LF to a binary file?" ... why? The CR-LF on textfiles is incomprehensible for me, but on
    binary i cannot understand at all.
    If anyone has a solution, please let me know.

    Hi,
    the solution to submit not currently as binary defined files to abap repository is:
    define your fileextension in ecplise as "binary" as documented in the sapui5 sdk docs.
    SAPUI5 SDK - Demo Kit
    "Submitting the SAPUI5 Application Project to the SAPUI5 Repository"
    When using the team provider the file type is determined based on the Eclipse preferences.
    If you submit binary files and submit fails due to "End of line marker not supported" error,
    the binary file type is probably not registered as binary.
    To change that in Eclipse go to Window → Preferences and then to Team → File Content and register the binary file type as type binary."
    like this...
    faithfully... Danilo.

Maybe you are looking for

  • File Upload extension that doesn't time out?!

    Can anyone recommend a good File Upload utility that won't time out on a shared server? Ideally ASP/VBScript. Restrictions on our shared server mean that we only have 15 seconds to execute a script. My concern is that this just isn't going to be poss

  • Lock object not working.

    Hi, I am trying to create a lock object. Having following doubts: 1) In one program, ENQUEUE function for that lock object But DEQUEUE function is not called. So the record on which the ENQUEUE function is called will remain locked for ever or only t

  • BOM Item number and the pr number created through network

    We can create PR through network. If we know the PR number and the item number, how do we find the BOM item number in the network? BOM item number Item number of the BOM components copied into the order.

  • Why has Bridge has stored 3.5 GB of data in my roaming profile?

    For some reason Adobe Bridge has stored 3.5 GB of data in my roaming profile (C:\Users\<username>\AppData\Roaming) which is then copied around the network as I log into different machines. The data seems to be mainly a cache of images that do not nee

  • GarageBand Crashes at Start Up

    I have a problem with Garageband, whenever I try to open it it starts to initialize, then freezes up, I get a message saying "GarageBand has unexpectedly quit" and the message gives me a submit report or close option to click. clicking the close does