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

hai abap gurus...

Former Member
0 Likes
552

What is the difference between a script & a report ?

What are the components/elements in sap script ?

Can you create a script with out a main window ?

How many main windows can be created for a script ?

How can we use tables in sap scripts?

How to print a logo in a sap script?

When we need to modify standard scripts(eg:medruck) given

by sap?

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
528

hi,

scripts are used for designing layouts, company bills, etc....

reports are stand alone prgms.

elements in a script are windows, page formats, character formats, .........

in script we can have upto 99 main windows

goto se71 -> utilities -> copy from client -> give script name [existing] n give script name [ duplicate ] ->ok

if helpful reward some points.

with regards,

suresh babu aluri.

Read only

Former Member
0 Likes
528

hi

good

1->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

2->Layout set and Print program and the layout set has windows in it.

3->no

4->99

5->Upolad in the R3 using Se78 and use the Include statement in the script.

6->When the client goes for customization of the form

thanks

mrutyun^