2007 Jul 23 9:01 AM
Hi,
Is it possible to handle print event in standard report ? I made my own status-gui with print button activated (assigned function code), added in code:
AT USER-COMMAND.
CASE sy-ucomm.
WHEN 'PRN'.
PERFORM my_prn_control.
ENDCASE.
but, when I press print button in report, at-user-command section isn't triggered 😕
2007 Jul 23 9:06 AM
Hi,
Do one thing.
Use dubugger. Put it at case statement.
Click on print button or menu.
See what is in sy-ucomm.
Reward if useful!
Hi,
Do one thing.
Use dubugger. Put it at case statement.
Click on print button or menu.
See what is in sy-ucomm.
Reward if useful!
2007 Jul 23 9:06 AM
Hi,
Do one thing.
Use dubugger. Put it at case statement.
Click on print button or menu.
See what is in sy-ucomm.
Reward if useful!
2007 Jul 23 9:35 AM
strange... after few restarting of abab probram sy-ucomm cointains correct assigned value
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |