cancel
Showing results for 
Search instead for 
Did you mean: 

Attachments in Shopping Cart

Former Member
0 Kudos

Hi I have added a few user defined fields at item level in the Shopping cart. This part is working fine.

I have added a checkbox at item level The purpose of this check box is as follows.

If this check box is checked for a particular line item then a document must be attached for that particular item.

Which Badi can i use or which fields do i have to check to verify if a document is attached at a particular line item or not.

I am using Badi BBP_DOC_CHANGE_BADI. for my other functionalities and it is working properly.

I am having problem with omly this checkbox functionality

please help me.

Thanks and regards

Chetan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to use badi BBP_DOC_CHECK_BADI for this.

In the BADI,pass the GUID to the FM BBP_PD_SC_GETDETAIL and read the table ET_ATTACH and E_ITEM.If the custom check box field in E_ITEM is filled and the table ET_ATTACH is not filled,then display the error message.

BR,

Disha.