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 Enhancement

Former Member
0 Likes
478

Hi All,

There is a particular requirement that a particular enhancement needs to be done for a particular screen. But the enhancements given for the T-Code does not have any screen exit . Rather it has function exit.

So is it possible to make screen enhancements for the T-Code ???

From my previous experience , I believe it cannot be done and business needs to be changed ....

But is there any onther crude alternative ?? If Yes , please let me know along with the possible impacts on the SAP system .....

Thx..

Paul.

Hi All,

There is a particular requirement that a particular enhancement needs to be done for a particular screen. But the enhancements given for the T-Code does not have any screen exit . Rather it has function exit.

So is it possible to make screen enhancements for the T-Code ???

From my previous experience , I believe it cannot be done and business needs to be changed ....

But is there any onther crude alternative ?? If Yes , please let me know along with the possible impacts on the SAP system .....

Thx..

Paul.

2 REPLIES 2
Read only

Laxmana_Appana_
Active Contributor
0 Likes
447

Hi,

Screen enhancement can not be possible , if there is no screen exit . to achieve this go for screen modification

and use function exit to populate and store data to tables.

Regards

Appana

Read only

Former Member
0 Likes
447

Hi Paul,

One of the possibilities is usage of GUIXT.

By activating GUIXT from SAP Screen, you can write small one line code in the GUIXT and make screen changes.

For more info on this, read on http://www.synactive.com

Regards,

HR