cancel
Showing results for 
Search instead for 
Did you mean: 

Incorrect Buy on Behalf name displayed for Deleted Shopping Cart

Former Member
0 Kudos

Hi All,

The issue is with the deleted Shopping Carts.

In case of non deleted Shopping carts the Buy on behalf field displays correct value.

I debugged and found that there is a bug in standard code itself.

In class /SAPSRM/IF_CLL_MAPPER~REFRESH, the code is written for non deleted and deleted SC to read the buy on behalf value.

In case of non-deleted the of condition reads the item values and  item guid is exported to patner table that returns the buy on behalf value.

But in case of deleted SC the

the else condition is executed where the requestor id is used to get the patner table which inturn gives us the buy on behalf value.

The difference is with the requestor id (MV_REQUESTOR_ID) in both cases.

In case of non deleted SC the requestor ID is different and in case of deleted Sc the requestor id is the vlaue of one who currently is viewing the SC.

Kindly help.

Thanks in advance,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos


Note 2020037 implemented.

Answers (2)

Answers (2)

former_member184741
Active Contributor
0 Kudos

HI,

Looks like you know where the problem is . search for OSS notes and raise a new one with SAP and mention your analysis with code extract. If you don't want to wait for SAP to comeback do a enhancement.

thanks,

sankar.

Former Member
0 Kudos
Former Member
0 Kudos

Hi Praveen,

Applied this note but it shows Buy on Behalf Field blank.

Our Requirement is to show the correct buy on behalf in this case.

Regards,

Rahul