‎2006 Oct 11 5:09 AM
1.wat are the secrip editors we have in sapscripts?
2.need of defualt paragragh in sapscript why this is reqired?
3.how to ues tab positions in sapscripts?
4. how to apply abap commands in sapscripts?
5.what is need of element in sapscript?
6 i want to get output of data in horizantol to the page while taking printout,how to get?
7.if we need to see the preview of second or third page while executing sap script , how to get?
8.how to send arguments to sapscripts?
9.if program has three variables where sum of three
variables send into sapscript, how to do it?
my mail id is rao.tkl@gmail.com
‎2006 Oct 11 5:11 AM
Hi,
I have sent some documents to you.
Best Regards,
Vibha Deshmukh
‎2006 Oct 11 7:09 AM
1.wat are the secrip editors we have in sapscripts?
Script Editor is nothing but place where u write the code.
As u have abap editor, script has it's own one.
2. need of defualt paragragh in sapscript why this is reqired?
This is mandtory,if u dont mention the paragraph format in the editor the default is taken into considiration
3.how to ues tab positions in sapscripts?
Tab position are nothing but spacings.
U can mention the tab positions in the paragraph format,u have a options called tabs.Click that and u can give the tab position.
Suppose for example u have 5 varibles and u want to print them with different spacing between them.Then u have to define a paragraph suitable to this condtion with tab positions.
4.how to apply abap commands in sapscripts?
Abap commands cannot be applied in scripts, scripts have their own control commands and other things.
Check this link for more details.
http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm
5.what is need of element in sapscript?
Element represents the postion where writing should start.
Element is mentioned in write_form in print program.
7.Check in print preview
9. U can sum the values in script using
The SUMMING command is used for accumulating a total value for a program symbol. The command should be specified just once. Then, each time the specified program symbol is formatted, its current value is added into the total symbol. Several program symbols may all be added into a single total symbol.
Syntax:
/: SUMMING program_symbol INTO total_symbol
Check this link also for more details.
http://help.sap.com/saphelp_40b/helpdata/en/d1/80318f454211d189710000e8322d00/content.htm
Let me know for other details.
Regards