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

Hardcoding in Forms

Former Member
0 Likes
297

Hi,

I have a requirment where I need to identify the forms in the system where a particular value is hardcoded.

I have used programs to find hardcoded values in custom programs. This I did by passing program names retrieved from TRDIR table to function module REPS_GET_OBJECT. Then I do a string check to find the program which has that string.

I can get form names of the forms from TNAPR table. Can anybody tell me any function module which can do similar functionality as REPS_GET_OBJECT, but with forms.

Thanks in advance,

CMV

1 REPLY 1
Read only

Former Member
0 Likes
247

Hi,

check program RSTXFINF

Regards

Amole