‎2007 Nov 06 1:29 PM
hi,
why there is no message component in this structure.
i try to use message number 085 in T100 and i want to pass in my own message but i cannot find message field in this structure.
message i am referring not msgv1 until msgv4.
any advice?
thanks
‎2007 Nov 06 1:37 PM
Hi,
There is a field with MSGNO inthis structure ...
In T100 the same field is referred to as MSGNR ...
Regards,
Srinivas.
‎2007 Nov 07 12:34 AM
hi,
i am not referring to msgno.
i want to put my own message or text but i do not know which component to use. i do not see any component which can put text.
thanks
‎2007 Nov 07 2:23 AM
Maybe you're missing the application area (aka Message Class). The message number 085 is used in 781 application areas in ECC 6.0.
If you want to create your own message maybe you want to use the Message 085 of the application area /BDL/BDL3. Something like this:
message E085(/BDL/BDL3) with 'My message1' 'My message2' 'My message 3' 'My message4'.
I normally use the message 000 of the application area FB (is easy to remember).
message E000(FB) with 'My message1' 'My message2' 'My message 3' 'My message4'.Hope this helps.