Hi,
I have a BAPI, and for a certain data it returns a Warning message and puts all the data
in the return internal table I_BAPIRET2.
Currently, the program checks for the return internal table and if its not empty then takes it as
an error.
Actually I want to bypass the warning messages. Did anyone face the same problem?
Thanks.