‎2008 Dec 13 11:54 AM
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
‎2008 Dec 15 9:13 AM
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
‎2008 Dec 15 9:13 AM
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
‎2008 Dec 15 9:37 AM
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 '...'
...