cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT

Former Member
0 Kudos

can anyone explain what is SAP SCRIPT???

give any simple example....means how it is used in report???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pranouti,

We use a SAPScript together with an ABAP program (Driver program).

The sapscript is responsible for the layout of the output.

It is basically used to print documents wherein the layout remains the same and only the data varies.

The program is used to extract the data from the database and open the sapscript.

All documents in SAP (purchase order, invoice, delivery note,

etc) are printed using SAPscript.

You can also email the output of the SAPscript or store it as a PDF on your desktop.

You can get further information on:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf

Thanks,

Dawood.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Follow these steps

Goto transaction code Se71

then give a name starting with Z r Y to create a new script then

1) create header data and basic settings

2)Pages u have to give ur pages number in character format only

3)window here u have to create windows for different variables such as for logo and etc., there will be a default window named as main mindow in this now u have to add new window for that

4)Page windows to add page windows follow these steps

goto edit option in the toolbar and select CREATE ELEMENT from which u can add already above declared windows

5) paragraph formats Here u have to define allignments and all for u proper display

Ex: A1, AF ....

6)Character formats here u have to declare the character format depending on u requirement such as times ne roman etc.,

After craeting all these press F9 so that u will be directed to coding part where u have declare the coding according to ur requirement

Link for SAP Scripts (step by step procedure)

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Create_A_SAPSCRIPT_Form/How_to_Create_SAPS...

see the links

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

http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-sub...

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

Regards

Kiran Sure