This is a utility procedure you can use to initiate abasysobjects when you add the ABAPERLS subsystem to an existing database.
ap_zz_sob_load_sp loads all objects covered by abasystablesview into abasysobjects. Well almost all: SQL Server does not require index names to be unique on database level, in opposition to AbaPerls. If there are two indexes with the same name, ap_zz_sob_load_sp will insert only one of the indexes into abasysobjects.
For path, filename and domain, ap_zz_sob_load_sp enters UNKNOWN in abasysobejcts. For scriptname it enters "From database". For subsystem it enters NULL.
The procedure takes no parameters. |
|
|
|