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

SAPScript Query

Former Member
0 Likes
339

Hi ALl,

I developed a SAPscript program and form and attached them to the PO in NACE transaction. When I try to print from ME22 my program is not been called and some other program is been called which starts with SAP..Could u help me in this please...

Thanks

Vinod

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
302

Please see the OSS note # 324453

<b>FYI</b>

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.

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

0 Likes
302

Hi

I have used the same program to modify the PO. But still it doesnt call this program..

Vicky