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: 

How to find pro SAPLMEDRUCK

Former Member
0 Kudos

Dear Frnds ,

I need suggestion from you guys on the belowmentioned issue .

I want to know for ME23N t code , we are attching a SAP standard programme " SAPLMEDRUCK" , which executes and gives the out put for the PO .

In NACE , i have checked under this node , NACE - > application EF -> output types NEU ->

processing routines -> under print output programme "SAPFM06P " is there .

There is no entry for the programme "SAPLMEDRUCK" in NACE .

I need to find out where the programme "SAPLMEDRUCK" is being attached for ME23N t code , is there

any config settings where it has been attached ?

I saw the forum on the same issue some one has post a query , but its not solved .

So If any body has any idea on the same , suggestion will be highly appreciated .

Regards

Prabhudutta

5 REPLIES 5

Former Member
0 Kudos

Did you check in TNAPR table?

Satya

0 Kudos

Yahi have checked the TNAPR table, there are entries for "SAPFM06P" this programme exists , no entry is there for the programme "SAPLMEDRUCK" .

Regards

Prabhudutta

0 Kudos

Well, at first: All reports that start with

SAPL.....
/<namespace-identifier>/SAPL...

are function groups.

The

Function module ME_PRINT_PO

is called within the module pool SAPFM06P, for example in include FM06PE02 form routine "entry_neu", which is the standard one to be used when printing purchase orders via output messages.

Within function group ME_DRUCK you'll find a number of explicit Enhancement Points to extend the coding. The data of the purchase order is made available beforehand through another function call. Please refer to the inline documentation of the function module.

As there's one module pool SAPFM06P and on the other hand a function group ME_DRUCK involved, there's no source code coherence.

Best wishes,

Florin

0 Kudos

Thanks . Issue has been solved .

Regards

Prabhudutta

Former Member
0 Kudos

Hi,

Look for "MEDRUCK" in SE80 in function group you will come to know about this function group. As per naming convention "SAPL" is getting attached in function group "MEDRUCK" and becoming "SAPLMEDRUCK".

Thanks,

Asit Purbey.