cancel
Showing results for 
Search instead for 
Did you mean: 

SFSY-PAGEBREAK missing in ECC6

Former Member
0 Kudos

hi all,

i am upgrading from 4.6 e to ECC 6.0. i encounter an error in smartforms. i have to declare sfsy-pagebreak in the smartform. but it throws error saying sfsy does not contain the field SFSY-PAGEBREAK.

i replaced with INTSFSY-PAGEBREAK. now it says "INTSFSY is unknown try with SFSY.

Please guide me, how to capature the value of PAGEBREAK populated by the system.

Thansk in advance,

Regards,

Naveen

Edited by: Naveen Deva on Feb 5, 2009 8:46 AM

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello

check this link .....May Helps u

http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm

Thank u,

santhosh

Former Member
0 Kudos

Hi Naveen,

Recently I aslo encountered the same problem.

In SFSY we don`t have any field called Pagebreak.

So we can judge the pagebreak by using the footer.

At the every page break the footer is triggered.

So you can write ur logic in footer.

Hope it will help u....

Cheers,

Rajesh.

Former Member
0 Kudos

Hi Naveen,

Create the program lines for the page break to occur declare the variable in the global declarations.

Regards,

Sravanthi

Former Member
0 Kudos

Hi Sravanthi,

I dont need the page break. Page break is working fine, but the only issue is to check whether the page break is occured or not, this is checked through SFSY-PAGEBREAK in 4.6 vesrion.

if SFSY-PAGEBREAK = 'X'.

  • INVOICE

endif.

As in 6.0 version , there is no PAGEBREAK field in SFSY, my samrtform is throwing error...

let me know if any ambiguity in my requirement.

Thanks for your reply...

Regards,

Naveen

Former Member
0 Kudos

Hi

I dont need Page break in the smartform,

but as previously my smartform is designed in 4.6, with in tha form , some logic is there where it is checking if sfsy-pagebreak = 'X', it means whenever a page break is occured, some part of teh logic is being executed.

Now i need to maintain the same logic, i.e whenever a Page break is occured, have to execute the some part of logic.

PAGEBREAK exists in SFSY in 4.6 version, but it doesnt exist is 6 version .

Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

Even Iam having the same problem.

Have u solved that pagebreak issue.Please let me know the procedure.

Thanks in Advance.

Pallavi.

Former Member
0 Kudos

Hi

Actually Its on hold, and I stopped working on it , but definetly I have to work in future.

The solution what I will be implementing Is through field-symbols.

But donu2019t donu2019t know whther this will works or notu2026.

I think we need to capture the value of INTSFSY-PAGEBREAK in the program LSTXBCFBR thru fieldsymbols within program lines of smartforms. But not sure this may works or not.

Any suggestions from your side will be helpfulu2026.

Rajesh: your proposed solution will not work in my case

Thanks.

Former Member
0 Kudos

Hi if oyu want page break im main window table.

Goto details option besude table screen,

click that one in that no page option available if you check means it will act as

protect ..endprotect in SAP SCRIPTS.

Former Member
0 Kudos

Hi Naveen,

Their is no such SFSY-PAGEBREAK system field in the smartforms.

In the smartform press ctrlshiftf4 you get the list of the field name in that you have system fields for

the smartforms..

Refer this link,

[Dynamic page-break|http://help.sap.com/saphelp_nw70/helpdata/EN/70/e17a37dec511d3b575006094192fe3/content.htm]

Regards,

Kalyan.