cancel
Showing results for 
Search instead for 
Did you mean: 

NW Java Development: Which DC contains I18NFormatterFactory?

Former Member
0 Kudos

I'm currently in the process of migrating a (big) custom development from NW 7.0 to 7.5 and fighting with compile errors.

The IUser interface got a new method that returns I18NFormatterFactory according to http://help.sap.com/javadocs/NW75/SPS06/CE/se/com.sap.se/com/sap/security/api/IUser.html.

Is there a public part I can reference for this? I guess not. I'm really astonished how an obviously bad design decision like this could ever make it into a release. IUser is public and if internal methods are needed in an interface, move it to a dedicated or derived one.

Regards, Karsten

Accepted Solutions (1)

Accepted Solutions (1)

former_member840193
Discoverer
0 Kudos

Hi Karsten,

die DC mit der Library i18n.jar, in der die Klasse

I18NFormatterFactory

enthalten ist heißt: tc/bi/i18n

Greetz

Mathias

Answers (2)

Answers (2)

Former Member
0 Kudos

Very helpful, thanks Jun Wu.

junwu
Active Contributor
0 Kudos

you are first day in sap java?