2007 May 29 2:10 PM
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?
2007 May 29 2:15 PM
Hi
See these links
SAPScripts
http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
SAP SCRIPT FIELDS
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
scripts easy material
http://www.allsaplinks.com/sap_script_made_easy.html
Reward points if useful
Regards
Anji
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?
2007 May 29 2:15 PM
Hi
See these links
SAPScripts
http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
SAP SCRIPT FIELDS
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
scripts easy material
http://www.allsaplinks.com/sap_script_made_easy.html
Reward points if useful
Regards
Anji
2007 May 29 2:23 PM
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.
2007 May 29 2:26 PM
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^