Hello, In definitions using DATA (variable), that is, the types of data you define with the quotation mark formed by Shift + 2 are char…
Author: sercankd
Hi, CORRESPONDING # (formerly move-corresponding) can be used dynamically, you can examine the example below, As an example, we draw the first 100 rows from…
Hi, you can use the attached and linked report instead of getting requests one after the other in the systems you work with, Simple to…
Hi, the following code snippet shows the BADI’s implemented in the system, When you run it, BADI’s implemented will be listed in a popup as…
Reduce command is one of the nice innovations that came to ABAP with 7.40 SP08, it is an operator that simplifies most of the operations…
What is the factory calendar? The factory calendar is an adaptation that determines the working days of the workplace and the days on vacation determined…
Hi, if any function gets red error when you call the module, it will kick it from the program, as follows: To prevent this, in…
While creating Elementry Search Help, if you have the same data more than once in the table where you pulled data, you can get rid…
Hi, you have a date and you want to add or subtract days, add months, years and subtract it. You may encounter a situation like…
I have mentioned the Reduce command in another post, we exemplify it with different uses below, Let’s give the code first, * Number of values…