cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Messages from the cs_error parameter of BADI CUSTOMER_EXTENSION_COMPLETE in the trx BP

0 Kudos
570

Messages from the cs_error parameter of BADI CUSTOMER_EXTENSION_COMPLETE are not displayed and if they are of type "error" it generates DUMP. This is on the trx BP

When I perform validations in the "Complete" method of the BADI CUSTOMER_EXTENSION_COMPLETE and fill the error messages in the CS_ERROR parameter, the messages are not displayed and if I mark the type "error" in the message, DUMP is generated.

Do you know if you have to add them to a Log and what is the method?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

The calling program is hard-coded to abort for types E, W, and A.  What I found works is not put the message in CS_ERROR, but instead issue a MESSAGE type 'I', DISPLAY LIKE 'E' and set  cs_error-is_error 'X'