cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms for MM po

Former Member
0 Kudos

Hi All,

Can any body share the driver program and smartform for printing MM Purchase order.

The Tcode is ME21n.

Immediate reply is highly appreciated.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi..

Try using this.

Program - /SMB40/FM06P

Smartform - /SMB40/MMPO_A, /SMB40/MMPO_L,

else for SAP Script,

Program - SAPFM06P

SAPScript-MEDRUCK

Regards,

Karthik

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Kartik ,

thanks for the information but let me reframe my question,

I need a customized driver program and layout in smartforms fitting to any cable Industries.

former_member628395
Active Participant
0 Kudos

Hi,

Do you mean to say, you want to call a custom program/routine and a custom smartform instead of standard?

In that case, you can use NACE transaction coide to define you output types, including the program, routines and smartforms.

Regards,

Sagar

Former Member
0 Kudos

hi,

the reply might be too late but it might help others.

just close your whole code in the subroutine e,g

form entry using return_code us_screen.

call function fsname

exporting

tables

end.

and at the end o f the function

clear return_code.

clear all the itabs and structures as well.

endform.

go to nace

select purchase order

press the change button

give your source code in the program e,g zh_purchase_order and ur subroutine name e,g "entry " in the form subroutine.

and then save it.

Edited by: ZAHID HAMEED on Jul 17, 2010 11:56 PM

Former Member
0 Kudos

Hi,

My questioned has been answer.

Thanks for your responses.