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
Explain the main in sapscript
How would you call a subroutine in sap script?
what is the use of outline option?
You want to backup sapscript layoutsets. How will you do it?
How to transfer the objects? Have you transferred any objects ?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
If the second page is not triggering what is the problem?
What is difference between window & a page window?
Explain composer.
How do we define text symbols?
What is sap script? What is the purpose of sap script?
What are step loops? How do you program page down page up in step loops?
How to design the windows in script?
What is the use of rswbo052 program?
What does the smartforms development class start with ?