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

Database Tables

Former Member
0 Likes
823

Hi all,

Can any one tell me the db tables in which the function modules,tables,programs are stored....

Thanks & Regs,

Rose

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
795

Hi,

Please check tables TADIR, TFDIR and DD02L.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
795

Hi,

Function modules -> TFDIR

Tables -> DD02L, DD03L

Programs -> Not sure..But you can use the syntax READ REPORT

THanks

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
796

Hi,

Please check tables TADIR, TFDIR and DD02L.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
795

Tables : DD02L

Programs & FM - TRDIR ,TADIR

Thanks

Seshu

Read only

Former Member
0 Likes
795

hi,

<b>Function Module.</b>

TFDIR----


> Table contains Function Modules.

TFTIT----


>Table contains Function Module Short Text.

ENLFDIR-----> Additional Attributes for Function Modules.

<b>TABLES:</b>

TPROT------> Table contains all DD tables to be logged.

D010TAB---> Table for Use Report-Tables.

DD02L----


> SAP tables .

<b>Program</b>:

TRDIRT-----> Title texts for programs in TRDIR .

D010SINF----> ABAP- Information about ABAP program source code.

TADIR----


> Directory of Repository Objects.

regards,

Ashok Reddy

Read only

Former Member
0 Likes
795

Hi,

<b>TFDIR :</b> Function modules

<b>DD02L :</b> Tables,

<b>DD03L :</b> Table Fields

<b>REPOSRC :</b> Programs

Reward points if the answer is helpful.

Regards,

Mukul

Read only

Former Member
0 Likes
795

TADIR, TFDIR and DD02L

check all these tables