RKAEPVIM 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 RKAEPVIM 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.
Selection Text: R_HANDLE = Line Item Type
Selection Text: R_LOGGR = Report Object
Selection Text: R_REPORT = Report
Title: Import ALV Layouts with Header Definition (Line Item Report)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LT_VARIANTS_MAINTAIN CALL FUNCTION 'LT_VARIANTS_MAINTAIN' EXPORTING * I_TOOL = 'LT' IS_VARIANT = LS_VARIANT * I_USER_SPECIFIC = ' ' * I_TABNAME = * I_TABNAME_SLAVE = I_CALLBACK_HEADER_TRANSPORT = 'K_REPORT_TEXT_TRANSPORT' * IS_LAYOUT = * IT_DEFAULT_FIELDCAT = EXCEPTIONS FOREIGN_LOCK = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKAEPVIM - Import ALV Layouts with Header Definition (Line Item Report) RKAEPVIM - Import ALV Layouts with Header Definition (Line Item Report) RKAEPTOP - documentation and ABAP source code RKAEPTCPX - Copy Header Definition to Display Variant of Line Item Report RKAEPTCPX - Copy Header Definition to Display Variant of Line Item Report RKAEPTCP - Copy Header Definition to Display Variant of Line Item Report