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

Program Name check

Former Member
0 Likes
847

hello experts ,

i want check or validate the program name entered by a user in a field , exists or not ...how can i do that?

thanks

5 REPLIES 5
Read only

Former Member
0 Likes
728

Hi,

All the program names are stored in the table TRDIR.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
728

HI,

Check in the Table TRDIR

Read only

GauthamV
Active Contributor
0 Likes
728

You can check the entry of that program in TADIR table and thorugh a message if it doesn't exist.

Read only

Former Member
0 Likes
728

Hi,

Please check table TRDIR where NAME is equal to name given by user.

Read only

Former Member
0 Likes
728

This message was moderated.