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

Doubt on exit

Former Member
0 Likes
652

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

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
Read only

Former Member
0 Likes
614

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

Read only

0 Likes
614

Hi,

This form I am having in notepad..

Regards

Rahesh

Read only

0 Likes
614

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

Read only

Former Member
0 Likes
614

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