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

Page break Error

Former Member
0 Likes
481

Hi,

In 4.6C I had developed a smartform .. wheren i am using syst-pagebreak.

this field gets set as soon as it starts printing in a new page.

My logic checked if sfsy-pagebreak = 'X'.

then do a set of steps .

Now this is giving a syntax error in ECC6 as sfsy table no more has a pagebreak field in it.

does anyone know what could be the work around for this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
455

Hi

You have to use one of the fields of SFSY for your condition

PAGE

FORMPAGES

JOBPAGES

Check with NEW-PAGE command

Reward points for useful Answers

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
456

Hi

You have to use one of the fields of SFSY for your condition

PAGE

FORMPAGES

JOBPAGES

Check with NEW-PAGE command

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
455

wanted to avoid this option..

no problems.. Thanks for the response..

Read only

Former Member
0 Likes
455

Hi,

The field pagebreak is not avaialable in ECC 6.0. You need to handle it in the code itself.

Regards

Shiva