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 |
What are the components/elements/layout sets in sap script ?
How can I print logos in sapscripts?
In what format does sap script store text ?
Differentiate between window and page window.
What is client dependent and client independent?
What is sap script? What is the purpose of sap script?
How does check, continue and exit commands work in loop and end Loop.
Difference between ABAB Memory and SAP Memory ?
/: ADDRESS PARAGRAPH AS /: NAME &LFA1-NAME1& . . /: COUNTRY &LFA1-LAND1& THIS CODE IS NOT GENERATING ANY ADDRESS ON THE OUTPUT FORM. IF I NEED TO PRINT THE ADDRESS THEN,WAT CODE I NEED TO FOLLOW?EVEN I READ THE DATA THRU THE SELECT STATEMENT IN MY OWN DRIVER PROGRAM!
What is the purpose of sapscript?
you want to link to a layout set. What abap 4 commands will you use?
Suppose that i want to show multiple records of purchase order in the window rather than main window in the SAPscript form? Is it possible? If yes, than how ?