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: 

Function module to get custom includes

Former Member
0 Kudos

hi,

Is there any function module to get the custom includes used in custom programs?

Points for sure

3 REPLIES 3

kiran_k8
Active Contributor
0 Kudos

Susmitha,

Check the table

D010INC-Where-Used Table for ABAP INCLUDES

K.Kiran.

Former Member
0 Kudos

Hi Susmita,

You want to use the custom includes are you just want to know the custom includes in custom programs ?

If you want to know the custom includes or standard includes i have a procedure like goto Txcode-SE15 and expand program library and in include text field give Z* you will get all your custom includes.

Hope my answer helps you.

Cheers!!

Former Member
0 Kudos

Hi Susmitha Cherian,


  Table name : D010INC

  Field Names : 
    MASTER  - ABAP/4 main program
    INCLUDE  - INCLUDE used

Give values for these fields as Z* and get required INCLUDE names.

Regards,

R.Nagarajan.

-


We can -