cancel
Showing results for 
Search instead for 
Did you mean: 

most-urgent

Former Member
0 Kudos

Can anybody tell the solution for issue given below.This is the inetrview question which I faced for a number of times.

''The requirement is that I have to modified a script with otu modifying the print program but the changes done have to be reflected''.

Hope i will get the correct answer.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hii sandeep

u have to configure it in the Tcode NACE

assign ur zform name with removing the standard one to standard print prog

reward points if useful

regards

Jaipal

Answers (3)

Answers (3)

Former Member
0 Kudos

hi sandeep,

u can do this by using subroutines and in that use the structure <b>ITCSY</b>

regards,

sujatha

Former Member
0 Kudos

Hi sandeep,

Yes you can modify a script with out modifying the print program using Subroutine pools ,and calling the function modules in script...

Reward points if helpful

former_member624107
Contributor
0 Kudos

Hi.. u can use perform statements in scripts..

n u can write corresponding form statement in any Zprogram..(not necesarly driver program).

syntax of perform statement in script is

/: PERFORM <form> IN PROGRAM <prog>

/: USING &INVAR1&

/: USING &INVAR2&

......

/: CHANGING &OUTVAR1&

/: CHANGING &OUTVAR2&

......

/: ENDPERFORM

Former Member
0 Kudos

hi

good

no need to do anything in the print program,write a include program and call that program in your print program and that include program should contain the code that would help to change your sap script form.

thanks

mrutyun^