`

Stop the combining of spool request to an existing one

    博客分类:
  • SAP
阅读更多
Q:this is a general printing question. currently, system has 'Print Immediately' unchecked for all users, so all printings are hold as spool requests and not printed immediately.

however, if a spool request is generated from the same transaction as previous spool requests, they are accumulated into a single spool request- hence many pages will be printed if user sets to 'print immediately'.

how can we have a different spool request for every request to print? and not add on to previous spool requests.

A:you can pass TDNEWID = 'X'. it will generate the new spool number each time
JOB_OUTPUT_OPTIONS-TDNEWID = 'X'.

CALL FUNCTION FM_NAME
EXPORTING
CONTROL_PARAMETERS = CONTROL
OUTPUT_OPTIONS = OUTPUT
USER_SETTINGS = ' '
EKKO = L_DOC-XEKKO
PEKKO = L_DOC-XPEKKO
DRUVO = L_DRUVO
IMPORTING
JOB_OUTPUT_OPTIONS = JOB_OUTPUT_OPTIONS

PRI_PARAMS-PRNEW or ITCPO-TDNEWID: With 'X', a new spool order is created, with ' ' it is tried to attach to an existing spool order. Therefore, name, output device, number of prints and the format must match. In addition, the  existent spool order must not already be completed. This can occur if a spool order is released for output. If no matching spool order can be found, then, a new spool order is created for this case as well.

REFER TO:https://forums.sdn.sap.com/thread.jspa?threadID=1342730&tstart=0
分享到:
评论

相关推荐

    The all code for An Union Method Combining the Stitching of Norm

    The all code for "An Union Method Combining the Stitching of Normal Images and the Supervised Semantic Segmentation of Stitched Image", Nature Communications (under review), Xing Hu, Xinjian Li, ...

    Object-Oriented Analysis and Design 第六章

    - Decorator pattern adds behavior or responsibilities to an object dynamically without affecting the behavior of other objects in the same class. - Facade pattern provides a simplified interface to a ...

    Analytics for the Internet of Things 2017.7

    Break through the hype and learn how to extract actionable intelligence from the flood of IoT data About This Book Make better business decisions and acquire greater control of your IoT ...

    计算机网络第六版答案

    An ISP earns its money by charging each of the the ISPs that connect to the IXP a relatively small fee, which may depend on the amount of traffic sent to or received from the IXP. 15. Google's ...

    微软内部资料-SQL性能优化5

    Each index row in node pages contains an index key (or set of keys for a composite index) and a pointer to a page at the next level for which the first key value is the same as the key value in the ...

    The Art of Assembly Language Programming

    The 80x86 MOV Instruction 4.8 - Some Final Comments on the MOV Instructions <br>4.9 Laboratory Exercises 4.9.1 The UCR Standard Library for 80x86 Assembly Language Programmers 4.9.2 ...

    基于python的图像信息隐藏技术设计源码数据库论文.doc

    The LSB algorithm, a common steganography method, works by modifying the least significant bit of each pixel in an image to embed secret data. By doing so, the embedded information remains virtually ...

    The Reasoned Schemer

    The goal of The Reasoned Schemer is to help the functional programmer think logically and the logic programmer think functionally. The authors of The Reasoned Schemer believe that logic programming is...

    【10】Towards End-to-End Speech Recognitionwith Recurrent Neural Networks.pdf

    This paper presents a speech recognition system that directly transcribes audio data with text, ... Combining the network with a baseline system further reduces the error rate to 6.7%.

    Model Transformation for Cyber Physical Systems

    Combining the descriptive feature of AADL models and the equation-based power of Modelica forms a more powerful way of Modeling CPS. The model transformation from AADL to Modelica provides an ...

    世界某地区的图书馆的建筑学报.pdf

    ion books, is one of the world's largest public libraries, its design needed to embody the dual themes of openness to the public and enjoyable use as an integral part of daily life. This was achieved ...

    Mobile_Image_Communication_using_JPEG2000

    In a clear departure from the traditional strategies, this goal is reached by rigorously combining and extending existing approaches to a single communication system aligned to support a certain pre-...

Global site tag (gtag.js) - Google Analytics