2008 Mar 18 4:31 AM
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
2008 Mar 18 4:38 AM
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
2008 Mar 18 4:41 AM
2008 Mar 18 4:43 AM
@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
2008 Mar 20 8:51 AM
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