Hello Experts,
I am calling a function module from JAVA by establishing JCo.
I need to fetch a field value from the structure in the export parameter list of the FM.
Say the structure is ES_HEAD_COMV and the field value to be accessed is LIFSK.
I am able to fetch the structure. It is visible in the logs.
What is the way to get the value of LIFSK from the structure ?
Please help.