cancel
Showing results for 
Search instead for 
Did you mean: 

SAPscripts

shilpik20
Explorer
0 Kudos

I have a SAP script to develop. Please give me the basic steps in creating a new fresh SCRIPT in a way that it shud cover all the important concepts required at an intermediate level.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi shilpik,

very nice ..do all the above steps....

any queries just let me know..!!!

Former Member
0 Kudos

hi,

First go to the transaction code se71->gofor create option.

this is sites will give u the steps.

after the completion of creating the layout plz go to tansaction code se38.

there u can provide the function module like

Open_form ,

Start_form,

Write_form,

End_form,

Close_form.

we can write select statement to fetch the data from database and supplies to the layout. Finally u can get the script.

Rgds,

P.Naganjana Reddy

Former Member
0 Kudos

hi,

scripts

http://www.sappoint.com/abap/ssintro.pdf

http://www.sappoint.com/abap/sscript.pdf

http://www.sappoint.com/abap/sscript.pdf

http://www.sappoint.com/abap/lsetssap.pdf

http://www.sappoint.com/abap/sscrtpex1.pdf

http://www.sap-img.com/sapscripts.htm

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

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

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

debug sapscript

They are two ways to debug the SAPScript.

1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.

It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.

2). Another way to set the SAPScript debugger is to run program RSTXDBUG.

When you debug Print program it is same as you debug any other ABAP program.

While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.

Regards,

Santosh