SAP Managed Tags: ABAP Development From R3 I want to check the last logon Date (USR02-TRDAT) of a user in an outside system such as EBP or BW. BAPI_USER_GET_DETAIL seemed like a good choice but TRDAT is not passed to the BAPI. Last Logon Time is (LTIME) but not Last log...
Example 1-Call REFM BAPI_USER_GET_DETAIL via Java Console AppBapiExample.javashowsa very basic example of using the SAP JavaConnector to call the remote-enabled function module"BAPI_USER_GET_DETAIL"from a Java console application.To Build(sapjco must be in classpath):To Run:Example 2...