cancel
Showing results for 
Search instead for 
Did you mean: 

Link between PO and Invoice tables

Former Member
0 Kudos

Hi,

I'm desperately trying to find a table that links an invoice to a purchase order. I've been searching on the forum and all the suggestions don't seem to hold the relevant information.

Any advice would be appreciated.

John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please clear are you posting an invoice in SRM system ?

Former Member
0 Kudos

Sorry for not responding sooner, but I'd been involved in other work, but this issue has still not been addressed yet.

To answer your question, no we do not post our invoices in SRM, this is done in ECC.

If you have any advice it'll be highly appreciated.

John

former_member183819
Active Contributor
0 Kudos

Former Member
0 Kudos

Hi

How about looking at tables in Back end ERP? like EKBE, RSEG,BSEG

Thanks

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try with BBP_PD_PO_DOC_FLOW.

Thanks and Regards,

Abraham

Former Member
0 Kudos

Hi John,

Use

CALL FUNCTION 'BBP_PD_INV_GETDETAIL'

EXPORTING

i_object_id = lv_inv

object_id

IMPORTING

e_header = ls_header

TABLES

e_item = lt_item.

u will get purchase order in ls_item-be_refob

Regards,

Neelima