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

Printing Logs

Former Member
0 Likes
4,656

Hi folk,

I need some tables  which are logging printings. One of our customers wants to report a smartforms logs . he wants to see who/when/how many times/ and etc printed  . How can ı reach suck kind of informations.

Thanks.

1 ACCEPTED SOLUTION
Read only

arindam_m
Active Contributor
0 Likes
2,228

Hi,

Best would be to have a code in SMARTFORM to update a ZTABLE that will record USERNAME and DATE TIME stamp. Having a code in smartform will ensure no matter which client or program calls it the ZTABLE will have the record.

Cheers,

Arindam

Hi folk,

I need some tables  which are logging printings. One of our customers wants to report a smartforms logs . he wants to see who/when/how many times/ and etc printed  . How can ı reach suck kind of informations.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
2,228

Dear oldun,

You can find the print job details in the table TBTCP

this table contains   who/when/how many times the job done

I think it is the correct ans

Thanks & Regards

Kranthi

Read only

Former Member
0 Likes
2,228

Hi Oldun,

You can check the standard table PMPL used for print logs.

Reward points if this info is useful for you !

Read only

arindam_m
Active Contributor
0 Likes
2,229

Hi,

Best would be to have a code in SMARTFORM to update a ZTABLE that will record USERNAME and DATE TIME stamp. Having a code in smartform will ensure no matter which client or program calls it the ZTABLE will have the record.

Cheers,

Arindam