Skip to Content
0
May 05, 2010 at 05:42 AM

Get value from a field in Structure.

125 Views

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.