cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI commit

Former Member
0 Kudos

Hi :

I want to import a change sales order BAPI into <b>SAP XI </b> but it does not have a <b>COMMIT</b>.

How should i go about it to make the process simpler .

Does XI provide some way to make this process simpler?

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

prabhu_s2
Active Contributor
0 Kudos

<b>Commit Control for Individual BAPI Calls</b>

If you want to use this communication channel to call BAPIs as remote-enabled function modules that change the data in the database, set the indicator. If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK. The result is determined by the value of the field TYPE in parameter RETURN. If successful, the tables are empty and the values “”, “S”, “I”, and “W” are displayed. All other entries are evaluated as errors.

To change this setting, set the indicator BAPI Advanced Mode. Specify the values that you want to be evaluated as successful in the table displayed

Former Member
0 Kudos

Commit single BAPI calls this option checked in additiaonal parameters of your reciver RFC adapter.

Former Member
0 Kudos

You have "Commit single BAPI calls" option in RFC Receiver Adpter.If yoy check this option ,will automatically commit the BAPI.No need to set the other parameters other than connection parameters.

Former Member
0 Kudos

Hi :

Receiver RFC adapter has an advanced option where it says Commit single BAPI calls.

but i see a place to add some fields also like there is a + similar to like when we create namespaces.

what to fill there ,or is it something else?

Can some one check receiver RFC adapter and help me?

Thnx

Former Member
0 Kudos

HI,

See in Reciever RFC Adapter you have an option Commit Control for Individual BAPI Calls

http://help.sap.com/saphelp_erp2005vp/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

Regards

Chilla