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

ABAP Function POOL Name

Former Member
0 Likes
729

Hi All,

How to know report name through Function pool.

Example I have function pool  name want to know report name.

Regards

Arif

2 REPLIES 2
Read only

pavanm592
Contributor
0 Likes
673

Hi Mohd Arif,

Go to SE80 Select Function Group and give the name in there and will get all the objects under the Function Group.

Regards,

Pavan

Read only

0 Likes
673

Hi!

If your function pool is called <FPname>, then you can open it in SE38 as SAPL<FPname>.

For module pools - SAPM<MPname>.