ByD – HTML5 Interface

HTML5 is another way to open your SAP Business ByDesign in any browser. You can log in to your tenant of ByDesign and Cloud for Customer from the HTML5 version.
Overview HTML 5 has been developed in 16.08 release. Therefore, SAP added the concept of the Launch Pad. Launchpad Screen:    The advantage of the Launchpad: It is immediately actionable – even if the counters are not yet loaded, you can click on the tiles and start an action. This reflects our commitment to NOT change the underlRead More…

SAP Business ByD in Chrome

Can we use SAP Business ByDesign in Google Chrome?
Chrome has some glitches with Silverlight but you can still use it by installing a plug-in. And, yes IE Tab Extension is the way to go for now.  
STEP 1: Install Silverlight on your machine.
Download Link: https://www.microsoft.com/silverlight/
Step 2: Install IE Tab Extension.
What is IE Tab Extension?
Display web pages using Internet Explorer within Chrome. Supports ActiveX controls, Sharepoint, ICBC, Alipay. A “Top 10” extension since 2009Read More…

Sending Document via SOAP

What is SOAP
SOAP (Simple Object Access Protocol) is a messaging protocol that allows programs that run on disparate operating systems (such as Windows and Linux) to communicate using Hypertext Transfer Protocol (HTTP) and its Extensible Markup Language (XML).
What is SOAPUI?
SoapUI is an open-source web service testing application for service-oriented architectures (SOA) and representational state transfers (REST). Its functionality covers web service inspection, invoking, development, simulation and mockingRead More…

Selected Document Type

Overview
In the previous article, we learned about How to attach a document in custom BO. Here, we are going to learn how to control document type in attachment folder. Process flow Open a screen in UI Designer which you added Embedded component.
For more information about the Attachment folder creation, visit http://blog.sankaranss.com/2016/12/19/attachment-folder-in-custom-bo/. Configure as shown in below screenshot. Choose your embedded component. Click three dots next to the AddableType Read More…

Attachment Folder in Custom BO

Attachment Folder
An object that is used to store attachments that are related to a business document. For example, a freight order or a forwarding order. You use Dependent Object to store attachments that are related to a business document. You can store the following attachment types: Files
You can upload any kind of files that contain binary content. Links
You can store links to external content that is accessible via a uniform resource locator (URL). For example, links to content on the World WideRead More…

Weather Report Using Rest Web Service

What is Rest Web service?
REST stands for Representational State Transfer, which is kind of easiest way to communicate with external systems in Cloud Solution. It is an architectural style for designing networked applications. REST services provide a uniform interface using standard HTTP operations (such as GET, POST, PUT…) and exchange representations of resources. JSON and XML have frequently used formats in REST services. So, I would like to document it here and let you know the same so that it will stayRead More…

Mashup

What is Mashup?
Mashups is an easiest way to integrate external systems in Cloud Solutions. Mashups are used to integrate data from SAP’s cloud solution with data provided by an online Web service or application. Users can access the content provided by these Web services and applications. For Example, Mashups can include Web searches, company or industry business information, or online map searches. Before starting the mashup, you should have some basic knowledge in web development. I will take a simple examRead More…

Design an Object Work List

Overview
You can create a list pane that is always embedded in a work center view. The OWL contains business objects such as Sales Order or Employee. Here is a sample Sales Object Work List Floorplan. Procedure
Create an object work list (OWL) In the Solution Explorer, expand the solution to display the business object. Right-click on the business object and select Create Screens. In the Create New Screen dialog box, do the following: In the Screen Name field, enter a name for the object work lRead More…

Design a Quick Activity Floorplan

Overview
Create a Quick Activity Floorplan (QAF) to display an overview of a business object. You can further view all the details of the business object in the associated object instance floorplan. Here is a sample Sales Order Quick Activity Floorplan Procedure
Create a Quick Activity Login into SDK. In the Solution Explorer, Right-click on the business object and select Create Screens. In the Create New Screen dialog box, do the following: In the Screen Name field, enter a name for the Quick Read More…

Design a Fact Sheet

Overview If you create an Employee fact sheet, employees can view their data but cannot change any information. A fact sheet is used to display a read-only overview of an object. It displays the object properties, different views and can contain links for navigating to related objects. For example, An Employee Overview fact sheet can have the sections Contract Data, Personal Data, Organization Data and so on. If you want to allow users to edit the screen, you must create a quick activity floorplan or an obRead More…