cancel
Showing results for 
Search instead for 
Did you mean: 

Link between business transactions in CRMD_ORDERADM_H

Former Member
0 Kudos

Hi,

Could you please help me with a table/tables that contains link between different business transactions.

For example, if I need purchase order associated with an invoice?

I know that CRMD_ORDERADM_H contains information regarding both purchase order and invoice.

I can use Transaction Code bbp_pd, however, I need the underlying tables.

I will use this information to pull data from SRM to BW.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thank you

former_member526144
Active Contributor
0 Kudos

Hi Rajendra,

I don't think you can get these data throguh tables like in R/3. Only thing is as suggested by Disha, you can use FM and get the data.

Below tables are useful for you.

CRMD_ORDERADM_H

CRMD_ORDERADM_I

bbp_pdbeh

bbp_pdbeI

bbp_pdbACC

Thnaks

Ravi

Former Member
0 Kudos

Hi,

Instead of using SELECT statements,you cna use standard Function modules to fetch the required data.

e.g.To get all the details for a PO,you can use the FM "BBP_PD_PO_GETDETAIL".

In the export parameter,table "E_HEADER_REL",you can see the follow on documents details for the PO.

Hope this helps.

BR,

Disha.

Former Member
0 Kudos

I appreciate your response, Disha.

One more thought -- can I use the same logic to link for e.g. shopping cart with RFx -- provided I can identify the appropriate Function Modules.

If so, is there a way to quickly identify function moduels that link different transactions -- shopping cart with RFx, RFx with Live Auction ..etc..

Thanks,