cancel
Showing results for 
Search instead for 
Did you mean: 

Customer field account assignment - F4 - search help exit

Former Member
0 Kudos

Hi all,

I have a question with regard to a F4 search help exit I'm try to build for a new CUF in the account assignment (include INCL_EEW_PD_ACC_CSF).

I've successfully created everything (search help + F4 search exit (read R/3 table)), but when I want to include restricted the search with certain filter values entered on the screen I'm stuck.

I tried to achieve this by passing the parameters entered on the search screen to the RFC read table function, but in fact I'm not able to read the <b>screen values</b> (using 'DYNP_VALUES_READ'):

CALL FUNCTION 'DYNP_VALUES_READ'

EXPORTING

dyname = lc_dyname_1

dynumb = lc_dynumb_1

translate_to_upper = 'X'

TABLES

dynpfields = li_fields_filter

I'm always getting an invalid dynpro error (I've tried passing SAPLBBP_PDH_ACC, SAPLBBP_SC_UI_ITS, SAPLBBP_CUF,...).

Does anybody know how I can include de filter values of my search screen in my search ?

Thanks in advance,

Kristof

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ? What's your detailed requirement ?

<b>You need to call these function modules inside your search help exit to fetch the user-entered value and then process it accordingly as per your requirements.</b>

<u>Please go through these function modules.</u>

*--- Get the user-entered fieldname

<u> CALL FUNCTION 'F4UT_PARAMETER_VALUE_GET'</u>

*--- Map the Results

<u> CALL FUNCTION 'F4UT_RESULTS_MAP'</u>

<b>Other related links -></b>

Hope this will help.

Regards

- Atul

Answers (0)