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

VA05 selection screen

Former Member
0 Likes
2,013

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

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
1,528

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,528

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..

Read only

former_member191735
Active Contributor
0 Likes
1,529

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

Read only

0 Likes
1,528

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

Read only

0 Likes
1,528

No... as far as i know

Wait for others reply. You may get better information

Read only

0 Likes
1,528

does anybody have any solution?

or any ideas?

Read only

0 Likes
1,528

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