MV14AF0L 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 MV14AF0L 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!
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' EXPORTING tabname = da_tabname langu = us_langu " SY-LANGU lfieldname = da_fieldname IMPORTING dfies_wa = wa_dfies EXCEPTIONS not_found = 1 internal_error = 2 others = 3.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' EXPORTING tabname = da_tabname langu = us_langu " SY-LANGU lfieldname = da_fieldname IMPORTING dfies_wa = wa_dfies EXCEPTIONS not_found = 1 internal_error = 2 others = 3.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting * defaultoption = 'N' textline1 = text-008 textline2 = text-009 titel = text-010 importing answer = antwort.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING defaultoption = 'N' objectvalue = rv14a-konli text_after = text-022 text_before = text-023 titel = text-024 IMPORTING answer = antwort EXCEPTIONS text_too_long = 01.
RS_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING program = rv14a-name suppress_popup = 'X' IMPORTING corrnumber = e071-trkorr EXCEPTIONS object_not_found = 01 enqueue_lock = 03 permission_failure = 04 reject_deletion = 05.
RS_DELETE_PROGRAM call function 'RS_DELETE_PROGRAM' EXPORTING program = rv14a-kname suppress_popup = 'X' IMPORTING corrnumber = e071-trkorr EXCEPTIONS object_not_found = 01 enqueue_lock = 03 permission_failure = 04 reject_deletion = 05.
TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' EXPORTING wi_delete_tadir_entry = 'X' wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = lv_obj_name wi_tadir_author = trdir-cnam wi_tadir_masterlang = sy-langu IMPORTING new_tadir_entry = tadir EXCEPTIONS tadir_entry_not_existing = 2 error_message = 4.
TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' EXPORTING wi_delete_tadir_entry = 'X' wi_test_modus = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = lv_obj_name wi_tadir_author = trdir-cnam wi_tadir_masterlang = sy-langu IMPORTING new_tadir_entry = tadir EXCEPTIONS tadir_entry_not_existing = 2 error_message = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV14AF0L - SD Credit Data: Read Open Order, Delivery and Billing Values MV14AF0K - documentation and ABAP source code MV14AF0I - documentation and ABAP source code MV14AF0H - documentation and ABAP source code MV14AF0F - documentation and ABAP source code MV14AF0E - documentation and ABAP source code