‎2007 Jul 09 2:56 PM
Hello Friends,
i am facing a strange behaviour..... I am doing some coading in user-exit.... all thing is happeing inside a loop. things looks pretty fine, but sometimes, when the control reach to the bapi BAPI_ALM_ORDER_MAINTAIN (which i am using to create the operations ), so when control reachs to this bapi, it did not proceed rather the control goes back to the loop at lt_tab ....... and sometimes it works fine, that after BAPI_ALM_ORDER_MAINTAIN it proceed normal..........
So far is one issue, but sometimes its also happend that, when control goes back to loop, if procees then outside the loop, and then automatically comes again to BAPI_ALM_ORDER_MAINTAIN.. and proceed further.... dont know what is going on...
Any one has any idea, what is happening ?
Regards,
‎2007 Jul 10 9:56 AM
this may not be the case:
Since you are calling the Bapi inside a loop, be sure to clear the buffer of the BAPI.
(FM BUFFER_REFRESH_ALL) before calling each time also put the commit statement immediately after the call. Also check in the interfaces passed to the Bapi.
Regards,
A.Singh
‎2007 Jul 10 9:56 AM
this may not be the case:
Since you are calling the Bapi inside a loop, be sure to clear the buffer of the BAPI.
(FM BUFFER_REFRESH_ALL) before calling each time also put the commit statement immediately after the call. Also check in the interfaces passed to the Bapi.
Regards,
A.Singh