J_2GLPST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter J_2GLPST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2GLPST - DSD check list
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.
Selection Text: S_ONLYS = Display only SAP data
Selection Text: S_MAXMI = Max execution time (minutes)
Selection Text: S_ISOFF = Out of order indication
Selection Text: S_DEVUS = Usage
Selection Text: S_DEVID = D Device ID
Selection Text: S_BUKRS = D Company Code
Title: DSD check list
Text Symbol: T04 = Inactive (not used)
Text Symbol: T05 = In use
Text Symbol: T06 = In use as alternative
Text Symbol: T07 = Out of order
Text Symbol: T10 = RFC destination (Program ID)
Text Symbol: T11 = Communication folder
Text Symbol: T13 = Unavailable
Text Symbol: T15 = Valid series
Text Symbol: T16 = Add.categor.
Text Symbol: T20 = H/W Info
Text Symbol: T21 = Last Z issued
Text Symbol: T22 = Signatures since beginning
Text Symbol: T23 = Signatures since last Z
Text Symbol: T24 = Signatures remaining before next Z
Text Symbol: T25 = Status bits
Text Symbol: T26 = Headers
Text Symbol: B10 = Device busy
Text Symbol: B11 = Fatal error (H/W)
Text Symbol: B12 = Printer paper ended
Text Symbol: B13 = CMOS reset
Text Symbol: B14 = Printer ok
Text Symbol: B15 = User operation in progress
Text Symbol: B16 = Fiscal unit ok
Text Symbol: B17 = Battery ok
Text Symbol: B20 = Dummy
Text Symbol: B21 = Day open
Text Symbol: B22 = Signature in progress
Text Symbol: B23 = Recovery in progress
Text Symbol: B24 = Dummy
Text Symbol: B25 = Fiscal warning
Text Symbol: B26 = Fiscal unit is full
No SAP DATABASE tables are accessed within this REPORT code!
J_2GRST call function 'J_2GRST' exporting i_devid = idsd-s-devid importing e_rc = idsd-src e_dsdrc = idsd-hrc e_msg = idsd-msg tables t_statinf = idsd-inf exceptions others = 1.
RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' tables nodetab = itree exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = l_repid callback_user_command = 'NODE_SELECT' * IMPORTING * F15 = exceptions others = 1.
RFC_READ_TCPIP_DESTINATION call function 'RFC_READ_TCPIP_DESTINATION' exporting destination = p_rfcde authority_check = ' ' importing program = l_program exceptions authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_2GLPST - DSD check list J_2GLPST - DSD check list J_2GLPRPD - Reprint DSD enabled legal documents J_2GLPRPD - Reprint DSD enabled legal documents J_2GLPPTCODESUTILITIES - Include file for print task codes utilities J_2GLPPTCODESCUSTOMIZE - Parastatitika module pool for maintaining Print Task Codes