‎2008 Aug 14 8:35 AM
hi experts,
i got requirement, after we create report we assign that to t-code, when we execute that t-code o/p will come.
when we execute report in se38 means it will get a error message that run through particulat t-code.
pls any one suggest ....
regards,
praveen
‎2008 Aug 14 8:45 AM
Hi,
Do you wanna print this error message when executing the report in SE38. If yes
write below code in the AT SELECTION SCREEN event
if sy-ucomm EQ 'ONLI'.
Message ' Execute the program with T code' type 'E'.
Return.
Endif.
Regards
Pavan
‎2008 Aug 14 8:45 AM
Hi,
Do you wanna print this error message when executing the report in SE38. If yes
write below code in the AT SELECTION SCREEN event
if sy-ucomm EQ 'ONLI'.
Message ' Execute the program with T code' type 'E'.
Return.
Endif.
Regards
Pavan
‎2008 Aug 14 8:45 AM
‎2009 Jan 27 9:05 AM