PRINTKLH 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 PRINTKLH 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SEO_METHOD_GET_SOURCE CALL FUNCTION 'SEO_METHOD_GET_SOURCE' EXPORTING mtdkey = source_key with_enhancements = 'X' IMPORTING * SOURCE = SOURCE_TAB source_expanded = source_string EXCEPTIONS _internal_method_not_existing = 1 _internal_class_not_existing = 2 OTHERS = 3.
WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING header = l_header TABLES lines = l_lines EXCEPTIONS function = 1 type = 2 unopened = 3 unstarted = 4 window = 5 bad_pageformat_for_print = 6 spool_error = 7 codepage = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.