Application Development and Automation 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: 
Read only

Order Type F4 issues?

Former Member
0 Likes
1,286

Hi, Expert:

I have a question on VA01, when I use tcode VA01, In Order type field, I press F4, display about 50 Order types, but in the table TVAK, there are about 100 Order types, how can SAP hide other 50 order types.

I use tcode SE11, put table VBAK, then go to AUART field, press F4, I also can see 100 order types.

I want to hide more order types in VA01. Appreciate for any help.

Hi, Expert:

I have a question on VA01, when I use tcode VA01, In Order type field, I press F4, display about 50 Order types, but in the table TVAK, there are about 100 Order types, how can SAP hide other 50 order types.

I use tcode SE11, put table VBAK, then go to AUART field, press F4, I also can see 100 order types.

I want to hide more order types in VA01. Appreciate for any help.

7 REPLIES 7
Read only

Former Member
0 Likes
1,165

You must have restricted it to 50 entries. Please see F4 help, it says that 'Entries restricted to 50'.

ashish

Read only

0 Likes
1,165

Can I just restricted specific order type such as xxx, yyy. Thanks,

Read only

0 Likes
1,165

In VA01, if you see the code for Screen 101 of program SAPMV45A, there is a code written for Search help. This uses the values of Sales Area entered on selection screen while extracting values for Order Types.

Being a standard SAP program, I don't think you can restrict the values directly. But with the help of SD consultant, you can initialize the value to custom order types. This needs to be done in Customizing.

ashish

Read only

0 Likes
1,165

In VA01, if you see the code for Screen 101 of program SAPMV45A, there is a code written for Search help. Can you show me where the code is? Thanks a lot.

Read only

0 Likes
1,165

Goto SE51 transaction. Enter program name as SAPMV45A and screen no 101.

Click on Flow Logic.

And scroll till the end to see these lines -

PROCESS ON VALUE-REQUEST.

FIELD VBAK-AUART

MODULE VBAK-AUART_VALUES.

ashish

Read only

0 Likes
1,165

It is a combination of the fields SPERR = SPACE and TVORG = '0' that gives you the entries you normally see in VA01. There is no possibility to further restrict that list.

Read only

0 Likes
1,165

Hi, Ashish:

Solved, Thank you so much. I will reward.