Dular SharmaDular SharmaDular Sharma
(Monday - Saturday)
sharmadular7392@gmail.com
Himatnagar
Dular SharmaDular SharmaDular Sharma

Technology

IoT an evolution, which has started revolutionizing business

38 ViewsBefore we proceed to actual theme of blog, it’s useful to start out with some basics, and then jump into the big picture. Internet, terminology itself describe its meaning that it should be something related to interconnected computer networks. Origin of Internet by the United States Federal Government in the 1960s. Some interesting facts […]
Read more

4. Welcome – HTML Application

2 ViewsIn this blog we will create basic application from template. File -> New Project from Template Below view will appear as we are learning SAP UI5 we will select SAP Fiori application and Click on Start. , we will learn about other advance templates later once you are familiar with SAP UI5/Fiori. We will […]
Read more

3.BAS Basic Introduction.

2 ViewsSAP BAS stands for SAP Business Application Studio. Release and Versions SAP Business Application Studio was officially released in February 2020. Since its initial release, SAP has continued to update and improve BAS, with several versions released to incorporate new features and enhancements. The platform is part of the SAP Cloud Platform and receives […]
Read more

2.Enable BAS on BTP.

5 ViewsIn this blog we will enable Business Application Studio, which is our development environment through out blog to learn and create application. Now in next blog we will learn about basic of BAS and will start development.
Read more

What is difference between Open UI5 , SAP UI5 and SAP Fiori ?

4 ViewsFIRST WE WILL DISCUSS WHAT IS UI5: It is a JavaScript UI library consisting of a feature-rich core and a large number of UI controls which are organized in a handful of libraries. By “feature-rich” I mean stuff like data binding and models for different data sources, an efficient engine for creating and updating […]
Read more

Version & Releases

4 ViewsSAP UI5: Versions, Releases, and Benefits Founders Founded by SAP: Version 1.0 (2011) Initial Release: Benefits: Version 1.28 (2014) Improved User Experience: Benefits: Version 1.38 (2016) Enhanced Development Tools: Benefits: Version 1.44 (2017) Support for Fiori 2.0: Benefits: Version 1.52 (2018) Accessibility Improvements: Benefits: Version 1.60 (2018) Optimized Performance: Benefits: Version 1.71 (2019) Integration […]
Read more

12. RFC – Using OData.

5 ViewsIn this blog we will fetch data using RFC. Create RFC using transaction code SE37. ZTEST_RFC_ODATA. Tables. Source Code. Select RFC in attribute. After creating RFC go to Transaction code SEGW. Create Project. There will be four folders like displayed below. Click on Data Model . Import -> RFC/BOR Interface. Give Entity name and […]
Read more

11.DDIC – Delete Record.

3 ViewsPut cursor on DELETE_ENTITY method and press redefine method. You will able to see below screen. Write Below code for delete. Save and activate class. Go execute transaction code /IWFND/MAINT_SERVICE ,find technical service name ,Activate using ICF nodes and click on SAP Gateway Client. Click on EntitySet and pass url (/sap/opu/odata/sap/ZTEST_ODATA2_SRV/EmployeeSet(EmpId=’00000001′).
Read more

10.DDIC – Update Record.

3 ViewsPut cursor on UPDATE_ENTITY and click on redefine method. Below screen will appear. Write below code. Save and Activate Method. Now execute transaction code /IWFND/MAINT_SERVICE find service. Activate ICF node again and click on SAP Gateway Client. Below screen will appear. Click on EntitySets. Get Entity ,Which you need to UPDATE (/sap/opu/odata/sap/ZTEST_ODATA1_SRV/EmployeeSet(EmpId=’00000001′). Reason is […]
Read more

9.DDIC – Create Record.

3 ViewsGo to DPC_EXT class in it FIND CREATE_ENTITY method and redefine method. Below Screen will appear. Write below code. Save and Activate. Go to Transaction Code /IWFND/MAINT_SERVICE. Execute it by clicking on SAP Gateway Client. Below screen will appear. Click on EntitySets and select EntitySet Name. First Get Entity Set by using url: /sap/opu/odata/sap/ZTEST_ODATA2_SRV/EmployeeSet(EmpId=’00000001′) […]
Read more
Need Help?