cancel
Showing results for 
Search instead for 
Did you mean: 

Existing Sales Orders based on plant and material.

Former Member
0 Kudos

Hello all,

How to retrieve existing Sales oders (VA03) in the system based on Plant and Material. I dont have any other info like sales area, PO or so. Is there any search tcode or any table that i can go and find the information???

Thanks in advance!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try with VA05N------> with only Material you can try

Regards,

Seegal

Answers (2)

Answers (2)

0 Kudos

Note: I saw the message above and this works well, we have completed this procedure.

Have you tried adding the fields to transaction VA05 in the further selection criteria. Below is the path to setup this information. I wish I could attached a screen shot because we can search on fields like plant, material, created by, sales group, sales office, ect. Currently 11 fields we have mapped and you can mark a maximum of 3 of them to seach on at one time.

Sales & Distribution --> Sales --> Lists --> Define Selection Criteria.

The program you want ot adjust is: SAPMV75A

Hope it helps !

Mark

Edited by: Mark Mulvey on Jul 23, 2010 3:07 AM

Former Member
0 Kudos

Hello Natesh

I propose 2 options:

1) For VA03/VA02, Work on a custom search help ( AKA Match code). Work with An ABAPer/Basis person. The FMs that you may need to work will be from the Function Group SF4U, some example below

F4UT_PARAMETER_VALUE_GET

F4UT_PARAMETER_RESULTS_PUT

F4UT_RESULTS_MAP

2) For the list (VA05N), you may add more selection fields: IMG Path:

SPRO/IMG/Sales and Distribution/Sales/Lists/Define Selection Criteria

Hope this helps.