Hello SAP Experts,
After an error from the function module WS_DELIVERY_UPDATE the FSR functionality continues.
Please help me resolve this error.
Updated May 18, 2018
Hello SAP Experts,
After an error from the function module WS_DELIVERY_UPDATE the FSR functionality continues.
Please help me resolve this error.
Comments
The table PROTO is filled with the error message whenever an error occurs in WS_DELIVERY_UPDATE. The DSD reads this table, writes the protocol entry without posting the payment in the follow-up sequence. But there are Country specific coding and BADI implementation which do not fill the table PROTO. They only stop the FM with a raising and therefore in this case the follow-up functionality of FSR continues.
Therefore, In order to resolve this error please do the following changes in coding:
If SY-SUBRC of WS_DELIVERY_UPDATE is not equal zero, the follow-up functions will be stopped.