如果你能回答我的问题,我将不胜感激:
1)如果我创建了一个Z事务代码来维护一个Z表,该表的授权组不等于Display/Maintenance Allowed with restriction
且数据浏览器/表视图maint设置为foreach( $sel_setting as $setting ) :
($setting->id == 1) ? $school_name = $setting->option_value : $school_name = "";
($setting->id == 2) ? $school_logo = $setting->option_value : $school_logo = "";
($setting->id == 6) ? $school_add = $setting->option_value : $school_add = "";
($setting->id == 7) ? $school_city = $setting->option_value : $school_city = "";
($setting->id == 8) ? $school_state = $setting->option_value : $school_state = "";
($setting->id == 9) ? $school_country = $setting->option_value : $school_country = "";
($setting->id == 10) ? $school_number = $setting->option_value : $school_number = "";
($setting->id == 12) ? $school_email = $setting->option_value : $school_email = "";
($setting->id == 13) ? $school_site = $setting->option_value : $school_site = "";
endforeach;
,这是否意味着Z tcode也仅限于少数用户?
2)有没有办法知道谁有权运行为维护桌子而创建的某个Z Tcode? p>