if we want add new window to standard script then we copy
it into zform and then we will add the window..
how can we call the added window from driver program
without change.
we have to call the window with write form function module.
where do we write the function module???
Answer Posted / vikram
Use the sub routing pool program. create the sub routing
pool program in se38 tcode. before that, add subroutine
calling code(perform <form name> in <subroutine pool
program> using <input parameters> changin <output
parameters>) in scripts where you need to print, the data
either in a new window or old window.
In sub routine pool program use the following code form<form
name> tables input using itcsy output using itcsy.<implement
the logic>. endform.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is client concept in sapscript?
What is sap script? What is the purpose of sap script? Difference between sap script and report?
How can I format the time in the sapscript?
Explain composer.
How can I transfer sapscript from one client to another?
What is the use of rstxscrp program?
Explain the variable in sapscript
Explain the main in sapscript
Explain the constant in sapscript
How to edit standard SAPSCRIPT called by standard program ?
How to find the driver program for the given sapscript?
What are the modules in FI that you have worked on ?
How can I get the landscape format in sapscript?
What is the use of perform statement in scripts ?
What is the client concept in SAP? What is the meaning of client independent ?