abainstallinfo (ap_ini)

Name

abainstallinfo

Code

ap_ini

Creation Date

13 december 2000 13:53:05

Modification Date

24 mars 2011 10:16:25

Comment

Installation history when the ABAPERLS subsystem is not present.


Table description

This table holds the same kind of information as abainstallhistory, and is in fact an older version of that table. DBBUILD and the update scripts generated by DBUPDGEN create this table if the ABAPERLS subsystem is not present, and the table is missing. And if abainstallhistory is not present, they they write START and STOP entries to abainstallinfo.

 

When the ABAPERLS subsystem is added, the information in abainstallinfo is copied to abainstallhistory and abainstallinfo is subsequently dropped.


Column list


Column


Domain

Data
Type

NOT
NULL

F
K


Comment

script

 

nvarchar(64)

X

 

Name of script/tool.

vc_path

 

nvarchar(255)

 

 

Path in version-control system.

ss_label

 

varchar(15)

 

 

Label in version-control system.

action

 

char(5)

X

 

START or STOP.

actiontime

 

datetime

X

 

Time when the row was inserted.


script

Name of update script or DBBUILD or "DBBUILD -rebuild".