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

text printing problem in sap script

Former Member
0 Likes
466

In ABAP, we have an excise printing program, in which we have to add

one expenses which is being calculated properly in proforma invoice

and sales order. The expense head is amortization amout, the amount is

being added in the excise invoice total but not printing it.

2 REPLIES 2
Read only

Former Member
0 Likes
429

hi,

check out in ur sapscript weather ur giving field name correctly r not in that place.

Regards,

Shankar.

Read only

Former Member
0 Likes
429

Hi Shital,

I think the problem here is with your form and you need to crosscheck it once.. First thing you need to check is whether the program is fetching a value for this and to make sure it is not blank. Use debugging to this stuff. Second of all Check whether you are correctly writing the command in you Script so that the value is printed properly.Check that there are no conditions that are stopping it from being printed.

Regards,

Pramod