‎2006 Jun 24 11:33 AM
hi guru's
i wanna create a table under in the mainwindow . can u plz send me the details ASAP with table design below.
-
|Product Code|Description|Min Qty|Max Qty|Unit Price|
-
vinay-007 | description | 999 ea | 899 pce | 678 curr |
-
Min Qty/Order Market code Indirecr cust price
-
this is the layout of the table. the first column is header, the 2nd column is header values and the third column displays the values which i mentioned above.
if not understood plz send ur email id so that i can send the screen shots of it.
solution providers will e rewarded.
thks in advance
kind regards,
vinay.
‎2006 Jun 24 12:08 PM
Hi Vinay,
Follow the steps.
1.Right click on the main window - > Create - >Table.Double click on the table.Go to Table tab.
Press Details.In line type write Line1.In the corresponding columns write the positions at which you want your columns.Press table painter and come out of table tab.
2.Press data tab check internal table - > your internal table into your work area.
All the setting for the table are done here after this you just have to poupulate the header and the values of your table.
3.In header create table line.In the output type write Line1 that you defined in table tab while creating the table.In the table line create texts and write all your texts.
4.In main area repeat what you did for header and write the field values at the place of field header
‎2006 Jun 24 12:25 PM
Refer to this link below
<a href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html">http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html</a>
Regds
Manohar
‎2006 Jun 24 1:22 PM
Hi Vinay,
Right click on the Main Window and you will have the Table. Just select the table and a table will be created.
In the Attributes of the table you will have a line, in this you will have to create the number of columns. Then in the header part of the table create a table line by right click. Automatically the cells which you have created will be created under the header. Under each cell create a text where you will give the description like Code, Description, Quantity. The Header part of the Internal table will be looped only once.
Then under the Main Area give the same table line which will create the corresponding cells. The Main Area of the Internal Table will be looped based on the entries of the Internal table.
check this link for further issues.
http://www.esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf
Hope this solves your issue.
Regards,
Tushar
Message was edited by: Tushar Marshall Dass
‎2006 Jun 24 3:17 PM
Hi Vinay,
Please check this link.
http://www.sapgenie.com/abap/smartforms.htm<a href="http://www.sapgenie.com/abap/smartforms.htm">Smartform table</a>