InterviewSolution
| 1. |
What Are Tables? |
|
Answer» Tables : ZREKHA_EMP. It CREATES a structure – the table work area in a PROGRAM for the database tables, VIEWS or structure ZREKHA_EMP. The table work area has the same name as the OBJECT for which we CREATED it. ZREKHA_EMP must be declared in the ABAP dictionary. The name and sequence of fields in the table work area ZREKHA_EMP corresponds exactly to the sequence of fields in the database table, view definition in the ABAP dictionary. Tables : ZREKHA_EMP. It creates a structure – the table work area in a program for the database tables, views or structure ZREKHA_EMP. The table work area has the same name as the object for which we created it. ZREKHA_EMP must be declared in the ABAP dictionary. The name and sequence of fields in the table work area ZREKHA_EMP corresponds exactly to the sequence of fields in the database table, view definition in the ABAP dictionary. |
|