Application Development and Automation 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: 
Read only

Help needed in search help exit

Former Member
0 Likes
686

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

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
Read only

Former Member
0 Likes
666

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

Read only

Former Member
0 Likes
666

Reward points..

Read only

Former Member
0 Likes
666

@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

Read only

0 Likes
666

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