Did u create the script or u have only modified?how did u
modified Medruck?did u came across any errors while
modifying?after adding the logo wer did u store that?
Answer Posted / saifur rahaman
Generally, we modify existing sap scripts provided by SAP
rather than creating one. Unless you have to do something
new for your client like Labels or Packaging card, etc.,
MEDRUCK is the form for PO.
You don't create a PO using MEDRUCK. MEDRUCK is the form
used to print a PO that has been created.
Goto SE71, there is an option in Utilities as COPY ffrom
Source client (000). Copy the from MEDRUCK into a Zname
form. The common changes wud b inserting a logo, using Std
text for Terms and Conditions, alignment of windows as per
client requirement, get xtra data if client is asking for
somethign more.
There are structures used in Scripts which hold the data
entered by the user. These structures are used to get data
from Database.
Look at MEDRUCK form and it would have a print program. you
can find in tcode NACE.
There might be some requirment like you have to copy
medruck as zmedruck. after making modificatons in it you
need to execute zmedruck ie instead of medruck zmedruck
should be executed.
The possible way to do it ::
1) Go to T-code 'NACE'
2) click on Application 'EV' click on push button 'output
types'.
3) In Output types select 'NEU' tab now dounble click on
processing routines.
4) Change to change mode For short text 'Print Output'
Change form name freom 'MEDRUCK' to 'ZMEDRUCK'.
5) Now save and go back.
6) now whenever u execute 'ME23N' The form ZMEDRUCK will be
displayed insted of MEDRUCK.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are client dependant objects in abap/sap?
What is a help view? : abap data dictionary
What is the use of abap data dictionary? : abap data dictionary
What does the extract statement do in extract datasets? : abap modularization
What are two methods of modifying sap standard tables? : abap data dictionary
What are the restrictions on subscreens?
What are the update types possible?
Can you show multiple alvs on a single screen?
What is buffering in abap?
How can we set the tablespaces and extent sizes ?
What are logical databases? What are the advantages of logical databases?
What is the significance of delivery class? : abap data dictionary
What is erp? : sap abap hr
Differentiate between report and dialog program
Is it possible to pass data to and from include programs explicitly?