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 do you mean by symbols? What are their different types?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
Explain composer.
How do I set tabs between the fields in display?
How can I get the landscape format in sapscript?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
Hello ABAP GURUS.. I WANT TO KNOW DO WE DEVELOPE SCRIPTS FROM SCRATCH OR WE USE STANDARD SCRIPTS OF SAP..? AND WHAT LOGO WE HAVE IN STANDARD IN LOGO WINDOW OF STANDARD SCRIPT BUSINESS DOCUMENTS...?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
i want default printer name in sap-scripts? please help me how to handle this one.
Explain the variable in sapscript
Can we add new records to the already displayed ALV list.
How to transfer the objects? Have you transferred any objects ?
Explain composer. What does it do?
How can I set the header and footer in the main window?
Differentiate between sapscript and smartform.