Application Development and Automation 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: 
Read only

Changes to Invoice SAP Script

Former Member
0 Likes
401

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
Read only

Former Member
0 Likes
374

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
Read only

Former Member
0 Likes
374

try this FM

CLOI_PUT_SIGN_IN_FRONT

regards

Prabhu

Read only

Former Member
0 Likes
375

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

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