cancel
Showing results for 
Search instead for 
Did you mean: 

Need to attach a Z SAPscript to SAP standard program SAPM07DR for GR

Former Member
0 Kudos

Hi,

I need to get a label print out via Z SAPscript for Goods Receipt process. I have created the Z SAPscript. Then i have created a new output type through NACE transaction. I have changed the form name to the Z script name for the standard SAP driver program SAPM07DR. But when i tried to test by creating the message via MB02 transaction i am not getting the new output type in the selection screen list. Is there some assignment i have missed? I am not a functional person so pls let me know in detail if i have done something incorrect or have missed out something.

Helpful answers will be rewarded.

Thanks in advance,

Ananya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

-> Go to se71 and go with utilities activate debugger

-> Now go to MB02 and give the print preview

-> Now it stops at the sapscript find the sapscript name

-> Go to table tnapr and execute it and give your script name in the fonam field and execute now you will get the application and the output type

->Now go to nace transaction and select the application which you got and copy the output type which you got and change it to Zoutput now provide your sapscript name and printprogram

->Now go and check whether your output type was coming or not.

Thanks,

NN.

Former Member
0 Kudos

Yes, I have created a new output type like the old one WE01. But it is not updated in table TNAPR. Do i need to do it separately?

Former Member
0 Kudos

Hi,

No need to do anything.Just assign that zoutput type in NACE with the form name.

Regards,

Shiva Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Had you assigned it in NACE tcode?

Had you created a new Output type ?

Is that created output type is same as the old one(copied)?

Is that output type belongs to the same application area?

Check these and also check as per Netaji babu's answer .