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

smartforms abap

Former Member
0 Likes
667

how to insert excel sheet into main window of smartform.

thank u,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
629

Hi, MANOJ KUMAR VADDEPALLY.

You can't insert any excel sheet into main window of smartform.

Looks like your mean template or table structure in smartforms

You could insert template or table in main window and then, use pattern of it.

I wish I could help you.

Best regards

Kyung Woo.

4 REPLIES 4
Read only

Former Member
0 Likes
630

Hi, MANOJ KUMAR VADDEPALLY.

You can't insert any excel sheet into main window of smartform.

Looks like your mean template or table structure in smartforms

You could insert template or table in main window and then, use pattern of it.

I wish I could help you.

Best regards

Kyung Woo.

Read only

Former Member
0 Likes
629

Its not possible direclty...

You will have to upload the Excel file using the Function module 'GUI_UPLOAD'. Then, pass this internal table to the main window appropriately....

Hope this helps u

Reward points if useful

Regards

Read only

Former Member
0 Likes
629

Hi,

use the FM ALSM_EXCEL_TO_INTERNAL_TABLE to upload the excel file into an internal table and then by using this internal table u can print the datd into the smart forms....

All the best,

Bhaskar

Read only

RaymondGiuseppi
Active Contributor
0 Likes
629

Smartforms create spools (remember Adobe pdf format was a printer spool format at the beginning)

So you cannot include XLS in a spool.

You have to create a Table in your form.

Regards.

PS: Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf">SAP Smart Forms</a>