2007 Feb 27 12:38 PM
Heya ABAP,
i have to code a report which calls RSNAST00.
When calling RSNAST00 i have to pass several parameters. One of them is the printer which should be used.
My requirement is to pass the printer which is specified for the actual user.
I can find that info in the SAP system, tho i dont know where to find it on the database.
I´m quite sure there exists a FM that exactly gives me the printer of the actual user, so if anyone of you gurus has a clue, i´ll greatfully reward him thy points
If theres no FM but you can tell me the table where i can find the info, i´ll be satisfied as well.
thx for convenience.
2007 Feb 27 12:45 PM
select single SPLD from USR01 into v_SPLD where bname eq <USER_NAME>.
2007 Feb 27 12:45 PM
select single SPLD from USR01 into v_SPLD where bname eq <USER_NAME>.
2007 Feb 27 12:47 PM
2007 Feb 27 12:47 PM
2007 Feb 27 12:50 PM
2007 Feb 27 12:49 PM
Hi,
You can find the User (RQOWNER) and the Printer Name (output Device) RQDEST in the table TSP01.
Regards,
Anji