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

Displaying message

Former Member
0 Likes
326

Hi

i am displaying a message using BAPIRET2. I have created message class in se91.

and i am displaying this message. however i want to display a field value in this message

" No authorization to Create PR with this Cost Center: 1235466 "

which is in the table field ebkn-kostl how do i go about.

Regards,

M.A.Quavi

1 REPLY 1
Read only

Former Member
0 Likes
290

Hi ,

In se91 message class you created against the number mention like this & & & &

then " No authorization to Create PR with this Cost Center: "

message zzz(number ) with " No authorization to Create PR with this Cost Center: " ebkn-kostl .

that's it .

Please reward if useful.