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

Sub-routine

Former Member
0 Likes
470

Hi Friends,

Could any one tell me in which program FORM LOAD_RG23D_FOR_CANCEL is written.

Also guide me as to how to find the subroutine.

Regards,

Mark K

2 REPLIES 2
Read only

Former Member
0 Likes
401

Hi mark,

It is a tough ask.

Subrotines won't have where used list options as Function modules have.

One alternative is to use RPR_ABAP_SOURCE_SCAN program to scan all the programs for the search string FORM LOAD_RG23D_FOR_CANCEL .

Regards,

Ravi

Read only

Former Member
0 Likes
401

hi Mark,

Run this program and search <b>RPR_ABAP_SOURCE_SCAN</b>