Introduction Downloading internal table as excel file is very easy in SAP, But The real struggle starts when you got a requirement like download an excel with multiple sheets or with some cell’s text in different color /Font / Bold /Italic . This can be done by OLE but i got it very confusing. So, […]
abap development
Automate Master Data Vendor Extension Process to Purchase Organization with Approval Workflow
Introduction In every Project or Customer you worked for, you will have the scenario where some Master Data will not be extended to Company Code/Purchase organization and in those scenarios you have to send an email to that Team and wait when this will get extended so that you can create your Business Document. In […]
Here is why Azure DevOps is a must-have tool for Agile (SAPUI5) projects
We were using SAP BPC 10.1 for our planning scenarios but at some point of project implementation and utilisation, we noticed BPC was not answering the requirements coming from the business users. System was full of workarounds which was far away from a stable and flexible architecture. We were creating a monster in the system. […]
How to Generate a Notification when any Business Partner/Vendor/Customer is changed in SAP S/4HANA
Introduction In SAP S/4 HANA there are some major change in Simplification. Simplification means getting rid of Redundant Functionality. One of this is the Introduction of Business Partner as Vendor/Customer/Employee. The below blog helps in Generating a Notification when any Business Partner/Vendor/Customer Is changed in SAP S/4HANA Solution Please go to Transaction Code BP and […]
Creating Association and Parameterized Association Using BOBF T-CODE
This blog I will show how to create a association in BOBF T-code from scratch. I hope it will definitely help developers to learn and understand how to create a BOBF object and creating association. BOBF (BOPF: Business object Configuration (Internal Use): using BOBF T-Code we can create and display the objects. -> We can […]
Transactional Fiori App using ABAP Restful Programming Model
UI Apps development is getting simplified with the evolution of ABAP. In my experience when UI5 was released i had to learn JavaScript ,jQuery concepts and use them to create even a simple UI App ,and then with the advent of ABAP Programming model for Fiori it changed the approach, since using BOPF with annotations […]
Creating and Adding Word document dynamically to the released task of Notification
Introduction This Blog Post discusses about the approach of completing one of the requirement related to SAP Notification and Task Creation. In simple terms if I explain what is SAP Notification and Tasks are is that Notification is a bundle of tasks that contains predefined functionality to be performed by each, now in order to […]
How to make certain Dynamic Selection Fields Preselected in FBL1N,FBL5N and FBL3N?
Introduction Everyone uses FBL1N, FBL3N and FBL5N. Lots of times we utilize the Dynamic Selection Fields but everytime we use it we have to find the field and do some unnecessary Clickings. How we can get rid of the Clicking so that the Dynamic Selection Field is preselected. Solution Everytime we go to FBL5N Transaction […]
Batch Job scheduling and Optimize Job Processing time
Introduction: In this Blog, we will see how to execute a Program via a Batch Job and optimize the Batch Job execution time by splitting the number of records into different sets and executed each set via Multiple Batch Jobs. The Number of records in each set and the Maximum number of jobs for this […]
Launch SAP GUI Transactions from SAP CRM Web UI
Introduction: Transaction Launcher is used to launch SAP GUI Transactions from SAP CRM Web UI. In this document , we will see the steps required to launch the SAP CRM GUI transaction CRMD_ORDER from Web UI. The detailed steps to launch the SAP CRM GUI transaction from Direct Link Group , From Work Center ( […]