cancel
Showing results for 
Search instead for 
Did you mean: 

Date mapping

Former Member
0 Kudos

Hi,

I have a mapping where I get dates in following way:

<CPU_DATUM_ZEIT>2005-06-16 17:44:46.0</CPU_DATUM_ZEIT>

so now I want to transform it into SAP format yyyymmdd...

But anyhow it always ends with an conversion error.

So it looks like I have to write an own function. Is this just possible in java??

THX Matt

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can create a user-defined function in the graphical mapping editor, within which you can write your java code to do the mapping.

http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/frameset.htm

Cheers

Manish