cancel
Showing results for 
Search instead for 
Did you mean: 

bapi

Former Member
0 Kudos

HI EVRY BODY,

CAN ANYBODY TELL HOW TO START BAPI? I DON'T KNOW WHAT ARE 1ST STEP TO START AND HOW ITS ENDS WITH O/P.

WHAT ARE THE I/P NEEDS TO BE GIVEN . GIVE ME SMALL EXAMPLE OF BAPI .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

>

> Hi ,

> go through the below link .......

>

>

>

>

> http://help.sap.com/erp2005_ehp_04/helpdata/EN/7c/3ce38765ba11d395fe00a0c94260a5/frameset.htm

> http://www.erpgenie.com/abap/bapi/example.htm

Did you read the Moderator's Reply there?? The Id was deleted for answering the question. Now, something similar may happen to you.

Former Member
0 Kudos

Please confirm that you have read the forum rules and will abide by them.

Your co-operation will be appreciated and the needfull will be done.

Greetings,

Julius

Former Member
0 Kudos

BAPI (Business Application Programming Interface) is an API method of a business object which intern is a RFC enabled Function Module.

Business Objects are the Objects which has business sence associated to it. Ex. Sales Orders, Purchase Orders etc.

The Properties of BAPI are:

Every BAPI name should start with letters 'BAPI'.

It is an API method of a Business Object.

it does not contain a internal COMMIT statement in the Function Module.

It does not contain "CALL TRANSACTION" statements.

BAPI do not raise 'EXCEPTIONS'.

a RETURN structure is defined as an interface parameter of a BAPI which is used to log all the errors, warnings and the successful processes tha are triggered in the course of execution of a BAPI.

A successful execution of a BAPI requires the data to be commited and this process of performing a COMMIT is achieved by calling the BAPI_TRANSACTION_COMMIT' explicitly if there are no errors logged in the RETURN structure.

There are two types of BAPI's: Instance Dependent & Instance Independent.

BAPI provides an access to the SAP system for external applications to have the business data processed in the form of web services. When BAPI's are used to post the data in SAP system these are used as Function Modules.

for further information check following:

Go to the below link for BAPI.

<removed_by_moderator>

Edited by: Julius Bussche on Dec 7, 2008 12:33 AM

Former Member
0 Kudos

Hi Peer,

You will get the module wise list from:

<removed_by_moderator>

Edited by: Julius Bussche on Sep 28, 2008 9:38 AM

Former Member
0 Kudos

Do not answer rediculously basic questions, particularly with link-farms and copy&pasted material, otherwise your ID will be deleted.

If the question is easily searchable (as in "Interview Questions"), then do not answer and use the Abuse Reports button. The question will be removed and the person pointed to "the rules" => search first, ask questions later.

It creates a bit mess of the SDN site if we fill it with copy&pasted answers!

Please think about the question before you answer...

Many thanks,

Julius

Edited by: Julius Bussche on Dec 14, 2008 10:26 PM