In sap smartforms sometimes we faced different issues in our real life works.Sometimes we are unable to remove decimal places, omit leading sign, display sign to the left,display sign to the right and so many. In the below I give some defining style which help you a lot.
- &work_area-field(C)& - compress space.
- &work_area-field(Z)& - remove leading Zeros.
- &work_area-field(S)& - remove leading sign.
- &work_area-field(.N)& - Display upto N decimal.
- &work_area-field(T)& - remove thousand separators.
- &work_area-field(R)& -right justified.
- &work_area-field(I)& - suppress output of the initial value.
- &work_area-field(<)& - Display leading sign to the left.
- &work_area-field(>)& - Display leading sign to the right.
- &work_area-field(4ZC)& - if for 1 to 9 total page number shows * .
- &work_area-field(C.0)& -remove decimal.
Comments
Post a Comment