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 Issue in SmartForms

Former Member
0 Likes
715

Hi,

I have smartform with 2 Pages. I copies a <b>Window</b> in the <b>First</b> Page to the <b>Second</b> Page. Then I went to the <b>Second</b> Page and did some changes to the <b>Second</b> Window where it contain a Text Node. This modification atonce got refelcted in the <b>First</b> Page Text Node. How could I prevent this? Same thing happens when I do and changes in the <b>First</b> Page Window it get reflected in the <b>Second</b> Page Window Text Node.

Thanks,

Kishan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
689

Hi kIshan,

Create the New window in second page , instead of copy the first page window..

and proceed.

vijay

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
689

Try having the window as a different name than in the first page. What I mean is, if the window in the first page is called 'WIN1', copy it to the second page, but name it as 'WIN2'. Can you do this?

Regards,

Rich Heilman

Read only

Former Member
0 Likes
690

Hi kIshan,

Create the New window in second page , instead of copy the first page window..

and proceed.

vijay

Read only

0 Likes
689

Thanks Vijay. Your points awarded.

Read only

Former Member
0 Likes
689

hi

First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)

Here, you can specify your title and page numbering

&SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)

Main windows -> TABLE -> DATA

In the Loop section, tick Internal table and fill in

ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2

try these links

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-press.com/downloads/h955_preview.pdf

http://www.ossincorp.com/Black_Box/Black_Box_2.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/smartform-tutorial.htm

http://www.sapgenie.com/abap/smartforms.htm

regs

Arun

Message was edited by: arun a v