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

G/L account in shopping cart

Former Member
0 Likes
145

Hello all, I am working in SRM 7.0 with a classic scenario. Can you tell me which is the function or something similar that put G/L account in the shopping cart? I know that is configured in a table in the system but which function is used to go to this table and put G/L account in the shopping cart?

Thanks in advance

Rosa Rodríguez

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Likes

Hello Rosa,

Function module to get accounting from V_BBP_DET_ACCT table view is BBP_GET_ACCOUNTING.

It is called by /SAPSRM/IF_PDO_DO_ACCT_ASSGMNT~HANLDE_GLACCOUNT method from class interface /SAPSRM/CL_PDO_DO_ACCT_ASSGMNT.

Regarding account assignment update itself in Shopping Cart, there is no function module.

/SAPSRM/IF_PDO_DO_ACCT_ASSGMNT~UPDATE_ACCOUNT_ASSIGNMENT_ALL method from class interface /SAPSRM/CL_PDO_DO_ACCT_ASSGMNT calls a buffer update.

Regards.

Laurent.

Edited by: Laurent Burtaire on Dec 7, 2010 9:31 PM

Answers (0)