2008 Dec 22 10:26 AM
Hi Guru's
i want to restrict sales document type to particular type (ex : RE) in VA01 transaction . Can any one suggest
Regards
Rediez
2009 Jan 05 10:49 PM
Hello Rediez,
Pls follow link document to find the user exit in any transaction-
http://www.abapprogramming.net/2007/09/user-exits-in-detail.html
search for word 'status' to find through menu path.
Or use following program to search for specific transaction-
http://www.sap-img.com/ab038.htm
When you find the list of user exits in the transaction code, put the breakpoints at call function and observe which one is suitable for you. ( I do not have access to system otherwise I would have suggested one)
Thank You,
Nishikant.
2009 Jan 06 4:17 AM
Hi,
I do not know your motivation but you can set block for SD type in SPRO. Check transaction VOV8. But this is more SD question than ABAP question. If you need to block it only in specific scenarios you can try to find BADI for transaction VA01.
Cheers