‎2007 Jan 07 2:31 PM
hi all sap abap professional,
i am facing a problem customization of script for purchase order.
describelow....
first i copied standard script MEDRUCK->ZMEDRUCK
THEN through NACE assigned ZMEDRUCK->driverprogram.
after that i am facing problem
when i want to written print program Z0007SCRIPT.. AND copied include program of driver program(lot of include program here which r copied i cant understand).
ALSO more over one think that suppose in ZMEDRUCK create a window where
i want to display the data for vendor address ,,,, how paassing the ITAB IN FORM
i cann not understand......
SO kindly send the <b>customizing code</b> for all my problem and <b>step by step procedure</b>
‎2007 Jan 07 2:50 PM
Hi
The step they usually are done are:
- Create a copy of script MEDRUCK;
- Create a copy of print program (if it needs to do it only): here it should copy only the main program and the includes have to be changed;
- Assign the script ZMEDRUCK to new driven program
If you declare the variable ZXXXX in the program, it' will be printed in the script if you insert a line like this:
/* &ZXXXX&
So if in the ITAB there are addresses data:
/* &ITAB-NAME1& &ITAB-ORT01&
Max
‎2007 Jan 07 2:50 PM
Hi
The step they usually are done are:
- Create a copy of script MEDRUCK;
- Create a copy of print program (if it needs to do it only): here it should copy only the main program and the includes have to be changed;
- Assign the script ZMEDRUCK to new driven program
If you declare the variable ZXXXX in the program, it' will be printed in the script if you insert a line like this:
/* &ZXXXX&
So if in the ITAB there are addresses data:
/* &ITAB-NAME1& &ITAB-ORT01&
Max