cancel
Showing results for 
Search instead for 
Did you mean: 

Reg Formatting in Smartform

Former Member
0 Kudos

hi All,

In script i am printing one variable like field1(C.2).

here filed1 is type KOMVD-KBETR(curr field 11 with 2 decimals)

The data coming from Driver prog for filed1 is <b>190.00</b> but by using field1(C.2) option output is <b>19,00</b>

how can we achieve same thing in Smartform.

Regards

Ashok P

Accepted Solutions (0)

Answers (2)

Answers (2)

sridhar_k1
Active Contributor
0 Kudos

If you want smartform to print 19,00, add field to text node like &FIELD1(C.2)&

cehck the following link for smartfom formatting options:

http://help.sap.com/saphelp_erp2004/helpdata/en/1c/f40c6fddf311d3b574006094192fe3/frameset.htm

Regards

Sridhar

Former Member
0 Kudos

Hi,

Try using: &KOMVD-KBETR(T)& -> 1234.560 this will remove thousand seperator.

Also refer Formating Option in the link: http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm

Reward points if this Helps.

Manish

Message was edited by:

Manish Kumar