Bài đăng

ABAP Syntax Highlighting in Notepad++

This is a personal blog post to document the steps necessary for ABAP syntax highlighting in Notepad++, my text editor of choice. Although the steps are present on internet, this post may be helpful for some people. Below steps are for Notepad++ version 6.5.1. These steps are required because ABAP syntax (technical term is  UDL – User Defined Languages ) is not bundled in Notepad++, and hence ABAP syntax needs to be imported as a user defined language. Adding ABAP syntax to Notepad++ Download Notepad++ from  Notepad++ Download page Download the ABAP syntax file from  sourceforge userDefinedLang ABAP.zip Unzip the zip file to get ABAP.xml file. Open Notepad++, go to  Menu > Language > Define your language , and click on  Import  button. Choose ABAP.xml file, you should get popup ‘Import successful’. These steps would make Notepad++ capable of syntax highlighting. How to test whether ABAP syntax is working There are 2 ways to t...

Website for self-learning SAP

Site specialized for SAP: https://www.sapnuts.com http://www.guru99.com Beside, you can find course about SAP on SAP homepage, however it would cost a lot. You can also find some course on online-learn site like Udemy, Youtube,...

Search ABAP Object

Hình ảnh
It seem that SAP does not provide built function to search for all ABAP objects in dictionary. I came  up with this topic because I got one question like this: Is there any program/Tcode to querry for all object type? In Basis/Authorization module, we have Tcode SUIM (part of Information system), which allow to querry information about all users & their roles as well as authorization object. But till now, I still cannot find any similar program to find ABAP object.