cancel
Showing results for 
Search instead for 
Did you mean: 

sap script for po

Former Member
0 Kudos

hi techies

i have a requirement where i have to prepare a purchse order .

i have copied the standard program medruck into a z program but i dont know how to proceed further.

kindly help me out.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I have given t001w-name1 to be printed in my header window.

In se38, while debugging its value is coming but when i debug the script its value is not coming

Another field t001-txt is correctly coming

I'm helpless in this to identify the problem.

Please help me

cywings
Explorer
0 Kudos

usually the configuration will be maintained by the functional, you dont have to worry about it.

if your requirement is not much of difference from medruck, just modify the standard medruck sapscript will do, else if u need to have additional fields to be displayed, then u might need to take a look at the standard print program for medruck to get data from database.

the print program for medruck if i'm not mistaken is pretty simple. it will call two function modules which will read PO, and the print PO.

what i did was i copied the whole function group into Z function group and modify the function module accordingly. then the sapscript medruck u modify accordingly.

usually it works.

Shivaji16
Active Participant
0 Kudos

Hi,

If the requirement differs very much from the standard MEDRUCK form,

then better go for creating a new one by getting the approval from your PM.

Otherwise, copy the standard form MEDRUCK into Z form and modify the

windows and pages of the form with the requirements.

if requried add more windows or paragraph formats..etc..

Once the Z FORM is ready.. we have configure in the NACE transaction..

so that the PO transaction when issues an output, should trigger our Z

FORM. So, we have to give our form name in the OUTPUT TYPE->

processing routines in the NACE transaction for EF application.

This configuration part could be done by the functional people..once you

deliver the form.

Former Member
0 Kudos

THE PROBLEM IS THAT I DONT KNOW HOW TO CONFIGURE THE NACE TRANSACTION .WHAT I HAVE DONE IS THAT I HAVE COPIED THE MEDRUCK INTO A Z PROGRAM. THATS IT.

Former Member
0 Kudos

Hi,

Plz send across the rquirement so that we can help .

but remember for scripts ,

if u have copied the print program and layout then configur ethe same to ur output type in nace transaction.