Calassik List

download Calassik List

of 5

Transcript of Calassik List

  • 8/8/2019 Calassik List

    1/5

    Which linking methods will leave current processing and not return.

    Leave To Transaction

    Submit

    If tables in an LDB are hierarchically higher in the structure than the table defined in the report, whattakes place.

    The selection screen will display selection criteria for the higher tables

    What is the event that could be used to create a header on a Detail list

    Top-of-page During Line-Selection

    Mark the 3 system fields that are continually maintained by the list

    SY-LINNO

    SY-PAGNO

    SY-COLNO

    Which system variable contains the number of the Detail list that is being generated

    SY-LSIND

    Where does the system store the data after a Read Line has been performed on a list.

    SY-LISEL

    What is true about Functional Areas and User Groups in ABAP Query.

    (More than one answer is correct)

    A Functional area can be assigned to several user groups

    Several Functional areas can be assigned to one user group

    Users belonging to the same authorization group have the same query privilege

  • 8/8/2019 Calassik List

    2/5

  • 8/8/2019 Calassik List

    3/5

    When the first write statement is encountered

    Name the Transaction used to view background jobs.

    SM37

    Identify the valid methods for setting the value of a select-options selection field. .

    SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-CARRID MEMORY ID CAR.

    SELECT-OPTIONS AIRLINE FOR ZFLIGHTS-CARRID DEFAULT 'AA'.

    Mark the code that will display the selection screen of the called program ZTST.

    (More than one answer is correct)

    SUBMIT ZTST VIA SELECTION-SCREEN

    SUBMIT ZTST VIA SELECTION-SCREEN USING SELECTION-SET 'VAR1'

    What is contained in the system variable sy-linsz.

    width of the current line

    Given the Logical Database F1S, identify the Database program that is created

    SAPDBF1S

    When you EXPORT an internal table that has a header line to ABAP/4 memory, what is the result

    Only the contents of the internal table is stored

    What is the option on the "Parameters" statement in a report program to include a SPA/GPAParameter ID

    Memory ID

    What is true about Extract dataset.

  • 8/8/2019 Calassik List

    4/5

    (More than one answer is correct)

    The field group HEADER is part of each extract record

    The Header Must be defined as one of the field groups

    An extract dataset may consist of records with different structures

    During interactive reporting, at what point does sy-lsind get incremented by the system

    At the beginning of an interactive processing block

    Where in a program would you create the objects for ALV control

    In a PBO Module

    What will be the value of F1 after the export

    report rsbbb11b.

    Tables: zmytab.

    data: F1.

    F1 = 1.

    submit RSCCC11D and Return.

    export F1 zmytab to memory id 'XYZ'.

    report rsccc11d.

    Tables: zmytab.

    data: F1.

    2

    Run Time Error will occur

    SPACE

    1

    Mark the invalid program text element.

    Parameter Texts

    What are the 3 main sub objects of a LDB.

    (More than one answer is correct)

    Selection Screen

  • 8/8/2019 Calassik List

    5/5

    DB Program

    Structure

    What determines the report specific structure(selection criteria) of a LogicalDatabase Program.

    The tables for which a corresponding Node statement exists

    Which modularization unit do not use ABAP/4 Memory to pass data.

    Parameter Ids