‎2008 Sep 08 7:20 AM
Can anyone suggest me a name of a function module which will ask a user to give a list of programs name which are started with 'Z*' ?
‎2008 Sep 08 7:37 AM
Hi Suchandra bose,
You can write a SELECT statement to table TRDIR where NAME --->ABAP Program Name is Z* and SUBC ---> Program type is 1 ( Executable) .
You can create your own function module by implementing this code.
Best regards,
raam
‎2008 Sep 08 7:52 AM
se80>select program from drop down>ive z* in below program name and enter.
Amit.
‎2008 Sep 09 7:45 AM
Actually I want this option when a program is executed.Means when my program will be executed,at selection screen,it will ask user to give a list of all Z* programs.It will choose any one of them.Is it possible by the SELECT from TRDIR?
‎2008 Sep 15 10:52 AM
You can have the select statement in the 'at selection-screen' itself.