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

diff. b/w reports and smartfors

Former Member
0 Likes
620

Hi experts

can u tell me the techninal diff. betwwen reports and smartforms?

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
599

Hi

Major difference between Reports and Smartforms are:

Text management.

Suppose you want "Saran" like S in bold 10 a in normal 12 ran in bold 18, it's not possible in reports.

You can achieve that thru smartforms and scripts.

One more major difference is : Barcodes handling, which can't be possible thru reports and can be handled thru scripts/smartforms.

Regards,

Sree

Hi experts

can u tell me the techninal diff. betwwen reports and smartforms?

4 REPLIES 4
Read only

Former Member
0 Likes
599

Hi,

in reports formatting is highly difficult

in smart forms it is very easy

<b>reward points if helpful.</b>

regards,

Vinod Samuel.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
600

Hi

Major difference between Reports and Smartforms are:

Text management.

Suppose you want "Saran" like S in bold 10 a in normal 12 ran in bold 18, it's not possible in reports.

You can achieve that thru smartforms and scripts.

One more major difference is : Barcodes handling, which can't be possible thru reports and can be handled thru scripts/smartforms.

Regards,

Sree

Read only

Former Member
0 Likes
599

hi,

main diff's btwn repts & smt forms..

<b>Reports :

1. u can have many functionalities like sort, add, hide, select layout, detail view, download to excel, and so on

2. while printing logo will not come.

Smatforms :

1. u can have a logo , watermark , it will come while printing

2. no extra functionalities like add, sort, download.</b>

With Rgds,

S.Barani

Read only

Former Member
0 Likes
599

hi jatin,

reports are mainly used for display the data in list format .Smartforms are used for mass printing of data like invoices ,pay slips, goods reciepts etc.

Reports can be developed in many ways.

1)Classical reporting

2)Interactive reporting

3)ALV reporting

4)reports using LDB

5) ABAP Query

6)LIS Reporting.

Using se38 we can write reports.Using tcode-smartforms,we can design a smartform and we need to execute a print program which will pass data to smartform which we designed in Tcode-smartforms.

After activating the Form System will generate a FM which we need to use in print program.along with FM SSF_FUNCTION_MODULE.