What is ALV programming in ABAP? When is this grid used in ABAP?
Correct Answer
ALV is Application List viewer Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report This set of ALV functions is used to enhance the readability and functionality of any report output Cases arise in sap when the output of a report contains columns extending more than 255 characters in length In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display This is a very efficient tool for dynamically sorting and arranging the columns from a report output The report output can contain up to 90 columns in the display with the wide array of display options
Technology problems
Search Results
1. A UNION query is which of the following?
Options
A. Combines the output from multiple queries and does not include the same number of columns.
B. Combines the output from multiple queries and must include the same number of columns.
C. Combines the output from no more than two queries and does not include the same number of columns.
D. Combines the output from no more than two queries and must include the same number of columns.
Correct Answer: There are many ways to find second highest salary of Employee in SQL, you can either use SQL Join or Subquery to solve this problem Here is SQL query using Subquery : SELECT MAX(Salary) from Employee WHERE Salary NOT IN (select MAX(Salary) FROM Employee );
Correct Answer: In a mapreduce job the master pings each worker periodically In case a worker does not respond to that system then the system is marked as failed Even completed tasks are rescheduled because the output was stored in a in a local disk of a worker which failed Hence mapreduce is able to handle large-scale failures easily by simply restarting a task The master node always saves itself at checkpoints and in case of any failure it simply restarts from that checkpoint
5. What are the security laws which take care of the data in the cloud?
Correct Answer: The security laws which are implements to secure data in the cloud are as follows: - Input validation : controls the input data which is being to any system - Processing : control that the data is being processed correctly and completely in an application - File : control the data being manipulated in any type of file - Output reconciliation : control the data that has to be reconciled from input to output - Backup and recovery: control the security breaches logs and the problems which has occurred while creating the back
6. What is the differences between ABAP and OOABAP. In which situation we use OOABAP?
Correct Answer: OOABAP is used to develop BSP/PCUI applications and also anthing involved object oriented like BADIs, SmartFormsetcwhere as ABAP is used to develop traditional programs in R/3
Correct Answer: The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems and clients in your system landscape This documentation provides you with an overview of how to manage changes with the CTS and essential information on setting up your system and client landscape and deciding on a transport strategy Read and follow this documentation when planning your development project
8. Which of the following is not considered a JavaScript operator?
Correct Answer: - Create a template that designs a layout for your application - Create the composing pages - Create a definition which means that suppose that you configured Tiles, in webxml, to startup using the TilesServlet, we need to specify which files will contain the Tiles definitions to load - Render the definition
Correct Answer: Contextual selector addresses specific occurrence of an element It is a string of individual selectors separated by white space (search pattern), where only the last element in the pattern is addressed providing it matches the specified contex