‎2006 Dec 01 4:21 PM
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
‎2006 Dec 01 4:24 PM
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
‎2006 Dec 01 4:24 PM
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