PURECHK6 is a standard ABAP INCLUDE 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 PURECHK6 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PURECHK6
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EPCL2 CALL FUNCTION 'ENQUEUE_EPCL2' EXPORTING * RELID = 'GP' "CLC Note 1115416 RELID = 'HK' "CLC Note 1115416 SRTFD = SRTFD _WAIT = 'X' EXCEPTIONS FOREIGN_LOCK = 1.
POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = TEXT1 DIAGNOSETEXT2 = TEXT2 DIAGNOSETEXT3 = TEXT3 TEXTLINE1 = TEXT-RE3 TEXTLINE2 = TEXT-RE4 TEXTLINE3 = TEXT-RE5 TEXT_OPTION1 = TEXT-RE6 TEXT_OPTION2 = TEXT-RE7 TITEL = TEXT-RE8 IMPORTING ANSWER = BUTTON.
DEQUEUE_EPCL2 CALL FUNCTION 'DEQUEUE_EPCL2' EXPORTING * RELID = 'GP' "CLC Note 1115416 RELID = 'HK' "CLC Note 1115416 SRTFD = SRTFD EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.