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

differentiating the type of programs

Former Member
0 Likes
1,053

Hi,

In ABAP, we can write normal report and types, scripts, smartforms, tables, BDC etc.

By seeing the program name, can we identify that is a script, this is smartform like that.....

Plz note that there are no naming conventions for these set of programs.

Kindly let me know if there is any way.

Regards,

Anil.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,022

just today, somebody faced the same problem

Hi,

In ABAP, we can write normal report and types, scripts, smartforms, tables, BDC etc.

By seeing the program name, can we identify that is a script, this is smartform like that.....

Plz note that there are no naming conventions for these set of programs.

Kindly let me know if there is any way.

Regards,

Anil.

7 REPLIES 7
Read only

GauthamV
Active Contributor
0 Likes
1,022

hi,

There is no specific naming conventions based on object.

But you can differentiate them based on object type.

if you check in table TADIR you can get that details.

for ex:

object object type

report prog

script form

smartform ssfo......

Read only

former_member203501
Active Contributor
0 Likes
1,022

use the view PROGDIR, and the table TNAPR for getting all this information

Read only

Former Member
0 Likes
1,022

Hi Satish,

Use tabel TNAPR.

execute the table ,give maximum hits.

U can get print program name with layout name also.

Regards,

Flavya

Read only

ThomasZloch
Active Contributor
0 Likes
1,023

just today, somebody faced the same problem

Read only

former_member156446
Active Contributor
0 Likes
1,022

Hi..

with a mere sight on the program name and that too with no naming convention its tough...I doubt if its possible.. may be if the person in a Org for 10 to 15 yrs. Seeing programs from time in to time out he/she might do that...

Read only

Former Member
0 Likes
1,022

As suggested by Thomas, the same has been discussed in the below thread

Hope this shuld solve ur problem..

Regards

Read only

Former Member
0 Likes
1,022

Hi There,

Try this table : D010SINF.