cancel
Showing results for 
Search instead for 
Did you mean: 

add custom fields in check status

Former Member
0 Kudos

Hi Gurus,

Please help me out in this. My requirement is I need to add two custiom fields in the check status (bbpsc04) and based on the values entered in the custom fields I need to search for the shopping carts.

Please let me know how to add two fields in the check status and fetch the data based on the values entered in the custom fields.

Thanks in advance,

Andy.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andy,

first you need to make the customer fields for the shopping cart (header or item level) I assume that's already done.

Now to add the customer fields to the <u>extended</u> search you need to do the following:

1. Define the customer field in include:

a. SC HEADER INCL_EEW_PD_SEARCH_HDR_CSF_SC

OR

b. SC ITEM INCL_EEW_PD_SEARCH_ITM_CSF_SC

you have to set fields XINPUT and XDISPLAY to 'X' in table ET_FIELDS for the fields you want to use in BADI BBP_CUF_BADI_2 in method MODIFY_SCREEN. The fields defined this way are displayed if you choose the 'Extended search' link.

Refer to note 672960 - "User-defined fields 2" For more detailed instructions.