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

hardcode in prg

Former Member
0 Likes
615

how to find hardcode in programs? pls help

thks

Evion

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Hi,

Use this program to search the string

RPR_ABAP_SOURCE_SCAN

Or Code Inspector

Or SE38 to search >> extended option to restrict on Z programs.

Cheers

VJ

4 REPLIES 4
Read only

Former Member
0 Likes
587

Hello,

Do golbal search for '(Single Quotes). If useful reward.

Vasanth

Read only

Former Member
0 Likes
588

Hi,

Use this program to search the string

RPR_ABAP_SOURCE_SCAN

Or Code Inspector

Or SE38 to search >> extended option to restrict on Z programs.

Cheers

VJ

Read only

andreas_mann3
Active Contributor
0 Likes
587

hi,

search for this pattern:

<i>#'#'*</i> with abap RPR_ABAP_SOURCE_SCAN

Andreas

Read only

Former Member
0 Likes
587

hi

good

if you find any value assigned to a variable under the single code that is called as the hardcode value for that particular variable.

thanks

mrutyun