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: 

bapi_service_create

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Regards,

Dwaraka.S

0 Kudos

Thanks Dwaraka.S , problem solved

Salman