ABAP Data Dictionary
ABAP Data Dictionary Before we jump directly in to Data Dictionary concept, let us learn something about basic SQL operations. To perform any operation on Data […]
ABAP Data Dictionary Before we jump directly in to Data Dictionary concept, let us learn something about basic SQL operations. To perform any operation on Data […]
SAP ABAP Variable The data objects that stores value according to allotted memory space are called Variables. As the name suggests values of VARIABLE can be […]
SAP Operator: Arithmetic Operators Following are the basic SAP Operator using which Arithmetic operations can be performed upon ABAP variables: Assign Values to variables To assign […]
What is ABAP? A general interview question: “What is ABAP?”. ABAP stands for Advanced Business Application Programming. It is a 4th Generation (because it is domain […]
SAP Memory and ABAP Memory: Different types of Memory in SAP In this post we will discuss SAP Memory and ABAP Memory i.e. ABAP memory organization […]
Official ABAP Programming Guidelines [As per SAP Documentation]: ABAP Programming Guidelines as per the official SAP documentation consists of the following major points: Follow the KISS […]
What are SAP Session? “SAP Session” are a way to control the number of logins or number of active users on a single landscape. To make […]
SAP Tcode or Transaction CODE What is SAP Transaction Code? SAP provides an easy access menu to navigate through its various screens like ABAP reports, ABAP […]
SAP Program: Hello World in ABAP I believe a programmer is born with the Hello World program. So, we will start with this SAP program only. […]
ABAP Syntax Mandatory ABAP Syntax for Every Coder The following ABAP syntax is mandatory for every coder: ABAP is not a case sensitive language (It is […]