Application Development 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: 

how to commit bapi from se37.

Former Member
0 Kudos

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

former_member555112
Active Contributor

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

former_member555112
Active Contributor

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

0 Kudos

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

0 Kudos

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.

0 Kudos

>

> 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

Goto SE37

Select from menu

Function Module->Test->Test Sequence

Enter Your BAPI name and BAPI_TRANSACTION_COMMIT

Execute.

Thanks and Regards

raymond_giuseppi
Active Contributor

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