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

bapi_service_create

Former Member
0 Likes
495

Hi All,

I am using bapi_service_create. when i run the program it is giving me the message

' 000000040043 service creted' , But when I checking the table ASMD I cannot find the serivce no.

Please help,

Thsnks in advance,

Salman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

Hi,

After calling bapi_service_create, u have to use BAPI_TRANSACTION_COMMIT in your program for database commits.

Regards,

Dwaraka.S

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi,

After calling bapi_service_create, u have to use BAPI_TRANSACTION_COMMIT in your program for database commits.

Regards,

Dwaraka.S

Read only

0 Likes
424

Thanks Dwaraka.S , problem solved

Salman