‎2009 Jul 20 11:06 AM
Hi there,
I have generated the coding for a change document. The generated function pool correctly uses the message class specified
upon generation:
FUNCTION-POOL /FSDB/BO_VERTRAG_CHDOC
MESSAGE-ID /FSDB/BO_MSG_CHDOC .The generated function module wants to use message number 600, as specified upon generation:
CASE SY-SUBRC.
WHEN 0. "OK.
WHEN 1. MESSAGE A600 WITH 'SEQUENCE INVALID'.
WHEN 2. MESSAGE A600 WITH 'OPEN ERROR'.
ENDCASE.Problem: Message 600 has not been generated (I have tried multiple times, even after deleting the change document object along with its generated coding.) What can I do? Must I specify this message manually? If so, what message text should I use? I have found no OSS message for this error, so I wonder what's gone wrong.
-- Sebastian
‎2009 Jul 20 11:28 AM
Addendum:I have found one solution to the problem, and that is using the standard message class 'CD'.
However, I still can't believe that it shouldn't be possible to use a custom message class.
-- Sebastian
‎2009 Nov 10 12:54 PM