ABAP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1628 Page Views: 

ABAP stands for?



Posted By: Avi Date: 18 September 2009 04:00:21 AM
 Answer:

Advanced Business Application Language


Posted By: eTechPlanet


Date: 18 September 2009 04:00:21 AM

ABAP stands for Advanced Business Application Programming. It is a programming language developed by SAP. SAP is a German company that develops ERP (Enterprise Resource Planning System) systems. These systems are used by companies to track all information related to the business integrating finance, sales, and materials data. ABAP/4 is the programming language used for the thousand tiny embedded programs called transactions that make up the application. The /4 means it is a fourth generation language.


Posted By: Daniel


Date: 16 February 2010 03:33:16 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image d5QQc2
Related Questions
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