PRC_MANUAL_CHANGE_ENTRY_F14 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 PRC_MANUAL_CHANGE_ENTRY_F14 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: Include PRC_MANUAL_CHANGE_ENTRY_F14
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_bal_log EXCEPTIONS others = 0.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'T685' * STATE = 'A' * LANGU = ' ' importing * GOTSTATE = dd02v_wa = ls_dd02v_wa * DD09L_WA = * TABLES * DD03P_TAB = * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = 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.
PRC_MANUAL_CHANGE_ENTRY_F14 - Include PRC_MANUAL_CHANGE_ENTRY_F14 PRC_MANUAL_CHANGE_ENTRY_F13 - Include PRC_MANUAL_CHANGE_ENTRY_F13 PRC_MANUAL_CHANGE_ENTRY_F12 - Include PRC_MANUAL_CHANGE_ENTRY_F12 PRC_MANUAL_CHANGE_ENTRY_F11 - Include PRC_MANUAL_CHANGE_ENTRY_F11 PRC_MANUAL_CHANGE_ENTRY_F10 - Include PRC_MANUAL_CHANGE_ENTRY_F10 PRC_MANUAL_CHANGE_ENTRY_F09 - Include PRC_MANUAL_CHANGE_ENTRY_F09