SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

MV14AF0L SAP ABAP INCLUDE - SD Credit Data: Read Open Order, Delivery and Billing Values







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MV14AF0L. "Basic submit
SUBMIT MV14AF0L AND RETURN. "Return to original report after report execution complete
SUBMIT MV14AF0L VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV14AF0L

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MV14AF0L or its description.