MV43AF0A_ADDRESSFILE_MAP_3X_40 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 MV43AF0A_ADDRESSFILE_MAP_3X_40 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!
RV_ADDRESSFILE_INFO CALL FUNCTION 'RV_ADDRESSFILE_INFO' EXPORTING LISTNR = PI_KTANR IMPORTING AEDAT = PI_RV43A-SELDAT USERA = PI_RV43A-USERA ADR_CNT = PI_RV43A-ADRCNT TABLES FADMIN_DATA = ADMIN_DATA.
POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING TITEL = 'Adressdaten umsetzen'(U07) DIAGNOSETEXT1 = 'Die Adressdaten sind umzusetzen'(009) DIAGNOSETEXT2 = SPACE TEXTLINE1 = 'Soll die Umsetzung gestartet werden ?'(010) TEXT_OPTION1 = 'Umsetzung starten'(011) TEXT_OPTION2 = 'Information lesen'(012) IMPORTING ANSWER = LV_ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV43AF0A_ADDRESSFILE_MAP_3X_40 - MV43AF0AADDRESSFILEMAP3X40 MV43AF0A_ADDRESSFILE_MAINTAIN - MV43AF0AADDRESSFILEMAINTAIN MV43AF0A_ADDRESSFILE_CREATE_BA - MV43AF0AADDRESSFILECREATEBA MV43AF0A_ADDRESSFILE_CREATE - MV43AF0AADDRESSFILECREATE MV43AF0A_ACT_DISPL_GRUND - MV43AF0AACTDISPLGRUND MV43AF0A - documentation and ABAP source code