cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add new fields to display in VF05

Former Member
0 Kudos

Hello,

I need to add some fields so they are shown in the VF05 - List of all Billing documents. Is this something that needs to be done by ABAP changes or can i modify the layout in config to add those new fields. Because as of now those new fields are not shown in the available list of fields. Any help will be greatly appreciated. Thanks.

Irfan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

To use this field in an display variant, the values must be provided

with an userexit.

Please refer to attached note 350068.

Though this is an example for Sales Documents, you can use the

extension VV05XFZ3 in LV05XU01 for invoices. Here structure LFAMTV is

defined.

Regards,

Raghavendra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

VF05 is a standard report.Her normally all fields will appear.Press (Ctrl+F8) and check whetehr there are any unassigned fields.Here you can change the layout.

If your required fields are not there in the list then you have to develop a code for this.

Copy the standard code from the program "SAPMV65A" and create a Z program.Add your required fields to this one with the help of your ABAPer.

Hope this helps you.

Regards,

Krishna.