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

Need to add fields on TCODE VA05

Former Member
0 Likes
404

Hi all,

My requirement is to create copy of tcode - VA05 to ZVA05 with some additional fields that fields also display on ALV list on display.

Please tell me the scenario, i.e. on which include changes to be done which include used for ALV display.

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi Navdeep,

Please open the module pool SAPMV75A ie VA05-> system -> status->program.please cick on find next button or ctrl+G , and now search for write statement.

Now you will get all the write statements used in VA05 , according to your requirement you can add your own fields . Just put the break point at the write so that you will now where exactly the fields are displayed.

Hope it will help you.

Regards,

Viveks