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 stRead 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/. CoRead 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 exterRead 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 frequentlyRead 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 searcRead 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. InRead 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 ScreRead 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, OrganizationRead More…

UI Designer Overview

In this article, we are going to learn about UI Designer. The UI Designer is actually installed by default when you install the Studio. So no need to install separately. And we can launch it from the Studio and It provides drag and drop capabilities. There is a lot of very easy ways to edit properties of different things in the UI, so it is a really good tool.   [pullquote]    Read More…

SAP ByD – Generating Screens

In this unit, we’ll be looking at Generating Screens. When we talk about screens in SAP Business ByDesign, we basically call them Floorplans. Types of Floorplans Work Center Floorplan The work center floorplan is what you usually see at the top. Example: New Business, Sales Orders, Business Partner Data, It is the main areas of navigation. Work Center View (WoC) BelRead More…