Ad Code

Showing posts from February, 2019Show all
SAP ABAP Write an executable program that concatenates two words and write the result.
SAP ABAP Write an executable program that get two integers inside parameters and perform the addition, subtraction, multiplication, division and power between them.
SAP ABAP Write an executable program that get two integers inside variables and perform the addition, subtraction, multiplication, division and power between them.
SAP ABAP Write an executable program that performs the following calculation: 2 + 3 * 5
SAP ABAP Declare a variable which is used in another variable, type, work area, internal table and constant.
SAP ABAP Declare a type which is used in another type, variable, work area, internal table and constant.
SAP ABAP Declare a constant which type is the same of another constant.
SAP ABAP Declare all types and constants from type-pools ABAP and ICON.
SAP ABAP Declare a work area of 5 constant components. All of them should have different primitive types.
SAP ABAP Declare a work area of constants. All components must be integers.
SAP ABAP Declare a constants which contains the 5 first decimals of Pi.
SAP ABAP Declare two constants which contain the values 'X' (true) and ' ' (false).
SAP ABAP Declare a constant which contains your name.
SAP ABAP Declare an internal table with all table fields from SCARR and the field TELEPHONE from table SCUSTOM.
SAP ABAP Declare an internal table with all table fields SPFLI.
SAP ABAP Declare an internal table with all table fields from table SCARR
SAP ABAP Declare an internal table.
SAP ABAP Declare a structure with all fields of the table SBOOK and the field TELEPHONE
SAP ABAP Declare a structure with many fields.
SAP ABAP Declare a structure of the same type of SBOOK.
Load More That is All

Ad Code