Hello friends in this article we will discuss about Check Table SAP Multiple choice questions | SAP ABAP Check Tables Objective type questions and answers pdf | SAP
Q31 – Which of the following is a concept through which we can restrict invalid entries in a table?
- Field Validation
- Table validation
- Group validation
- None of these
Ans – 2
Q32 – What is a check table?
- This is a concept through which we can restrict invalid entries in a table.
- It is a table which contains all valid entries of a field.
- It is a table which contains all valid entries of a domain, this domain can be reused in multiple tables.
- None of these
Ans – 2
Q33 – What is a value table?
- This is a concept through which we can restrict invalid entries in a table.
- It is a table which contains all valid entries of a field.
- It is a table which contains all valid entries of a domain, this domain can be reused in multiple tables.
- None of these
Ans – 3
Q34 – What are temporary memory locations which are used to store the data of database tables ?
- Internal Table
- Work Area
- Both 1 and 2
- None of these
Ans – 3
Q35 – What are temporary memory locations which are used to store the data of database tables ?
- Internal Table
- Work Area
- Both 1 and 2
- None of these
Ans – 3
Q36 – Which tables can store multiple records. ?
- Internal Table
- Work Area
- Both 1 and 2
- None of these
Ans – 1
Q37 – Which tables can store only one record?
- Internal Table
- Work Area
- Both 1 and 2
- None of these
Ans – 2
Q38 – For writing abap program which transaction code can be used?
- ST38
- SE48
- SE38
- ST22
Ans – 3
Q39 – Name of ABAP Program should be start with,
- X
- Y
- Z
- Both 2 and 3
Ans – 4
Q40 – which operator is used as chain statement
- ;
- :
- !
- +
Ans – 2