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

Printing doubt in report script

Former Member
0 Likes
422

Hi!

In Real Time how does the report executed in after entering data in selection screen.

Does the user presses F8 or what.

and one more doubt

How to Print the SAP Script or Smartform.

Again user presses the F8 or what?

Thanks for fantastic replies

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
388

Hi

After developing the report in SE38 a TRANSACTION CODE(Report Transaction) will be attached to that report

and the user executes that Tcode the selection screen will be displayed and after entering the values he executes F8 and the data will be displayed.

Certain reports which consume lot of time will be schedules in background by setting the proper time.

Scripts/smartforms will be executed from the related Transactions only like

sales order -> VA02 or VA03

Delivery -> VL02N or VL03N

Invoice -> from VF02 or VF03

Pur order -> from ME22N or from ME9F

enter the doc no

from menu Issue output to-> printer(for printout) or screen9for print preview)

<b>Reward points for useful Answers</b>

Regards

Anji

Hi

After developing the report in SE38 a TRANSACTION CODE(Report Transaction) will be attached to that report

and the user executes that Tcode the selection screen will be displayed and after entering the values he executes F8 and the data will be displayed.

Certain reports which consume lot of time will be schedules in background by setting the proper time.

Scripts/smartforms will be executed from the related Transactions only like

sales order -> VA02 or VA03

Delivery -> VL02N or VL03N

Invoice -> from VF02 or VF03

Pur order -> from ME22N or from ME9F

enter the doc no

from menu Issue output to-> printer(for printout) or screen9for print preview)

<b>Reward points for useful Answers</b>

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi

After developing the report in SE38 a TRANSACTION CODE(Report Transaction) will be attached to that report

and the user executes that Tcode the selection screen will be displayed and after entering the values he executes F8 and the data will be displayed.

Certain reports which consume lot of time will be schedules in background by setting the proper time.

Scripts/smartforms will be executed from the related Transactions only like

sales order -> VA02 or VA03

Delivery -> VL02N or VL03N

Invoice -> from VF02 or VF03

Pur order -> from ME22N or from ME9F

enter the doc no

from menu Issue output to-> printer(for printout) or screen9for print preview)

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
388

Apart from what Anji replied, the custom smartforms & sapscripts can also be displayed from custom programs..You can also trigger the forms provided by sap from your programs..