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 / 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 |
Differentiate between window and page window.
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time ?
You want to display top 5 records from an internal table. How will you do that?
Can i Have Some Realtime Examples on Smartforms ?
Disadvantage of Move-corresponding Statement ?
Is it possible to create 2 layouts in single script.
What is the use of rstxscrp program?
Hello.. i have a question. which signature digital or signature logo we use in smartforms & scripts...? if we use digital sign what are those steps to use it...?
What is layout set? What is it used for?
How to debug a script?
What is The Diff Between RFC & FM ? Urjent.