cancel
Showing results for 
Search instead for 
Did you mean: 

Table store accounting document

Former Member
0 Kudos

Hi

Can anyone share with me is there a table to store the document flow for transaction posted from MM module. Eg: PO with GR and LIV created. What is the name of table to link to LIV document in order to get the related accounting doc? Or, is there any call function that can be used?

Regards

Kang Ring

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

See,

MKPF & MSEG are the tables having information regarding GR with PO.

RBKP, RSEG table have the information for LIV as per PO details.

Using EBELN fields you can link thses tables.

I think these are sufficient for you.

Regds,

Anil

Former Member
0 Kudos

Hi

What is the table that I can read for the related accounting document with reference to LIV document?

Regards

Kang Ring

Answers (2)

Answers (2)

kesavadas_thekkillath
Active Contributor
0 Kudos

ekbe - po

i think xblnr or belnr can be linked with bkpf or bseg

Former Member
0 Kudos

Hi ,

you can use table BKPF and BSEG to get the details of that particular document. BKPF stores the accounting dos details and XBLNR stores information of the referance document , using this document accounting has been created.

Please let me know if you still need any more help.

Thanks and regards,

Rajeshwar.

Former Member
0 Kudos

Hi

I wouldn't know the accounting document that created for the particular's LIV document. In the program logic, I will read the PO in order to know the LIV document. But, how can I know what is the accounting document created for the LIV document?

Regards

Kang Ring