Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Queries in abap

Former Member
0 Likes
829

Hello Friends,

Pls help with ansewers for the following queris.

1. An event starts with an event keyword and ends with:

A: Program execution.

B: END-OF-EVENT.

C: Another event keyword.

😧 END-EVENT.

2. The SAP service that ensures data integrity by handling locking is called:

A: Update

B: Dialog

C: Enqueue/Dequeue

😧 Spool

3. To measure how long a block of code runs, use the ABAP statement:

A: GET TIME .

B: SET TIME FIELD .

C: GET RUN TIME FIELD

4. You may declare your own internal table type using the TYPES keyword.

A: True

B: False

5. When a secondary list is being processed, the data of the basic list is

available by default.

A: True

B: False

6. After adding rows to an internal table with COLLECT, you should avoid

adding more rows with APPEND.

A: True

B: False

7. Which of the following would be best for hiding further selection criteria until a function is chosen?

A: AT NEW SELECTION-SCREEN

B: SELECTION-SCREEN AT LINE-SELECTION

C: SUBMIT SELECTION-SCREEN

😧 CALL SELECTION-SCREEN

8. What must you code in the flow logic to prevent a module from being called unless a field contains a non-initial value (as determined by its data type)?

A: ON INPUT

B: CHAIN

C: FIELD

😧 ON REQUEST

9. In regard to data transported in PAI when the FIELD statement is used, which of the following is NOT a true statement?

A: Fields in PBO are transported directly from PAI.

B: Fields with identical names are transported to the ABAP side.

C: Fields not defined in FIELD statements are transported first.

😧 Fields that are defined in FIELD statements are transported when their corresponding module is called.

10. The order in which an event appears in the ABAP code determines when the event is processed.

A: True

B: False

11. A field declared as type T has the following internal representation:

A: SSMMHH

B: HHMMSS

C: MMHHSS

😧 HHSSMM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

hi rao.......

1. B

2. C

3. C

4. A.

5. A

6. B

7. A

8. D

9.

10.B

11.B

hey,i've answered all those i knew.. if u find them useful,do reward with points.

all the best.

Hello Friends,

Pls help with ansewers for the following queris.

1. An event starts with an event keyword and ends with:

A: Program execution.

B: END-OF-EVENT.

C: Another event keyword.

😧 END-EVENT.

2. The SAP service that ensures data integrity by handling locking is called:

A: Update

B: Dialog

C: Enqueue/Dequeue

😧 Spool

3. To measure how long a block of code runs, use the ABAP statement:

A: GET TIME .

B: SET TIME FIELD .

C: GET RUN TIME FIELD

4. You may declare your own internal table type using the TYPES keyword.

A: True

B: False

5. When a secondary list is being processed, the data of the basic list is

available by default.

A: True

B: False

6. After adding rows to an internal table with COLLECT, you should avoid

adding more rows with APPEND.

A: True

B: False

7. Which of the following would be best for hiding further selection criteria until a function is chosen?

A: AT NEW SELECTION-SCREEN

B: SELECTION-SCREEN AT LINE-SELECTION

C: SUBMIT SELECTION-SCREEN

😧 CALL SELECTION-SCREEN

8. What must you code in the flow logic to prevent a module from being called unless a field contains a non-initial value (as determined by its data type)?

A: ON INPUT

B: CHAIN

C: FIELD

😧 ON REQUEST

9. In regard to data transported in PAI when the FIELD statement is used, which of the following is NOT a true statement?

A: Fields in PBO are transported directly from PAI.

B: Fields with identical names are transported to the ABAP side.

C: Fields not defined in FIELD statements are transported first.

😧 Fields that are defined in FIELD statements are transported when their corresponding module is called.

10. The order in which an event appears in the ABAP code determines when the event is processed.

A: True

B: False

11. A field declared as type T has the following internal representation:

A: SSMMHH

B: HHMMSS

C: MMHHSS

😧 HHSSMM

3 REPLIES 3
Read only

Former Member
0 Likes
774

1. c.Any other event keyword.

2.c.Enqueue/Dequeue

3.C: GET RUN TIME FIELD

4.A: True

5.A: True

6.B: False

7.D: CALL SELECTION-SCREEN

8.C: FIELD

9.

10.B: False

11.B: HHMMSS

Read only

Former Member
0 Likes
774

1 - c another event keyword .

2 - c enque / deque

3- get run time field

4 false .

5 - true

6 - false

7

😎 on input

9)

10)false

11) HHMMSS

Read only

Former Member
0 Likes
775

hi rao.......

1. B

2. C

3. C

4. A.

5. A

6. B

7. A

8. D

9.

10.B

11.B

hey,i've answered all those i knew.. if u find them useful,do reward with points.

all the best.