SAP Interview Questions and Answers
SAP : Explain database utility and its basic functions?

Explain database utility and its basic functions?

Database utility is the interface betweenn the ABAP/4 Dictionary and the underlying SAP system. The....
Category: SAP Date: 10/15/2009 3:53:28 PM
SAP : What are conversion routines?

What are conversion routines?

Conversion routines are used for non standard conversions from display format to sap internal format....
Category: SAP Date: 10/15/2009 3:46:28 PM
SAP : Can we define a field without a data element?

Can we define a field without a data element?

Yes. If we want to specify no data element and therefore no domain for a field, we can enter data ty....
Category: SAP Date: 10/15/2009 3:43:47 PM
SAP : Can we delete data element which is  being used by table fields?

Can we delete data element which is being used by table fields?

No
Category: SAP Date: 10/15/2009 3:35:05 PM
SAP : Can we change a domain assigned to a data element?

Can we change a domain assigned to a data element?

Yes. We can do so by just overwriting the entry in the field domain.
Category: SAP Date: 10/15/2009 3:32:36 PM
SAP : Can we delete a domain which is being used by data elements?

Can we delete a domain which is being used by data elements?

No
Category: SAP Date: 10/15/2009 3:27:32 PM
SAP : What is the function of a data element?

What is the function of a data element?

A data element describes the role played by a domain in a technical context. A data element contains....
Category: SAP Date: 10/15/2009 3:25:55 PM
SAP : What is the function of a Domain?

What is the function of a Domain?

A domain defines a value range, which sets the permissible data values for the fields, which refers ....
Category: SAP Date: 10/15/2009 3:23:52 PM
SAP : What are the differences between a database index and a match code?

What are the differences between a database index and a match code?

Match Code can contain fields from severeal tables whereas an index can contain fields from only one....
Category: SAP Date: 10/15/2009 3:20:35 PM
SAP : Which work process triggers database changes?

Which work process triggers database changes?

Update work process
Category: SAP Date: 10/2/2009 7:26:24 AM
SAP : What is a work process in SAP?

What is a work process in SAP?

A work process is where an individual dialog steps are actually processed and the work is done. Each....
Category: SAP Date: 10/2/2009 7:25:11 AM
SAP : What are the functions of SAP dispatcher?

What are the functions of SAP dispatcher?

Following are the various functions of SAP dispatcher: 1) Equal distribution of transaction load to ....
Category: SAP Date: 10/2/2009 7:19:50 AM
SAP : What is SAP dispatcher?

What is SAP dispatcher?

SAP dispatcher is the control agent which manages the resources for the R/3 applications.
Category: SAP Date: 10/2/2009 7:16:44 AM
SAP : What is a secondary list?

What is a secondary list?

Secondary lists allow you to enhance the information presented in the basic list. You can, for exam....
Category: SAP Date: 9/8/2009 2:19:33 AM
SAP : What are the various events used in the  interactive reporting?

What are the various events used in the interactive reporting?

1) AT LINE-SELECTION Moment at which the user selects a line by double-clicking on it or by position....
Category: SAP Date: 9/8/2009 2:17:19 AM
2 3 4 
Recent Answers
How do you declare destructor in c#?
kumar answered: by implementing finalize and dispose method