inout reference INOUT_Table_Reference; {Refer to table with the following syntax: table(INOUT_Table_Reference)} out boolean OUT_Active; {default form to 'IV_Location_Lookup';} {default window to 'Location_Lookup_Scroll';} OUT_Active = false; if isopen(form SOP_Entry) then 'User ID' of table SY_Users_MSTR = 'User ID' of globals. get table SY_Users_MSTR. if err() = OKAY then if not empty('User Class' of table SY_Users_MSTR) then if 'Country' of table(INOUT_Table_Reference) <> 'User Class' of table SY_Users_MSTR then OUT_Active = true; end if. end if. end if. end if.