‎2007 Jan 09 2:18 PM
Hi I have one main window in smartform. And in that main window I need to define header like:-
vendor1 vendor2 vendor3 vendor4
and below all these header, corresponding value will be print.
one more thing vendor 1 2 and 3 are in the boxes. So how i will define this in text element...
Plz do let me know....
Thanks.........
‎2007 Jan 09 2:32 PM
hi,
If it is smartforms then why dont u use table or template.
Page --> main window --> create --> table
there u can represent it as table with boxes and provide header and footer and in main area u can display ur values. U can also design ur table with different line types.
check this link...
Regards
CNU
‎2007 Jan 09 2:32 PM
hi,
If it is smartforms then why dont u use table or template.
Page --> main window --> create --> table
there u can represent it as table with boxes and provide header and footer and in main area u can display ur values. U can also design ur table with different line types.
check this link...
Regards
CNU
‎2007 Jan 09 2:40 PM
Hi,
Read the Document, you will understand how to create the Table in the Smartform and the values
http://www.erpgenie.com/abap/smartforms_detail.htm
Regards
Sudheer
‎2007 Jan 09 3:01 PM
Hi Sam,
Create a header window just above the main window. Create a template under header window. Select required pattern to show the header in boxes. if you want 4 columns in boxes, define column widths in template. Now your box is ready. To display header text like vendor1 , vendor 2 etc...Under template create "text", suppose if you want vendor1,2,3,4. then create 4 text elements. and in output options of text element. give line = 1 and column as 1, 2, 3 and 4 for four columns.
In main window you can display the correponding values of vendor 1, 2, 3 and 4. Ensure that the template height & width of header window corresponds to main window. so that it looks like a one table..
Hope, this heps.