‎2007 Apr 19 4:32 PM
Hi,
What is the table contains Function module include program name
Regards,
Raja
‎2007 Apr 19 4:36 PM
Hi
Go to SE80 and give me your FM name and you get Function groups,includes etc.
Thanks
‎2007 Apr 19 4:34 PM
‎2007 Apr 19 4:36 PM
Hi
Go to SE80 and give me your FM name and you get Function groups,includes etc.
Thanks
‎2007 Apr 19 4:39 PM
‎2007 Apr 19 4:40 PM
‎2007 Apr 19 4:42 PM
Hi,
Tfdir not having the Include program name,Only main progrma name.
I need include program names.
Bi,
raja
‎2007 Apr 19 4:46 PM
‎2007 Apr 19 4:58 PM
Hi,
Try the following
TFDIR - This gives the main include for your FM (field PNAME - the main include).
D010INC - This gives a list of all includes in the function module - pass in the value from PNAME.
As for the texts
TFDIRT - Name of the texts for the function modules
I will ammend when I find out the name of the include texts I don't think it is TRDIRT.
Thanx
Nath
‎2007 Apr 19 4:48 PM
Try this FUNCTION_INCLUDE_INFO to get the include number to which function module belongs to.From this u ll get only the particular include name.
or
if u need the all the includes used in the function group u have use INNER JOIN on TFDIR and D010INC table
<b>Select binclude into itab from trdir as a inner join d010inc as b on apname = bmaster where apname = fmodname.</b>
I hope this will help u.
Thanks & Regards
Santhosh
Message was edited by:
santhosh ds
‎2007 Apr 19 4:50 PM