MV45AILO_LORD_TEXT_PAI 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 MV45AILO_LORD_TEXT_PAI 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!
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting object = 'LORD' message = ls_msg.
SD_TEXT_SET_STRING call function 'SD_TEXT_SET_STRING' exporting iv_id = gs_text_v45a-id iv_spras = gs_text_v45a-spras iv_text_string = gs_text_v45a-text_string importing ef_changed = lf_dataloss et_xvbuv = xvbuv[] changing ct_xthead = xthead[] exceptions others = 1.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting object = 'LORD' message = ls_msg.
SD_TEXT_SET_XSTRING call function 'SD_TEXT_SET_XSTRING' exporting iv_id = gs_text_v45a-id iv_spras = gs_text_v45a-spras iv_handle = gs_text_v45a-handle iv_text_xstring = gs_text_v45a-text_xstring importing ef_changed = lf_dataloss et_xvbuv = xvbuv[] changing ct_xthead = xthead[] exceptions others = 1.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting object = 'LORD' message = lv_message.
SD_TEXT_SET_STRING call function 'SD_TEXT_SET_STRING' exporting iv_id = gs_text_v45a-id iv_spras = gs_text_v45a-spras iv_text_string = gs_text_v45a-text_string importing ef_changed = lf_dataloss et_xvbuv = xvbuv[] changing ct_xthead = xthead[] 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.