Posted: Fri Jun 05, 2009 9:30 am Post subject: ФИО пользователя через логин
Доброе время суток!
Возникла такая задача: необходимо через имя пользователя в системе получить его ФИО и отдел (то что видно по SU01).
По советам родственного форума, использовал BAPI.
Далее VBA код. Я не сказал, что мне нужно отформатировать отчет в Bex Analyser (это BW), а он построен на MS Excell.
Code:
Private Sub ExtGetUserDetail_BAPI()
On Error GoTo errTrap
Dim objBAPIControl As Object
Dim sapConnection As Object
Dim oUser As Object
Dim oAddress As Object
Set objBAPIControl = CreateObject("sap.bapi.1")
Set sapConnection = objBAPIControl.Connection
Age: 170 Joined: 04 Oct 2007 Posts: 1218 Location: Санкт-Петербург
Posted: Fri Jun 05, 2009 1:05 pm Post subject:
Возможно с правами на клиенте.
У себя под дебагером (включается sapConnection.ABAPDebug = True)
глянул, SAP информацию отдает.
Проверю на другом клиенте, где есть права админа и отпишу.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.