cancel
Showing results for 
Search instead for 
Did you mean: 

how to add zeros in front of field

Former Member
0 Kudos

the source data is from idoc. in target the price field should be exactly 9 digits. Also i need to add zeros in front of target field .

Example:

In source data from idoc :23.49

In target this field should be followng: 000023.49

How can i do this?

Thanks

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Use the function called FormatNum: 000000.00

Hope this helps,

Mark

Former Member
0 Kudos

Thanks Mark, it is solved

Nurhan

Answers (0)