cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Populating customer fields - BADI not trigering

Former Member
0 Likes
174

Hi Forum,

We are on SRM 4.0 . Under Shopping Cart - Full Functionality link in the tab Default Settings For Items - click the link Extended Details --> added some customer fields here by adding these fields in includes INCL_EEW_PD_ITEMS_CSF_SC and INCL_EEW_PD_ITEMS_CSF .

First field is Name which is input ready and there is a Binocular next to this field for search help.

When this binocular is clicked the search help page opens up where we can enter some data and press the Start button given at end of page.

When the Start button is pressed some values are fetched and displayed in tabular format at end of the page.This entry in the table is a hyperlink , which when clicked should transfer back the complete data to the main shop page.

But only the Name field is populated in shop page and other fields remain blank though in search help page in the table complete data is there.

I guess for populating customer fields BBP_DOC_CHANGE_BADI can be used but this BADI is not trigered at all when shop screen is displayed after clicking hyperlink on Search Help page?

How can we transfer data from Serch Help page to customer fields on Shop page?

Any pointers will be of great help.

I have seen notes 458591 and 672960 and did not find them relevant to my issue.

Thanks,

Anubhav

View Entire Topic
Former Member
0 Likes

Use the BADI

BBP_CUF_BADI2 Method MODIFY_INPUT

Thanks,

Anubhav