cancel
Showing results for 
Search instead for 
Did you mean: 

UDF Error

Former Member
0 Kudos

Hi Friends,

I had a problem while using UDF which includes "SimpleDateFormat" function int.

When i activate my mapping i'm getting following error:

Error:

<identifier> expected import com.sap.aii.mappingtool.tf3.;import com.sap.aii.mappingtool.tf3.rt.;import java.util.;import java.io.; import java.lang.reflect.;import java.text.;import import;import java.util.*;

I dont know which package should be imported in to XI to use this SimpleDateFormat function.

Could any one suggest plz how to resolve this????

Regards,

VKG.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

java.text.* and java.util.* will resolve the issue.

YOu have to add it in the imports section of UDF

Former Member
0 Kudos

SimpleDateFormat class requires java.text,*

As i observe * ws mssing for impoer java.text

class name is java.text.simpleDateFormat

Rajesh

Former Member
0 Kudos

Hi,

The following link has given clear solution for your issue.

_http://jtute.com/java6/0702.html

Thanks,

Jogula Ramesh