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

Report message

Former Member
0 Likes
337

Can some one provide me the basic steps/ code to get a message when there are no transactions when a custom gl report is run.

I need the

date

Header

message saying there are no documents.

Thanks

Krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
298

HI Krishna,

getting a message is very simple:

message e000(zz) with 'No Documents'.

here, the pre requisite is that you should have defined a message class in se91 with name zz and a message 000 should be there in that message class.

the message 000 should have an '&'. ( A placeholder which gets replaces bt the text you pass in the message statement in the program(In this case 'No documents'.

REgards,

Ravi

1 REPLY 1
Read only

Former Member
0 Likes
299

HI Krishna,

getting a message is very simple:

message e000(zz) with 'No Documents'.

here, the pre requisite is that you should have defined a message class in se91 with name zz and a message 000 should be there in that message class.

the message 000 should have an '&'. ( A placeholder which gets replaces bt the text you pass in the message statement in the program(In this case 'No documents'.

REgards,

Ravi