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

Abot Function modules

Former Member
0 Likes
589

Hi Developers,

In which table functionmodules are stored,

Thanks&Regards,

phani.

4 REPLIES 4
Read only

Former Member
0 Likes
557

Check table TFDIR

Read only

former_member386202
Active Contributor
0 Likes
557

Hi,

TFDIR

Regards,

Prashant

Read only

Former Member
0 Likes
557

FMs are stored as programs in SAP, the program name starts with

<b>SAPL</b><ur function group name>

there is a top include , a uxx include and individual includes for each FM in the function group, and these forms subroutines for the each FMs.

top include holds global data and UXX holds the calls to each FM s

hope that helps

Read only

paruchuri_nagesh
Active Contributor
0 Likes
557

hi

phani

in TFDIR table

Regards

Nagesh.Paruchuri