RKAEPHED 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 RKAEPHED 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: P_TEST = Test run
Title: Program for Deleting Unneeded Line Item Report Headers
Text Symbol: ASK = Should the selected report headers be deleted?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RKAEP000' I_STRUCTURE_NAME = 'RTXTH' IS_LAYOUT = LS_LAYOUT TABLES T_OUTTAB = T_LIST EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = text- TEXT_QUESTION = TEXT-ASK IMPORTING ANSWER = LD_ANSWER EXCEPTIONS OTHERS = 2.
K_REPORT_TEXT_DELETE CALL FUNCTION 'K_REPORT_TEXT_DELETE' EXPORTING I_APPLICATION = 'KS' I_TEXT_KEY = LS_TEXT_KEY I_TEXTTYPE = 'H' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKAEPHED - Program for Deleting Unneeded Line Item Report Headers RKAEPHED - Program for Deleting Unneeded Line Item Report Headers RKAEPFOB - Form Routines for On-Block Events RKAEPFF4 - Form Routines for Possible Entries RKAEPCUS - Copy Line Item Report Settings to Other Client RKAEPCUS - Copy Line Item Report Settings to Other Client