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

difference

Former Member
0 Likes
591

hi to all experts,

what is the difference between report and sap-script.

thanks in advance and reward also.

regard : deep.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hi Deep,

<b>Reports.</b>

Report Programs are used to display large amounts of data

Used when data from a number of tables have to be selected and processed before presenting

Used when reports have to have a special format

Used when the report has to be downloaded from SAP to an Excel sheet to be distributed across.

Used when the report has to be mailed to a particular person.

SAPSCRIPTS

SAP script is the SAP System's own text-processing system

It is used to print preformatted text in preformatted forms

It looks and feels a lot like other leading text-processing systems

Script is a form which has a layout set as per the company standards and can be used for external use too.

3 REPLIES 3
Read only

Former Member
0 Likes
573

Hi

REPORTS



Use
Reports are used in day to day business environment. For eg
Displaying the purchase orders vendor wise
Displaying the balance of vendors to be paid till a particular date
Enhance the efficiency & transparency of Business Processes
Sound Decision making with the control of master data and
 accurate reporting
Relevant Documents immediately available for in case of drill down reports
Multiple angles of Data representing and Forecasting Values


SCRIPTS


Use

Forms are defined and formatted using layout sets.
SAP documents are printed using forms.
SAPscript is a tool that SAP provides for creating layout sets.


Difference



reports and scripts do finally producing output but in scripts we have layout creation where as in reports we don't find layout

reward if usefull

Read only

Former Member
0 Likes
574

Hi Deep,

<b>Reports.</b>

Report Programs are used to display large amounts of data

Used when data from a number of tables have to be selected and processed before presenting

Used when reports have to have a special format

Used when the report has to be downloaded from SAP to an Excel sheet to be distributed across.

Used when the report has to be mailed to a particular person.

SAPSCRIPTS

SAP script is the SAP System's own text-processing system

It is used to print preformatted text in preformatted forms

It looks and feels a lot like other leading text-processing systems

Script is a form which has a layout set as per the company standards and can be used for external use too.

Read only

Former Member
0 Likes
573

Hi,

Reports show us output as a List Format or can be used to get output in other medium like printer,fax etc or can give us interactive output where user interaction is possible. Its printout is always in list format. Can be dynamic.

SAPscript gives us formatted Text output without any provision for user interaction. Gives the output in text format so that it can be printed or faxed etc. Always static, that is no change is possible in output structure after the output is done.

Regards,

Ajoy Chatterjee