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

Scripts

Former Member
0 Likes
280

Hi Folks,

What is the procedure to change the standard script and it will attach to the standard transaction like when we select the print option, script must be executed. How to modify the standard script. Please give me step by step procedure so that it will be very helpful to me. If anyone having the real time scenario step by step procedure please forward ravikanthgupta_g@yahoo.com.

Points will be awarded accordingly,

Thanks in Advance

Ravi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
254

Hi,

Check whether the std script program is there in that clientin SE71 , in which you wants to develop by copying it.if it is there, then

create a new Zscript in SE71 , give some name and save,

from that screen only from menu FORM-> COPY FROM with lang EN press enter, the Std form and copy to the ZSCRIPT. now all the windows and everything of the std will be copied to your Zscript.

Now go to each window and modify it by adding logo and changing the text elements.

After the changes, you have to assign the ZSCRIPT in the NACE transaction to the related Output type and the Driver program, to trigger the Z script from the Std transaction.

reward if useful

regards,

ANJI

1 REPLY 1
Read only

Former Member
0 Likes
255

Hi,

Check whether the std script program is there in that clientin SE71 , in which you wants to develop by copying it.if it is there, then

create a new Zscript in SE71 , give some name and save,

from that screen only from menu FORM-> COPY FROM with lang EN press enter, the Std form and copy to the ZSCRIPT. now all the windows and everything of the std will be copied to your Zscript.

Now go to each window and modify it by adding logo and changing the text elements.

After the changes, you have to assign the ZSCRIPT in the NACE transaction to the related Output type and the Driver program, to trigger the Z script from the Std transaction.

reward if useful

regards,

ANJI