Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is Bapi?what is the functionality of Bapi?why we go
for Bapi?

Answer Posted / malli.gontla

Purpose

After you have carried out the review of the BAPI concept
and it has been accepted, you can start defining the BAPI
itself.

In this step, you will decide on the names, parameters, and
characteristics of the BAPI and determine the structures in
the ABAP Dictionary, which the BAPI

you have planned and defined these required details can you
start to implement the BAPI and create the required
programming objects.

The table below illustrates where the planned information is
written and how it fits together.

Information in the BOR, Function Builder and ABAP Dictionary


Standardized BAPIs

Use

Some BAPIs and methods provide basic functions and can be
used for most SAP business object types. Such BAPIs are
known as "standardized" BAPIs.

Features

With object methods and especially with BAPIs, you can
differentiate between instance methods and class methods.
Instance methods refer to precisely one instance (one
specific occurrence) of an SAP Business Object type, for
example, to one explicitly specified customer order. Whereas
class methods are instance-independent.

BAPIs for Reading Data

The following BAPIs provide you with read-only access to
data in the associated business object type:
GetList()
With the BAPI GetList() you can select a range of object key
values, for example, company codes and material numbers. The
BAPIs GetList() is a class method.

Programming GetList() BAPIs

Use

With the BAPI GetList() you can select a range of object key
values, for example, company codes and material numbers. The
key values returned by this BAPI can be passed on to another
BAPI for further processing, for example, the BAPI GetDetail().
The BAPIs GetList() is a class method (instance-independent).

Features

Provide all the relevant fields in the interface of the
GetList() BAPI. How complex and extensive you structure the
interface, depends on the requirements the BAPI is to fulfill.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Different between Interface and Abstract classes?

1574


What are the basic functions of database utility?

1205


If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

992


What is sap locking?

1068


What is pretty printer?

1046


Explain the use of insert and append statement in sap abap?

1087


What are pooled tables? : abap data dictionary

1145


Explain how do you get output from idoc?

1097


what is code to upload cost centers through call trans. and procedure

2629


What are the features of abap/4 dictionary? : abap data dictionary

1069


What is a type group?

948


How can we achieve MVC ?

1337


Explain about the tables exists in a data dictionary and what are they? : abap data dictionary

1105


Can we define our own match code id's for sap matchcodes ?

1102


how can you display data say "your name"in sap script without print program or driver program??

2206