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 enhance a Selection Screen

0 Kudos
1,900

Hi Experts,

We want to enhance a satandard selection screen ( no Modifications). How can we achieve this? DO we need a BADI for this ?

3 REPLIES 3

Former Member
0 Kudos
303

Hello Raja,

Yes you need a BAdI. no other way.

Regards,

Suvendu

Former Member
0 Kudos
303

HI Raja,

if you want to enhace standard screens..

you can do that by enhacements ( Badi, screen-exits).

go to transaction code and check the package for the t-code..

next go to se15->expand the enhacements-->enter package name and execute..

see any screen exits available for the package and check the exit is for transaction..

and enhance the standard screen by adding subscreen.

Regards,

Prabhudas

Former Member
0 Kudos
303

Hello, depends of your version of ECC, you can use implicit enhancement...

Go to SE80 -> Fill your standard program name

Menu Edit -> Enhancement Operation -> Show implicit Enhancement Options

SAP lets you add code at the beggining and at the end of each routine or programme.

After that, you can also implement implicit enhancement further in the program to filter with your specific parameters...

Hope it can help !

Kevin