‎2009 Nov 18 3:45 PM
Hi,
I need to add a new field in Selection screen of VA05 txn. I checked the OSS notes 350068 & 397749, partially helped me but i have no idea how to implement.
the field i need (Requested Delivery Date) is not in the fields given in OSS Note 397749 for selection screen.
is there any possibility with out copying the standard program?
or any better procedure how to do this...
Giri
‎2009 Nov 18 3:59 PM
There are threads around the same issue. Please search for VA05. If the field that you are looking is not in the note, better dont implement.
I dont think there are any BADI's available for the same purpose. My suggestion is to copy the existing program and make modofications as required and you will end of creating a ZVA05 transaction code for this
Good luck
‎2009 Nov 18 3:51 PM
Hi Giri,
Try searching for a BADI for your requirement.
Just put the developement class VREP in SE80 in Developement package & see if you can find a BADI
VREP is the package in which the Tcode VA05 is defined.
Hope it helps you.
Regards
Abhii..
‎2009 Nov 18 3:59 PM
There are threads around the same issue. Please search for VA05. If the field that you are looking is not in the note, better dont implement.
I dont think there are any BADI's available for the same purpose. My suggestion is to copy the existing program and make modofications as required and you will end of creating a ZVA05 transaction code for this
Good luck
‎2009 Nov 18 5:07 PM
Hi,
i searched for BADI's but didn't find any....
need approve from client for ZVA05 tcode by copying... is there any other methods avaialble?
Regards
Giri
‎2009 Nov 18 5:41 PM
No... as far as i know
Wait for others reply. You may get better information
‎2009 Nov 19 4:52 AM
‎2009 Nov 20 2:17 PM
Giri,
if you can show a popup with the field you need in selection then you can use Enhancement spot if you are working in ECC 6.0 in FM RV_SALES_DOCUMENT_VIEW_3. Check for enhancement spot after the VBAK_TAB internal filled. then you can filter it out with your field values.
If you are working on previous versions...
then you can use the user exit VV05TFZ3, which triggers right before output display. there you can filter it out before displaying in output. but you need access key though to modify the exit.
Regards
Syed