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

Windows copies in smartforms

gregorygotera
Explorer
0 Likes
958


Hi

I need to print the same information in two window in the same page ( the information printed in both windows are identical).

I am creating a new smartform , and I using the funcionality "Copies Window"  for do two main window in the same page.

Now, when I do any change or changes inside my 'main window', could replicated automatically in  ' main window copies ' but this not occurs.

I know that is posible using Sapscript but is it posible using smartforms?

Best regards

Gregory Gotera

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
876

Hi,

You cannot have two main windows in smartforms. Change one window type to secondary window.

Its just like a function module, no matter which window, same values will be printed for same variables. So, copy the window and change its type and it will do.

Regards,

Ashish


Hi

I need to print the same information in two window in the same page ( the information printed in both windows are identical).

I am creating a new smartform , and I using the funcionality "Copies Window"  for do two main window in the same page.

Now, when I do any change or changes inside my 'main window', could replicated automatically in  ' main window copies ' but this not occurs.

I know that is posible using Sapscript but is it posible using smartforms?

Best regards

Gregory Gotera

3 REPLIES 3
Read only

Former Member
0 Likes
877

Hi,

You cannot have two main windows in smartforms. Change one window type to secondary window.

Its just like a function module, no matter which window, same values will be printed for same variables. So, copy the window and change its type and it will do.

Regards,

Ashish

Read only

thangam_perumal
Contributor
0 Likes
876

Yeah your correct Gregory, it is possible to Script because you can use many no of Main window in Script where as not in Smartforms. you can able to create only one in Smartforms.

Read only

venuarun
Active Participant
0 Likes
876

Hi Gregory

You can take copies of your window in smartform

Regards

Arun VS