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

regarding reading a function group

Former Member
0 Likes
776

Hi,

I have a functionlaity like this:

I have a selection screen whcih accepts the function group name...

based on this i have to select all the function modules, includes, text elements if any, etc...in that

group...

is there any read statement to read the function group like READ REPORT & READ TEXTPOOL...

or give me the logic how to get this functionality

I got the tables TLBIT which gives the fucntion group..

Is there any means to fetch the data from this table..

hope u guys got my question..

thanks..

regards

raghu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

if you have Function group with you then concatenate the SAPLZ to that in the beginning. and then use READ REPORT

in side that you can get all the includes, now if you want FM's then take the include *****XX , read that include with read report then you can find the FM's in it.

read textpool of SAPLZFUNCGROUP. you will textelements etc.

Regards

vijay

4 REPLIES 4
Read only

vinod_gunaware2
Active Contributor
0 Likes
619

Table are

DBCON Description of database connections (including password)

DD02V Date dictionary tables

DD03L Date dictionary tables and fields

DD07T Texts for Domain Fixed Values

TRDIR Table of programs

TRMAC Table of macros

TSTC Table of transaction codes

TADIR Directory of R/3 repository objects

TFACD Factory calender definition

THOCI Public holiday calendar index

TPARA Table of PID's

regards

vinod

Read only

Former Member
0 Likes
619

Hi

Good

Go thorugh this link i hope this will help you to solve your problem.

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/frameset.htm

Thanks

Mrutyunjaya Tripathy

Read only

Former Member
0 Likes
620

Hi,

if you have Function group with you then concatenate the SAPLZ to that in the beginning. and then use READ REPORT

in side that you can get all the includes, now if you want FM's then take the include *****XX , read that include with read report then you can find the FM's in it.

read textpool of SAPLZFUNCGROUP. you will textelements etc.

Regards

vijay

Read only

0 Likes
619

you can use function module

RS_FUNCTION_POOL_CONTENTS

Regards

Raja