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…

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…

SAP ByD – Tracing & Debugging

Tracing & Debugging is the process of finding and resolving of defects that prevent correct operation in script file.  
How to enable Tracing & debugging for business user? Logon into SDK Go to Administration -> Options and Settings -> Debugging and Tracing. Here, we can maintain what user we want this to debug. If you leave this checkbox unchecked, it’s going to deRead More…

Performance Tips in SAP Business ByDesign 1602

Introduction: A new feature is available for SAP partners writing ABSL code in SDK. Right click on any ABSL file in the solution and then click on Performance Tips. A new modal dialog is displayed that can be expanded to see suggestions on how to avoid dumps and improve performance. Dump suggestions highlight the code where data can be initial at run time. Performance check breaks down sugRead More…