cancel
Showing results for 
Search instead for 
Did you mean: 

Empty attribute value is filled during runtime

marcelino_ponty
Explorer
0 Kudos

Dear experts,

I'm developing java webdynpro custom application. I met a strange behaviour during model execution.

In my code, I call the model and execute the RFC FM, and one of the field in table datatype, is filled with unexpected 'o' value. When I execute this model in R3 system, it returns empty value.

In another case, using the same model, I found that one field that supposed to display 3 character value, only display 1 character value.

I admit that I did some reimport of this model during early phase of development. The reimport includes changes of field's data element and field's lenght.

In my attemtps to troubleshoot this, I have reimport the model, delete the bindings, delete the model node, then readd them again, but have no luck. I also have invalidate the metadata from webdynpro console.

Anyone got a clue why this happen and how to solve this?

Thanks,

Regards,

Ponty

Accepted Solutions (0)

Answers (1)

Answers (1)

marcelino_ponty
Explorer
0 Kudos

Solved by restarting the j2ee engine. Seems like cache problem.