‎2008 Mar 21 9:34 AM
hi experts,
i am using the following bapi BAPI_MATERIAL_MAINTAINDATA_RT,in which i am getting success messagein BAPI return with log no, how i can get the information for log no, could you please provide me some sample code.
Regards,
siva kumar
‎2008 Mar 21 10:45 AM
Get the data from the structure BAPIRETURN1 in the BAPI function module into an internal table with header line.
Then read the messages from the internal table with message type 'S'.
‎2008 Mar 21 10:48 AM
‎2008 Mar 21 11:11 AM