cancel
Showing results for 
Search instead for 
Did you mean: 

user defined fields in SC with searchhelp ?

former_member186143
Active Contributor
0 Kudos

is it possible to link a searchhelp to user defined fields in a shoppincart ?

I have already defined 2 fields in ZINCL_EEW_PD_ITEM_CSF which I can see and edit when I create a shoppincart, but for 1 field I would like to add a searchhelp which connects to the backend for retrieval of possible values. is this possible ?

kind regards

arthur de smidt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arthur,

Yes, this is possible

Follow the below text in note 672960 User-defined fields 2

===

Search results

You have the option to see user-defined fields in the list of search

results. To specify them, use the following structures depending on the

document type:

Doc.type Set type Structure name

SC HEADER INCL_EEW_PD_SEARCH_HDR_CSF_SC

SC ITEM INCL_EEW_PD_SEARCH_ITM_CSF_SC

PO HEADER INCL_EEW_PD_SEARCH_HDR_CSF_PO

PO ITEM INCL_EEW_PD_SEARCH_ITM_CSF_PO

QUOT HEADER INCL_EEW_PD_SEARCH_HDR_CSF_QUT

CONF HEADER INCL_EEW_PD_SEARCH_HDR_CSF_CNF

INV HEADER INCL_EEW_PD_SEARCH_HDR_CSF_INV

Search criteria

You can also use user-defined fields as search criteria. To do this, 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 so

The fields defined this way are displayed if you choose the 'Extended

search' link.

...

===

Also the below notes may help,

752586 Customer fields in extended classic scenario

732112 CUF. Customer fields on item level disappear

728782 CUF. Account assignment fields disappear when openi

710474 CUF. User-defined fields on search screen

683684 CUF. Values are not transferred from input help

672960 User-defined fields 2

458591 User-defined fields: Preparation and use

Kind Regards,

Matthew

former_member186143
Active Contributor
0 Kudos

hmmm perhaps the question gets outside the scope of srm now, but after I added the searchhelp the searchhelp must retrieve its values from the backend and not from the srm system itself. so I have to construct a searchhelp which connects to another system for its values or I must be able to use remote searchhelps ?

is that possible ?

kind regards

arthur!

Former Member
0 Kudos

What you need to do is to define your own search help object via SE11 where the "search help exit" points to a routine that calls an RFC FM in the remote system to retrieve data/values. Then for your custom field defintion, input this custom search help in the "Entry help/check" - "search help" column for the field.

Answers (0)