To continue reading for free, register below or login
To read more you must become a member of SearchSAP.com
');
// -->

If no exception was thrown, then look at the standard 'Return' parameter that every BAPI should have. Mostly, this is a structure parameter. If field TYPE contains 'S' or an empty string then the BAPI call was okay. Note that sometimes the 'Return' parameter is a table, in which case you must check each table row for an error. If the table is totally empty, all is well.
|