on 2010 Dec 07 4:20 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.