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: 

VA01 Enhancement

Former Member
0 Kudos
65

Hi Guru's

i want to restrict sales document type to particular type (ex : RE) in VA01 transaction . Can any one suggest

Regards

Rediez

2 REPLIES 2

Former Member
0 Kudos
46

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.

mvoros
Active Contributor
0 Kudos
46

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