Ad Code

Showing posts from March, 2019Show all
SAP ABAP Write an executable program with two parameters types as integers.
SAP ABAP Write an executable program which has a routine that receives an internal table of strings and concatenates their values in four different ways:
SAP ABAP Write an executable program which has a routine that receives a standard internal table
SAP ABAP Write an executable program which has a routine that receives a standard internal table
SAP ABAP Write an executable program which has a routine that receives an internal table and prints how many fields are blank by line (the type of table must have at least 4 fields).
SAP ABAP Write an executable program which has a routine that receives an internal table and print how many fields are filled with their default value (the line type of the table must have at least 4 fields).
SAP ABAP Write an executable program with a routine that receives a work area with at least 4 components. All components can only be declared using numeric and different primitive types. Your routine should sum the values from all components and print the result.
SAP ABAP Write an executable program which contains three internal tables (their type must contain at least three components of different data types). Each table will have a different type (standard, sorted and hashed). Add 3 identical values in each table and view the contents of each table in the debugger.
SAP ABAP Write an executable program with a routine that receives a work area containing five different data types and count how many components are not filled. Finally, print result.
SAP ABAP Write an executable program that has a routine that takes two numbers and writes the result of the operation [higher_number / lower_number] if the numbers are different. If they are equal, write the result of the operation [number ^ 2].
SAP ABAP Write an executable program that has a routine that receives two numbers and return a flag (character with length 1). If the numbers are equal, set the flag with 'X. Otherwise set the flag to space.
SAP ABAP Write an executable program that has a routine that receives two numbers and returns the largest of them, If the numbers are equal return the number itself.
SAP ABAP Write an executable program that contains a routine which prints all usernames in the system. (Check table USR04 and its content in transaction SE11, SE16 or SE16N).
SAP ABAP Write an executable program that counts from 1 to 100 and for each multiple of 8, write the message: "The number [number] is a multiple of 8 ".
SAP ABAP Write an executable program that counts a string length and if it's bigger than 2o characteres, write 'Too big'. If not, write the string length.
SAP ABAP Write an executable program that counts how many vowels are in the name of the user running the program and print the result
SAP ABAP Write an executable program that reads the current system time and write the time in 6 different zones (3 of them should be compulsorily Greenwich, Delhi and Brasilia).
SAP ABAP Write an executable program that reads the current system date and write it in your language in text format.
SAP ABAP Write an executable program that concatenates two words and the current month, separating each part by a "-" and write the result.
SAP ABAP Write an executable program that concatenates two words and write the result
Load More That is All

Ad Code