‎2009 Jun 10 2:20 PM
Hi all,
hope sb can help me.
I'm creating a dunning form with sapscript. So I use the text elements for the dunning levels.
Is it possible to use a certain text per dunning level before and after the line items?
Like This:
Dear Customer,
Dunning text 1 for dunning level 1
Invoice 1 Amount 1.000.-
Invoice 2 Amount 2.000.-
Total 3.000.-
Dunning text 2 for dunning level 1
Sincerley
Is this possible? How?
Thanks in advance
Philip
‎2009 Jun 10 2:38 PM
Hi
Yes it can.
U need to create two distinct texts and call them:
the first one before and the last one after the main text: u can use the statamente INCLUDE in your sapscript
Max
‎2009 Jun 10 2:38 PM
Hi
Yes it can.
U need to create two distinct texts and call them:
the first one before and the last one after the main text: u can use the statamente INCLUDE in your sapscript
Max
‎2009 Jun 10 2:48 PM
Is there an example in the SAP standard forms?
I have no clue how to do this...
‎2009 Jun 15 12:51 PM
I used text symbols. I did'nt know how to do this with include.
Thanks.