You are on page 1of 5

More

Create Blog
Sign In

SAP ABAP Central


Home SAP ABAP Tutorials Interview Q&A Job Certifications Books

Change yourself

Don’t have time for reading millions of self-growth books? We

have a solution!

Starnest Services Limited Open

SAP ABAP Interview Questions & Answers Part 3


«« Previous Index Next »»

31. What is the difference between a ‘Database index’


and a ‘Match code’?
Ans: ‘Database Index’ contains fields from one table while ‘Match Code’ contain
fields from several tables. Match code objects can be built on cluster tables,
transparent tables and pooled tables.

32.  Explain the benefits of modularization technique?


Ans: By using modularization techniques, you can avoid redundancy if the
program contains the same or similar blocks of statements or it is required to
process the same function several times.  By modularizing the ABAP/4 programs,
we make them easy to read and improve their structure.  Modularized programs
are also easier to maintain and update.

33. How can you create callable modules of program


code within one ABAP/4 program?
Ans: 

1. By defining Macros
2. By creating include programs in the library.

34. What are different types of parameters? How can


you distinguish between different kinds of parameters?
Ans: The different types of parameters are

1. Formal Parameters:  It is defined during the definition of subroutine with


the ‘FORM’ statement
2. Actual Parameters:  It is specified during the call of a subroutine with the
‘PERFORM’ statement

You can distinguish different kind of parameters by their functionality.  Input


parameters are used to pass data to subroutines, while output parameters are
used to pass data from subroutines.
Search This Blog

35. What are the different databases Integrities? Search


Ans: 

1. Semantic Integrity Blog Archive


2. Relational Integrity
▼ 
2021
(114)
3. Primary Key Integrity
▼ 
August
(9)
4. Value Set Integrity
SAP GLM Integration with
5. Foreign Key Integrity EWM in S4 Embedded
6. Operational Integrity System...
FBL1N Enhancement
Document Date
36. What is an internal table and work area in SAP Functionality
ABAP ? A Pocket guide for Hello
World in SAP ABAP
Ans: Internal tables and work areas are temporary memory areas which are used Exceptions in oabap for
to store data at run-time. Internal tables and work areas are instances of new abapers
database tables. Refresh of CL_SALV_TREE
Azure Synapse Pipelines
37. How much memory will be allocated for internal and OData – Part 3 –
table and work area ? Metad...
Azure Synapse Pipelines
Ans: 8KB memory will be allocated for both internal tables and work areas and it and OData – Part 2 – All
a...
will be increased dynamically.
Azure Synapse Pipelines
and OData – Part 1 –
38. What is types statement in SAP ABAP programing ? The F...

Ans: Types is a statement which is used to define user-defined structure in SAP Connecting from SAP
Business Application
ABAP programming 
Studio to...

TYPES : BEGIN OF TY_TABLE, ► 


July
(20)
MATNR TYPE MARA-MATNR,
► 
June
(15)
MTART TYPE MARA-MTART,
MEINS TYPE MARA-MEINS, ► 
May
(8)
END OF TY_TABLE. ► 
April
(13)
► 
March
(20)
39. How do you read data from database table in SAP
► 
February
(14)
ABAP ?
► 
January
(15)
Ans: The only way to read data from database table in SAP ABAP is using select ► 
2020
(177)
(open SQL) statements.
► 
2019
(182)

40. What is difference between append and insert ► 


2018
(155)
► 
2017
(199)
statements in SAP ABAP ?
► 
2016
(71)
Ans: Append is statement which is used to add a record at bottom of a internal ► 
2015
(5)
table from work area .
► 
2014
(2)
Insert is a statement which is used to insert a record at a specified position of an
internal table from work area.
► 
2013
(4)
► 
2012
(3)
41. What is webdynpro for ABAP ?
Ans: Webdynpro for ABAP is SAP web interface model which is used to develop
Popular Posts
web applications in SAP.

External REST api


integration in SAP using
42. what is the event that will be triggered first in an REST handlers
ABAP report? I have been not blogging
for quite sometime and I
was looking for some interesting use-
Ans: Initialization event is triggered first if user executes an ABAP report. But if case related to SAP Gateway which
the program is of type 1, M, F, or S; then LOAD-OF-PROGRAM is triggered first could be of some h...
and then INITIALIZATION event.
FOR expression in ABAP
7.40 – Best case scenarios
43. What are the differences between simple and As we all know, the In-line
interactive ABAP reports? declarations, operators
and expressions available
in 7.4 SP02 onward are taking the
Ans: A simple ABAP report allows the user to interact with the whole business- abap world by storm for las...
result data. In case of interactive reports user can interact with specific result
data at a time. Excel file (*.xlsx)
Export/Import
In this Blog-post I’d like to
44. Types of ABAP reports in SAP? give a few insights on how
we process XLSX file by
Ans: ABAP report types are of 7 types. ABAP report types are available in reports using latest ABAP, which might be
quite different than in ...
attributes screen.
Executable program.
Function group (containing function modules)  How to Create and Print
Include  the QR Code in Sap Scripts
Interface pool  Introduction QR Code is
Class pool  stands for Quick Response
Module pool  Code.It was first
Subroutine pool  developed and used in Japan.QR Code
is advanced technology.It is a t...

45. How many lists can be displayed through an Building an SAP Query


with ABAP Code
interactive report? ABAP code is used with
SAP query tool to enhance
Ans: Maximum 21 lists can be displayed (1 basic list 20 secondary lists). the query output. You can
write down the code under the Extras
tab for the Infoset in th...
«« Previous Index Next »»

Facebook

No comments:
Twitter
Post a Comment
Follow @Go_SAP_ABAP

Enter your comment...

Total Pageviews

Comment as:
rinku.kshitij@gm Sign out

825,299

Publish Preview
Notify me

Home

You might also like