‎2006 Jul 03 12:23 PM
Hi All,
Here is my requirement to change in the standard form - RVORDER01.
1.Fetch Telephone and Fax number for Sold-to and Ship-to Party from KNA1 and display in the form.
Kindly help me. Thanks in advance.
With Regards
Vasu
‎2006 Jul 03 12:33 PM
Hi,
Fetch the values in print program into some variables or internal table and then write in script. you have to modify print program and script.
Regards,
Wasim Ahmed
‎2006 Jul 03 12:53 PM
Hi
you need not to change the driver program , just write an external subroutine and copy the standard script and use the 'perform-endperform' command in the script editor.
Regards,
Shrini
‎2006 Jul 03 12:55 PM
Vasu,
For making changes in standard you may need to copy RVORDER01 into a custom one ie ZRVORDER01 and then you may need to make changes.
In the new form you may need to make changes to <b>ADDRESS</b> window and <b>INFO1</b>. In the print program you may need to make available the telephone number and fax.
rgds,
TM.
Please mark points if helpful.