‎2008 Jan 03 2:49 PM
I need a FM that can take a internal table for list of programs and return their description.
Thanks,
‎2008 Jan 03 3:00 PM
use this table
TRDIRT Title texts for programs in TRDIR
loop at itab.
select * from trdirt into itab_desc
where programname = itab-prgname.
endloop.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jan 3, 2008 10:03 AM
‎2008 Jan 03 3:00 PM
use this table
TRDIRT Title texts for programs in TRDIR
loop at itab.
select * from trdirt into itab_desc
where programname = itab-prgname.
endloop.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jan 3, 2008 10:03 AM
‎2008 Jan 03 3:01 PM
hi
good
i dont think there is any such function module available for the same.
thanks
mrutyun^
‎2008 Jan 03 3:02 PM
‎2008 Jan 03 3:02 PM
TRDIRT has details for 70% of the programs but rest still have descriptions in textpool.
I do not have development authorization so looking for a std FM.
Thanks,