cancel
Showing results for 
Search instead for 
Did you mean: 

What is the Print Program for MEDRUCK

Former Member
0 Kudos

What is the Print Program for MEDRUCK?

I found it to be SAPFM06P. But this is a subroutine pool program which can't be executed.

Please help.

Regards,

Laxmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

MEDRUCK, the print program should be SAPFM06P: it calls the fms ME_READ_PO_FOR_PRINTING and

ME_PRINT_PO.

The print program name for 'MEDRUCK' is SAPFM06P, it is not advisable to change the print program instead if you want to do any changes use Subroutines in the layout. Eg : PERFORM <Subroutine name> in PROGRAM <pname> USING <in_variables>

CHANGING <out_var>

ENDPERFORM.

Regards,

Sankar

former_member552147
Participant
0 Kudos

Hi Sankar ,

If I understand you correct … in case when I need to add more specific info to PO like tax calculation and so on, I need to modify MEDRUCK ??? Could you kindly post any example which I can use like a template?

Thank you in advance,

For helpful answer, reward will be provided.

Yutah

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The print program of medruck is sapfm06p. This is correct because if you open the table tnapr it shows this program .

We can see print programs for particular forms from this table TNAPR .

not only that we can see output types for particular forms ( Table NAST)

Thanks

venkat