‎2007 Jun 21 8:08 AM
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?
‎2007 Jun 21 8:14 AM
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
‎2007 Jun 21 8:14 AM
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
‎2007 Jun 21 8:18 AM
wanted to avoid this option..
no problems.. Thanks for the response..
‎2007 Jun 21 8:58 AM
Hi,
The field pagebreak is not avaialable in ECC 6.0. You need to handle it in the code itself.
Regards
Shiva