|
Name |
abainstallhistory |
|
Code |
ap_inh |
|
Creation Date |
13 december 2000 13:53:05 |
|
Modification Date |
2 december 2011 17:51:30 |
|
Comment |
History of builds and update/patch scripts. |
|
This table provides a history of all builds, update scripts and patches that have been executed in the database. After a successful run for a subsystem there are two entires: one START and one STOP (or a REMOVE). Thus, if there is a START without a STOP, this indicates an installation in progress - or one that never was completed. |
|
|
|
Data |
NOT |
F |
|
|
inhid |
|
int |
X |
|
Synthetic primary key. |
|
varchar(64) |
X |
|
Name of script/tool. |
||
|
|
char(6) |
X |
|
START, STOP or REMOVE. |
|
|
actiontime |
|
datetime |
X |
|
Time when the row was written. |
|
varchar(30) |
|
X |
The affected subsystem. |
||
|
varchar(15) |
|
|
|
||
|
nvarchar(250) |
|
X |
|
||
|
nvarchar(250) |
|
|
|
||
|
username |
nvarchar(40) |
X |
|
NT user that ran the installation. |
|
|
hostname |
nvarchar(40) |
X |
|
From which host the user ran the installation. |
|
|
domain |
nvarchar(40) |
X |
|
On which domain the user was logged into. |
|
|
|
Name |
Columns |
Options |
PK |
|
pk_ap_inh |
inhid | clustered |
X |
|
Name of the script/tool that installed something in the database. This is DBBUILD in the case you add a subsystem, else it is an update/patch script generated by DBUPDGEN. When you run DBBUILD with -rebuild, the value in this column is "DBUILD -rebuild". |
|
List of values |
START |
|
The action for the entry, usually START or STOP. REMOVE is added in place of STOP by an update script that completely removes a subsystem. |
|
The affected subsystem. This column is normally non-NULL, but is in NULL if the ABAPERLS subsystem was added when one or more subsystems already was present, and the existing information in abainstallinfo was converted to abainstallhistory. It could also be NULL, if the ABAPERLS subsystem was updated to L1.0.0020 and there was entries in abainstallhistory without entries in abasubsystems, as previous versions did not enforces referential integreity between the two tables. |
|
Which label that was used if any. This column is always NULL for a patch, because patches do not affect the subsystem label. |
|
The version-control repository (e.g. TFS database) from which the files in the script were taken. |
|
Path in the repository from which the installation originated.. |
|
Child Table |
Foreign Key Columns |
|
inhid |
|
Parent Table |
Foreign Key Columns |
|
vc_repository |
|
|
subsystem |
|
|
|