MV43AF0S_SUB_ADDRESSLIST_DAT04 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 MV43AF0S_SUB_ADDRESSLIST_DAT04 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!
SDCAS_ADDRESS_LIST_MOVE_FCODE CALL FUNCTION 'SDCAS_ADDRESS_LIST_MOVE_FCODE' EXPORTING FI_FCODE = LVF_FCODE IMPORTING FE_UPDKZ = LV_DATALOSS FE_FLAG_LOCAL_FCODE = LV_FLAG_LOCAL_FCODE EXCEPTIONS OTHERS = 0.
SDCAS_ADDRESS_LIST_INFO CALL FUNCTION 'SDCAS_ADDRESS_LIST_INFO' EXPORTING FI_OBJID = LV_OBJKEY FI_OBJTYPE = GV_ACTUAL_OBJECT_DATA-OBJTYPE FI_ALL_VERSIONS_COMPLETED = YES FI_DEFAULT_VERSION_EXISTS = YES IMPORTING FE_ALL_VERSIONS_COMPLETED = GV_OBJECT_STATUS-SADLST-COMPLETED FE_DEFAULT_VERSION_EXISTS = GV_OBJECT_STATUS-SADLST-DEF_VERS_EXIST 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.
MV43AF0S_SUB_ADDRESSLIST_DAT04 - MV43AF0SSUBADDRESSLISTDAT04 MV43AF0S_SUB_ADDRESSLIST_DAT03 - MV43AF0SSUBADDRESSLISTDAT03 MV43AF0S_STATUS_VORSCHLAGEN - MV43AF0SSTATUSVORSCHLAGEN MV43AF0S_SET_SCREEN_OVERVIEW - MV43AF0SSETSCREENOVERVIEW MV43AF0S_SET_CURSOR - MV43AF0SSETCURSOR MV43AF0S_SCREEN_DEFAULT_VALUES - MV43AF0SSCREENDEFAULTVALUES