Tag: programming languages

Questions Related to programming languages

what is the interface between application program and smartfrom?

  1. Function Module

  2. Subroutinue

  3. Macro

  4. Event


Correct Option: A

What is the system field to display the total number of pages for the currently processed form?

  1. &SFSY-JOBPAGES&

  2. &SFSY-PAGEBREAK&

  3. &SFSY-FORMPAGES&

  4. &SFSY-PAGENAME&


Correct Option: C
  1. Domains

  2. Documentation

  3. Data Models

  4. Dynpro


Correct Option: A
  1. Type

  2. Fixed values

  3. Length

  4. Header


Correct Option: D
Explanation:

To solve this question, the user needs to be familiar with the concept of a domain and its attributes.

A domain is a set of possible values for a specific attribute. It is used to define the type of data that can be stored in a database table column or an object property. The attributes of a domain specify the characteristics of the data that can be stored in it.

Option D is incorrect because "Header" is not a valid attribute of a domain. The attributes of a domain include:

A. Type: Specifies the data type of the attribute, such as integer, string, or date.

B. Fixed values: Specifies a set of allowed values for the attribute, such as a list of predefined options.

C. Length: Specifies the maximum length of the attribute's value, such as the maximum number of characters in a string.

Therefore, the answer is: D

  1. Data is filtered in the database

  2. Data is filtered on the network

  3. Data is filtered in the sapgui

  4. Data is filtered at the application server


Correct Option: A
  1. VALUE clause is used to initialize the data items in the working storage section.

  2. INITIALIZE is used to initialize the data items in the procedure division.

  3. INITIALIZE clause is used to initialize the data items in the working storage section.

  4. VALUE is used to initialize the data items in the procedure division.


Correct Option: A,B
  1. FILE SECTION

  2. LINKAGE SECTION

  3. WORKING-STORAGE SECTION

  4. REPORT SECTION


Correct Option: A,C
  1. Domain

  2. Field of a table

  3. Check table

  4. Type


Correct Option: D