google-site-verification: googlec13b2b482d5c880f.html google-site-verification=xvpB8nL6YB3BPAToMAY3GNAGNbLmIfrPxNd-W40DMfY

Wednesday 29 January 2014

Test your SAP skills here.

TEST PAPER1:-
1.What are the different types of views?
2.What is the basic difference between work area and internal table?
3.Briefly explain any 3  processing blocks related to the selection screen of a report.
4.Which events are called even before the selection screen is displayed to the user?
5. What are the different types of database tables?
6.What are the control level statements for internal tables available in ABAP?
7.What are the usage of clear, free and refresh commands in the context of internal tables?
8.What is the difference between STOP and EXIT?
9.Name the system field which stores the value of secondary list index.
10.Explain the command FORMAT RESET.
11.How can you define a field of type VBAP-VBELN in the selection screen so that it accepts a single value from the user? How can you make the field mandatory?

 

TEST PAPER 2:-
Q.1 Briefly Explain the different types of messages in  ABAP ?.  
Q.2 Explain the purpose the following events in a report ?
        a. Start-of-Selection
        b. At Selection-Screen
        c. At user-command
Q.3 What events are called before the Selection screen is displayed to the user?
Q.4 What is the purpose of RESERVE Statement in a Report?
Q.5 List the various Control level statements for an internal table.
Q.6 What is the purpose of FORMAT RESET command in a Report?
Q.7 Briefly Explain any 3 event related to the Selection Screen.
Q.8 Define a variable on the screen for MARA-MATNR which can accept range of values both inclusive as well as exclusive ?. If the user populates the ‘000000000000000001’ to ‘000000000000000101’ as values in the inclusive interval for material no.,  then specify the populated selection table for the above .
Q.9 What is the screen no. of the standard selection screen?
Q.10 What is the difference between the events ‘At Selection-Screen on Help-Request’ and ‘At Selection-Screen on Value-Request’ ?.
Q.11 How do we display different page headers for secondary lists of an interactive report?
Q.12 Name the system field that captures the list index in interactive reports.
Q.13 List and briefly explain the different ways to generate the field catalog in ALV reports.
Q.14 What standard table types are used to declare an internal table for field catalog in each of the ALV methods?
Q.15 How do we handle events in the function module approach of ALV?
Q.16 State whether true or false
a. We cannot directly execute a program of type I.
b. An instance of a grid object needs to be passed when creating a container object.
c. The system field for current program name is sy-mandt.
d. Function modules can be created through transaction SE11.
e. We can define selection-screen parameters in such a way that more than one can appear on the same line in the selection-screen.
f. LVC_S_LAYO is the structure used when passing layout related parameters to the method for grid display.
 


TEST PAPER 3:-
1.What are different layers in SAP R/3 Architecture and what is the role of each one of them?
2.What are the different types of database tables in SAP.
3.What are the different types of views in SAP ?.
4.What are the different components of ABAP dictionary ?.
5.What are the different predefined data types in SAP?
6.What is the difference between usage of type and like keywords?.
7.What are the system variables for system date and time?
8.Differentiate between the database operations UPDATE and MODIFY.
9.In what format is the date and time internally stored?
10.What are the different ways in which Modularization can be achieved in ABAP ?. Briefly Explain each one of them ?.
11. State whether True or False.    
a. We can make use of the UPDATE statement to update records of an internal table
b. System field sy-index cannot be used within an internal table loop.
c. A hashed internal table cannot be accessed using the index
d.    Open SQL statements can be used for retrieving data from internal tables.
12.The no. of records updated in database by an update/ modify statement is obtained by which system variable?
13.Differentiate between “Refresh” and “Clear” statement ?.
14.Explain the purpose of the following system variables        
a. SY-TABIX
b. SY_INDEX

No comments:

Post a Comment