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: 

Change output - purchase order - stop print based on criteria

Former Member
0 Kudos
134

Hi,

In config (print relevant purchase order changes), we have he purchase order indicator turned on for a specific field, so every time we change that field in the purchase order its going to print , however, for some types of material (info is available in EKPO) i need to contol the print ( print or not to print) , please let me know the appropriate user exit or enhancement where i can control the print.

when the PO is approved in ME29N system generates a print and i need to control it. any suggestions are welcome

Thanks,

VY.

2 REPLIES 2

Former Member
0 Kudos
73

Hi,

Even i also need the more or less same functionality.

If you have got some solution, could u just share the same with me?

But in the option further data for message processing, i want to keep

4 as requested Processing.

I don't want to change that.

Many thanks for your help.

regards,

Vinod.

Former Member
0 Kudos
73

Hi,

try run t_code VOFM, from menu select Requirements - Output Control

Create new routine, where you can add some ABAP code. SY-SUBRC is important for next processing.

Then, in t_code NACE, select Procedures for EF application and set up the new routine (column Requirmnt) to your CTyp (Condition Type)

If SY-SUBRC = 0, CTyp will be executed.

Hope, this helps.

Filip

Edited by: Filip Malik on Apr 8, 2008 8:39 AM