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

where-used for parameter id list

raguraman_c
Active Contributor
0 Likes
2,749

Hi,

I want to get all programs where i have used, get/set parameter ids.. do we have any function module, standard programs, code snipets...

Points gauranteed. Please help

--Ragu

Hi,

I want to get all programs where i have used, get/set parameter ids.. do we have any function module, standard programs, code snipets...

Points gauranteed. Please help

--Ragu

3 REPLIES 3
Read only

Former Member
0 Likes
1,202

Hello Ragu,

U can make use of the report

RPR_ABAP_SOURCE_SCAN

Vasanth

Read only

Former Member
0 Likes
1,202

Hi

Parameter Ids are stored in TPARA Table.Also check TC20T table for texts.

Search in table TADIR etc using the Object ID of ID"s

Regards,

Anji

Read only

Former Member
0 Likes
1,202

Hi,

RPR_ABAP_SOURCE_SCAN - Scan a set of reports for a particular string

Regards,

Sruthi