2009 May 27 11:40 AM
Hi Experts,
We want to enhance a satandard selection screen ( no Modifications). How can we achieve this? DO we need a BADI for this ?
2009 May 27 12:29 PM
2009 May 27 12:34 PM
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
2009 May 27 4:02 PM
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