SAP Variable- SAP ABAP Variable
482 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 […]
482 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 […]
528 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 […]
1,123 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 […]
832 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 […]
517 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 […]
625 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 […]
294 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, […]
377 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 […]
397 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 […]
566 ABAP Data Types and Constants Data Types ABAP Data types are the one which tell us about the technical characteristics of a Variable. By technical […]