Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem regarding script(its CODE is urgent)

Former Member
0 Likes
296

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>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
272

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

1 REPLY 1
Read only

Former Member
0 Likes
273

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