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

bdidocstat message component

Former Member
0 Likes
544

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

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi,

There is a field with MSGNO inthis structure ...

In T100 the same field is referred to as MSGNR ...

Regards,

Srinivas.

Read only

0 Likes
483

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

Read only

0 Likes
483

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.