Application Development 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: 

PO print

Former Member
0 Kudos

Hi there,

I'm not sure if the program to print the PO in 4.7 is the same that 4.6C, I'm facing a lot of problems in a migration project here...

The program is SAPFM06P?? because it is all commented in the 4.7.

Thank you.

Alexandre Nogueira

5 REPLIES 5

Former Member
0 Kudos

What problem are you having?

0 Kudos

I've found many syntatx errors in the Z program, that was copied from SAPFM06P in the 4.6C version, and now, in the 4.7 the program SAPFM06P is all comented, that is why I am not sure that it is still the program to print PO...

Alexandre Nogueira.

0 Kudos

If you copied and made changes to some of the includes, yes there is a very likelyhood that you will have issues. You just have to painstakingly go through it one at a time and resolve them. Read note 324453. It specifically refers to the upcoming changes to this program and asks you to start using SAPLMEDRUCK. Even though they continued to support it in older versions, now from 47, they stopped.

Please revert back any specific issues that you have as a result.

Srinivas

Former Member
0 Kudos

On 47 all the subroutines for printing PO are in program

FM06PE02 which is an include of SAPFM06P . If you were using SAPFM06P on 46c you can use same program and subroutine names in your output type configuration.

The whole logic is in two functions ME_READ_PO_FOR_PRINTING & ME_PO_PRINT. You may have to rewrite your custom program or fix the syntax errors in 47 . It should work . We also had a custom program and we upgraded to 47 , so we only fixed the unicode errors.

Cheers

0 Kudos

mmmmm.. It helps me a lot...

So it's really diferent from 46c, now all is in one include(FM06PE02), so I'll have a lot of work to re-write my ZSAPFM06P.

Thanks a lot.