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 the use of itcsy structure?
Explain the main in sapscript
What are the modules in FI that you have worked on ?
you want to link to a layout set. What abap 4 commands will you use?
When a program is created and need to be transported to production does selection texts always go with it ? if not how do you make sure ? Can you change the CTS entries? How do you do it ?
What is layout set? What is it used for?
How to download/upload image sapscripts from & to your pc?
How to transfer the objects? Have you transferred any objects ?
What are problem you faced in script?
How to design the windows in script?
What is difference between window & a page window?
What is the use of perform statement in scripts ?
What is a hard break Point?
Explain compare tool.
How do u upload the images in script?