Application Development 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: 

Doubt on exit

Former Member
0 Kudos

Hi All,

I am having below subroutine and need to find the program to which it belongs. Can anyone please help me.

PERFORM USER_EXIT_010 TABLES AS_BKPF

AS_BSEG

USING AS_MESTYP

CHANGING HAS_XNO_AUGBL

HAS_XSET_AUGBL

Regards

Rahesh

4 REPLIES 4

Former Member
0 Kudos

double click on it. it will show u Form and endform. there u can fine the include and in include use where used list in tool bar

0 Kudos

Hi,

This form I am having in notepad..

Regards

Rahesh

0 Kudos

Hi,

this could be long but ....

Go to SE38 trx,enter one report (just one) for example "rsparam".

Then go to menu "Utilities -> find in source"

Here put the string about the call (the first line of the code is sufficient).

Here before start the search, specify the "Globally in program" option: click on the green arrow and put an '*' in the field (this means all programs in sap).

Run in background and cross the fingers

Hope it help.

Bye

Andrea

Pls reward if it helps

ferry_lianto
Active Contributor
0 Kudos

Hi Rakesh,

You can try to use program <b>RPR_ABAP_SOURCE_SCAN</b> to search the corresponding program(s).

Hope this will help.

Regards,

Ferry Lianto