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_RESERVATION_CREATE1 - SE37

Former Member
0 Likes
396

Hey there.

I have a strange situation with the above FM: Within an abap program it works just fine and creates a reservation but when I activate it with se37 transaction I get the same successfull messages but no reservation is being created.

Does anyone have an idea ?

Thanks in advance,

R.R.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
331

SE37 dont call BAPI_COMMIT therefore database is not updated and no entry maintain.

But this BAPI executed successfully as it uploaded data into the buffer what it is meant to do.....

Regards,

Amit

reward all helpful replies.

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
332

SE37 dont call BAPI_COMMIT therefore database is not updated and no entry maintain.

But this BAPI executed successfully as it uploaded data into the buffer what it is meant to do.....

Regards,

Amit

reward all helpful replies.