cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PDACC..... help needed

Former Member
0 Kudos

Dear Gurus,

we are presently working on SRM 5.0 with classic scenario.

In Table BBP_PDACC, we have the GUID 22, from this GUID 22 i want to know the Shopping cart number.

Pls help me out....

Full points for each posting...

Rgds

Sri RaM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version / Scenario are you using ?

For accounting data, you can use the same logic: use function BBP_PD_SC_GETDETAIL for SC details, or BBP_PD_PO_GETDETAIL for PO details.

In table E_ACCOUNT, you can find the GL account, linked to the item GUID via field P_GUID (parent GUID).

If you don't want to use the FM, but direct access to tables, then you must follow the data model:

item GUID --> CRMD_ORDERADM_I --> CRMD_LINK (with correct fields to get the accounting set) --> BBP_PDACC with this SET_GUID.

<b>Related links -></b>

Hope this will definitely help.

Regards

- Atul

Former Member
0 Kudos

hi Atul,

Thanks for reply.

But i want to know the SC number from GUID which is in BBP_PDACC.

Pls suggest me the correct way.

Thanks in advance

Rgds

SriRaM

Former Member
0 Kudos

HI Atul,

Thanks a ton.....

Its working fine...

Thanks once agian..

Rgds

SriRaM

Answers (0)