Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modifying standard script - RVORDER01

Former Member
0 Likes
649

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

3 REPLIES 3
Read only

dani_mn
Active Contributor
0 Likes
487

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

Read only

Former Member
0 Likes
487

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

Read only

Former Member
0 Likes
487

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.