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: 

Stanard search help -default values change

Former Member
0 Kudos

I have assigned a search help to sales order like this

SELECT-OPTIONS :s_vbeln FOR gv_vbeln MATCHCODE OBJECT VMVA.

When i press F4 i get select options correctly.But in select options there is a field Called Transaction group which will be defaulted to '0' i.e Sales Order.

I wanna change this default valur to '4'(Contract). Any Techniques.

2 REPLIES 2

Former Member
0 Kudos

i think u can set value to the params VTV t0 '4' .


select-options : trvog for vbak-trvog memory id vtv default '4' no-display,
                 vbeln for vbak-vbeln matchcode object vmva.

regards

Prabhu

Edited by: Prabhu Peram on May 21, 2010 3:42 PM

Former Member
0 Kudos

thanks