Application Development 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: 

VA05- Adding new fields in the list

Former Member
0 Kudos
241

HI,

I need to add 2 fields from the table VBKD to VA05-SAPMV75A.

I have followed the steps in note 350068.

But I am not sure where I have to place the move statement MOVE lvbkd-xx to lvbmtv-xx.

Note:

*) I Dont have a perform move_userfields using 'VBKD'. statement to place the code.

*) I tried placing the code in VV05TFZ3- user exit...but it is asking for access key.

*) And it is mentioned that the include LV05TFMO is created by the program RVGNMO00 , so should I execute this pgm to create a new include???

1 REPLY 1

Former Member
0 Kudos
67

Hi,

Try using the transaction SNOTE to implement the note insted of doing it manually.

Hope this will help you.In case of any issues please reply back.

Varun