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

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

  • 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 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

  • 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. ...

  • 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.

  • 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

  • Custom work centers are not visible in the production tenant UI after solution is deployed

    Hi Experts,
    We have deployed the solution into the production tenant. The solution is deployed successfully. But the custom business option(BAC) element which we have created is not part of proejct scoping.
    We have created a new change project in production and added the custom business option to the project.
    Under this custom business option we have fine tuning activity which is having all the custom configurable code lists.
    All these configurable code list are not visible as views. these are already assigned to WCF of one of our custom BO under asssinged objects.
    These configurable code lists are displaying like below.
    Because of this i am not able to close this fine tuning activity and i am not able merge the change project into Main project.
    Once after merging the change project into main project, I came to know the all the custom work centers will be visible. I am correct here?
    Can anybody know how to resolve this issue. Please let us know..!
    Thanks,
    Mani

    Hi Mani,
    this issue sometimes occurs. Please create an incident as soon as possible. Sometimes the BCSets / BCViews need to be regenerated in the backend. Support can correct this. Mention that you did this using the SAP Cloud Applications Studio.
    In general please ask such question here: SAP Cloud Applications Studio
    Cheers,
    Jens

  • How to change feature id in an existing Visual Studio solution

    I have created a Visual Studio solution containing all the required design elements (like master pages and user controls) that I would be re-using in all my new applications. I created a visual studio template using (File -> Export Template) and I am
    able to create new solution based on it.
    I have changed the assembly name, solution id with new Guid. The problem is with Feature Id. I noticed that even when I changed the feature id and id (in feature.xml) with new Guid it still overwrites the existing feature already deployed on the farm instead
    of creating a new feature.
    Please advise whether it's possible to re-use a visual studio template with existing features.

    Hi,
    Try to create the new blank SharePoint project and include these features or create new feature and update the feature.xml file with old feature.xml content except the scope and feature Id in the new feature file.
    So you'll get new assembly to be deployed on GAC.
    You cannot change the the SharePoint's default feature id and their's scope.
    May be the assembly binding or redirection is not working as expected in the old assembly name.
    Murugesa Pandian| MCPD | MCTS |SharePoint 2010

  • How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    Thanks for looking into this Jeff!
    I work with an Inventory module software and is responsible for software detection across several computers. Once an updated version comes up, I update our database with latest software details to get it detected if installed on any machines.
    The problem tracking updates with Desktop Creative Cloud Software are;
    1)We have to have it installed with the CC applications in-order to get the notification of the latest updates and have to check everyday.
    2)Only relates to the latest updates, so in-between we may miss a prior update unknowingly.Hence, the remote machines having those updates may not get  detected with the software version update which would create problem in reporting.
    3)For all CC products, there is no base or previous updates available for installation if we miss one.
    I went through the Adobe Products Update pages [Product updates] which holds good when it comes to Acrobat and Reader software which I follow to track down any newer updates but this is inconsistent when it comes to CC products like in After Effects CC, Dreamweaver CC etc...
    So overall to be very specific, is there any one channel I can follow to get the notifications only for the updates on CC products and then may be I can rely on Desktop Creative Cloud for installation if not available anywhere like in product update pages of Adobe ?
    Regards,
    Subrat

  • How to show Html5 created in eclipse and link to any cloud application like c4C through HCP

    Hi Experts,
    How to show Html5 created in eclipse and link to any cloud application like C4C through HCP 
    Regards,
    Vijay.

    Your question is very unclear, please elaborate what you are trying to achieve.
    Also, did you click on the Alert Moderator link? This is for reporting abusive content, spam, points cheating, etc. It should not be used w/o a reason (one of the above) as what it does is putting the content in the Moderators' queue and hiding it from public view.

  • Creations created using Creative Cloud Applications

    If I am reading the TOS correctly, I am not able to sell any works that are created using the Creative Cloud Applications.  Can you please clarify if this is true or if I am mis-reading it.  Thank you.

    8.2 You agree not to use, or to encourage or permit others to use, the Services to:
    (r) Market any goods or services for any business purposes (including advertising and making offers to buy or sell goods or services), unless specifically allowed to do so by Adobe;
    Unfortunately ‘Service(s)’ does not appear in art 2. definitions.
    You’ll find the definition of ‘Services’ in the several ‘additional terms of use’.
    That means that in order to comply with art 8.2.(r) you’ll have to act according to the definition of ‘Services’ given in the additional terms of use of the particular piece of software you’re using.
    Acrobat: no definition of ‘Services’ in the additional terms of use.
    CS Services Additional Terms of Use: art. 2.3.a
    Adobe captivate :“Service(s)” means, individually and collectively, an Adobe hosted application.”
    Within the context of the several definitions in the additional term of use I think the term ‘Services’ should be understood as Adobe’s behaviour that enables you use ‘Creative Cloud’, by granting the right to use the software, by making manuals on line accessible and by offering the possibility to download templates and examples. These are ‘the Services’ Art. 8.2.(r) forbids to commercialize. You are not allowed to print and sell the manuals. You are not allowed to use the 20 gig storage for commercial purposes. You may not use a platform to advertise your business. You could compare it with a situation where someone has a licence to use a sewing machine. The limitations in art 8.2(r) allow him to use the machine to sew clothes and sell them. He’s not allowed to rent out the machine to a third party or in any other way commercialize the apparatus itself (without consent of the owner). 8.2.(r) Is extra confusing because of the word services, possibly referring to the commercial use of platforms. Not to be confused with ‘The Services’ (Art. 8.2) referring to the behaviour of Adobe that enables its customers to use Creative Cloud.

  • Development is not available in the productive tenant

    Hi experts,
    We are Request a Productive Tenant by the Test Tenant using the "Control Center Service" work center.
    The development are assemble and download from the test tenant and update to the productive tenant with sucess.
    The development in the productive tenant was activated and your status is developed.
    But when we access the SAP C4C solutions the development still not available for the use.
    Anyone know whats happening ?
    Follow the screen of SAP Cloud Studio Application in the Implementation Manager:
    Follow the BAC configurations
    Regards

    Hi Anderson,
    1. Also have you check the option in Business Configuration--> Edit Project Scoping in production tenant to enable your solution?
    2. Also check if the user you are using have the authorization for the dependent object to access it?
    3. We have selected the first option to create the BAC element with Business Option and successfully was able to have the solution on the production tenant.
    Also check the below guide for same:
    http://help.sap.com/saphelpiis_studio_1502/studio_od_1502.pdf
    Topic : 8.2.3.2 Create a Business Topic and Business Options
    I hope this will be helpful.
    Regards,
    Mithun

  • How to revert to a previous version of any Creative Cloud application

    All those users who have burned their fingers by the latest update to Illustrator 17.1, especially with respect to how the Reshape functionality works or how the Pencil tool behaves, there is a solution. After some digging around, I came across this page: http://blogs.adobe.com/kevinmonahan/2014/01/29/revert-to-a-previous-version-of-premiere-pr o-cc-or-any-creative-cloud-application/
    In short, follow these steps:
    1) Uninstall the application from your computer using the application’s uninstaller. If you are not aware of their location, uninstallers reside in the same folder as your application.
    2) From the Creative Cloud desktop application, begin to install any Creative Cloud application by clicking the “Install” button.
    3) As soon as the application indicates it is “Updating”, click the “X” to cancel the process.
    4) This leaves applications at the same version when Creative Cloud was first launched.
    5) Go to the product updates site http://www.adobe.com/downloads/updates.html and then install the version of the application that suits your needs.
    Let's get back to our jobs with 17.0 for now till the time Adobe fixes the mess they created with some thoughtful update in the future!

    I agree that the ability to move path segments freely, being able to apply Live corners to objects & on a per-corner basis (unlike the Round Corner effect) and being able to draw a straight line with the Pencil Tool (like Freehand) were always on the top of everyone's wish list for a very long time. No one is questioning that for sure. But the way it was implemented, detrimentally affecting (if I may say so) the way users would really like to work is something the griping is about. As rcraighead said, they have come at the expense of the working features.
    Take the Reshape functionality. Photoshop introduced the "Constrain Path Dragging" functionality in CS6 whereby if this option is turned off - that is, path dragging is unconstrained, you get the same functionality as we presently see with the Reshape functionality in Illustrator 17.1 but if it is turned on, you get the same functionality as we were used to all along in Illustrator prior to 17.1. At least they gave the choice. But Illustrator simply abandoned the constrain path dragging functionality with the new Reshape feature in 17.1.
    About the Live Corners functionality - how often does one need to apply corners to their artwork? Is it always, 100% of the time? You'd agree, No, not always. Maybe 5% (or is it 20%?). But the corner widgets are always shown when the Direct selection tool is selected. Already some users have asked 'how to hide the widget' and you've graciously answered. The point I'm making is if applying corners is not something which one does always or very rarely, why show those widgets always, by default? Obviously some smart-aleck will jump in to ridicule me & say 'hide it if you don't want to see it, it's just a click away, you fool.' or discoverability could be cited as one of the reasons but that's not the point. The other day I was doing some freeform drawing with the Pencil Tool & obviously did not need corners on those paths but on selecting the ds tool, all those widgets showed up and it was not a pretty sight.

Maybe you are looking for

  • How do I set an iTunes song as a ringtone on the 4s?

    Hi, Is it possible to set a song downloaded from iTunes as my ringtone?  sat ages trying to do it and i have a horrible feeling you can't.  Any advice would be great :-)  Lisa

  • Add  button "complete"  to ME21N in service selection

    Hello, How can I add the button "Complete" in the service selection at purchase order? This button allows you to download the hierarchy of services to the application. Thanks. LR

  • Lightroon 2.5 won't import raw files

    Lightroom 2.7 won't import raw files from folder. After I choose files and click they come up as a white file that says (preview not available for this image )  and I  can't go any further. Have no trouble importing JPEGS.

  • Generic table structure

    Hi all, I am creating a FM which will have an input field as a table name and structures to the corresponding table. So is there any generic structure available in the DDIC that can be used as a base for the fields coming in. If not available what sh

  • Prepay invoices

    Hi, I'm an EDI person, i have a scenario with one of our customers and i know this is an SD issue and not EDI but i'm interested in knowing the solution. We create value contract for one of our customer and create order referring the value contract,