I want to create an additional windows in standard
sapscript Like 'Medruck'.Is it possible? If yes, then how?
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between window and page window.
In sap scripts, how will u link form with the event driven?
What does read_text?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
How do you handle filters in ALV Reports?
How do u configure the script?
Is it possible to create a sapscript without a main window?
What the conditional statements used in sapscripts?
How to add extra functionality to a standard print program without touching the print program ?
How can you copy forms from one client to other?
Why the Main window Triggers first in Scripts ?
Explain the constant in sapscript
How to design the windows in script?
How to find the driver program for the given sapscript?
What is the use of rswbo052 program?