Hi everybody,
I am testing the function SD_CUSTOMER_MAINTAIN_ALL, and work ok if the data are correct. But when you modify a customer with a incorrect data, for example KNA1-STCD1 incorrect, SD_CUSTOMER_MAINTAIN_ALL return sy-subrc equal 0 too. This modification has not occurred because we don't allow incorrect stcd1.
somebody know how to detect if the customer has been changed really?
thanks.
Manuel
Hi,
if u don't raise the exception in function module then the sy-subrc value will be 0.so what might be happened that inside the FM for ur scenario the exception is not maintained,hence u r getting as sy-subrc 0..
Regards,
Nagaraj
Add a comment