cancel
Showing results for 
Search instead for 
Did you mean: 

Need a function module for capture online data of Shopping Cart

former_member533535
Participant
0 Kudos

Hi Expert,

I am working on solutioning Shopping cart item check badi.

I need to compare the changes made by the user. I could not able to get the live data during change from the SC_GETDETAIL FM.

Can you suggest some Function module where it gives me the online data of Shopping cart so that I can compare with the database value from SC getdetail Function module.

Thanks in Advance.

Best Regards,

B.N.Karthikeyan

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi B.N.,

if you use SRM 7.0 or later - use classes.

  DATA lo_sc_adv          TYPE REF TO /sapsrm/if_pdo_bo_sc_adv.

  lo_sc_adv = /sapsrm/cl_pdo_factory_sc_adv=>get_buffered_instance( iv_guid ).

and so on...

anyway BBP_PD_SC_GETDETAIL should work fine...

Best Regards

Konstantin

Answers (0)