‎2009 Jun 24 7:34 AM
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.
‎2009 Jun 24 7:39 AM
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
‎2009 Jun 24 7:39 AM
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
‎2009 Jun 24 7:42 AM
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
‎2009 Jun 24 7:42 AM
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.
‎2009 Jun 24 7:46 AM
>
> 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
‎2009 Jun 24 7:49 AM
Goto SE37
Select from menu
Function Module->Test->Test Sequence
Enter Your BAPI name and BAPI_TRANSACTION_COMMIT
Execute.
Thanks and Regards
‎2009 Jun 24 7:49 AM