Application Development 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: 

Smartforms

Former Member
0 Kudos

I am new to smartforms. I have some basic doubts .Can I include a Window w1 inside a main window.? Is it possible to create a main window like this "the main window shpuld contain a table and window w1. w1 contains a template and a table. The table expands as per the entries in a custom table." How can we do such form.?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I don't think that is possible, you can do some templates inside a window, but a window cant contain another....

Hope it helps,

John.

13 REPLIES 13

Former Member
0 Kudos

Hi,

I don't think that is possible, you can do some templates inside a window, but a window cant contain another....

Hope it helps,

John.

Former Member
0 Kudos

its not possible to put a window in a main window

we can put it in secondary.

regards

Giridhar Yadav

Former Member
0 Kudos

you can put any window over main window but problem comes for output

when you are printing any value in both the window main window data get overlap with window

If you want to place the table entries create a table and place it in main window. If data entries in table exceeds then it will jump to new main window of next page and suppose only one page you have ie. next page = page 1 then table will continue in next page.

please check links

Smarforms

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

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

SmartForms : some links

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

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

http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm

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

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

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

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

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

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

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

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

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

http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html

http://www.allsaplinks.com/smartform_example.html

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

Smart Form PDF Link

http://help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF

Rewards if useful.....................

Minal

0 Kudos

In a main window is it possible to put a table and a template side by side ?

former_member223537
Active Contributor
0 Kudos

HI,

You can have it one below the other... Table & then below it Template.

Else create a secondary window & place it on the Main window. Insert a template in the Secondary window & table in the Main window.

Main Window => Table

Secondary Window => Template

Main window .... Inside it place Secondary window

Best regards,

Prashant

0 Kudos

Hi prashant thanks for the reply. I need to know one thing .What is a subwindow? is it same as window ? how to create a subwindow inside a main window ?

Former Member
0 Kudos

Hi,

You can create tables and templates inside a main window.Since tables will expands according to custom size it is better to create in main window with a loop.But for template its size wont increase .So you can create in secondary window other than main window.Secondary window wont come inside a main window.

REgards,

Sreeja.

Please rewards if useful.

0 Kudos

Thanks for rthe reply. Now I have to keep 2 tables side by side. The Second table has some header data. How can i do this ?

0 Kudos

HI,

At a time it is not possible to create two tables together in a main window.But you can give conditions and display either one according to that conditions.

If you are trying to create tho header of two separate tables , it will come together.

Regards,

Sreeja

Please rewards if useful.

0 Kudos

I have to design a form which consists of 2 tables and some data as heading in a main window. TABLE1 will be in the main window. Beside TABLE1 I have to create a template below which another table TABLE2 follows. It willl be something like this :

~~~~~~~~

~~~~~~~~~~~

TABLE 1

TEMPLATE1

TABLE 2

Can someone help me out ?

0 Kudos

Hi,

Is it possible to make the Table 1 as template?

Regards,

Sreeja

0 Kudos

I have to design a form like below :

~~~~~~~~

~~~~~~~~~~~

TABLE 1

TEMPLATE1

|_________| | TABLE 2 |

There may be a possiblity tht I have to print some values of table TABLE1 onto next page if there the table doesnt fit on first page. If this is achevable with the templeate thn we can take tht as template.

0 Kudos

Can anyone atleast give me an idea how to do this ?

Points will be awarded...

Message was edited by:

abap beginner