I want to create an additional windows in standard
sapscript Like 'Medruck'.Is it possible? If yes, then how?
Answers were Sorted based on User's Feedback
Answer / venu
It is not possible to add new window in satandard sap
script. You can copy the standard script and then add
windows to that form.
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / priya.abap
Not Possible to changes Std. SAP Script (i.e. MEDRUCK ).
For this we need to create/copy a script using se71 as Z...
(i.e. ZMEDRUCK)with require changes.
Then using TCode - NACE - attach New Script to o/p type
(i.e. MEDRUCK to O/P Type NEU) [It's is also possible to
create new o/p type if don't want to change the Std.]
Same Driver Program can be attached to Newly created
Script. (Depends - It's also possible to change the Driver
Programs if require.)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prabhakar reddy
ok as you said you will cop the script and add window.
but...............
how it will identified by the driver program.
so we have to modify the driver program by taking access key and we can call FM in driver program.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / makineni
yes itz possible.
copy the standard script into zscript ( like medruck into
zmedruck). then add requoired windows to that customized
script.
Is This Answer Correct ? | 6 Yes | 9 No |
What are the types of windows?
what is the diffrence between window & page window?
How do I create boxes in sapscript?
how we can use Bar codes in Sap-script?
Where do we define tab space for data in sapscript?
Explain the pages in layout set.
can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
What is the use of transaction code NACE in sap scripts ?
What is layout set? What is it used for?
2. Which datatype can not be used to define parameter.
How to add extra functionality to a standard print program without touching the print program ?
Difference between ABAB Memory and SAP Memory ?