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 |
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 ?
Can i Have Some Realtime Examples on Scripts ?
/: 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 sap ? can i learn sap from home ? future of sap and freshers salary and experience salary ? carrer scope for sap and please tell me indepth details of company listings in chennai ?
I want few sample tech spec's in ABAP
What are different tools to report data in SAP? What all have you used ?
wat are the labels?do we use them in sapscripts/smartforms?
What do you mean by symbols?
how to get total price in sapscript form?
What is the purpose of sap script? Difference between sap script and report?
How to edit standard SAPSCRIPT called by standard program ?
Why the Main window Triggers first in Scripts ?