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 Change Pointers ?
What do you mean by symbols? What are their different types?
9. How do u suppress blank space in sap script.
You want to backup sapscript layoutsets. How will you do it? Can you perform the download and upload function here? How?
what is a label and why labels are not generated in smart forms
How can I create a shaded box?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
I need to debug sapscript. What steps would you recommend should I take?
What is the use of transaction code NACE in sap scripts ?
Are labels possible in Smartforms ?
How can I display barcodes in sapscripts?
what are barcodes?how can we use them?