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
Differentiate between transparent tables, cluster tables and pooled tables
What is the lock object?
What is locking? : abap data dictionary
What is the significance of delivery class?
what is the difference between hashed & sorted internal tables?
What is the full form of spro? : sap abap hr
Explain the systems fields used for interactive lists and lists?
What is the difference between a substructure and an append structure?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
what is defference between repository and non repository Object?
What is asynchronous and synchronous update?
What are the components of selection table?
What is direct input method ?
What is the difference between the function module and a normal abap/4 subroutine?
What are the two levels in defining a match code ?