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

SAP Scripts

Former Member
0 Likes
573

Hi All,

How to have

from: to:

date: page x of y:

this format.

Regards,

Nasru

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
555

Hi

Just hardcode the data like this:

From : To:

Regards

Haritha.

5 REPLIES 5
Read only

Former Member
0 Likes
555

Hi,

You can write the Hardcoded text for FROM and TO

(you can use &DATE& field for this)

date: page &PAGE& of &sapscript-formpages%

will give 1 of 2 like that.

reward if useful

regards,

ANJI

Read only

0 Likes
555

Hi,

You can write the Hardcoded text for

FROM and TO: &DATE& for date display

page &PAGE& of &sapscript-formpages&

will give 1 of 2 like that.

reward if useful

regards,

ANJI

Read only

0 Likes
555

Hi,

How to have

from and to in the same line.

Regards,

Nasru

Read only

Former Member
0 Likes
555

Hi,

For Date use &DATE& and for Pages use &PAGE& of &sapscript-formpages&.

thanks,

sksingh

Read only

Former Member
0 Likes
556

Hi

Just hardcode the data like this:

From : To:

Regards

Haritha.