English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hai iam naveesh ...i want to steps please forward to me ..my mail id is

naveebhanu@yahoo.co.in

2007-01-04 21:14:50 · 1 answers · asked by bhanu p 1 in Education & Reference Higher Education (University +)

1 answers

check this site :

http://help.sap.com/saphelp_nw2004s/helpdata/en/a5/3ec88c4ac011d1894e0000e829fbbd/frameset.htm

he example below of an external program calling a BAPI to change data in an SAP System, illustrates how the transaction model affects BAPI development. For example, this could involve a transaction implemented with Visual Basic. Only data from the SAP System is to be changed.

The RFC connection is live the whole time the external program is logged on to the SAP System to avoid having to connect and disconnect repeatedly. When the RFC connection is already established, an RFC call does not essentially take up any more CPU time than a direct call to the function module from within the SAP System.

The process flow of the program consists of the following steps (see graphic below):

Log on

(Source code)

Call BAPI

(Source code)

Call BAPI

(Source code)

Call BAPI BapiService.TransactionCommit()

(Source code)

Call BAPI

(Source code)

Call BAPI

(Source code)

Call BAPI BapiService.TransactionCommit()

(Source code)

Log off

BAPI Transaction Model Without Commit

2007-01-05 02:20:05 · answer #1 · answered by roy_s_jones 6 · 0 0

fedest.com, questions and answers