cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Requirement

Former Member
0 Kudos

Hi Experts,

i have one mapping reqiurement like, the source data coming from idoc. in source side ihave field like price(10.09).in target side the price field should be 9 digits. And i need to add zeros in front of the target field. how it will do???

please suggest me its urgent.

regards,

alekhya reddy.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

i think you source fileld value is ->10.09 right

target value will be -> 0000010.09

Its very simple to Use the standard function FormatNum: 000000.00

mapping:

price->formatNum->price.

i hope it will work.

regards,

ganesh.

Former Member
0 Kudos

Thnx for quick reply

its working fine

Answers (0)