Multiple Solutions in one Tenant?
Hi All, Multiple solutions in one tenant may look attractive at first, but in most cases, it is not a good idea. What is a solution?An SDK solution can be seen as an Add On. It is a full package of...
View ArticleSome Thoughts about ChangeHistory
Hello, I noticed some confusion w.r.t the question: When can / does the ChangeHistory works for a given entity? Let me provide some details: Custom Business Objects With the annotation [ChangeHistory]...
View ArticleWhat's new in the Studio 1511 release.
In version 1511 release of sap cloud application studio, i'd like share with you following new features:Automated Distribution of Solution.Enable Assembly Split.Node Extensions in Analytics.New Context...
View ArticleSplitting the String
Hi All, I hope there no key word in SDK for splitting the string. Here i am sharing my attempt for splitting the string. If any improvement required in code or logic. If any of you have any alternate...
View ArticleImplementing Access Control on Custom Business Objects
How to provide access control on custom Business Object Background to Access Control and Context.Business objects developed by SAP, in Business ByDesign, can have controlled access based on the Access...
View ArticleHow to make a UI flexible/dynamic using UI Switch in SDK/PDI/Cloud...
Background of UI Switch and Business RolesYou have to understand the UI Switch association with Business roles for this topic. UI switch can be assigned to a section group on UI to control the...
View ArticleCreating a Master-Detail-Detail using a Custom BO in Cloud Application Studio
Hi,This simple blog talks about creating a Master-Details-Detail kind of a scenario using a Custom BO. Simply put, If you need to have multiple levels of details nested within one another, you would...
View ArticleDump analysis - a useful C4C Studio tool
Hi everybody. I decided to write this blog post because probably most of you don't know about a good feature of the Cloud Application Studio: the dump analysis. Thanks to Emanuele Bucci for the...
View ArticleQuery/Navigate by Association - Repository Explorer
Hi All, I wanted to share few important features of Repository Explorer which can be helpful in ABSL coding. Initially to find out which node or association where a value is saved I used to save the...
View ArticleAnalytics in SDK: Common mistakes to avoid
Here i would document some of the common mistakes made during editing Analytics objects from SDK: 1) Do not edit Analytical objects like Report , Key figure etc directly in the Key user tool (Business...
View ArticleHow to Utilize Field add using Key User Tool in script.
Hi All, This blog post is to understand how we can use the field in script for writing the logic which added using Key User Tool (KUT). Step 1: With Business user add the field where you want to add....
View ArticleSolution Documentation Tool
MotivationIn my past as an Developer for the Cloud Application Studio I missed an automatic documentation generator which builds the documentation on base of your already written code and the comments....
View ArticleSolution Documentation Tool
MotivationIn my past as an Developer for the Cloud Application Studio I missed an automatic documentation generator which builds the documentation on base of your already written code and the comments....
View ArticleSAP Cloud Applications Studio: External Service Integration with XSD file
Hi, In SDK you can create "External Web Service Integration" so that you could access external webservice in the business logic.For this you need to do the following:Upload .wsdl file and optionally...
View ArticleOpportunity Involved Parties OVS
I have written this blog post to document the solution I recently implemented to meet a specific requirement, in the hope that it will help others with similar requirements. The solution took a bit of...
View ArticleSimple steps-creation of Odata service on Custom BO
Dear friends, Many of you might already aware of how to work Odata Service operation like create, read, update so on.. I am just Targeting here beginners ,hope this document will help on certain level...
View ArticleExtended node in Analytics
From 1511 release onwards it is possible to include extended node in the Datasource as mentioned at: http://scn.sap.com/docs/DOC-68674 with Description "Node Extensions -Usage in Analytics". But, the...
View ArticleError while activating a Solution.
Dear All, Most of them would be aware of this, but just thought of sharing it. If the deployment of your solution is failing because of the below error you can refer this blog . Steps to Reproduce this...
View ArticleDevelop Better Service: New version of Do's & Don'ts Guide available
As part of SAP's Develop Better Services for ISV partners I'm happy to make you aware of our new version of the 'Do's & Don'ts Guide'. The Do's & Don'ts Guide guides partners who develop...
View ArticleSome Thoughts about Queries
Hello, I am not sure if everybody understands the concept of the different queries which are supported in PDI and when to use which.Let me shed some light on this. Three Kinds of Queries PDI is...
View Article