‎2006 Jun 16 10:06 AM
I would like a create a form in sapscript for learning.
Kindly guide me as to how to start with. (Give me some samples). Also if any document is available, pls share.
Thankx in advance,
MARK K
‎2006 Jun 16 10:08 AM
Smartforms & SapScript Black Book
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
All SAPScript details you can find under.
http://help.sap.com/saphelp_47x200/helpdata/en/d6/0db74a494511d182b70000e829fbfe/frameset.htm
SapScript
http://www.sap-img.com/sapscripts.htm
http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
http://www.henrikfrank.dk/abapexamples/SapScript/symbols.htm
http://sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html
Mark Helpfull answers
‎2006 Jun 16 10:15 AM
‎2006 Jun 16 10:16 AM
‎2006 Jun 16 10:17 AM
HI,
Use se71-> create layout.
write associated driver program for form
in se38 using follwing function modules
1) open_form
2) write_form
3) close_form
Regards
Amole
‎2006 Jun 16 10:23 AM
Hi,
Check the following links.
1.This is initial tutorial for it
http://www.thespot4sap.com/articles/SAPscript_Introduction.asp
2.www.sappoint.com/abap/sscrtpex1.pdf
3 sapscript to smartforms migration.
http://www.sap-img.com/smartforms/smart-005.htm
4.FAQ's
http://www.sap-img.com/smartforms/smart-004.htm
http://www.sapdevelopment.co.uk/sapscript/sapscripthome.htm
http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
http://www.planetsap.com/sapscript.htm
Please help.sap.com also.
Please reward for the same.
‎2006 Jun 16 10:33 AM
‎2006 Jun 16 11:03 AM
What does the following mean, in sapscript.
/: DEFINE &.......&
/: USING &.....&
/: CHANGING &.........&
Regards,
‎2006 Jun 16 11:13 AM
Hi Mark,
DEFINE is used for to define a variable in the TEXT elements of SAP Script.
If you need some extra variable to calculate data and to store data temporarly..you can use it.
USING & CHANGING..these are part of subroutines in the TEXT Elemetns of SAP Script.
Some times, if you get a requirement like, you have to add extra fields in the layout without. But the new fields are not available in the layout and not coming from the driver program.
So, in this case, you have to write subroutine in SE38 program and then call it from your TEXT Element of particular window where you would like to add new fields.
pls reward points if it is helpfull.
Regards,
ram
‎2006 Jun 16 11:15 AM
> /: DEFINE &.......&
> /: USING &.....&
> /: CHANGING &.........&
Where from you get this?
Regards,
Subhasish