cancel
Showing results for 
Search instead for 
Did you mean: 

Get the printer information from the Pop-up screen

Former Member
0 Kudos

Hi,

On the SAP screen I work, we have an option to print (button called) "print form".

When clicking on this button, a pop-up screen is displayed to select the print devices and then

option print the list of documents displayed on that screen.

How do I get the information as which printer is selected on this pop-up screen ?

Also,

It would be helpful, if some one would tell me how to get the status of the printing job.

If there was an error while printing or is it successfull ?

Regards,

Vijaya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if its a Smartform we can find the device in structure ssfcompop-tddest. Usually we define one structure with same type and pass the value to Smartform Function Module in driver program...

If its a 'SAP SCRIPT' u can find the device in structure 'ITCPO-tddest', we pass this value to 'OPEN_FORM' Function Module in driver program.

Hope it helps!!

Regards,

Pavan