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

Clear buffers before calling BAPI 'BAPI_CUSTOMERQUOTATION_CHANGE'

Former Member
0 Likes
1,071

When i am calling BAPI_CUSTOMERQUOTATION_CHANGE in a program in which table buffers are used then it is giving me error 'Enter the document number'. But when the same BAPI with same data is run in a test program it runs successfully. I think some of the buffers are not cleared which are giving problem in BAPI. is there any FM to clear all buffers before calling a BAPI.

1 REPLY 1
Read only

Kanagaraja_L
Active Contributor
0 Likes
535

Write/Enter the Transaction

/$sync

it will reset the Buffers.

Kanagaraja L