0% found this document useful (0 votes)
23 views6 pages

DDIC ALL Questions

DDIC ALL Questions

Uploaded by

sagar shinde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views6 pages

DDIC ALL Questions

DDIC ALL Questions

Uploaded by

sagar shinde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

PAGES 1 TO 161 OF ALLINTERVIEW.

COM
**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--
**--**--**--**--**--**--**--
User �A� put the Exclusive Lock for one table and User �B� want to put the Shared
Lock
for the same table. Is it Possible?
-- -- -- -- -- -- -- -- --
Can we store Data in Cluster table?
-- -- -- -- -- -- -- -- --
In Pooled and Cluster Tables, which table we can convert into Transparent Table?
-- -- -- -- -- -- -- -- --
Among pooled and Cluster tables, in which table data used to store in Row Format?

*****
There is a Database Table of Student Details with Fields Student Id, Student Name,
Class ID and Rank. Now
how to fetch the first three students with highest ranks from all Classes.
-- -- -- -- -- -- -- -- --
I have 100 records in a table, how to read every 7Th record each in that...
-- -- -- -- -- -- -- --
i have a dropdown list box with values like LG01 SAMPLEDRAW LG02 LASER.........
Like this i have multiple values .and my table name is T496N.
Whenever i select ex:lgo1 sampledraw the program title should be change with
SAMPLEDRAW(With out execute f8 button)
*****

Can we create a data element without domain?


Can we create a domain without data element?
Can I craete a Field without a Data Element ? How
Can i create a Table without a Data Element ? How ?
-- -- -- -- -- -- --

-- -- -- -- -- -- --
can i use data element or domain in the program and how
-- -- -- -- -- -- --
How many domains will create for one data element?
-- -- -- -- -- -- -
If a table does not have MANDT as part of the primary key, it is ____. A: A
structure B: Invalid C: Client-independent D: Not mandatory
-- -- -- -- -- -- - -- -- -- -- -- -- -
TO include database-specific SQL statements within an ABAP program, code them
between:
A: NATIVE SQL_ENDNATIVE.
B: DB SQL_ENDDB.
C: SELECT_ENDSELECT.
D: EXEC SQL_ENDEXEC.
-- -- -- -- -- -- -- -- -- --
A dictionary table is made available for use within an ABAP program via the TABLES
statement. A: True B: False
-- -- -- -- -- -- -- -- -- -- -- --
Database locks are sufficient in a multi-user environment. A: True B: False
(Check in SCN Forums... )
-- -- -- -- -- -- -- --
how to create f1 help and where f1 help is stored
-- -- -- -- -- --
what is type group?how to create it and what is the use of it?
-- -- -- -- -- -- --
what is a text table ?
-- -- --
Can we create a database table through a report?
(Not listed in Reports)

-- -- -- -- -- -- -- --
How to attach a search help? how can you validate the entries in TMG?
-- -- -- -- -- -- -- --
When i Create a custom Table In Client 200 with MANDT Field , How to get the data
of
the same Table in Testing Client (Say 400) for testing purpose ? How can i do it ?
-- -- -- -- -- -- -- -- --
When i create a Table Maintenance Generator ,which is the event that will Trigger ?

-- -- -- -- -- -- -- -- --
Can I create a Transaction code for a custom Table ? If Yes How can I ?
-- -- -- -- -- -- -- --
can we insert a table in a table? structure in a structure, structure in a table
and table
in a structure?
-- -- -- -- -- -- -- -- --
how will you go for row level locking of a z table
-- -- -- -- -- --
What is Buffering Concept? When should a Table be buffered?

-----------------------------------------------------------------------------------
--------------------

Which is the tables can store in ddic plese dont say db02l,please give me different

ways of resideing the tables? (Not Imp)


-- -- -- -- -- -- -- -- --
How to validate the data in Table maintinance generator?
how can u validate the table field values if u r entering the data into fields, it
shows record is wrong?
where we can done validation in table maitenance generator before getting the data
as output (screen field data)
-- -- -- -- -- -- -- -- -- -- -- --
How to transport a table along with its data from dev to prod/qa server?
-- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- --
In Table Maintaince Generator for a table i need some fields to be filled default
like date from sy-datum. When the displays initailly....How
-- -- -- -- -- -- -- -- -- -- -- -- --
Can search help be assigned to more than one table?
-- -- -- -- -- --
how do u add one more field searchhelp screen?
-- -- -- -- -- --
How to create hashed tables?and its purpose
-- -- -- -- --
** Not Imp **
What is the difference between data base objects and runtime objects?
-- -- -- -- -- -- -- --
what are the events in maintenance view?
-- -- -- -- --
What is the purpose of buffering? How many types of buffering?
-- -- -- -- -- -- --
What is the purpose of table maintains in se11?
-- -- -- -- --
How do you create secondary index. Do you have access to create secondary index?
-- -- -- -- -- -- -- -- --

****************************************************************************
What are the developments you have done with data dictionary?
****************************************************************************

Full buffering would be appropiate what type of tables?

-- -- --
what is data class?

-----------------------------------------------------------------------------------
--------------------

How do we see the data in Cluster table?


-- -- -- -- --

Table ztest has a secondary index on the following fields: tnum, tcode.
Select * from ztest where tnum ne '123' and tcode = '456'.
Why is the index not used in the above case?
Choices: a) Indexes are not allowed on Z tables
b) Variables must be used, NOT literals
c) Select individual fields, not select *
d) Client is not in the where clause
e) NE invalidates the use of an index Info:

(OR)

when does the secondary index should be used what role it play when we use
secondary index in tables
-- -- -- -- -- -- -- -- -- -- --
How can I make a differentiation between dependent and independent data?
-- -- -- -- -- -- -- --
Have you created custom table? Do you always use existing data elements & domains
or create new ones?
-- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- --
What is the advantage of structures? How do you use them in the ABAP programs?
(Not Listed in Reports)
-- -- -- -- -- -- -- -- --
WHAT IS THE USE OF SECONDARY INDEXES AND WHAT IS MAX Limit of SECONDARY INDEXES?
(Not Listed in Reports)
-- -- -- -- -- -- -- -- -- --
can u add a new view to the existing view?
-- -- -- -- --
What are the components in technical setting while creating a table?
-- -- -- -- -- -- -- --

FAQs 71 to 80
******************
what is tablemaintanance generator ? how to create it?
-- -- -- -- -- --
How to work on TCODE SE16?
-- -- -- --
what is difference between include structure and append structure?
-- -- -- -- -- -- --
What are reference fields in data dictionary ? how do u assign them to a table
field?
-- -- -- -- -- -- -- -- --

What is the difference between view and table ?


-- -- -- -- -- --
In data element how many domains were defined?
-- -- -- -- -- --

-- -- -- -- -- -- -- --

** IMP **
Append structures in tables, what happens when version is upgraded ?
-- -- -- -- -- -- -- --

you are creating the table and with EmpID, Lastname and Zender(Male and Female)
only the Male and Female data only should entered other data should not entered.
-- -- -- -- -- -- -- -- --

what is the functionality of data class?


(OR)
how many data classes and size categories are there ?
-- -- -- -- -- --
why we use matchcode object?without using match codes how we use search helps?
-- -- -- -- -- -- -- -- --
there is size categery(0,1,2,3)if i need more space after giving the size 0.
what i have to do now?
-- -- -- -- -- -- -- --
what is collective search help?
-- -- -- --
what is the difference b/w database and data dictionary?
-- -- -- -- -- --
how many fields in mara table.
-- -- -- --
What is the use of " TABLE MANTENANCE ALLOWED " . And its transaction code
-- -- -- -- -- -- -- -- --

-- -- -- --
How to create a index on views?
-- -- -- --
If a table is fully buffered?can we fire single select? )
(Not Listed in Reports)
-- -- -- -- -- --
How to compare the two tables between the two systems?
(Not Imp Qn)

-----------------------------------------------------------------------------------
--------------------

CAN U TELL ME ATTRIBUTES OF BOTH DOMAIN AND DATAELEMNT ? (PURPOSE)


-- -- -- -- -- -- -- ---

how many structures are in sap R/3(ABAP)


-- -- -- -- --

Can we use same Domain for more than Data element?


Can we use same DATA ELEMENT for more than one field?
-- -- -- -- -- --

when u create an index in Data Dictionary..how do we call it in a program or


report..?
-- -- -- -- -- -- -- -- --

***********************************************************************************
*
Pages From 112 to 150
***********************************************************************************
*

how can I assign a foregin key relation ship for a structure?


-- -- -- -- -- -- --
how to creat a table with out primary key
-- -- -- -- --
what is meant by maintenance allowed(if it can provide authorization, what is
authorization)
-- -- -- -- -- -- -- -- -- -- --
In data element how many domains were defined
-- -- -- -- -- --
what are logical and physical databases
-- -- -- -- --
steps for creating table
-- -- --
** what is a cluster directory in abap hr.how can we read a cluster directory
(Waste Qn, But Asked in HARIDWAR Interview)
-- -- -- -- -- -- -- --
** How many fields(max) can be there in a transparent table?
-- -- -- -- -- -- --
what is Primary key and unique key and what is the Difference?
-- -- -- -- -- -- --
Can you do enhancement in a table?
-- -- -- --
what is MSEG,MKPF?
-- -- --
tell me some of FI/CO tables
-- -- -- --
How to find Buffered or not?
-- -- -- --
what is single screen maintainence?
-- -- -- --
In SE11 we created two database tables say some 1000 fields each.
Now if we want both the tables combined into one table, how do we do that?
-- -- -- -- -- -- -- --
which table contains the details of all Tcodes?
-- -- -- -- -- --
can we add fields to SAP Standard tables. ? Do SAP tables have indexes. ?
-- -- -- -- -- -- -- -- --
Difference b/w data ele and domain?
-- -- -- -- --

-----------------------------------------------------------------------------------
-------------------------------------------------------

You might also like