Techniques of List Processing and SAP Query

1. Maximum number of allowed Detail list.

20.

2. What will be the value of F1 after the import?

report rsbbb11b.

Tables: zmytab.

data: F1.

F1 = '1'.

submit RSCCC11D and Return...export F1 zmytab to memory id 'XYZ'.

F1 = '2'.

---

report rsccc11d.

Tables: zmytab.

data: F1.

Answer is Space.

3. On what line dose the o/p 'AAA' appear in the following program?

REPORT ZPGM NO STANDARD PAGE HEADING.

DO 8 TIMES.

    WRITE / ' '.

ENDDO.

SKIP.

WRITE 'AAAA'.

Answer is 2.

4. What are the valid methods to include text elements in your program?

Write: TEXT-001, Write: 'Hello'(001).

5. Following will trigger the AT LINE-SELECTION Event.

Double Click a line on a list

F2

Function Code PICK

Menu Option EDIT>Choose

6. Methods to populate the ITAB

Collect

Insert ITAB

Select * into Table ITAB from dbtab

Append

7. Where do you define the LDB to a program?

Program Attribute.

Valid Syntax and usage of message statements. Assume that message class UD is define the report

Message ID UD Type E Number 0004

Message E004

Message E004(UD)

8. What are the options on the "Parameters" statement in a report program to include a SPA/GPA Parameter ID?

Memory ID

9. Methods to access Database

LDB

Open SQL

Native SQL

10. Default screen number for selection screen

1000

11. Which modularization unit does not use ABAP/4 memory to pass data?

Parameter Ids

12. Which modularization unit does use ABAP/4 memory to pass data?

function modules

transactions

reports called with SUBMIT and Return

Remove this record

13. What is not true about SAP Query?

SAP user can be assigned to only one user groups

14. What is true about SAP Query?

A user master record is generated when the query is defined

Users can access only the fields which are assigned to a functional group

Functional Area can be a special view of a logical database

15. Where would be the Cancel button typically be located?

Standard Toolbar

16. What is the purpose of the NODE statement in an ABAP program?

Indicates the nodes from the logical database

17. What authorization object is required to maintain query?

S_Query

18. What dose LDB provide?

Centrally defined authorization checks

Consistent and flexible user interface

19. What is the effect of HIDE statement?

The system stores the field name and values for each field hidden

20. What appears in the standard header list?

Page Number, Program title, Underline

21. READ CURRENT LINE makes use of what system variable...?

SY-CPAGE

SY-CUROW

22. Identify the dictionary type of field catalog use for the AVL control.

lcv_t_fcat

23.  What is true about sorting an Extract (Intermediate) dataset?

The extract dataset must be sorted for processing to begin.

24. Which linking method will leave current processing and not return?

Submit

Leave To Transaction

ABAP Tips

Read Also

Get help for your ABAP problems
Do you have a ABAP Question?

ABAP Books
ABAP Certification, BAPI, Java, Web Programming, Smart Forms, Sapscripts Reference Books

More ABAP Tips

Main Index
SAP ERP Modules, Basis, ABAP and Other IMG Stuff

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.  The site www.erpgreat.com is in no way affiliated with SAP AG. 
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk. 
 The content on this site may not be reproduced or redistributed without the express written permission of 
www.erpgreat.com or the content authors.