MV13AF_CHECK 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 MV13AF_CHECK 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!
SD_COND_V_T685A_CHECK CALL FUNCTION 'SD_COND_V_T685A_CHECK' EXPORTING mode = all v_t685a_i = v_t685a EXCEPTIONS error_message = 8.
CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = p_konws date = vake-datbi object = 'VBRK' IMPORTING currency_new = l_currency_new EXCEPTIONS warning_occurred = 1 error_occurred = 2 OTHERS = 3.
CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = p_konws date = vake-datbi object = 'BUS3030' bukrs = kona-bukrs IMPORTING currency_new = l_currency_new EXCEPTIONS warning_occurred = 1 error_occurred = 2 OTHERS = 3.
CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = p_konws date = vake-datbi object = 'BUS3031' bukrs = kona-bukrs IMPORTING currency_new = l_currency_new EXCEPTIONS warning_occurred = 1 error_occurred = 2 OTHERS = 3.
ME_COND_SUPPLIER_CHECK CALL FUNCTION 'ME_COND_SUPPLIER_CHECK' EXPORTING supplier = p_lifnr ekorg = komk-ekorg "1760521 EXCEPTIONS error_message = 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.
MV13AF_CHECK - MV13AFCHECK MV13AFUCOMM - documentation and ABAP source code MV13AFOI_STAFFEL_LOESCHEN_ISOI - Oil-include: MAP FORM-routine MV13AFOI_RV13A_OIC_TIME - Oil-include: MAP FORM-routine MV13AFOI_RV13A_OIC_DATE - Oil-include: MAP FORM-routine MV13AFOI_PRUEF_STAFF_GR150 - Oil-include: MAP FORM-routine