Saturday 30 December 2023
Using memoization to optimize pure functions in ABAP
Friday 29 December 2023
How to get stock on posting date: manually and programmatically
Manual approach via tcode MB5B
Wednesday 27 December 2023
Abap SQL Common Table Expression (CTE)
- CDS
- AMDP
- CTE
Friday 22 December 2023
How to create a custom field with Custom Field and Logic App and transporting field in SAP S/4HANA
- Create your own fields(Choose field type and description)
- Make your fields available in UIs,reports,email templates, form templates,business scenarios and other languages.
- Delete fields.
- Edit fields that have already been published
- Publish fields to your system.
Wednesday 20 December 2023
Hierarchies: How to Assign a Hierarchy to a Dimension and How to Consume a Hierarchy in an Analytical Query
Monday 18 December 2023
Using class CL_ABAP_PARALLEL for mass parallel dialog work processes
Setup overview
Saturday 16 December 2023
Release News 2308: Enumerations in ABAP CDS
- 2308 SAP BTP ABAP Environment
- ABAP Release 7.58
- SAP S/4HANA 2023
Creating a CDS enumerated type
Friday 15 December 2023
SLT – Replication with Additional Fields and Changing Operation Type
Wednesday 13 December 2023
Effortless Material Creation using Excel Sheets via Fiori App (e.g., SolidWorks’ CAD-Driven Data)
Introduction
Summary
Saturday 9 December 2023
How to display photo of employees from PA30 to module pool custom container
In this blog post you will learn how to make a basic Module Pool program using custom container to display image of employee from PA30.
Module pool programming is a special type of programming which is used to create custom SAP screens.
We will first upload the image for the employee on the SAP Server using the transaction OAAD. The name of the image we upload is APPLE and is in black and white (the supported formats are .jpg and .png).
Wednesday 6 December 2023
Tips about fetching attachment list from Service Notification
Tuesday 5 December 2023
Alternative option for IMPORT/ EXPORT using Shared Memory SHMA approach.
Motivation:-
Monday 4 December 2023
Fiori Element: Display Rating Indicator’s & Images
Saturday 2 December 2023
Functional Programming in ABAP Series: PART I (Introduction)
Background
In computer coding, it’s super important to write really good code. Good code doesn’t just make programs run faster, it also helps developers work better. But figuring out what makes code good can be tricky, and it’s not just about making things run quickly.
Good code has things like being easy to test, easy to keep up, easy to use again, and easy to add more stuff to. These things are like measuring sticks for how tough and reliable the code is. But knowing how to make code like that isn’t always clear, so we look into ways to help us write clean code.