Hi Community,
I have a problem with the dynamic receipt of the list of parameters and their values when calling the ABAP function in SAP (with DESTINATION parameter as SAP JCO SERVER) and then processing it using Java in SAP JCO Server.
The point is that i need a dynamic way to get information in JCO Server (using Java) about what SAP function and with what parameters (Importing, Exporting, Changing and Tables) was called in SAP (because my JCO Server server listens for SAP RFC calls has to store information about this calls from SAP).
I know that (for example for Importing Parameters) using command (JCoParameterList ParameterList = function.getImportParameterList()) in Java I can receive this data, but how can I get Iformations from this Variable "ParameterList" on the name of the parameters, their types and the values with which they were called?
I will be grateful for any suggestions on how in Java we can retrieve this data from object of type "JCoParameterList"!
Kind regards,
Andrew