cancel
Showing results for 
Search instead for 
Did you mean: 

How to validate address in shopping cart

Former Member
0 Kudos

Hi All,

I need to validate the address in the shopping cart before saving the shopping cart.

By default a dummy address will be copied from the Org.Structure into shopping cart. Shopper has to modify the address with the proper address in line items.

If shopper forgot to modify the address , system should not allow to save the shopping cart.

I have cheked the BADI "BBP_DOC_CHECK_BADI" ,but i could not find the way to read the address entered in the shopping cart.

Thanks in advance for your help..

Regards,

DP.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. It is the partner Muthuraman suggested (00000027) in structure IT_PARTNER in that BADI.

Regards,

Dave.

Former Member
0 Kudos

There is no structure called "IT_PARTNER" available in that Method .

Is that DOC Check BADI you are refering to ?

Thanks,DP

Former Member
0 Kudos

Durga,

Please use the FM BBP_PD_SC_GETDETAIL to get the details of the shooping cart. This function module will give you the partners table.

Note: Pass the GUID (IV_DOC_GUID ) to the function.

Regards

Kathirvel

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi

partner_fct = 27 ship to address . try with this

regards

Muthu