You are on page 1of 4

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 7


«« Previous Index Next »»

91. What are local objects in SAP?


Ans: Local objects (Dev class$TMP) are independent of correction and
transport system.

92. What are two methods of modifying SAP standard


tables?
Ans:

1.Append Structures and

2.Customizing Includes.

93. To how many tables can an append structure be


assigned?
Ans: Only One..Append structure can not be reusable, we can not use it for
multiple tables.

94. What is a Match Code in SAP Data Dictionary? 


Ans: Match code is a tool to help us to search for data records in the system.
Match Codes are an efficient and user-friendly search aid where key of a record is
unknown.

95. Can you delete a domain, which is being used by


data elements?
Ans: No, when we try to do it it will through an error

96. What is the function of a Domain in SAP Data


Dictionary?
Search This Blog

Ans:

1. A domain describes the technical settings of a table field.


Search
2. A domain defines a value range, which sets the permissible data values for the
fields, which refers to this domain.

3. A single domain can be used as basis for any number of fields that are Blog Archive
identical in structure.

▼ 
2021
(114)

97. Can you delete data element, which is being used by ▼ 


August
(9)
SAP GLM Integration with
table fields. EWM in S4 Embedded
System...
Ans: No, we can not delete data element which is being used by table fields.

FBL1N Enhancement
Document Date
98. What are subroutines in SAP Programs? Functionality
A Pocket guide for Hello
Ans: Subroutines are program modules, which can be called from other ABAP/4 World in SAP ABAP
programs or within the same program.

Exceptions in oabap for


new abapers
Refresh of CL_SALV_TREE
99. Difference between IDOC and IDOC type?
Azure Synapse Pipelines
and OData – Part 3 –
Ans: IDOC type specifies Data Structure and IDOC is the instance based on IDOC Metad...
type. Example: MATMAS, CREMAS etc

Azure Synapse Pipelines


and OData – Part 2 – All
100. What is a table pool in SAP? a...
Azure Synapse Pipelines
Ans: Table pool (or pool) is used to combine several logical tables in the ABAP/4 and OData – Part 1 –
Dictionary. The definition of a pool consists of at least two key fields and a long The F...
argument field (VARDATA).

Connecting from SAP


Business Application
101. What is the difference between SY-TABIX and SY- Studio to...

INDEX? ► 
July
(20)
► 
June
(15)
Ans: SY-TABIX : Stores current line of an internal table

SY-INDEX : loop iteration counter in do and while loops


► 
May
(8)
► 
April
(13)
► 
March
(20)
102. Which client number you use for the current ► 
February
(14)
project? ► 
January
(15)
► 
2020
(177)
Ans: Client is the independent entity in the system to provide data security, for
► 
2019
(182)
this question you can say : 100, 200, 400 etc (Please don`t say 800, most of the
times this client is used in practice versions only)
► 
2018
(155)
► 
2017
(199)
► 
2016
(71)
103. You are running a report. It is taking long time for
► 
2015
(5)
execution. What steps will you do to reduce the
► 
2014
(2)
execution time?
► 
2013
(4)
Ans:
► 
2012
(3)
1. Run time analysis

2. System Trace

3. Extended code check

Popular Posts
4. Performance tuning

External REST api


integration in SAP using
104. After running a BDC program in background, next REST handlers
day morning when you see the results, few records are I have been not blogging
for quite sometime and I
not updated(error records). What will you do then? was looking for some interesting use-
case related to SAP Gateway which
Ans: We will look into incorrect session, analyze the error scree, reprocess the could be of some h...
session after correcting the data.
FOR expression in ABAP
7.40 – Best case scenarios
105. You are given functional specs for a BDC program As we all know, the In-line
declarations, operators
and you need to decide whether to write a method call and expressions available
in 7.4 SP02 onward are taking the
transaction or a session. How u will decide? abap world by storm for las...

Ans: Based on the amount of data( number of records to update), I will decide Excel file (*.xlsx)
what method to use.
Export/Import
Ex: If data is less the 5000, I will use call transaction.
In this Blog-post I’d like to
give a few insights on how
If data is more than 5000 records I prefer session method.
we process XLSX file by
using latest ABAP, which might be
«« Previous Index Next »» quite different than in ...

You might also like