Sic_AllwdUserObj

SUMMARY

Sic_AllwdUserObj - Sic allowed to User by UsrObj

SYNTAX

Sic_AllwdUserObj(<Log.-SicId>,<$USR>)

ARGUMENTS

Log.-SicId
- logical SIC-Number
$USR
- user Name

DESCRIPTION

Allows to take over a SIC in an emergency case.

Returns a ‘1’ if the currently logged in user is authorized to acquire the specified ‘SICNumber’.
Used as an enable function for buttons to initiate an emergency take over of a SIC.

EXAMPLES

Sic_AllwdUserObj(2,$USR)

Returns a ‘1’ if the logged in user($USR) is entitled for SIC 02.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times