SAP Reports / Programs

J_2GLPPTCODESCHECK SAP ABAP Report - Check print task codes







J_2GLPPTCODESCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note : Maximum upper limit should normally be 9999999...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_2GLPPTCODESCHECK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J2GLPPARACHECKPTCD - Check Print task codes


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT J_2GLPPTCODESCHECK. "Basic submit
SUBMIT J_2GLPPTCODESCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT J_2GLPPTCODESCHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_PRNTSK = Print task code
Selection Text: S_MAX = Maximum upper limit
Selection Text: S_LOGPAP = Logical paper
Selection Text: S_LOGKND = Logical Kind
Selection Text: S_BUKRS = Company code
Title: Check print task codes
Text Symbol: 300 = Maximum Limit greater than the one supported.
Text Symbol: 204 = ERROR MESSAGE
Text Symbol: 203 = PTCD
Text Symbol: 202 = L.PAP
Text Symbol: 201 = Logical Kind
Text Symbol: 200 = COMP
Text Symbol: 024 = Upper limit is greater than the maximum specified
Text Symbol: 023 = Print task code has same Series and Stext with print task code &
Text Symbol: 022 = The counter of the Series is lower than the lower limit allows
Text Symbol: 021 = Print task code lowlimit should not be 0.
Text Symbol: 020 = The Series is exhausted
Text Symbol: 019 = The Series is not well formed
Text Symbol: 018 = Print task code and its reference have different stext ( KBS type )
Text Symbol: 017 = Print task code and it reference must be both manual or not.
Text Symbol: 016 = Reference print task code is not active.
Text Symbol: 015 = Reference print task code not defined for company
Text Symbol: 014 = A manual 3rdparty Print task code cannot have a reference print task code
Text Symbol: 005 = Printer not specified in J_2GLPP1
Text Symbol: 004 = Layout set not specified in J_2GLPP1
Text Symbol: 003 = Print task code not ACTIVE
Text Symbol: 002 = Print task code not in J_2GLPP3
Text Symbol: 001 = Logical kind not defined
Text Symbol: 000 = Logical paper not defined


INCLUDES used within this REPORT J_2GLPPTCODESCHECK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_2GLPPTCODESCHECK or its description.