‎2007 Oct 29 4:51 AM
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
‎2007 Oct 29 5:05 AM
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
‎2007 Oct 29 5:05 AM
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
‎2007 Oct 29 5:07 AM
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