option
Questions
ayuda
daypo
search.php

Programming ABAP Reports_5

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Programming ABAP Reports_5

Description:
ALV field Catalog etc..

Creation Date: 2018/06/06

Category: Others

Number of questions: 16

Rating:(1)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

The representative instance can automatically generate the field catalog. If the structure of the data table corresponds to a structure that is defined in the ABAP Dictionary, you only need to pass the name of that to the representative instance. True. False.

Pass this display information to the representative instance using an additional internal table called ______. Field Catalog. Sort table. output table.

The global data type of Field Catalog internal table is _________. The corresponding structure type ________. LVC_T_FCAT, LVC_S_FCAT. LVC_TT_FCAT, LVC_S_TCAT. LVC_T_FIELDCAT, LVC_S_FIELDCAT. LVC_TT_FIELDCAT, LVC_T_FIELDCAT.

Choose the alternatives to using the field catalog for various requirements. Using Global data structure to add new columns. Using Standard display variant to hide/display columns. Generate a data table dynamically using field symbol.

When you only need to pass the name of the global structure type to the parameter i_structure_name of method set_table_for_first_display. when all fields of a global structure type exist in the data table with the same names. The row type of the data table does not contain any reference to the ABAP Dictionary, individual global structure fields, or data elements.

In Field Catalog internal table fieldname, ref_field are the two fields where fieldname refers to the column name of the data table, ref_field refers to the column name with data dictionary reference. True. False.

In Field Catalog , You can use _________ to specify the data element that is used for the F1 help and the text for the column headers, selection screen, and quick information text if it is not already explicitly set. ROLLNAME. REF_FIELD. FIELDNAME. COLUMNNAME.

In ALV filed catalog , If you want to format the contents of a column according to the formatting options of a currency unit that is specified in another column of the data table, specify the name of the column in the__________ field. cfieldname. currency. qfieldname. quantity.

In ALV filed catalog , If you want to format the contents of a column according to the formatting options of a unit that is specified in another column of the data table, specify the name of the column in the__________ field. cfieldname. qfieldname. currency. quantity.

In ALV Field Catalog, NO_OUT = 'X' then it is hidden on the list but appears in the field selection dialog of the standard functions, for example, sorting, filtering, and so on. True. False.

In ALV Field Catalog, TECH = 'X' then column is not displayed in the list or in the field selection dialog. True. False.

If you want to output a column as an icon, set the icon field of the layout structure to X. Run the _______report to obtain an overview of icons. SHOWICON. SHOW_ICON. SHOWALLICON. SHOW_ALL_ICON.

If you want to output a column as a symbol, set the symbol field of the layout structure to X. Run the ______ report to obtain an overview of symbols. SHOWSYMB. SHOW_SYMB. SHOW_ALL_SYMB. SHOWALLSYMB.

You can use the DECMLFIELD and DECIMALS_O_FIELDS to define the numbers of decimal places in the same way as for currency fields. These entries affect numerical content. True. False.

In ALV FieldCatalog If there is no ABAP Dictionary reference, you can set the texts in these fields., scrtext_m, scrtext_l, and reptext fields. scrtext_s. scrtext_m. scrtext_l. reptext.

In ALV field cat, With the _____field, you set the text that is displayed when you put the mouse cursor over the column header (quick information). If there is no entry in field, the longest of the four data element texts is used. TOOLTIP. SELTEXT. SCRTEXT.

Report abuse