cancel
Showing results for 
Search instead for 
Did you mean: 

Java mapping

Former Member
0 Kudos

Hi Experts,

I need some help regarding java mapping. I need to get the current date...how? and generating the jar file..how? Can anybody plz explain me???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can u brief me about ur scenario.

U can use the std Date function of XI in graphical mapping.

refer the below link:

http://help.sap.com/saphelp_nw04/helpdata/en/2c/2d8c4024d26e1de10000000a1550b0/frameset.htm

chirag

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks guys

Former Member
0 Kudos

Hi bnaresh,

you do NOT need a jar-file. You can also use the class-file. The class file don't have to be generated.

You will find the class-file in your file directory on your local pc.

Regards Mario

former_member190389
Active Contributor
0 Kudos
Calendar cal  = new GregorianCalendar();
		Date date = cal.getTime();
		

To create a jar use Tools like NWDS or you can also use the command prompt jar command.