on 2022 Mar 04 10:58 PM
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?
Request clarification before answering.
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'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 30 | |
| 16 | |
| 14 | |
| 6 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.