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

search help

Former Member
0 Likes
388

Hi

I created a election screen with Quotation number (VBAK-VBELN ) The requirement is

the Quotation number should have the same document search functionaly as VA22. kindly suggest

-thanku

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
347

Hi

Use the serch help VMVA which is being used in VA22.

Even you can add some mroe to it if you need

Thanks

Shiva

2 REPLIES 2
Read only

Former Member
0 Likes
348

Hi

Use the serch help VMVA which is being used in VA22.

Even you can add some mroe to it if you need

Thanks

Shiva

Read only

harimanjesh_an
Active Participant
0 Likes
347

hi chari,

In TCODE VA22, Quotation Number (VBAK-VBELN) is associated with Standard Search Help <b>VMVA</b>.

So use this in ur selection screen.

Code...

<b>SELECTION-SCREEN BEGIN OF BLOCK b1.

PARAMETERS : p_vbeln TYPE vbap-vbeln MATCHCODE OBJECT vmva.

SELECTION-SCREEN END OF BLOCK b1.</b>

this will definitely work.......

Reward me if useful....

Harimanjesh AN