cancel
Showing results for 
Search instead for 
Did you mean: 

problem after the structure in backend is changed

Former Member
0 Kudos

hi

i am calling an RFC and populating data in the

3 itemlistbox , and filtering data on itemlistbox on each

and for filtering the data iam taking reference from

one of the table Structure called IT_Car_Data

which has column element as make , model , bodytype,year and each has data .

now sequence of the column element has been changed

make , model , year , bodytype and a fresh data has been

put in this element. now the problem when iam filtering

the data on the basis of this Structure table iam able

filter data for model but when it come to bodytype

its showing null or blank data in the itemlistbbox

data is not getting filtered .

is that column element has been moved from there positions , should i need to again re-import and restart

the server for getting reflected .

what can be the reason? can any one help ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Murli

Yes, Serrver needs to be restrtted if there is any change in structure of RFC.

Regards

Pratyush

Former Member
0 Kudos

hi

thanks for the reply , there is no change in the

structure , but the structure elements have

moved from there original position as in

in the FM i have structure called IT_Car_data

which has elements make , model , bodytype, year

as in the front end i am making changed for my

UI w.r.t this table , but now element had been

as make , model , year , bodytype , after this

my changes w.r.t. this table is not taking place .

as make , model and bodytype are three elements

which i am using mostly .

can any one help me ? how i can solve this issue .

Former Member
0 Kudos

Hi Murali,

Reimport the model and restart the server.

You can follow this document to avoid restarting

<a href=https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3b6df> Metadata Cache Invalidation for Adaptive RFC Models </a>

I think bodytype and year are not of same datatype .

This means there is a change in structure.

Best Wishes

Idhaya R

Former Member
0 Kudos

hi

thanks for the reply , i have gone through

the following link , but in the webdynpro console

i cannot find invalidate Adaptive RFC cache option

and invalidation of RFC metadata cache

any suggestions .

Former Member
0 Kudos

Hi Murali,

You need to download ears and deploy

Best Wishes

Idhaya R