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
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
How many interactive reports did you write ?
How can I create a shaded box?
Explain the character format in layout set.
Can we have more than one Selection Screen and how ?
What does read_text?
How to pass the variables to forms ?
How do I set tabs between the fields in display?
How to download/upload image sapscripts from & to your pc?
How do I create standard texts for the sapscripts?
I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
Different types of ABAP memory ?
What are the modules in FI that you have worked on ?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
what is maximum columns number in SAPScripts and Smartforms. If How can we move to next page for print.?