on ‎2009 Aug 04 8:48 AM
Hi experts,
sorry, I am very begginer at SapScript.
The client has asked for changes on a standard Sapscript.
(Including adding a new logo, changing texts and layout)
I am catching up on how to build/change forms using SE71.
However, I have many questions about how to implement this, as everything is SAP Standard, and the original programs (RFKORD50 and RFKORD10) are really big and complex.
- Do I have to create a new Sapscript?
- Is a new "caller" program required, to call the new Sapscript? Should I copy the original one?
- How to change the Standard application to call the new Sapscript (or the new "caller" program)?
I would appreciate any suggestion on where I could start working from.
Sapscripts:
F140_DOCU_EXC_02 Customer AR Invoice
F140_CUS_STAT_02 Customer AR Statement
Programs:
RFKORD50
RFKORD10
Application:
Transaction for output: F.64 (MAINTAINING CORRESPONDENCE REQUESTS)
Please, can anyone give a piece of advice?
Thank you,
Fabio
Request clarification before answering.
Hi,
As suggested you can create a copy of the standard print program and the layout set in a zprogram and create a new Z output type.
In the script it is very simple to make the changes....
After you open the script in se71 click on page windows....
Choose any window...
Click on Utilities --> Page layout where it will open another window with the text as print...
Enter the output device as "LOCL" and click Print preview....
A screen comes where a particular window will be highlighted and that is the one that you have selected on the Page Windows screen....
Now you have located the place to put any logo or text changes... and to code in the located place,
click on 'Text elements' icon or 'F9' where you code the changes.....
Thanks,
Sindhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you all. It's a good starting point!
Now, sorry for the silly question but... is it possible to have an image (logo) in the sapscript code below:
INCLUDE &T001G-TXTKO& OBJECT TEXT ID ADRS LANGUAGE &T001-SPRAS&
This is the HEADER Window content (of the standard F140_CUS_STAT_02 form), but in the printing, the logo of the company comes up, and it should be in the HEADER window.
Thank you so much
Fabio
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.