Mass Upload Depreciation Postings to Fixed Asset Accounting

This blog helps to mass upload depreciation postings to fixed asset accounting, which enables us to calculate depreciation amounts outside of SAP Business ByDesign. The SAP provides the pre-delivered Microsoft Excel© template to perform this operation. Create the XML File Download the template to your local machine.In the spreadsheet, specify the mandatory data for each fixed asset. TRead More…

Change History (Reuse Library)

In the previous article, we learned, how to embed a change log in the custom business object. Here we are going to learn, how to capture the same in the ABSL scripting. Change History is a SAP reuse library, which contains a function that you can use to retrieve data from a supplied Business Object and its nodes that were changed during the given period based on the Platform Change Document serviRead More…

Change History

Overview
Do you desire to track who changed your document? You can use an embedded component to ensure that a change history is written for all changes made to your custom business object. After adding the embedded component to your business object, you can display the change history in the SAP cloud solution on the Changes tab of your work center. All changes such as add, create, and deletRead More…

Public Solution Model (PSM)

The SAP public solution model (PSM) contains all entities in the SAP cloud solution that are released for use by
external consumers. External consumers can be partners who develop solutions on top of the SAP cloud solution
such as add-ons and integration scenarios or administrators. For example, use SAP data sources to create new reports. The modular and homogenous architecture of the SAPRead 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 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…

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…

SAP ByD – Reuse Libraries

In this article we are going to discuss about Reuse Libraries.   What is Reuse Libraries? A Reuse Library is the container for reuse functions, whereas the reuse functions provide the code and specify the parameters. You can create and define your own reuse libraries and reuse functions to organize complex code in your solution or to reuse your code in script files. There are two typRead More…

SAP ByD – Actions and Events

In this article we’ll be talking about actions and events. In previous article we saw about What is business object and structure of business object. We used BODL (Business Object Definition language) for defining the business object. For actions and events, we are going to use ABSL (Advanced Business Scripting Language). This is the other set of language that is in SAP Cloud Applications Read More…

SAP Business ByDesign – Data Types

In our previous article, we seen the basic concept of Business object. Here we are going to discuss about how to create your own business object in SAP Cloud Application Studio and deferent type of data types in it. sap byd datatypes sap byd datatypes   How to create Business object? Login into SKD Choose the “Solution tab” from “My Solution” window. In Solution Explorer, Read More…