Ever Wonder what is the difference between Output Immediately and Print Immediately?
Why do we need both the parameters, when both have the same functionality?
I was facing an unique situation where printing the spool behaved differently for different output types.
The reason is here.
SAP generally prints the spool based on the OUTPUT IMMEDIATELY condition as a default. For the Users, who want to print all the forms by default, they can select Output immediately in User Settings.
And if they want to print using PRINT IMMEDIATELY, the following change has to be done in the driver program for the smartform.
While using CALL FUNCTION <SF name>,
There is a parameter we should consider "User_Parameter"
Printer settings ( TDDEST , TDPRINTER , RQPOSNAME )
TDIMMED (Print immediately)
TDDELETE (Delete after output).
email address removed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |