Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

What is the difference between Domain and Data Element?

Ans – Domain is used for the technical information of the table field such as field type and
length. It is created through SE11->Domain.

Data Element – It is used not only the technical description but also the semantic
information of the table field such as short description. It can be created through SE11-
>Data Type -> Data Element option.
What is Data Class in Transparent Table settings?

Ans – It depicts how the data is stored in the table and determines in which tablespace it is
stored. It is assigned in the Technical settings of the table.

Classification

 APPL0 – Master Data. Data, which seldom changes.


 APPL1 – Transaction Data. It is the Data that is related to day-to-day activity and
frequently updated.
 APPL2 – Organizational and Customizing Data. It is the data when the system is
initialized.
What is a Table maintenance generator in Data Dictionary?

Ans – It is a tool for maintaining the table ie. Users can create, edit and delete the entries in
the table.

It can be created by the following option.

SE11 -> When table is displayed -> Utilities menu -> Table maintenance generator.

Specify the following settings:.

 Authorization Group
 Function Group
 Assign the screen numbers for either one-step or two-step.
 Click on create button.
 Execute t-code SM30. Enter the table name and click on Maintain Button. Users can
create entries for the table.
What are different types of views?

Ans – The different types of views are:

 Database View
 Projection View
 Maintenance View
 Help View

How to create Lock objects in Data Dictionary?

Ans – Lock objects can be created through SE11. It starts with ‘E’ like EZlock. You have to
specify the Table Name and Lock Mode. Specify the Lock Parameter.
When Lock Object is activated, two-function module are created like
ENQUEUE_<lockobjectname> and DEQUE

UE_<lockobjectname>. This Enqueue and Dequeue method is used to lock and unlock
any object in SAP ABAP.

What are the events in the Reports?

Ans – ALV Download Report Events

 LOAD OF PROGRAM
 INITIALIZATION
 AT-SELECTON SCREEN
 AT-SELECTION SCREEN OUTPUT
 START-OF-SELECTION
 END-OF-SELECTION
 TOP-OF-PAGE
 END-OF-PAGE

Events associated with Interactive Reports are:

AT LINE-SELECTION
AT USER-COMMAND
AT PF<key>
TOP-OF-PAGE DURING LINE-SELECTION.

In which event of the report we can handle radio buttons?

Ans – AT-SELECTION SCREEN OUTPUT


How would you add the logo to ALV report?

Ans – Logo can be added in ALV Report by using FM

‘REUSE_ALV_COMMENTARY_WRITE’.

What is the concept of CHAIN..ENDCHAIN?

Ans – This concept is basically used in the module pool. This is used to group the fields and
used to carry out validations on multiple fields. This is used in PAI (Process After Input).

For eg:

CHAIN.
FIELD: s_field-ebeln, s_field-ebelp.
MODULE vdate_fields. "Validation contained in PAI module
ENDCHAIN.

What are the events in Module Pool?

Ans – Events in Module Pool are:

 PBO – Process Before Output


 PAI – Process After Input
 POV – Process on Value Request
 POH – Process on Help Request

Name the Tables of the MM module?

TABLE NAME DESCRIPTION


MARA Material General Data
MAKT Material Description
MARC Plant Data for Material
MARD Storage Location Data for Material
MARM Units of Measure for Material
MBEW Material Valuation
MAST Material to BOM Link
MCHA Batches
MKPF Header: Material Document

Name the Tables of SD module?

TABLE NAME DESCRIPTION


VBAK Sales Document Header Data
VBAP Sales Document: Item Data
VBPA Partner
VBKD Business Data
LIKP Delivery: Header Data
LIPS Delivery: Item Data
VTTK Shipment Data: Header
VTTP Shipment Data: Item
VBRK Billing: Header Data
VBRP Billing: Item Data
VTPA Shipment Partners

You might also like