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

FB03

Former Member
0 Likes
453

Hi ,

In tcode FB03 I want the total amount (summation of each line item to be displayed) at the header level... This is an requirement for the inbound interface of vendor Invoices ... So is it that the layout should be changed or should the sending system send the total amount ... my z-prg runs the the std. SAP prg. RFBIBL00... Can somebody give me some idea on this??

Thank You,

SB

1 REPLY 1
Read only

Former Member
0 Likes
402

Hi

The total amount of FI document should be 0, so I think you want to know the total of vendor items.

You need to add a Z-FIELD to header (BKPF) table to store it, but if you want only to show it by FB03, you should change the std program (fm FI_DOCUMENT_LIST_DISPLAY) to show the invoice.

Max