Hello all!
USR0330N deliveres a so called “Internal Object type”. It was quite easy to find out, that this one-byte-field has the following meaning:
3 = Dialog
4 = Class
7 = Function
C = Global Data Area
F = Program
G = Copycode
H = Helproutine
L = Local Data Area
M = Map
N = Subprogram
P = Parameter Data Area
S = Subroutine
T = Text
But it would be interesting to know, why the “internal object type” of a PDA is P and not A. The types for GDAs and Copycodes seem to be interchanged…
And the most important question: Where are these internal object types used and why do they differ from the official ones? It isn’t used for the extension of the sources on the filesystem (e.g. NSP). It isn’t even used internally in the FILEDIR.SAG…
Regards,