cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Invoice number vs PO document number

0 Kudos
796

Hi Experts,

Can any one explain me how to join the Invoice account number,PO document number and  dates of PO and invoice generated dates?

I want to merge all these fields in one single table. So need some joining condition to merge all these fields.

Thank you,

Vinay 

Accepted Solutions (0)

Answers (3)

Answers (3)

Prasoon
Active Contributor
0 Kudos

Hi,

   If you want all these data in a single table, you may define user defined LIS info structure as explained in the doc: and then update the historical data to the table as explained in the doc:

   If you just want to track the data, you may link the tables: EKPO, EKBE, RBKP, RSEG, BKPF and BSEG. You may pass the PO number & item to RSEG table and get the invoice number. Pass the invoice number with year to BKPF - AWKEY field and get the accounting document number. Pass the accounting doc number to BSEG table to get the item details.

Regards,

AKPT

Former Member
0 Kudos

Hi,

Check in std report ME80FN.MB5S

If you need also have an check in EKBE table.

Invoice tables are RBKP- header, RSEG-Line item wise

Former Member
0 Kudos

Dear vinay,

You can get all the mentined data in EKBE , EKKO tables.any how please explain your requirement in detail.

-

Krishna