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

Dunning Split Text Elements

Former Member
0 Likes
590

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

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

3 REPLIES 3
Read only

Former Member
0 Likes
522

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

Read only

0 Likes
521

Is there an example in the SAP standard forms?

I have no clue how to do this...

Read only

Former Member
0 Likes
521

I used text symbols. I did'nt know how to do this with include.

Thanks.