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

script and report

Former Member
0 Likes
800

hi experts,

What is the difference between report and script?

thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
765

Surendra,

There is not much diff between a report and a SAP Script.

The main diff is you cannot use Formatting( Paragraph and charecter formats) in Reports as in case of Scripts.

Regards,

Vinod.

Read only

0 Likes
765

hi,

Reports are for the pupose of inernally and

scripts are for the purpose of external(business parners).

bye

rams

Read only

Former Member
0 Likes
765

HI..

The main use of scripts and reports are to communicate with the business partners. But with the reports user can interact but where as in scripts it's not possible.

Regards,

Arjun.

Read only

Former Member
0 Likes
765

<b>Script is a form which has a layout set as per the company standards and can be used for external use too. Generally reports are designed for internal use for in house users</b>

<b><u>----


</u></b>

Scripts are client dependent. / Reports are client Independent.

<b><u>----


</u></b>

<b>SAP scripts is a word processing tool of SAP which has the following components: Standard text. It is like a standard normal documents. Layout sets. - Layout set consists of the following components: Windows and pages, Paragraph formats, Character formats. Creating forms in the R/3 system. Every layout set consists of Header, paragraph, and character string. ABAP/4 program.</b>

<b><u>----


</u></b>

<b>You create executable programs directly using the tool called ABAP Editor. Executable programs can contain all processing blocks supported in ABAP, with the exception of function modules, and as many local classes as required. Executable programs are only started with the SUBMIT statement. Although NetWeaver AS ABAP offers several ways to call executable programs by entering their name on the screen, the system still executes the SUBMIT statement in the background.

It is not necessary to control executable programs directly using self-defined screens since the relevant processors of the runtime environment call the processing blocks and screens (selection screens and lists) automatically and in a predefined sequence. The process flow allows the user to enter selection parameters on a selection screen. The data is then selected from the database and processed. Finally, an output list is displayed. At no stage does the programmer have to define his or her own screens. User actions on screens can then trigger further processing blocks.

The runtime environment also allows you to work with a logical database, that is, with a special ABAP program for reading data from database tables. The flow of an executable program is oriented towards reporting (whose main tasks are to read data from the database, process it, and display the results). This is why executable programs are often referred to as reports, and why running an executable program is often called reporting (see Report Programming). Analogously, the source code of an executable program starts with the REPORTstatement.</b>

<b><u>----


</u></b>

Read only

Former Member
0 Likes
765

Hi surendra,

1. <b>Script</b> is a form which has a layout set as per the company standards and can be used for external use too. Generally <b>reports</b> are designed for internal use for in house users.

2.SAP Script – It is the integrated text management system of the SAP R/3 System. Two types – PC Editor & Line Editor.

Reports - It is the way to display data fetched from database table onto screen or directly output it to a printer. Two types – Classical and Interactive.

3. Scripts are client dependent where as reports are client independent

Read only

Former Member
0 Likes
765

hI

script is basically used for printing,

report is for information,

printing a report is difficult,

report can be interactive,

script is not interactive,

script is client-dependent,

report is client-independent,

script is modified in most cases,

report is developed from the scratch,

Script is a form which has a layout set as per the company standards and can be used for external use too. Generally reports are designed for internal use for in house users