Nov 5Most Common Use Case of ABAP2XLSX: Excel File to Internal TableThere are many ways ABAP can achieve transforming Excel File into Internal Table. However in this article I want to share one that I prefer by using the Open Source library using ABAP2XLSX. The source code of this libary can be found here: https://github.com/abap2xlsx/abap2xlsx The installation guide of this library…Abap2xlsx2 min readAbap2xlsx2 min read
May 215 Things I Would Do If I can Start Over My Career as an SAP ABAP Consultant8 years is a long time to have a career as an SAP ABAP consultant. While one may say the experience gained in those years are more than sufficient, I personally say there are a lot of things I can still improve. Perhaps it’s not too late to learn more…Sap5 min readSap5 min read
Oct 25, 2022Bagaimana Konsep Clean Code pada SAP ABAP?Pendahuluan Dahulu sejak awal kita belajar pemograman, kita tahu bahwa kode program, apapun bahasa pemogramannya adalah cara kita sebagai manusia berkomunikasi dengan komputer baik secara langsung dan tidak langsung. …Sap Abap4 min readSap Abap4 min read
Oct 8, 2022Langkah Mudah Hands On SAP ABAPABAP adalah bahasa pemograman eksklusif dari dan untuk SAP. Secara teori dan dokumentasi, SAP ABAP sudah banyak bisa dipelajari di internet. Forum dan komunitasnya pun sudah beragam, termasuk pada website stackoverflow yang sebagaimana kita tahu adalah website sapu jagat bagi para developers. …Sap Abap3 min readSap Abap3 min read
Sep 3, 2022Beginner Dev Documentation: Node.js RESTful API with MongooseI’ve been a software developer for a few years but Node.js is not actually my tech stack. I give it a try to learn it mainly because I am always interested to learn what’s the trend nowadays. After that, who knows what opportunity lies ahead. However, one of my biggest…Nodejs5 min readNodejs5 min read
Mar 20, 2022Effective Communication to Developers for Quick Bug FixingIt’s been about 10 years since I tasted the glory of being software developer. It’s all started when I was still in college building a small E-Learning project and here I am right know mainly focusing on SAP ABAP for a living. Throughout those years, I have won many battles…Software Developers2 min readSoftware Developers2 min read
Mar 8, 20223 Ways of Retrieving Infotype Data with ABAPStraight Out Selecting There are many ways to retrieve Infotype data in SAP HCM from ABAP code. One of way the Infotype data can be retrieved is by using Query from the related Infotype table. This approach perhaps the most straightforward one. The syntax looks something like this: In the example above…Sap Abap2 min readSap Abap2 min read
Feb 15, 2022Perspektif SAP ABAP untuk Programmer PemulaSAP ABAP menjadi bahasa pemograman yang tak asing bagi saya karena saya sudah menggelutinya selama hampir 8 tahun. Namun jujur awalnya sebelum berkecimpung di bidang ini saya bahkan tidak tahu apa itu SAP. …Sap Abap4 min readSap Abap4 min read
Feb 9, 2022MVC Design Pattern + Clean ABAPThe Appetizer I’ve been going through different phases as a software developer or programmer. I’m sure many of you too. At the beginning, it was the phase of “Eureka”. The phase when you finally made the program compiled successfully and Hello World appeared. Then it was the phase of frustration when sometimes…Mvc7 min readMvc7 min read
Feb 5, 2022ABAP Long TextThere are times that you need to store a lot of text with huge number of characters. Sometimes defining it in a custom field and custom domain is not the solution. This is where the Text Table comes in handy. You can use this Table to store your text and…Sap2 min readSap2 min read