Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed in search help exit

Former Member
0 Kudos
108

Hi,

I am creating a serch help exit where i have to capture the previously entered input field value of a table.So can anybody suggest a function module or some other idea to do extract the table field value.

Useful suggestions will be rewarded.

Thanks and Regards,

Deepika

4 REPLIES 4

former_member200338
Active Contributor
0 Kudos
88

Do you mean the value entered at present? use FM DYNP_VALUES_READ

Alternativerly, you can export it database memory and read it with in the FM

reward points if useful

Former Member
0 Kudos
88

Reward points..

Former Member
0 Kudos
88

@Niyaz-

I have used the fm- DYNP_VALUES_READ...But getting an exception saying invalid INVALID_DYNPRONAME...since i am calling this inside a searh help exit and not in a module pool program

0 Kudos
88

Hi,

In that case. you can do one thing.

in your search help, following field will have the value entred by the user.

SHLP_TAB[1]-INTERFACE[1]-VALUE

Read this table SHLP_TAB index 1 and do your logic.

Reward points if useful.

Regards,

Niyaz