SAP – ABAP Calling Function Module
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
In previous article we have discussed about Function Module and steps to create a Function Module. In this article we will discuss about how to execute a function module. After…
Function Modules are like Functions which can be called in any ABAP Program and can also be called external to SAP System. These are sub-programs and contain a set of…
Function Group is a collection of function modules or we can say that it acts like a container in which N no. function modules can be stored. We cannot make…
The table is a data structure that is used to store information or data in the form of rows and columns. We can store N no. of records in a…
Data Element gives the individual field label in ABAP dictionary. It defines the short description of Domain for which purpose it will be used in ABAP Programs or in Tables.…
Domain defines technical definition of field of a table i.e. data type of field, its length and short description which is defined in data element which we will discuss further.…
In this article we will look into ABAP Data Dictionary. As we all know SQL has two parts:-DDL (Data Definition Language)DML (Data Manipulation) In ABAP INSERT,UPDATE, DELETE, SELECT statements will…
In this article we will be taking a brief look on Work Areas and Internal Tables in ABAP, SAP. Work Area: A Work Area is a structure which can hold…
Sometimes there is a requirement during the development of software in SAP that you have to make a string out of multiple row values of single column of Internal Table.…