2008 Jun 17 3:36 PM
hello sap guru
i want to enhance screen using BADI.can i enhace screen with out using SPRO transaction? is abap consultant have authorization for SPRO trasaction?
2008 Jun 17 3:46 PM
Hi,
Please go through the site WWW.SAPTECHNICAL.COM, you can find alot with screen shots.
MM01/02/03:
http://www.saptechnical.com/Tutorials/ExitsBADIs/MM/MM01.htm
XD01/02/03:
http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm
and more.
reward me if helpful.
2008 Jun 18 2:32 AM
Hi,
abap consultant will be have the permission to work on spro.
Without spro may be do it.I have one method like
finding the badi and enhancing it.this method works for a t/r.
2008 Jun 18 5:25 AM
Hi Swamy,
You can do the same without SPRO configuration.
For example for purchase order screen exit there will be no configuration required in SPRO.
Basically the main difference in scenarios come depending on the type of transactions using.
For example when using master data transactions such as MM01,XD01 etc we do have configurations do be done in SPRO.
But while using transactional data transactions such as VA01,ME21 etc we can do directly without any configurations by using customer exits such as MM06E005(for me21n).
Why this difference occurs i also dont know.I thought it would be of some useful to you to some extent.Do share if you find why this difference occurs.
Have a nice day.
Thanks,
Surya