Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to commit bapi from se37.

Former Member
0 Likes
28,450

hi.

i am using bapi to create the characteistics uploading.

when i am using bapi from se37, in return table it is showing characteristics saved.

But when i am looking in ct04 (characteristics create tcode) it is showing the message...

"Characteristics N86 is being processed by varshney_n"

Please help.

1 ACCEPTED SOLUTION
Read only

Former Member
13,422

Hi,

From SE37 it will not be possible.

You need to call BAPI_TRANSACTION_COMMIT to update the data.

Create a test program and try in that.

Regards,

Ankur Parab

6 REPLIES 6
Read only

Former Member
13,423

Hi,

From SE37 it will not be possible.

You need to call BAPI_TRANSACTION_COMMIT to update the data.

Create a test program and try in that.

Regards,

Ankur Parab

Read only

0 Likes
13,422

hi ankur.

i have already created the abap program. & use the bapi transaction commit.

but i want to commit it from se37.

is there any way to commit.

Edited by: NitinVarshney on Jun 24, 2009 12:12 PM

Read only

0 Likes
13,422

hi ankur.

i have already created the abap program. & use the bapi transaction commit.

but i want to commit it from se37.

is there any way to commit.

Read only

0 Likes
13,422

>

> i have already created the abap program. & use the bapi transaction commit.

>

> but i want to commit it from se37.

If you have coded that in the program itself then whats the need to commit from SE37.

Also it will not work if you run that FM from SE37 as it has to be called immediately after the BAPI call in the same program.

Regards

Karthik D

Read only

13,422

Goto SE37

Select from menu

Function Module->Test->Test Sequence

Enter Your BAPI name and BAPI_TRANSACTION_COMMIT

Execute.

Thanks and Regards

Read only

RaymondGiuseppi
Active Contributor
13,422

You can run a sequence of FM call thru SE37 : in the menu select Function module, Test and Tesf sequences

Look at [Saving Tests and Test Sequences|http://help.sap.com/saphelp_nwpi71/helpdata/en/d1/801f43454211d189710000e8322d00/frameset.htm]

Regards,

Raymond