Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Changes to Invoice SAP Script

Former Member
0 Kudos

Hi all,

I need to change the description of Pricing condition, and when the price is negative, the minus sign is Printed to the right of the price but need to print on left side. i.e 1.50- to -1.50, can someone please tell me step by step process how to do it. I have no idea about SAP Scripts.

Thanks in Advance,

Rishik.

1 ACCEPTED SOLUTION

former_member205763
Active Contributor
0 Kudos

use SET SIGN LEFT or use the variable as &var(<)&

see this http://help.sap.com/saphelp_nw04/helpdata/en/d1/803445454211d189710000e8322d00/frameset.htm

2 REPLIES 2

Former Member
0 Kudos

try this FM

CLOI_PUT_SIGN_IN_FRONT

regards

Prabhu

former_member205763
Active Contributor
0 Kudos

use SET SIGN LEFT or use the variable as &var(<)&

see this http://help.sap.com/saphelp_nw04/helpdata/en/d1/803445454211d189710000e8322d00/frameset.htm