LKKPHT07 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 LKKPHT07 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!
K_ITEM_ATTACH_SINGLE CALL FUNCTION 'K_ITEM_ATTACH_SINGLE' EXPORTING ARBPL = %_IARBPL AUFNR = %_IAUFNR DATBI = %_IDATBI DIALOG = %_IDIALOG FLG_UPD = %_IFLG_UPD I_CKPHS = %_II_CKPHS KSTRG = %_IKSTRG KSTRG_CHECK = %_IKSTRG_CHECK MATNR = %_IMATNR OBART = %_IOBART PLNAL = %_IPLNAL PLNNR = %_IPLNNR PSPNR = %_IPSPNR SAUFN = %_ISAUFN VERID = %_IVERID WERKS = %_IWERKS IMPORTING E_CKPE = %_OE_CKPE TABLES I_CKPE_TOTAL = %_OI_CKPE_TOTAL I_IT_MSA_LINK = %_OI_IT_MSA_LINK I_X_CKPE_TOTAL = %_OI_X_CKPE_TOTAL EXCEPTIONS NOT_ATTACHED = 001 NOT_DELETED = 002 NOT_FOUND = 003.
K_ITEM_ATTACH_SINGLE CALL FUNCTION 'K_ITEM_ATTACH_SINGLE' DESTINATION DESTI EXPORTING ARBPL = %_IARBPL AUFNR = %_IAUFNR DATBI = %_IDATBI DIALOG = %_IDIALOG FLG_UPD = %_IFLG_UPD I_CKPHS = %_II_CKPHS KSTRG = %_IKSTRG KSTRG_CHECK = %_IKSTRG_CHECK MATNR = %_IMATNR OBART = %_IOBART PLNAL = %_IPLNAL PLNNR = %_IPLNNR PSPNR = %_IPSPNR SAUFN = %_ISAUFN VERID = %_IVERID WERKS = %_IWERKS IMPORTING E_CKPE = %_OE_CKPE TABLES I_CKPE_TOTAL = %_OI_CKPE_TOTAL I_IT_MSA_LINK = %_OI_IT_MSA_LINK I_X_CKPE_TOTAL = %_OI_X_CKPE_TOTAL EXCEPTIONS NOT_ATTACHED = 001 NOT_DELETED = 002 NOT_FOUND = 003.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.