2007 Jun 15 5:55 AM
hi all,
i have a problem regarding using standard text in my sap script. i actually have a requirement to print terms and condition in complete seperate page at the end of the layout. i have my file saved in word format.how can i attach this file at the end of my layout in seperate page.can any one help me out this issue,whether i should add one more page to my layout and how to add the file,can any one tell tell me step by step how to include this.plz
abinash
2007 Jun 15 6:01 AM
Hi
Copy all your word doc text into a Std text in SO10 tcode
give some name and Language to it
Then you can print that text in the Script
You can print that text in a separate page or back side of the script
for printing the Backside
give the Attribute for the Page as DUPLEX = 'X'.
include text like:
/: INCLUDE &text Id& OBJECT TEXT ID ADRS LANGUAGE EN
Reward points for useful Answers
Regards
Anji
Hi
Copy all your word doc text into a Std text in SO10 tcode
give some name and Language to it
Then you can print that text in the Script
You can print that text in a separate page or back side of the script
for printing the Backside
give the Attribute for the Page as DUPLEX = 'X'.
include text like:
/: INCLUDE &text Id& OBJECT TEXT ID ADRS LANGUAGE EN
Reward points for useful Answers
Regards
Anji
2007 Jun 15 5:57 AM
Hi,
create a standard text..and add the contents of the word document to the standard text..
Then create a new sapscript form...to display the standard text..
First call the form to display the transaction data..
Then call the new sapscript form ..to display the standard text..
Thanks
Naren
2007 Jun 15 6:01 AM
Hi
Copy all your word doc text into a Std text in SO10 tcode
give some name and Language to it
Then you can print that text in the Script
You can print that text in a separate page or back side of the script
for printing the Backside
give the Attribute for the Page as DUPLEX = 'X'.
include text like:
/: INCLUDE &text Id& OBJECT TEXT ID ADRS LANGUAGE EN
Reward points for useful Answers
Regards
Anji
2007 Jun 15 7:30 AM
hi anji,
i have the text in .doc file, how should i add text into the window should i copy and paste the text individually in the text element or there is any other procedure directly to attach the file directly to my standard text. and how can i display the text at the back side of the page and for that should i create another page and add a window covering complete page.
2021 Jul 19 12:10 PM
2007 Jun 15 6:03 AM
hi
refer to the links below. hopwe they might help u.
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
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
ravish
<b>reward points if useful</b>
2007 Jun 15 6:06 AM
Create standarad text at SO10 and copy the text and paste in SO10 Transaction,make sure that use proper formatting ,see the style transaction SE71 .
Create one window and use that window for last page.
keep the condition in window.
/: IF &PAGE& = &SAPSCRIPT-JOBPAGES&.
HERE USE STANDARD TEXT.
/: ENDIF.
2007 Jun 15 7:29 AM
hi seshu,
i have the text in .doc file, how should i add text into the window should i copy and paste the text individually in the text element or there is any other procedure directly to attach the file directly to my standard text. and how can i display the text at the back side of the page and for that should i create another page and add a window covering complete page.
2007 Jun 15 7:34 AM
Hi Abinash ,
You need to create a Standard text using SO10, there you can import the data from the word using the options, there you have an option to IMPORT the data ....
After importing the data, the data will be avilable in the So10 standard text, then
goto SE71 to your Script, create a Separate Window, and this window should be printed after all the windows, here write the NEW-PAGE first then Call the SO10 text using the INCLUDE statment
Regards
Sudheer
2007 Jun 15 8:11 AM
hi sudheer,
thanks for that but i am not getting the part of importing the doc file how should i import it into my standard text. where is this option present.
2007 Jun 15 9:02 AM
hi sudheer,
i have done that as u said i am able to view the text when i view the standard text, but i have included the standard text in script but i am not able to view the text at my output.is there any thing else to be done at my print program.and also i am not able to reduce the font size other option i am able to do the changes say underline and italic but bold and size is not reflecting wat can be the problem.
abinash
2007 Jun 16 6:22 AM
2007 Jun 16 6:24 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |