cancel
Showing results for 
Search instead for 
Did you mean: 

BSIS/BSAS to RBCO

Former Member
0 Kudos

HI,

i would like to find a way how to connect cost lines from BSAS/BSIS with the account assignment in RBCO. Any idea?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I will answer probably by myself... i found the way via ACCTIT table which contains ZEILE field and LIV document...

BSAS.BELNR=ACCTIT.BELNR
BSAS.BUKRS=ACCTIT.BUKRS
BSAS.BUZEI=ACCTIT.BUZEI

from there then

ACCTIT.AWREF=RSEG.BELNR
ACCTIT.AWTYP=RSEG.GJAHR
ACCTIT.ZEILE=RSEG.BUZEI

and finally...

RSEG.BELNR=RBCO.BELNR
RSEG.GJAHR=RBCO.GJAHR
RSEG.BUZEI=RBCO.BUZEI
ACCTIT.ZEKKN=RBCO.ZEKKN

However as the ACCTIT table must have this fields like ZEILE and ZEKKN from somewhere, i would be interested where this table got it. Any thoughts?