Statistics

Members : 1888
Content : 103
Content View Hits : 124684

Online Users

We have 3 guests online
Interview Questions
Part 8 (Medium) PDF Print E-mail
User Rating: / 1
PoorBest 
ABAP Interview Questions - Questions
Written by admin   
Monday, 01 September 2008 16:51
1. To allow the user to enter values on the screen for a list field, use:
A: OPEN LINE.
B: SET CURSOR FIELD.
C: WRITE fld AS INPUT FIELD.
D: FORMAT INPUT ON.

2. Before a function module may be tested, it must first be:
A: Linked
B: Authorized
C: Released
D: Active

3. To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field?
A: PBO module include program
B: TOP include program
C: PAI module include program
D: Subroutine include program
Read more...
 
Part 7 (Medium) PDF Print E-mail
ABAP Interview Questions - Questions
Written by Varun Verma   
Saturday, 30 August 2008 08:38

1. The following program outputs what?

report zjgtest1
write: /1 'Ready_'.
PARAMETER: test.
INITIALIZATION.
write: /1 'Set_'.
START-OF-SELECTION.
write: /1 'GO!!'.

A: Set_ GO!! (each on its own line)
B: Set_ Ready_ GO!! (all on their own lines)
C: Ready_ GO!! (each on its own line)
D: Ready_ Set_ GO!! (all on their own lines)

Last Updated ( Saturday, 30 August 2008 08:42 )
Read more...
 
«StartPrev1234NextEnd»

Page 1 of 4

Advertisement

 

Google Search

Advertisement