SAP ABAP获取SAP账号User Profile里的参数值

 

 

我的某个SAP系统账号的USER PROFILE里定义了如下参数,

SAP ABAP获取SAP账号User Profile里的参数值_SAP ABAP

如果想要在某些自开发程序里,通过程序自动抓取某个参数值,该如何做?

方法有3:

1, 使用function module SUSR_USER_PARAMETERS_GET

SAP ABAP获取SAP账号User Profile里的参数值_User Profile_02

SAP ABAP获取SAP账号User Profile里的参数值_SAP ABAP_03

SAP ABAP获取SAP账号User Profile里的参数值_SAP ABAP_04

2, 通过执行FM#BAPI_USER_GET_DETAIL

SAP ABAP获取SAP账号User Profile里的参数值_SAP ABAP_05

SAP ABAP获取SAP账号User Profile里的参数值_参数_06

SAP ABAP获取SAP账号User Profile里的参数值_参数_07

3, 查询表USR05。

SAP ABAP获取SAP账号User Profile里的参数值_参数_08

SAP ABAP获取SAP账号User Profile里的参数值_SAP ABAP_09

-完-

写于2023-6-26