cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$Exception: (127) JCO_ERROR_FIELD_NOT_FOUND: ES_BDGT_EXT not a member

Former Member
0 Kudos

Hi Experts,

I am doing some enhancement on existing PDK applications.

and there is a need to change Function module's signature (import, export parmaters)

after making changes there when i try to read values of those fields in java program, i am getting this error.

all the values from changes in existing parameters are getting read in program but newly defined or added EXPORT parameters are not getting read.

tried with invalidating caches also but no help .

when i read outputParameters.getFieldCount() + "," + outputParameters.getNumFields(); it also returns me count as number of parameter as they were earlier rather an updated count.

Any hints?

Regards

Subhash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

restart the server

Regards

Manohar

Former Member
0 Kudos

it is changes in PDK dev instead of Webdynpro, still are you sure that other than restart of j2ee engine there is no other way?

Subhash

Former Member
0 Kudos

Hi,

If u change the structure of the bapi there would be o mismatch of meta data.Due to this U need to restart the server

Regards,

Sri

Edited by: Srikanth Thatipally on Jan 15, 2009 10:19 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

after restart it worked

thanks to you all for help..

ps: points given.

ravindra_bollapalli2
Active Contributor
0 Kudos

hi,

still in same case check this the source of message

and what to do

http://help.sap.com/saphelp_nw04/helpdata/en/f6/daea401675752ae10000000a155106/frameset.htm

bvr

Edited by: bvr on Jan 15, 2009 10:32 AM

Former Member
0 Kudos

Hi,

If the implementation of the bapi is changed no need to restart it. If u modify the structure of the Bapi (linke parameters)then u need to restart the server.

Regards,

Sri

Former Member
0 Kudos

Hi,

Please check if you have activated the function module after doing the modifications. if the function module is not activated the changes will not reflect.

Regards,

Sahidur