IEKISUDOCUMENT0 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 IEKISUDOCUMENT0 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: INTERNAL: Form Class Library
INCLUDE EMSG.
INCLUDE IEFGMAC3.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_FKKKO_SINGLE CALL FUNCTION 'ISU_DB_FKKKO_SINGLE' EXPORTING x_opbel = opbel * X_ACTUAL = IMPORTING y_fkkko = yt_doc_head EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
FKK_BP_LINE_ITEMS_SEL_LOGICAL CALL FUNCTION 'FKK_BP_LINE_ITEMS_SEL_LOGICAL' EXPORTING * I_VKONT = * IX_VKONT = ' ' * I_GPART = * IX_GPART = ' ' i_opbel = opbel * IX_OPBEL = ' ' * I_FAEDN = * IX_FAEDN = ' ' * I_VTREF = * IX_VTREF = ' ' * I_EMGPA = * IX_EMGPA = ' ' * I_WAERS = * IX_WAERS = ' ' * IX_SAMPLE_FLAG = ' ' TABLES pt_logfkkop = yt_items * PT_WHERETAB = * TP_VKONT_RANGE = * TP_GPART_RANGE = * TP_OPBEL_RANGE = * TP_FAEDN_RANGE = * TP_VTREF_RANGE = * TP_EMGPA_RANGE = * TP_WAERS_RANGE = EXCEPTIONS OTHERS = 1.
FKK_GL_LINE_ITEMS_SEL_BY_OPBEL CALL FUNCTION 'FKK_GL_LINE_ITEMS_SEL_BY_OPBEL' EXPORTING i_opbel = opbel * IX_SAMPLE_FLAG = ' ' * IMPORTING * E_COUNT = TABLES tp_fkkopk = yt_glitems * TP_SELECTTAB = 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.