Windows 2000 Administration Questions

  1. Explain hidden shares. Hidden or administrative shares are share names with a dollar sign ($) appended to their names. Administrative shares are usually created automatically for the root of each drive letter. They do not display in the network browse list.
  2. How do the permissions work in Windows 2000? What permissions does folder inherit from the parent? When you combine NTFS permissions based on users and their group memberships, the least restrictive permissions take precedence. However, explicit Deny entries always override Allow entries.
  3. Why can’t I encrypt a compressed file on Windows 2000? You can either compress it or encrypt it, but not both.

SAP Technical Interview Questions

How to define Selection Screen?

Ans      Parameters, Select-options & Selection-Screen

What are Check Tables and Value Tables?

Ans      Check Table: The ABAP Dictionary allows you to define relationships between tables using foreign keys . A dependent table is called a foreign key table, and the referenced table is called the check table. Each key field of the check table corresponds to a field in the foreign key table. These fields are called foreign key fields. One of the foreign key fields is designated as the check field for checking the validity of values. The key fields of the check table can serve as input help for the check field.

SAP Technical Interview Questions I

How to debugg a script?

Ans      Go to SE71, give layout set name, go to utilities select debugger mode on.

 

How many maximum sessions can be open in SAPgui?

Ans      There are maximum 6 sessions open in SAPgui.

 

SAP Scripts and ABAP programs are client dependent or not? Why?

Ans

 

What are System Variable?

Ans      System variables have been predefined by SAP. We can use these variables in formulas or, for example, to pass on certain pieces of information to a function module. How the function called by the function module behaves depends on the type of information passed on.

SAP Technical Interview Questions II

Is Session Method, Asynchronous or Synchronous?

Ans      Synchronous

 

What are the different types of data dictionary objects?

Ans      Different types of data dictionary objects:

 

1)      Tables

2)      Views

3)      Data elements

4)      Structure

5)      Domains

6)      Search Helps

7)      Local Objects

8)      Matchcode

 

How many types of tables exist and what are they in data dictionary?

Ans      4 Types of Tables:

 

SAP Technical Interview Questions III

What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?

Ans      To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:

EXEC SQL [PERFORMING <form>].
<Native SQL statement>
ENDEXEC.

There is no period after Native SQL statements. Furthermore, using inverted commas (”) or an asterisk (*) at the beginning of a line in a native SQL statement does not introduce a comment as it would in normal ABAP syntax. You need to know whether table and field names are case-sensitive in your chosen database.

Pages (98): « First ... « 8 9 10 [11] 12 13 14 » ... Last »