Recent Answers
What is difference between string and stringbuilder?
Vinit Kumar answered: string -the object of this class are immutable i.e. we can not change any character that is c....
How Just in Time Compiler Works?
Johndecruse answered: When you execute the program, i.e. the intermediate code, the Just-In-Time (JIT) compiler com....
If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over t....
Satyen Kasturi answered: what you want is to use Application pages. These are located in Layouts directory. Within ....
where are the different file to content query webpart? To design a page?
uday answered: content query webpart displays a dynamic view of sites ,pages
have worked in BDC?
Mike answered: BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
How do I connect database and infopath in sharepoint?
jiten_keswani answered: \\.\pipe\mssql$microsoft## ssee\sql\query (for Sharepoint 2007) or \\.\pipe\mssql$sharepoin....
What's new in .Net Framework 3.0?
Daniel answered: Visual Studio 2008 and the .NET Framework 3.5 enable developers to rapidly create connected applic....
What's new in .Net Framework 3.0?
resumedocket answered: WPF provides new features for making more interesting, effective, and dynamic user interface....
What is "out" keyword in C#?
Johndecruse answered: “out Keyword” in C#.out keyword is used for passing a variable for output purpose. It has sam....
What is a SharePoint Site Collection and how can we create it?
resumedocket answered: To create a SharePoint site, you must be a member of a site group that has the Create Subsit....
123456789
ABAP Interview Questions and Answers
ABAP : What are Data Clusters in ABAP?

What are Data Clusters in ABAP?

We can group any complex internal data objects of an ABAP/4 program together in data clusters and st....
Category: ABAP Date: 12/3/2009 7:34:32 AM
ABAP : What is the disadvantage of a call by reference?

What is the disadvantage of a call by reference?

During a call by reference damage or loss of data is not restricted to the subroutine, but will inst....
Category: ABAP Date: 12/3/2009 7:20:48 AM
ABAP : What are the different methods of passing data in ABAP?

What are the different methods of passing data in ABAP?

1) Calling by reference: During a subroutine call, only the address of the actual parameter is tran....
Category: ABAP Date: 12/3/2009 7:17:14 AM
ABAP : How can we distinguish between different kinds of parameters in ABAP?

How can we distinguish between different kinds of parameters in ABAP?

1) Input parameters which are used to pass data to subroutines. 2) Output parameters which are used....
Category: ABAP Date: 12/3/2009 7:11:32 AM
ABAP : What are the different types of parameters in ABAP?

What are the different types of parameters in ABAP?

1) Formal parameters: Parameters that are defined during the definition of subroutine with the FORM ....
Category: ABAP Date: 12/3/2009 7:09:55 AM
ABAP : What are the types of Subroutines in ABAP?

What are the types of Subroutines in ABAP?

ABAP supports two types of Subroutines: 1) Internal Subroutines: The source code of the internal s....
Category: ABAP Date: 12/3/2009 7:06:28 AM
ABAP : What are subroutines in ABAP?

What are subroutines in ABAP?

Subroutines are program modules which can be called from other ABAP/4 programs or within the same pr....
Category: ABAP Date: 12/3/2009 7:04:23 AM
ABAP : What is the use of BREAK-POINT statement in an ABAP program?

What is the use of BREAK-POINT statement in an ABAP program?

It interrupts program execution and starts the Debugger. This allows you to test your programs by ha....
Category: ABAP Date: 10/2/2009 7:50:09 AM
ABAP : Which function modules are used to write data from an Internal Table to the Presentation Server?
ABAP : Which function modules are used to read data from Presentation Server into an Internal Table?
ABAP : Which statement is used to define page footer in a ABAP report program?

Which statement is used to define page footer in a ABAP report program?

END-OF-PAGE.
Category: ABAP Date: 10/2/2009 7:37:04 AM
ABAP : What are the various objects of the ABAP data dictionary?

What are the various objects of the ABAP data dictionary?

Basic objects: 1) Tables 2) Domains 3) Data elements 4) Structures 5) Foreign keys Aggregate object....
Category: ABAP Date: 10/2/2009 7:32:29 AM
ABAP : What is GUI Status?

What is GUI Status?

Each screen in SAP has a GUI status. The status is a collection of interactive interface elements th....
Category: ABAP Date: 9/18/2009 9:53:06 PM
ABAP : What is GUI Title?

What is GUI Title?

GUI Title is title of a screen that appears in the title bar of the window. A GUI title is an indepe....
Category: ABAP Date: 9/18/2009 9:50:35 PM
ABAP : What are the various Elementary Data Types in ABAP?

What are the various Elementary Data Types in ABAP?

There are eight predefined elementary data types in ABAP: 1) Character string (C) 2) Numeric string....
Category: ABAP Date: 9/18/2009 9:46:25 PM
2