SAP Reports / Programs

J_2GLPST SAP ABAP Report - DSD check list







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


Transaction Code(s):

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

J2GLPST - DSD check list


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_2GLPST. "Basic submit
SUBMIT J_2GLPST AND RETURN. "Return to original report after report execution complete
SUBMIT J_2GLPST 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_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





Text Symbol: B27 = Fiscal file is full
Text Symbol: M01 = Lock server failure! Program execution stopped
Text Symbol: M02 = Maximum loop time, reached.
Text Symbol: M03 = Some devices could not be accessed...
Text Symbol: M10 = No devices found
Text Symbol: T01 = DSDs per company
Text Symbol: T02 = SAP Info
Text Symbol: T03 = DSD


INCLUDES used within this REPORT J_2GLPST

J_2GLPEID02.


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:

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.



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_2GLPST or its description.