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

Programs names details

Former Member
0 Likes
630

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*' ?

4 REPLIES 4
Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

se80>select program from drop down>ive z* in below program name and enter.

Amit.

Read only

Former Member
0 Likes
598

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?

Read only

0 Likes
598

You can have the select statement in the 'at selection-screen' itself.