Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9041

Re: Need Indian Rupees Format in PLD - SAP B1

$
0
0

Hi Guhandoss,

 

As per your requirement, you used above formula.

 

NumberVar paisa = No mod 100;

 

ToWords(Truncate(No)) + " and " + ToWords(paisa) + " paisa"

 

Note : No = your display amount in words field.

 

Thanks & Regards,

Nishit Makadia


Viewing all articles
Browse latest Browse all 9041

Trending Articles