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

run through t-code

Former Member
0 Likes
661

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

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

3 REPLIES 3
Read only

Former Member
0 Likes
639

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

Read only

kiran_k8
Active Contributor
0 Likes
636

deleted.

Edited by: Kiran K on Aug 14, 2008 9:45 AM

Read only

Former Member
0 Likes
636

i got solution, thanks for helping