https://www.guru99.com
---------------------------------------------------------------------------------------------------------------------------------------------
1) What is SAP ABAP?
SAP is a type of software known as ERP (Enterprise Resource Planning) that large company use to
manage their day to day affairs. ABAP (Advanced Business Application Programming) is the coding
language for SAP to develop RICEFW objects. (Reports, Interfaces, Extensions, Forms and
Workflows).
2) What do you mean by an ABAP data dictionary?
To describe the logical structures of the objects that are used in application development ABAP 4
data dictionary is used. It is also used to show the underlying relational database in tables.
3) Explain the difference between pool tables and transparent tables?
Transparent tables: It has one to one relation with the table in the database. Its structure
corresponds to single database field.
Pooled tables: It has many to one relation with the table in the database. Pooled tables are stored
at the database level.
a) Basic List: For simple reports
b) Statistics: For Percentage, Average etc.
c) Ranked List : For analytical reports
4) What do you mean by BDC (Batch Data Communications) programming?
It is an automatic procedure to transfer large or external data into SAP system. 'Queue file' is the
central component of the transfer, which receives the data through batch input programs and
groups that are associated into 'sessions'.
5) Describe the data classes?
The data classes are classified into following classes
Master Data: The data in this class seldom change
Transaction Data: The data can be changed often in this class
Organization Data: This data is a customized data and is entered in the system when the system is
configured. It is rarely changed.
System Data: This data is used by R/3 system itself
Page 1|7
, https://www.guru99.com
---------------------------------------------------------------------------------------------------------------------------------------------
6) What are the internal tables?
Internal table exists only when the program is run. It is used for performing table calculations on
subset of database tables and also for re-organizing the content of database tables as per the
users need.
7) List down the functional modules used in sequence in BDC?
There are 3 functional modules which are used in sequence to perform data transfer successfully
using BDC programming. They are
a) BDC_OPEN_GROUP
b) BDC_INSERT
c) BDC_CLOSE_GROUP
8) What is a foreign key relationship?
To ensure the consistency of data, foreign keys are used. The relationship established between the
tables and must be explicitly defined at field level. Data entered should be checked against the
existing data to ensure that there is no contradiction. Cardinality has to be specified while defining
foreign key relationship.
9) In ABAP what are the differences between table and structure in data dictionary?
The difference between structure and table is
a) Data can be stored physically in Table, but a structure cannot
b) Structure does not have primary key but table can have
c) Table can have the technical attribute but the structure does not have
10) What is Smart Forms?
Smart forms allow you to create forms using a graphical design tool.
11) What are the components of SAP scripts?
For SAP, SAP scripts are a word processing tool. It has a function like standard text and layout sets.
Its layout set consists of: Windows and pages, Character formats, Paragraph formats etc.
12) How to create 'table cluster'?
a) In ABAP dictionary, select object type Table, enter a table name and choose create
Page 2|7
---------------------------------------------------------------------------------------------------------------------------------------------
1) What is SAP ABAP?
SAP is a type of software known as ERP (Enterprise Resource Planning) that large company use to
manage their day to day affairs. ABAP (Advanced Business Application Programming) is the coding
language for SAP to develop RICEFW objects. (Reports, Interfaces, Extensions, Forms and
Workflows).
2) What do you mean by an ABAP data dictionary?
To describe the logical structures of the objects that are used in application development ABAP 4
data dictionary is used. It is also used to show the underlying relational database in tables.
3) Explain the difference between pool tables and transparent tables?
Transparent tables: It has one to one relation with the table in the database. Its structure
corresponds to single database field.
Pooled tables: It has many to one relation with the table in the database. Pooled tables are stored
at the database level.
a) Basic List: For simple reports
b) Statistics: For Percentage, Average etc.
c) Ranked List : For analytical reports
4) What do you mean by BDC (Batch Data Communications) programming?
It is an automatic procedure to transfer large or external data into SAP system. 'Queue file' is the
central component of the transfer, which receives the data through batch input programs and
groups that are associated into 'sessions'.
5) Describe the data classes?
The data classes are classified into following classes
Master Data: The data in this class seldom change
Transaction Data: The data can be changed often in this class
Organization Data: This data is a customized data and is entered in the system when the system is
configured. It is rarely changed.
System Data: This data is used by R/3 system itself
Page 1|7
, https://www.guru99.com
---------------------------------------------------------------------------------------------------------------------------------------------
6) What are the internal tables?
Internal table exists only when the program is run. It is used for performing table calculations on
subset of database tables and also for re-organizing the content of database tables as per the
users need.
7) List down the functional modules used in sequence in BDC?
There are 3 functional modules which are used in sequence to perform data transfer successfully
using BDC programming. They are
a) BDC_OPEN_GROUP
b) BDC_INSERT
c) BDC_CLOSE_GROUP
8) What is a foreign key relationship?
To ensure the consistency of data, foreign keys are used. The relationship established between the
tables and must be explicitly defined at field level. Data entered should be checked against the
existing data to ensure that there is no contradiction. Cardinality has to be specified while defining
foreign key relationship.
9) In ABAP what are the differences between table and structure in data dictionary?
The difference between structure and table is
a) Data can be stored physically in Table, but a structure cannot
b) Structure does not have primary key but table can have
c) Table can have the technical attribute but the structure does not have
10) What is Smart Forms?
Smart forms allow you to create forms using a graphical design tool.
11) What are the components of SAP scripts?
For SAP, SAP scripts are a word processing tool. It has a function like standard text and layout sets.
Its layout set consists of: Windows and pages, Character formats, Paragraph formats etc.
12) How to create 'table cluster'?
a) In ABAP dictionary, select object type Table, enter a table name and choose create
Page 2|7