121⟩ What specific statements do you using when writing a drill down report?
AT LINE-SELECTION
AT USER-COMMAND
AT PF.
“SAP ABAP Interview Questions and Answers will guide you that ABAP is a very high level programming language created by the German software company SAP. It is currently positioned, alongside the more recently introduced Java, so learn more about the SAP ABAP with the help of this SAP ABAP Interview Questions with Answers guide”
AT LINE-SELECTION
AT USER-COMMAND
AT PF.
Advantages: No programming knowledge is required.
Disadvantages: Depending on the complexity of the database tables, it may not be easy for the user to select the necessary data correctly.
Functional Areas - By creating functional areas, we can initially select this data. This ensures that the data is presented to the ABAP Query user in a meaningful way to accomplish the task, and that only the data that the user may use is presented.
User Groups – A user group is a collection of users that work with about the same data and carry out similar tasks. The members of a user group can use all programs (queries) created by any user of the group. Changes to such a program are at once visible to all users. This ensures that all members of a user group use the same evaluation programs.
ABAP Query: It consists of three components – queries, functional areas and user groups. The functional areas provide the user with an initial set of data in accordance with the task to be accomplished. All users must be members of at least one user group. All members of one user group can access the same data as well as the same program (queries) to create lists.
No, it is not must to use LDB. Apart from it, we have other options:
1) Table join by Basis Table
2) Direct Read of table
3) Data Retrieval by Program
BDCDATA
We will look into the error log file (SM35). Check number of records already updated and delete them from input file and run BDC again.
We look into the list of incorrect session and process it again. To correct incorrect session, we analyze the session to determine which screen and value produced the error. For small errors in data we correct them interactively otherwise modify batch input program that has generated the session or many times even the data file.
Go to SM36 and create background job by giving job name, job class and job steps
(JOB SCHEDULING)
Yes.
The tool, which is used to create layout set is called SAP Script. Layout set is a design, appearance and structure of document.
Control Commands, System Commands
Data : NUM type P decimals 2.
There are 6 attributes of FM:
1. Import
2. Export
3. Table
4. Changing
5. Source
6. Exception
There are 13 screen elements:
i. Input / output fields
ii. Text fields
iii. Checkbox
iv. Radio button
v. Push Button
vi. Drop down list
vii. Subscreen
viii. Table control
ix. Tabstrip control
x. Custom control
xi. Box
xii. Status icons
xiii. OK_CODE fields
There 2 default Tab strips. Screen painter attributes contain Tab Title, which is used to insert more tabs in tab strip.
There are 11 properties of selection screen:
1) Default
2) Memory ID
3) Lowercase
4) Visible length
5) Obligatory
6) Matchcode
7) Check
8) Checkbox
9) Radiobutton Group
10) No-display
11) Modif ID
There are four components of selection table:
Low, High, Sign, Options
SY-SUBRC
i. Reports
ii. Nodes
iii. Data
iv. Initialization
v. At selection-screen
vi. Start-of-selection
vii. Get deptt
viii. Get emp
ix. Get deptt late
x. End-of-selection
xi. Form
xii. Endform
SELECT SINGLE <cols> ... WHERE ...
SELECT [DISTINCT] <cols> ... WHERE ...
SELECT <lines> * ...