2008 Dec 10 12:58 PM
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.
2008 Dec 10 1:17 PM
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.
2008 Dec 10 1:01 PM
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......
2008 Dec 10 1:02 PM
use the view PROGDIR, and the table TNAPR for getting all this information
2008 Dec 10 1:12 PM
Hi Satish,
Use tabel TNAPR.
execute the table ,give maximum hits.
U can get print program name with layout name also.
Regards,
Flavya
2008 Dec 10 1:17 PM
2008 Dec 10 1:18 PM
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...
2008 Dec 10 1:43 PM
2008 Dec 10 2:02 PM