cancel
Showing results for 
Search instead for 
Did you mean: 

WD Java - Type does not exists

former_member193202
Participant
0 Kudos

Hi folks,

we use the RFC Import in WebDynpro JAVA and import a function module of name like /tyed/myFunction where /tyed/ is a namespace.

when running that application we get an error on a structure which is of name like /tyed/myStructure and in JAVA the namespaces are translated from /tyed/ to __tyed__

The dump says com.sap.dictionary.runtime.DdException: Type ordmon.types.__Tyed__Atcp_S_Ordmon does not exist

But these data-types do exist? are there any known problems with namespaces ???? or what could that be.

kind regards

oliver

Accepted Solutions (1)

Accepted Solutions (1)

former_member85655
Active Participant
0 Kudos

Hi Oliver,

The most likely reason for this kind of an error could be the follows

• The backend to which to connect at Runtime is not the same as the backend from which you imported the model. This could cause inconsistencies. You need to run with the same backend from where you imported your model or the version of the RFC in the backend used at runtime must be compatible to the one used to import the model.

• Data types have changed in the backend, such that the “Type” you imported earlier no longer exists. You need to re-import the model again.

Regards,

Arun

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Stop your application from the Visual Administrator, restart your j2ee server and then start your application again.

Regards,

Satyajit.

Former Member
0 Kudos

restart the j2ee server

Former Member
0 Kudos

If you changed the BAPI you need to restart the J2ee so it clears the cache