I am looking to retrieve following Session time and password profile parameters for SAP via SAP JCo, via the RFC-enabled function module TH_GET_PARAMETER
. How to know the details of the parameters of this function module, or any other RFC-enabled function module generally speaking (without access to the SAP backend system).
Examples of profile parameters:
rdisp/gui_auto_logout
login/min_password_lng
- etc.
the following code works well:
It connects to RFC "TH_GET_PARAMETER", which has one input and one output. You need to input the respective parameter and print the output.