Application Development and Automation 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: 
Read only

Print program failed in new ECC 5.0,need help

Former Member
0 Likes
574

Hi All,

how are you doing,Please help me in how to proceed to the solution.

We are

My problem is We are upgrading SAP from 4.6C to ECC 5.0,

In the print program we getting error saying the

"Processing log for program SAPFM06P routine OLD_ENTRY_NEU"

"Processing routine OLD_ENTRY_NEU in program SAPFM06P does not exist"

Could please help me out how to do print program in new version.

Thanks in advance

Madhavi

Hi All,

how are you doing,Please help me in how to proceed to the solution.

We are

My problem is We are upgrading SAP from 4.6C to ECC 5.0,

In the print program we getting error saying the

"Processing log for program SAPFM06P routine OLD_ENTRY_NEU"

"Processing routine OLD_ENTRY_NEU in program SAPFM06P does not exist"

Could please help me out how to do print program in new version.

Thanks in advance

Madhavi

3 REPLIES 3
Read only

Former Member
0 Likes
533

Madhavi,

Check for the configuration of the output in the NACE transaction. Those should be the names that are erroring out. Now, display the program SAPPFM06P and see if there is a subroutine called OLD_ENTRY_NEU in it.

Looks like its not there.

Regards,

Ravi

Note :Please mark the helpful answers

Read only

Former Member
0 Likes
533

Copy the SAPFM06P into a z program and include the code for OLD_ENTRY_NEU in the new print program.

Attach the new routine and Print program to the transaction in NACE.

Regards,

Ravi

Read only

Former Member
0 Likes
533

Hi Madhavi,

It seems SAP does not support old_entry_neu routine from ECC 5.0 onwards. For more details, pls check SAP Note 324453. I think you need to change Form routine using OMFE txn in the Customizing of the message type .

FYI:

Symptom

The print program does no longer work in purchasing.

Other terms

MEDRUCK, SAPLMEDRUCK, SAPFM06P, TNAPR, ENTRY_NEU, OLD_ENTRY_NEU, ENTRY_MAHN, OLD_ENTRY_MAHN, ENTRY_AUFB, OLD_ENTRY_AUFB, ME21N, ME21, ME22, ME22N, ME9A, ME9E, ME9F, ME9L, ME9K

Reason and Prerequisites

The print function was changed in purchasing.

Solution

With Release 4.6, new print program SAPLMEDRUCK is used.

This program is called by SAPFM06P if FORM routine ENTRY_NEU is entered in Customizing of the message type (table TNAPR (transaction OMFE)).

These settings are delivered in the SAP standard system.

However, the old print logic is still available via FORM routine OLD_ENTRY_NEU. The print runs as in earlier releases.

The same logic also applies to order acknowledgments OLD_ENTRY_AUFB and urgings OLD_ENTRY_MAHN.

For scheduling agreements with release documentation with print operation 'A' and '9' (both for FAB and for LAB), you should continue to use Form routine ENTRY_LPHE.

As of Release 4.6, only the print program delivered in the standard is maintained. Thus, the routines OLD_ENTRY_xyz are no longer supported.

In Release 470, the routines OLD_ENTRY_xyz do no longer exist in

program SAPFM06P.

Cheers,

Vikram

Pls reward for helpful replies!!