Application Development 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: 

How to modify SAP standard screen ?

Former Member
0 Kudos

Hi all,

I want to modify some SAP standard screens for example change the text, position of some input fields, add some text.... I try to use transaction code SE51(screen painter) to do this but it needs access key. I hear that there's a tool like BDT or VCT can do this but with VCT my system is not a appropriate version and I try with BDT but seem that it's not the correct way. Anyone can show me the way to solve this problem ?

Thanks in advance!

1 ACCEPTED SOLUTION
6 REPLIES 6

Former Member
0 Kudos

Hi,

Dont go for tools. Better ask for access key and do the changes in the standard report that will be a better option.

Thanks

Vikranth

Former Member
0 Kudos

Hi,

Dont go for tools. Better ask for access key and do the changes in the standard report that will be a better option.

Thanks

Vikranth

Former Member
0 Kudos

check this link you will get an idea

http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm

Former Member
0 Kudos

hi ,

You can use screen exits ..

Go to the system -->status check if u can add a screen exit.

Regards,

Amit

Former Member
0 Kudos

Thanks for all of your idea, I found that I could use GuiXT tool to modify SAP screen.