Sunteți pe pagina 1din 3

2/1/2018 SAP ABAP Data Dictionary Questions with Answers part 2

All Interview Questions and Answers search

Sidebar Home SAP All Module Java C and C++ Salesforce Networking Puzzle and Aptitude

4
SAP MM - STO Intervie…
SAP ABAP Data Dictionary Questions with Answers part 2
SCJP Java Certification1… Q1. What is the significance of Delivery Class?
The delivery class controls the degree to which the SAP or the customer is responsible for table maintenance.
2
SAP SRM BADI List wit… Whether SAP provides the table with or without contents.
Determines the table type.
Determines how the table behaves when it is first installed, at upgrade, when it is transported, and when a client
1
SAP SRM Important Dat…
copy is performed.
Q2. What is the max. no. Of structures that can be included in a table or structure ?
2
SAP FICO Job Interview…

Nine.
2
SAP SD Job Interview Q…
Q3. What are two methods of modifying SAP standard tables?
3
SAP Workflow Interview… Append Structures and
Customizing Includes.
1
SAP Sales and Distributi… Q4. What is the difference between a Substructure and an Append Structure?
In case of a substructure, the reference originates in the table itself, in the form of a statement include.
1
SAP FI Complete T-Cod… In case of an append structure, the table itself remains unchanged and the reference originates in the append
structure.
1
SAP Material Managem… Q5. What is a Size Category? How many types of size categories and data classes are there ?

1
SAP Inventory Manage…
The Size category describes the probable space requirement of the table in the database.

There are five size categories (0-4) and 11 data classes only three of which are appropriate for application tables:
SAP HANA Certification1…
APPL0- Master data (data frequently accessed but rarely updated).
APPL1- Transaction data (data that is changed frequently).
SAP HANA Certification1… APPL2- Organizational data (customizing data that is entered when system is configured and then rarely
changed).
1
SAP ABAP Data Diction… Q6. How can we set the table spaces and extent sizes?

3
Salesforce Interview Qu… You can specify the extent sizes and the table space (physical storage area in the database) in which a transparent
table is to be stored by setting the size category and data class.
2
Salesforce interview Qu…
What are the aggregate objects in the data dictionary?

1 Views
Networking Interview Qu…
Match codes
Lock objects.
1
Java J2ME Fundamenta…
What is the significance of Technical settings (specified while creating a table in the data dictionary)?

1
Java AJAX Fundamenta… By specifying technical settings we can control how database tables are created in the database. The technical
settings allows us to
1
ABAP Certification Ques… Optimize storage space requirements.
Table access behavior.
2
Computer Networking F… Buffering required.
Changes to entries logged.
1
Networking Fundamenta… What is a Table attribute?

The table’s attributes determine who is responsible for maintaining a table and which types of access are allowed for
2
Network Interview Quest…
the table. The most important table attributes are:
Delivery class.
1
Network, Routing , TC I…
Table maintenance allowed.
Activation type.
2
Aptitude Campus Place…
What are the two ways for restricting the value range for a domain?
By specifying fixed values.
1
Aptitude Interview Quest…
By stipulating a value table.
What is a Match Code?
Puzzle Trivia Questions1…

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

1
Puzzle and Analytical T… What are the two levels in defining a Match Code?
Match Code Object. Dynamic Views theme. Powered by Blogger.

http://all-interview-question.blogspot.in/2014/11/sap-abap-data-dictionary.html 1/3
2/1/2018 SAP ABAP Data Dictionary Questions with Answers part 2
1
Puzzle and Analytical T… Match Code Id.
What is the max no of match code Id’s that can be defined for one Match code object?
1
C and C++ Multiple Choi…
A match code Id is a one character ID that can be a letter or a number.
1
C and C++ Fundamenta…
Can we define our own Match Code ID’s for SAP Match codes?

1
JAVA Servlet Interview … Yes, the number 0 to 9 are reserved for us to create our own Match Code Ids for a SAP defined Match code object.

2
Core JAVA Interview Qu… What is an Update type with reference to a Match code ID?

If the data in one of the base tables of a match code ID changes, the match code data has to be updated. The update
SAP MM - Procurement1…
type stipulates when the match code is to be updated and how it is to be done. The update type also specifies which
method is to be used for Building match codes. You must specify the update type when you define a match code ID.
2
Core JAVA Interview Qu…
Can match code object contain Ids with different update types?
1
SAP ABAP BAPI MULTI…
Yes.

0
SAP ABAP - BAPI Interv…
What are the update types possible?

0
SAP ABAP - Data Dictio… The following update types are possible:
Update type A: The match code data is updated asynchronously to database changes.
1
SAP ABAP Reports Que… Update type S: The match code data is updated synchronously to database changes.
Update type P: The match code data is updated by the application program.
Update type I: Access to the match code data is managed using a database view.
SAP MM -Consignment3…
Update type L: Access to the match code is achieved by calling a function module.

2 What are the two different ways of building a match code object?
SAP MM - Subcontracti…

A match code can be built in two different ways:


SAP MM - Master Data 2I…
Logical structure: The match code data is set up temporarily at the moment when the match code is accessed.
(Update type I, k).
1
SAP MM - Organization… Physical Structure: The match code data is physically stored in a separate table in the database. (Update type A,
S, P).
0
SAP SRM (Supplier Rel… What are the differences between a Database index and a match code?
Match code can contain fields from several tables whereas an index can contain fields from only one table.
2
Core JAVA Interview Qu… Match code objects can be built on transparent tables and pooled and cluster tables.
What is the function of a Domain?
1
Puzzle and Analytical T…
A domain describes the technical settings of a table field.
A domain defines a value range, which sets the permissible data values for the fields, which refers to this domain.
A single domain can be used as basis for any number of fields that are identical in structure.
What are conversion routines?

Non-standard conversions from display format to sap internal format and vice-verse are implemented with so called
conversion routines.

What is database utility? What are the basic functions of Database utility?

Database utility is the interface between the ABAP/4 Dictionary and the underlying the SAP system.

The basic functions of database utility are:


Create database objects.
Delete database objects.
Adjust database objects to changed ABAP/4 dictionary definition.
Can you define a field without a data element?

Yes. If you want to specify no data element and therefore no domain for a field, you can enter data type and field
length and a short text directly in the table maintenance.

What are joins and different types joins?

There are four types of Joins:


Self Join
Inner Join
Outer Join
Equi Join
Difference between SY-TABIX and SY-INDEX? Where it is used? Can u check SY-SUBRC after perform?

Dynamic Views theme. Powered by Blogger.

http://all-interview-question.blogspot.in/2014/11/sap-abap-data-dictionary.html 2/3
2/1/2018 SAP ABAP Data Dictionary Questions with Answers part 2
SY-TABIX - Current line of an internal table. SY-TABIX is set by the statements below, but only for index tables. The
field is either not set or is set to 0 for hashed tables.
APPEND sets SY-TABIX to the index of the last line of the table, that is, it contains the overall number of entries
in the table.
COLLECT sets SY-TABIX to the index of the existing or inserted line in the table. If the table has the type
HASHED TABLE, SY-TABIX is set to 0.
LOOP AT sets SY-TABIX to the index of the current line at the beginning of each loop lass. At the end of the loop,
SY-TABIX is reset to the value that it had before entering the loop. It is set to 0 if the table has the type HASHED
TABLE.
READ TABLE sets SY-TABIX to the index of the table line read. If you use a binary search, and the system does
not find a line, SY-TABIX contains the total number of lines, or one more than the total number of lines. SY-INDEX
is undefined if a linear search fails to return an entry.
SEARCH <itab> FOR sets SY-TABIX to the index of the table line in which the search string is found.
SY_INDEX - In a DO or WHILE loop, SY-INDEX contains the number of loop passes including the current pass.
Posted 28th November 2014 by Kalandi Nayak
Labels: SAP, SAP ABAP

1 View comments

1 comment

Add a comment as Suresh L

Top comments
 

All Interview Questions and Answers shared this via Google+ 3 years ago  -  Shared publicly
  +1 1  ·  Reply

Dynamic Views theme. Powered by Blogger.

http://all-interview-question.blogspot.in/2014/11/sap-abap-data-dictionary.html 3/3

S-ar putea să vă placă și