cancel
Showing results for 
Search instead for 
Did you mean: 

Copy PO print

Former Member
0 Kudos

Hi ABAP Experts,

I have requirement to count how many time a PO had been printed and also who had print it.

Is there any solution for this requirement?

Is there any table(s) that store them?

Thanks for the answers.

Rgds,

kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The PO';s which you print be stored as entries in NAST table with Objkey = PO number.

The number of time the PO is printed, same no of records exist in NAST.

All the Details you required will be in NAST.

Thanks & Regards,

Vamsi.

Former Member
0 Kudos

@Vamsi & Sai

Thanks for fast replies....

One more question, is it possible to know what(the name) terminal that the user use to print PO?

Rgds,

kris

Answers (3)

Answers (3)

Former Member
0 Kudos

Unmarked

Former Member
0 Kudos

Hi,

Check the value in NAST-LDEST.

Thanks & Regards,

Vamsi.

Former Member
0 Kudos

hi Vamsi.

LDEST is storing the output device.

What i want to know is terminal (name of the computer) not the output device.

Btw, another requirement just came to me.

for example if I use tcode ME9F to print PO, there is a "Trial Output" button at the most right of the menu bar.

Apparently, if I print from that button, that woiuld not update NAST table.

Is it possible if PO print from that button also included in the counter?

Which table that store it?

Is there any solution for this?

Thx for replying...

Best Regards.

Former Member
0 Kudos

Hi

Each and evry detail stored in NAST table (Messages)..

.By passing the Objky is the PO Number and

KSCHL = 'PO OUTPUT TYPE"

AND USNAM is the user.