SAP Interview Questions and Answers
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
ABAP : If RFC function module is called in same system i.e. RFC server and if destination is not specified then what will happen?

If RFC function module is called in same system i.e. RFC server and if destination is not specified ....

RFC function module will be executed as normal function module.
Category: ABAP Date: 9/18/2009 9:41:28 PM
ABAP : What is ABAP Dictionary?

What is ABAP Dictionary?

ABAP Dictionary is a central information repository for application and system data without redundan....
Category: ABAP Date: 9/18/2009 4:29:19 AM
ABAP : What is the difference between the TYPE and LIKE statements in data declaration?

What is the difference between the TYPE and LIKE statements in data declaration?

LIKE is used to define variables that are similar to data objects whereas TYPE is used to define var....
Category: ABAP Date: 9/18/2009 4:11:01 AM
ABAP : How you can verify if two internal tables are equal?

How you can verify if two internal tables are equal?

Two internal tables are equal if each pair of corresponding lines is equal
Category: ABAP Date: 9/18/2009 4:06:48 AM
ABAP : ABAP stands for?

ABAP stands for?

Advanced Business Application Language
Category: ABAP Date: 9/18/2009 4:00:21 AM
1 2 3 4 
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 ....
12345678910...