Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Jens-Limbach
Advisor
Advisor
40,141

Update 2020 - New video series


I plan to re-work beginning of 2020 all videos and make them available for you 🙂 For now I only started but more will come 🙂 - Link to new video series

I wil keep this page until I managed to re-create most content but this will take some time.

 

 

In this blog entry I want to do a quick summary of all How-To-Videos that I created for SAP Cloud Application Studio. Further below I list every single video and give some basic details about each video. All videos are in HD 720p :smile:

Video Overview:


The playlist contains two types of videos:

University Alliances Training for SAP Cloud Applications Studio
The first 11 videos explain in 1.5 hours based on one example the basics of developments. In the introduction I also explain very basic architectural concepts of the platform itself. These are originally based on ByDesign but the concept and also the enviroment is the same for Cloud for Customer, so I would also recommend it to any Cloud for Customer (C4C) beginner in order to understand the basics of our Partner Development Infratstructure (PDI).

Further advanced topics (based on Cloud for Customer)
All other videos are always specific to one topic but also based on a very similar use case (Bonus Plan) which is earlier explained in the University Alliances Training videos.

Short best-practise videos by stefankrauth:

Stefan created a series of videos where he highlights in-depth best practise videos. Highly recommended especially for advanced SAP Cloud Applications Studio users: Cloud Applications Studio: Short Best-Practice Videos

 

Video List


SAP Cloud Dev: Beginners Guide! Get Started! - Video-Link
This video shows in a 12 minute on-hand session all the basic steps of creating a full application with SAP Cloud Application Studio.

You will learn how to:
- Log on to the development enviroment
- Create a solution
- Create a business object (structure for database)
- Create business logic
- Create screens (UI)
- Test your application

Introduction (Slide-Set)


SAP Cloud Dev: 01 - Introduction Solution OnDemand Studio - Video-Link
SAP Cloud Dev: 02 - Strategic Positioning of the SAP Cloud Platform - Video-Link
SAP Cloud Dev: 03 - Workflow when developing in the SAP Cloud - Video-Link

The first 3 videos are a basic introduction. In the videos I will explain you the architecture and the basic concepts of the SAP Cloud Platform. Highly recommended for every beginner regardless of Cloud for Customer or ByDesign.

University Alliances Training - Bonus Plan Use-Case


SAP Cloud Dev: 04 - Creating a Basic Cloud Application - Video-Link
This is the first hands-on part of this video series. It explains the Bonus Plan use case and shows you how to create your first application including a Business Object, how to create a basic UI for it and also how to test it quickly.

SAP Cloud Dev: 05- Creating Business Logic - Video-Link
You learn how to add simple business logic to your application using the ABSL language.

SAP Cloud Dev: 06 - Enhancing the User Interface - Video-Link
You learn how to improve the generated user interface (UI) with the UI Designer tool.

SAP Cloud Dev: 07 - Using Associations to Retrieve Business Objects - Video-Link
Associations are a very important concept, they allow you to link business objects. They built the relationship between two database tables.

SAP Cloud Dev: 08 - Enhancing the Bonus Calculation - Video-Link
You learn a bit more about how to programm with the ABSL scripting language. You will learn how to query data from the standard Salesorder Business Object and calculate the value of all sales orders in the system in order to get a bonus for a certain employee. Note: Sales Orders only exist in ByDesign, but a very similar logic used with the CustomerQuote Business Object will allow you to do this also for Cloud fro Customer.

SAP Cloud Dev: 09 - Extending the SAP Business ByDesign Standard Application - Video-Link
You learn how you can create a new extension field with SAP Cloud Appications Studio.

SAP Cloud Dev: 10 - Testing the Application as a Business User - Video-Link
You learn how you can test your complete application in the frontend.

Feature Overview of SAP Cloud Applications Studio


SAP Cloud Dev: 11 - SAP Cloud Applications Studio Feature Overview - Video-Link
This is a general overview of all the features of the SAP Cloud Applications Studio. Highly recommendended for everyone that wants to get a high-level overview!

Topic: UI (Summary: Blog-Link)


SAP Cloud Dev: Thing-Based UI - 1. Basics - Video-Link
SAP Cloud Dev: Thing-Based UI - 2. Refresh - Video-Link
SAP Cloud Dev: Thing-Based UI - 3. Delete Icon - Video-Link
SAP Cloud Dev: Thing-Based UI - 4. Fine tuning the Quick Create UI - Video-Link
SAP Cloud Dev: Thing-Based UI - 5. Fine tuning the Thing Inspector UI - Video-Link

These videos show the basic steps for a Cloud for Customer specific thing-based user interface (UI). Thing-Based UI's were introduced with Cloud for Customer and are very much different to the Object-Based UI's. Watch this videos to see how to create your first Thing-Based UI scenario with SAP Applications Studio and the UI Designer.

Topic: Extensibility (Summary: Blog-Link)


SAP Cloud Dev: Extensibility and Dynamic UI - Part 1 - Video-Link
You learn how to extend a by SAP predelivered Business Object which is part of the standard application. You will add 2 fields to the Employee business object, add them to the UI and configure a dynamic UI.

SAP Cloud Dev: Extensibility - Part 2 - Video-Link
You will learn how to use the extended fields in your own application.

SAP Cloud Dev: Extensibility - Part 3  - Video-Link
You will learn how to add business logic to the standard business object Employee.

Topic: Integration (Summary: Blog-Link)


SAP Cloud Dev: Integration - 1 - XML upload - Video-Link
You learn how to provide a XML interface for mass data uploads via XML.

SAP Cloud Dev: Integration - 2 - Provide Web Service - Video-Link
You learn how to provide a web service interface for your custom business object.

SAP Cloud Dev: Integration - 4 - Invoke External Web Service - Video-Link
You learn how to consume an external SOAP web service (provided by an external application) with SAP Cloud Applications Studio.

I hope my video tutorials will help to get a quick start into the development with SAP Cloud Applications Studio! Currently I don't find the time but I will try to put up more videos in the future :smile:

Also vatsav created a good starting point with Ways to get "Help"

And ralf.baumann with Getting started with the SAP Cloud Applications Studio

There is also an official SAP Cloud Applications Studio training by SAP which also leverages parts of my video tutorials but there you have even a person that can directly explain in addition why you do what you do :smile: .

Cheers,
Jens
45 Comments
Jens-Limbach
Advisor
Advisor
0 Kudos

More videos:

Topic: Extensibility

stefankrauth just posted a great in-depth video: SAP Application Studio 1402: Add EC with custom BO to standard screen

Former Member
0 Kudos

Hi Jens,

many thanks for the helpful videos. After trying the code from the vid 1 - vid 11, there is an error ocurred, as:

Error1[Activate] Not authorized to use SalesOrder in BonusPlan-Root-Action-CalculateBonus.absl; it is not in the public solution model11

What does it mean by public solution model?

What can I do to solve this error?

Thanks again

Cheers

Linh

Former Member
0 Kudos

Excellent examples and tutorials!

Jens-Limbach
Advisor
Advisor
0 Kudos

Hi Linh,

are you using Cloud for Customer? This example was based on ByDesign and there is a Sales Order BO. This Business Object (BO) does not exist in Cloud for Customer, you need to alter the example and use the Customer Quote BO (you can refer to my code examples for the other videos).

What does it mean by public solution model?

SAP releases only certain entities of the application to Partners. Only things part of the "public solution model" can be used.

What can I do to solve this error?

Use a BO that is released for the PSM (public solution model), in your case as I assume you use C4C, use the Customer Quote.

Cheers,
Jens

Former Member
0 Kudos

Hi Jens,

I tried CustomerQuote as you mentioned and it worked!

I got through the tutorial and it was very helpful. Thanks again for your effort.

I have a question of the mash-up solution.

SAP developed a workcenter called "VISIT" where you can show multiple addresses and plan the meeting and the route.

I would like to develop a similar workcenter with GoogleMaps (not with Bingmap). Could you please suggest the best way to do it? Maybe reuse some of the existing solution?

Thanks a lot!

Cheers

Linh

Jens-Limbach
Advisor
Advisor
0 Kudos

Hi Lingh,

the visit workcenter is a larger part of the standard application and I believe it will take quite some effort to "redo" it. But maybe you only have a simple version of it in mind.

The visits are based on the BO "Activity", you can refer to the documentation of this BO. You have to play a bit with mashups in the frontend to get a feeling for it and then you need to decide on your own. It is hard to give a general suggestion here.

Cheers,

Jens

Jens-Limbach
Advisor
Advisor
0 Kudos

Update: Added also Stefan's video series to this blog post: Cloud Applications Studio: Short Best-Practice Videos

Former Member
0 Kudos

Thanks Jens for the quick response.

What I have in mind for a simple version as you suggested is:

1. to show a list of addresses of the customers from the database

2. save it to a list of addresses (outports) and pass it to a HTML mashup

3. the HTML mashup will then pass the addresses to Google Maps API

The plan looks easy :razz: haha, but I still trying to figure out how to do step 1 and 2.

What I found is the Port Binding "Route Planner", where there is an "promising" input parameters called addresses. However, I don't understand what value was assigned to this parameter? Maybe you know where I can find this information?

Thanks a lottt Jens

Former Member
0 Kudos

Hi Jens,

I have a question related to the Bonus Plan tutorial.

In this tutorial, you made an example about the association of an employee and retrieve the employee using an employeeID.

My question is, how can I do a similar association but with customer?

Many thanks

Cheers

Linh

HenryCao
Employee
Employee
0 Kudos

This is great!

Former Member
0 Kudos

Awesome Jens. : ) 

Thank You.

0 Kudos

Excellent examples and explanation of the scenarios, Jens :smile: !

Thanks very much for your effort !

Former Member
0 Kudos

Hi Jens,

  Is SAP Cloud Application Studio based on MS Visual Studio? Is the Cloud Application Studio Mac OS X compatible? If not, what is the alternative for SAP customers who does not use MS Windows platform at all for its SAP applications?

Thanks,

Sudipta Sarma

Jens-Limbach
Advisor
Advisor
0 Kudos

Hi Sudipta,

as far as I know this is only supported on MS Windows platform.

Cheers,

Jens

0 Kudos

Yes, Windows only - as stated here http://help.sap.com/saphelpiis_studio_1502/studio_od_1502.pdf page 27:

 

You are using one of the following operating systems:

 

Microsoft Windows XP operating system

Microsoft Windows Vista

Microsoft Windows 7 operating system

In fact Windows 8 works also...

On a Mac (or other non-MS systems) you need an emulator emulating Windows such as VMWare and run the Studio within there.

0 Kudos

sorry, but stupid question: what would you do with a Cloud Apps Studio without having (access to) an SAP Cloud solution as partner or customer?

you can only use the Studio "online" by connecting to an SAP Cloud solution (ByD, C4C...) to develop there.

Vignesh_Dh
Participant
0 Kudos

Great Blog for all the SAP Cloud application studio beginners :smile:

AndrewGriffin
Participant
0 Kudos
Hi Jens,
Great content, thanks!
May I ask a question please?  We have a custom BO and we want to trigger a scheduled workflow rule based on a date within it that is not at header level.  The date is showing under conditions in the workflow rules, but we have no entries under the Events drop-down when we set the Timing to Scheduled, which we need to do so it triggers even when the user isn't updating the object.  Please can you offer some pointers as to how we add the custom events e.g. for dates that are not at header level to the custom BO?  Is this covered in any SAP documentation that you know of?
I've blanked out any project-specific data and user information.
Many thanks,
Andrew.
0 Kudos

Excellent videos, Thank you ...

Suchita92
Participant
0 Kudos
Thanks You so much for all your time and efforts in making these videos. It was such a great help !!
vipinkumar_kanchan
Participant
0 Kudos
Hi Jens,

Thanks for the detailed Videos. We are looking at creating a webservice integration where C4C is trying to send data to a ECC via HCI. We have created the External Service definition in C4C and the related objects Scenario+Arrangements. The data that we have to send is already formatted in XML in an attachment in the BO and we have read that attachment data and have it available in the variable in the action script. since the data contains of a large structure and it would take many lines of code to assign each individual element from the variable field to the C4C request structure, we wanted to directly assign the payload or body element of the C4C request with the data in the variable. But we are not able to do that as ABSL gives an error is we assign the variable to the Request structure. Is there a function or method in C4C which will allow us to set the complete body or payload of the C4C request with the variable value?

We have done similar integration with Salesforce and there we were able to use the function req.setBody(bodyRequest); to set the complete body with the value and do away with having to map each individual field.

Please let us know if there is a way to achieve this.

Regards,

Vipin
Former Member
0 Kudos
Hi jens,

Small doubt on video 2 i.e creating Business logic.

You have activated Business object successfully and while you wrote in ABSL, you got code completion like total revenue,total bonus.

Me did the same thing like activated Business object successfully activated.In ABSL,. I am unable to view the Business object fields like Total revenue,total bonus in code completion i can see only Calculate amount .

i gave manually Totalrevenue, it throwing error as "Totalrevenue doesnot exist".

What might be the problem,can you please guide me.

Help me out .

 

Thanks

Balreddy

 
0 Kudos

Hi Jens,

I need a help. All these videos are not available in YouTube. So please help me to access these videos please. Or else can you give any content to learn SAP ByD.

Thanks

Ananth

 

 

nosta
Explorer
0 Kudos
Same here. Videos are not accessible anymore
former_member497297
Discoverer
0 Kudos
Hi Jens,

 

I am also not able to see the learning videos, Could you please help us out?

 

Rgds,

Amit
0 Kudos
Hi everyone,

Is there anyone who can access these videos?

 

Thanks,

Kursat
Jens-Limbach
Advisor
Advisor
0 Kudos
Hey all,

the videos are now available again!

Cheers,

Jens
Jens-Limbach
Advisor
Advisor
0 Kudos
Hey Ananth,

the videos are available again!

Cheers,
Jens
Jens-Limbach
Advisor
Advisor
0 Kudos
The videos are online again! 🙂
Jens-Limbach
Advisor
Advisor
0 Kudos
The videos are online again! 🙂
Jens-Limbach
Advisor
Advisor
The videos are online again! 🙂
0 Kudos
Hello Jens,

https://www.youtube.com/playlist?list=PLAN4lvL4kFnh45xtdaBbDbxVLfITqQixH and the Dropbox link are not working. Any idea?

Thanks,

Roland

 
0 Kudos
The youtube playlist is invalid.  Please advise.

 
0 Kudos
I saw and thank you 🙂
former_member273190
Participant
Hi. The Youtube playlist is invalid. Could you please upload again?

 

BR,

 

Mauricio
DanM
Explorer
0 Kudos
They are *still* not working.

 

Where else are they available or can you fix them please?
DanM
Explorer
0 Kudos
Did you ever get a response or acknowledgement or access to the videos?

 
Jens-Limbach
Advisor
Advisor
0 Kudos
Hey Daniel,

have you checked the single videos? Those are working. Just the playlist was not working and I removed it now from the post.

Anyway I plan to post an update with new videos soon.

Thanks,
Jens
former_member273190
Participant
0 Kudos
Hey Daniel,

 

I ll try it again.
Jens-Limbach
Advisor
Advisor
Dear all,

I started creating new videos and will provide more beginning of 2020! Stay tuned!

Here you find the new videos: https://blogs.sap.com/2019/12/19/getting-started-with-the-cloud-application-studio-new-video-series/

Once I reached parity in content I will also replace this page here.

Cheers,
Jens
Jens-Limbach
Advisor
Advisor
0 Kudos
Here you find new videos: https://blogs.sap.com/2019/12/19/getting-started-with-the-cloud-application-studio-new-video-series/

I plan to redo most of the videos of this page. The single videos should also still work, only the playlist had an issue.
Jens-Limbach
Advisor
Advisor
0 Kudos
Here you find new videos: https://blogs.sap.com/2019/12/19/getting-started-with-the-cloud-application-studio-new-video-series/

I plan to redo most of the videos of this page. The single videos should also still work, only the playlist had an issue and I removed it.
Jens-Limbach
Advisor
Advisor
0 Kudos
Here you find new videos: https://blogs.sap.com/2019/12/19/getting-started-with-the-cloud-application-studio-new-video-series/

I plan to redo most of the videos of this page. The single videos should also still work, only the playlist had an issue and I removed it.

The dropbox link will not work anymore but in my new videos I will provide the code as well.
0 Kudos
Thank you jens.limbach2 ! Very helpful 🙂
0 Kudos
Dear  jens.limbach2  and Experts.

I need to know how to create calculation in business object extension with standard fields.

Is there any possibility to get the total discount value of all line items to sales quote preview.?

if yours can suggest video tutorial or something
it's very appreciated.

Best regards,

mithila.