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: 

Tables where vendor invoice paid details are stored

Former Member
0 Kudos

Hello all,

I have a technofunctional question. Once vendor invoices are paid through F110 transaction, what is the table that stores information regarding vendor invoice document number, its payment method and bank check number ?

Regards,

Rajesh.

1 ACCEPTED SOLUTION

former_member387317
Active Contributor
0 Kudos

Hi Rajesh Thomas,

REGUH:

contains the information on the payment, such as the payment method, payment document number and payee. The payment program creates a REGUH record for each payment.

REGUP:

contains the information on the paid items, such as the amount, cash discount and invoice document number. The payment program creates a REGUP record for each paid item in a payment.

Also have a look on below thread...

Also have a look on below tables..

LFB5

LFC1

LFBK

RBKP

RSEG

BKPF and

BSEG

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

4 REPLIES 4

former_member585060
Active Contributor
0 Kudos

When ever any automatic payment transactions using F110 are done, REGUH & REGUP these tables get updated.

Look for fields

REGUP - Table

VBLNR - Document number

ZLSCH -- Payment method

REGUH - Table_

VBLNR - Document number

RZAWE -- Payment method

Former Member
0 Kudos

You can check the tables.

RBKP Document Header: Invoice Receipt

T042Z Payment Methods for Automatic Payment

former_member387317
Active Contributor
0 Kudos

Hi Rajesh Thomas,

REGUH:

contains the information on the payment, such as the payment method, payment document number and payee. The payment program creates a REGUH record for each payment.

REGUP:

contains the information on the paid items, such as the amount, cash discount and invoice document number. The payment program creates a REGUP record for each paid item in a payment.

Also have a look on below thread...

Also have a look on below tables..

LFB5

LFC1

LFBK

RBKP

RSEG

BKPF and

BSEG

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

former_member184657
Active Contributor
0 Kudos

You can also try

PAYR - Payment Medium File

pk