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

smart forms

Former Member
0 Likes
545

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.........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
516

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...

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

Regards

CNU

3 REPLIES 3
Read only

Former Member
0 Likes
517

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...

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

Regards

CNU

Read only

Former Member
0 Likes
516

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

Read only

Former Member
0 Likes
516

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.