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

Screen Layout According to Transaction Code

Former Member
0 Likes
1,344

Hi,

Can we change the SAP screen layout settings according to the transaction codes? I mean to say if we run STMS we get different colors and if we run se38 than we get different colors. So is there any setting to do the same.

Thanks,

Bhanu

1 ACCEPTED SOLUTION
Read only

0 Likes
760

Dear Bhanu,

I moved your question from the SAP Linux forum to a more ABAP related forum.

@Moderator: If this forum also does not fit, please move to corresponding one, thx

Hannes

2 REPLIES 2
Read only

0 Likes
761

Dear Bhanu,

I moved your question from the SAP Linux forum to a more ABAP related forum.

@Moderator: If this forum also does not fit, please move to corresponding one, thx

Hannes

Read only

JozsefSzikszai
Active Contributor
0 Likes
760

yes, of course, it is possible. You have to give your coding into the PBO (if it is a report program, than the coding comes into AT SELECTION-SCREEN OUTPUT event). Just check the value of the tcode and code accordingly...

IF sy-tcode EQ '...'
...