SAP Cloud Applications Studio for ByDesign Partners

If a ByDesign Partner requires access to SAP Cloud Applications Studio for some development work for ByDesign can they request for the Studio for Free or do they have to pay for the use of it?

Any update by SAP on this? I'm unable to get to any help documentation via the SDK and links to API's and Web Services are all broken. The web site is not of much use right now to research any API capabilities, etc. ...

Similar Messages

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts,
    I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party).
    1) Is it possible to create custom object web service and used in external system ?
    2) When we create the Web service from custom business object what the necessary steps(action : Create , Read , Update) require?
    3) Sample Scenario :
    My Custom Business Object
    businessobject Custom_Integration {
      element EP_VAL1 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element EP_VAL2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element IP_RES : LANGUAGEINDEPENDENT_MEDIUM_Text;
    I have created the Web Service using this custom business object.
    3) How i can use this web service in external system? what are the prerequisite steps in external system to consume this service in it?
    Please anyone have idea about this how to do this and how to achieve this using SDK and custom business object.
    Many Thanks
    Mithun

    Hello Mithun,
    Does this section in the documentation help you:
    SAP Cloud Applications Studio Help -> Developers Desktop -> Web Services
    The entry "Task -> Create a Web Service" describes how to create a Web Service on your own BO
    The entry "Task -> Test a Web Service" helps you how you can use it in a foreign tool / application.
    HTH,
       Horst

  • SAP Cloud Application Studio 1502 UI Designer proxy error

    Hi,
    When starting the UI Designer in SAP Cloud Application Studio 1502 I got the following error:
    Exception Message: XRepositoryException (0)The remote server returned an error: (407) Proxy Authentication Required.
    InnerException Message:XRepositoryException (0)The remote server returned an error: (407) Proxy Authentication Required.
    Source Type: SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy
    Machine Name: DEHEDEV1
    TimeStamp: 10.02.2015 16:42:42
    Application Version: 25.0.555.1045
    Windows Identity: GLOBAL\p-baurf
    Stack Trace:    at SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy.QueryFolder(String FolderName, List`1 Filter, String RecursiveMode)
       at SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy.QueryFolder(String FolderName, List`1 Filter)
       at SAP.BYD.LS.UIDesigner.Model.RepositoryLayer.ProjectWorkspaceManager.ExpandXRepositoryNode(FolderNode parentNode, List`1 componentFilter)
       at SAP.BYD.LS.UIDesigner.Model.RepositoryLayer.ProjectWorkspaceManager.GetRepositoryRootNode()
       at SAP.BYD.LS.UIDesigner.UICore.Toolwindowcontrols.VisualConfigurationExplorerControl.Init(Dictionary`2 DesignerProviders)
    So my question is, where can I configure the proxy settings for UI Designer? It seems that the general proxy settings in the studio (Tools -> Options -> SAP -> General) aren't used by the UI Designer.
    Kind regards
    Florian Baur

    if the error is different from this
    yes, raise an incident

  • Extension fields in forms using Adobe LiveCycle Designer and SAP Cloud Application Studio.

    Hello everyone,
    I am new to using SAP Cloud Application Studio and am currently working on forms.
    I have created some extension fields in the dunning letter form message type : FormDunning Notification.
    Upon activating, the extension fields do show up in backend form data type structure.
    However i am unable to find the fields in the front end form under Form Template Maintenance.
    I have tried opening form with open editor as well as downloading template and opening in Adobe LiveCycle Designer .
    After creating the data connection in adobe ,the first field (ProjNumDun ) do appear in correct place in data view.But i cant find the rest of the fields.
    Any help,guidance and suggestion will be really appriciated.
    Thanking in advance,
    Kamakshi

    Kamakshi,
    First, any extension fields added must be explicitly assigned to appear on the forms. Through Front-end Adaptation, this would be via the "Further Usage" link. Within the SDK, you'd right-click the XBO and select "Enhance Forms" (which would take you to the same screen as you'd end up at in through front-end").
    You must select "Add Field and Edit..." to actually assign it to the Form Template schema.
    Once this step is done, re-download the Form Template, and make sure to reload the Data Connection within LiveCycle. Through there, you should see your fields. You'll likely have to dig for them - they appear at the very end of the child elements.
    Note that, while fields added through the front-end have a long string appended to the end (for example, it would appear as "ExtensionField_1234AISU897234HJA" if added via front-end adaptation), the fields added via the SDK do NOT have the suffix (you'll be looking for an element with JUST the field name, i.e. "ExtensionField")

  • SAP Cloud Application Studio 'Save' on Tickets

    Hello Experts,
    I had attached an embedded component 'Batch Info' on the 'Ticket' Screen. For one of the section group, I want these fields (Claim Justified [dropdown], Status [dropdown], Comments [text]) should get Saved on 'Save' button of the Ticket.
    I had created an association to the Service Request in my custom BO, added these fields in the extension object and in the script (BeforeSave) i want to save the values provided in these fields. Is this the right approach to achieve the desired result?
    Any sort of information is welcome.
    Thanks and Regards
    Pragati

    Hi Pragati,
    I dont know exactly what you want to do, however you can use embedded component in Ticket screen to show data from custom BO. You approach is OK.
    You can get lot of help from this portal, just goto content and search.
    for example below blog will help you
    http://scn.sap.com/community/business-bydesign/studio/blog/2014/03/18/how-to-add-custom-bo-facets-to-c4c-account-360-screen--part-1
    Regard
    Sunil

  • SAP Cloud Application Studio Make Account All Tabs fields/Table Entry readonly

    Hi Experts,
    I have urgent requirement with the below scenario.
    Scenario : In Account have flag Prospect if this flag check then all the fields under "Header" and all Tabs(ADDRESSES , SALES DATA etc) fields are editable.
    But if the flag is unchecked then under "Header" all fields are non editable and under the Tabs we want to disable the Add New record (Under ADDRESSES tab Add button want to be disable)
    kindly refer the above figure in that the Prospect Flag is uncheck so all fields under Header are read only But i also want to disable the "Add" , "New" function under the all Tabs as mentioned in the above screen.
    Kindly suggest me.
    Many thanks
    Mithun

    Hi Mithun,
    This is not going to be easy as this is a standard screen, but you can try this approach
    Add a custom Field of type indicator and set this indicator to True when you unchek the prospect check box in after modify.
    You can define the property read-only of your fields( which you need to disable) with the value as bound to this Custom Indicator you added.
    You can also do the same using the UI Switch instead of modifying the standard configuration. But disabling the Action Add, I think is not possible unless SAP gives you an anchor to hide it by setting the Button property
    Regards
    Vinod

  • SAP Cloud Application Studio How to retrieve the details based on OVS in Product ID

    Hi Experts,
    I have small requirements in AdvanceListPanel. I have custom BO as mention below,
    businessObject Demo {
                   element ID : ID;
                   node Sporoduct [0,n] {
                        element P_ID : ProductID;
                        element P_DES :   SHORT_Description;
                        element P_QTY : Quantity;
                        element P_NET :  Amount;   
    I have attached the OVS on Product ID (P_ID) element.
    I want to auto-fill the details under the AdvanceListPanel ( Product Desc , Product Net value ( Price) ) 
    1) How to get the details of Product ( Prod Descr, Product Price etc ).
    Please anyone have idea about this share your thoughts.
    Many Thanks,
    Mithun

    Hi, Mithun
         What you want is to auto-fill the related details when you select a product from your OVS.
         That means you have to write your codes in Event After Modify.
         We normally use QueryByElements or some other query options given for a particular standard BO.
         It would be like that.
         var query=Product.QueryByElements;
         var selParams=query.CreateSelectionParams();
         selParams.Add(query.ProductID ,"I","EQ",this.P_ID );
         var result=query.Execute(selParams);
         for(var product in result){
         this.P_DES =product.Description;
    What I have just written is just a sample code. You have to find the exact name of the attributes of a standard BO in Repository Explorer.
    Hope this helps,
    Fred.

  • User B1DE to deploy an add-on Created by SAP Business one studio for VS?

    Hello, Experts
    I created a SAP B1 addon by SAP Business one studio for Visual studio. And I use SAP B1DE to deploy my add-on. But unfortunately, the add-on cannot even started, can anyone guide me how to deploy the add-on?
    The B1DE only works on deploying old tradition add-on. But we want to take advantage of the advanced SAP B1 Studio. It can save us a lot code and improve the efficiency a lot.
    Thanks in advance.
    Really appreciated!

    Please help ~~~

  • Not able to change password in SAP WEB application server for BI 7 EHP 1.

    Hi all,
    I'm currently upgrading from BW 3.5 to BI 7 EHP 1.
    When logging to SAP WEB application server to execute a WEB report, it's not possible to change password. Even when a initial password has been set, the user are not forced or able to change it.
    Also to logon dialogue is more like a Windows pop-up than the Web based in 3.5.
    Anyone having a clue?
    Best regards
    Kent

    Hi Eriki,
    My problem is related to the WEB application server (WAS), not the Netweaver Portal.
    BR
    Kent

  • SAP Cloud Appliance Library for Partners

    I am trying to sign up for SAP Public Partner Demo Showroom but can't seem how to do this. It keeps taking me to Solutions, but doesn't seem to have what I want in there.
    Can someone assist?
    Am using the https://cal.sap.com and then Unlock Full Library
    Thank you

    Hi Dusanjh,
    Actually SAP CAL covers the SAP Private Partner Demo Showroom scenario. Hope that this is what you are looking for.
    You can find all the relevant materials here: https://partneredge.sap.com/en/partnership/sales/demo/showroom.html#private
    Also I would recommend to get in contact with your PSA. Please let me know if you'd like to be approched via a private mail.
    Best regards,
    Stanimir

  • Create Cloud Application Studio Solution on production tenant

    Dear all,
    I am trying to create a solution in Cloud App. Studio in order to be able to activate admin mode for my user and to be able to add fields in edit layout mode (HTML5) or adaptation mode (Silverlight).
    However, i get an 2 error messages:
    1st) Creation not possible on production tenant
    2nd) Need admin user
    However, my user has all the admin rights in the assigned business role.
    Am i missing something?
    Regards,
    Michael

    Hi Hossain,
    First, what is the end goal? Make these changes just for this tenant (admin mode)? Or be able to deploy them as part of an SDK solution?
    If you are trying to use the adaptation menu in the frontend you should not be using an SDK user. An SDK user should never be used for edit layout mode (HTML5) or adaptation mode (Silverlight). This should be done by a business user who has the work center view "Flexibility Change Log". This view will provide the authorization needed. If this is what you are trying to do, please create a new business user, assign this view to that user, and then make your adaptations in the frontend. For more information, try using the built in help located in the right hand menu under "Help Center". This can guide you to the steps I have mentioned.
    If you want your changes to be part of a PDI solution then you must start from a partner development tenant, or the customer test tenant. You should create an SDK user as Mithun points out and create a solution in TEST. It is not possible to create solutions in a production tenant.
    If you have any doubts just reach out to me.
    Best Regards,
    Nick

  • IS THERE ANY SAP SOFTWARE/APPLICATION Available for iPad 2 on MDM

    Hi Experts,
    We are trying to incorporate existing SAP CRM environment with iPad 2 to be used as a "MOBILE WORKFORE MANAGEMENT" MWM PDA hand held device.
    1) Does SAP provided any Software/Solution or Application component on MWM or any solution for iPad?
    2) If provided, should I get any evalution/trial version?  where should I download it ?
    Please help me out, as we have already bought iPad 2 for integrating with the existing SAP, it would be really helpfull if we can get the SAP Application to install it & integrate.
    Many thanks in advance.
    Warm Regards,
    Satish Kumar R

    Hi
    the Sybase Unwired platform works well with mobilizing SAP - CRM.  You can connect to the SAP backend, create MBO (mobile business objects) and create classes/components that you can then work with in the Xcode IDE on the mac, developing your mobile iOS app for deployment.  There are also some standard apps from SAP/Sybase for CRM : [Mobile Sales for SAP CRM|http://www.sybase.com/products/mobileenterprise/mobilesalesforsapcrm]
    Getting a developer edition for SUP is something that you would need to get some help with from someone within your team that has good relations to SAP.  There is a limited time (30 days) personal developer edition, an enterprise developer edition that comes with a price and support from Sybase (around 2000$) plus the enterprise deployment version that has no fixed price to my knowledge (licenced pr user I believe) but that is for deployment and production type of use. 
    Bjorn

  • Creative Cloud applications prompting for sign in

    Hi there all,
    I work at a Secondary College, we have deployed Adobe CC using the Creative Cloud Packager. We have some machines at the moment that are prompting for sign in, advising the trial period has expired.
    Not sure why this is happening to some machines and not to all.
    Any advice on this will be greatly appreciated.
    Cheers
    Simon

    Hi jonattebury81 ,
    For your light-room launch issue,please try the steps mentioned in the link:-
    https://helpx-internal.corp.adobe.com/content/help/en/lightroom/kb/unable-launch-lightroom -55.html
    Please let me know if this helps.
    Sarika

  • SAP Bex: Application message for query

    Hi,
    Here is the applilcation message;
    Error InfoProvider ZMCRSDATA is inconsistent; correct the inconsistency
    Warning infoProvider ZMCRSDATA was changed or activated at runtime
    Error Query YIN_NA_COMPL_12M_PROD_MOD1 could not be opened.
    Kindly help me with this issue.
    Thanks.

    Hi,
    Go to infoprovider---> select the infoprovider. Check whether it is active or inactive. If it is inactive, activate it by checking transformation and DTP and excute the query.
    Infoprovider was changed at runtime.
    Regards,
    Ashok

  • SAP Cloud SDK : Send E-mail with multiple existing attachments

    Hi Experts,
    I have some requirements from our clients.
    1) Can we send email with multiple existing attachments to employee?
    I know that we can send email with attachment but how to add existing attachments to the email and send it to user.
    2) Can we enhance the standard embed component and add some standard fields under it?
    Here below under the Account TI screen Activity tab ->E-Mail Section
    I want to add the Category filed exist under the E-Mail Business object in this E-mail Section ( Account TI screen embed component )
    anyone have idea how to achieve this requirements using SDK or front end.
    Many Thanks,
    Mithun

    For the emails with attachments: How to send an email with attachments in SAP Cloud Application Studio
    For the other requirement, you need to identify wich screen is used in the section that you are referring, and see if you can add custom fields in this screen using extensibility explorer.

Maybe you are looking for

  • Unable to Login Cisco Prime Collaboation (10.5.1) Web GUI

    Hi all, I cound not login CPC web GUI with credentials which i have configured during installation. With same credentials i could login to CLI. I have used "cpc-provisioning-10.5.1-320-small.ova" to install CPC. Best Regards, Mesut

  • STP Won't Recognize Edirol FA 101 Fireware Interface

    Anybody have any ideas as to why this is? The FA 101 shows up in the sound control panel for in and out...it shows up as a viable inteface for GarageBand for crying out loud...why not in STP? This is about as basic as they come in terms of getting so

  • TS3297 THE APPSTORE PAGE IS FROZEN WITH DROPBOX ADVERTISING ON TOP OF PAGE

    THE IPAD APPSTORE PAGE IS FROZEN WITH DROPBOX ADVERTISING ON TOP OF APP BUTTONS

  • Change documents for maintenance plan_item level

    Hi all, just came across a weird thing about maintenance plan change documents when you change something in your plan on item level, it doesn't get reflected in Extras/Change Documents-only those changes that made on header level.. does anybody have

  • Testing the Interface

    Hi Team i have to test an interface. In my scenario there is no IR Part involved, no mapping , only ID part is involved. i am using two adapters, sender is JMS and receiver is IDOC, for this scenario i have to test whether the interafce is working fi