cancel
Showing results for 
Search instead for 
Did you mean: 

Relationship between PAYR and VBRK

Former Member
0 Kudos

Hi All,

Below are the fields related to Party Wise Ledger.

Bill no--( VBRK-VBELN )

Inv. Date--( VBRK-FKDAT )

Destination-- ( KNVA-ABLAD )

Quantity-- ( VBRP-FKIMG )

Inv. Amount-- ( VBRP-WAVWR )

Cheque No.-- ( PAYR-BANCD )

Cheque Date-- ( PAYR-CHECT )

Credit Amt-- ( PAYR-RWBTR )

How i can join all tables to create party ledger.

Regards,

Sidhik.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

THANKS Shrinath & Lakshmipati,

AS suggested found out relations mentioned below.

VBRK-VBELN = VBRP-VBELN.

VBRK-BELNR = BKPF-BELNR

VBRK-GJAHR = BKPF-GJAHR

VBRK-BUKRS = BKPF-BUKRS

BKPF-BUKRS = PAYR-ZBUKR

BKPF-BELNR = PAYR-VBLNR

BKPF-GJAHR = PAYR-GJAHR

is this ok.

former_member217082
Active Contributor
0 Kudos

Hi Sidiq

Try through SQVI As you want to have a relation between PAYR and VBRK

VBRK->VBRP->BKPF->PAYR

If the perivous one doesn't work then try with

VBRK->VBRP->BSEG->PAYR

Regards

Srinath

Lakshmipathi
Active Contributor
0 Kudos

Try in SQVI by Table Join in the following sequence

VBRK ==> VBRP ==> PAYR

If the above combination does not work, then try with

VBRK ==> VBRP ==> BKPF ==> PAYR

thanks

G. Lakshmipathi