Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changedocument message 600 not generated

Former Member
0 Likes
668

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

2 REPLIES 2
Read only

Former Member
0 Likes
569

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

Read only

Former Member
0 Likes
569

question closed without answer.