SU01 Create user Id Program BDC
REPORT zmass_user_id_creation NO STANDARD PAGE HEADING LINE-SIZE 255 . * Include bdcrecx1_s: * The call transaction using is called WITH AUTHORITY-CHECK! * If you have own auth.-checks you can use include bdcrecx1 instead. *include bdcrecx1_s. TYPES : BEGIN OF ty_data , userid TYPE bname , title TYPE ad_titletx , last_name TYPE ad_namelas , first_name TYPE ad_namelas , function TYPE ad_f...