SDCAS_ADDRESS_BLOCKS_RECREATE is a standard Executable ABAP Report 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 SDCAS_ADDRESS_BLOCKS_RECREATE 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.
Title: CAS: Report for Editing a Set Operations List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SDCAS_ADDRESS_BLOCKS_RECREATE CALL FUNCTION 'SDCAS_ADDRESS_BLOCKS_RECREATE' EXPORTING FI_LISTNR = P_LISTNR FI_VERSION = P_VERSIO FI_BLKSIZE = P_BLKSZE FI_GET_DATA_FROM_DB = 'X' FI_UPDATE_LIS_DATA = 'X' * changing * FI_SAD = EXCEPTIONS NO_ADDRESS = 1 OTHER_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDCAS_ADDRESS_BLOCKS_RECREATE - CAS: Report for Editing a Set Operations List SDCAS_ADDRESS_BLOCKS_RECREATE - CAS: Report for Editing a Set Operations List SDCAS75C - Sales support monitor SDCAS75C - Sales support monitor SDB_UNICODE_CONV_LC - Convert Columns from UNICODE to ASCII in liveCache SDB_UNICODE_CONV_LC - Convert Columns from UNICODE to ASCII in liveCache