SDCAS_ADRSEL_LIS_EXCEPTION 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_ADRSEL_LIS_EXCEPTION 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.
Selection Text: P_EXCEP = D Exception
Title: Address selection: LIS exception
Text Symbol: B01 = Exceptions
Text Symbol: P01 = @10@
Text Symbol: P02 = @0Z@
Text Symbol: P03 = @0Y@
Text Symbol: P04 = @36@
INCLUDE DBVC2MACROS.
INCLUDE SDCAS_SELCRITERIA_NO_DISPLAY.
INCLUDE DBVC1TO1.
No SAP DATABASE tables are accessed within this REPORT code!
MC_CHECK_EXCEPTION_ANALYSIS CALL FUNCTION 'MC_CHECK_EXCEPTION_ANALYSIS' EXPORTING EXCEP = PI_EXCEP * MCINF = * APPLI = * MCANA = EXCEPTIONS NOT_EXIST = 1 NOT_IN_APPLICATION = 2 NOT_FOR_MCINF = 3 NOT_ACTIVE = 4 NO_MERKMALSBEZUG = 5 NO_EXCEPTION = 6 NO_AUTHORITY = 7 NO_MEASURES = 8 NOT_ALL_AUTHORITIES = 9 OTHERS = 10.
MC_REPORT_ZU_EXCEPTION CALL FUNCTION 'MC_REPORT_ZU_EXCEPTION' EXPORTING EXCEP = PI_EXCEP IMPORTING E_REPORT = LV_REPORT EXCEPTIONS NO_REPORT = 1 OTHERS = 2.
MC_EXCEPTIONS_F4 CALL FUNCTION 'MC_EXCEPTIONS_F4' EXPORTING * GSTRU = ' ' ANZEIGE = ' ' * TYP_EXC = ' ' * SIGN = 'I' * MEBEZ = ' ' * A_LISTE = ' ' * A_SYSTE = ' ' * SELSET = ' ' * APPLI = IMPORTING E_EXCEP = LV_EXCEP TABLES T_EXCEP_EXCL = LT_MCYA T_MERKMALE = LT_MCYB EXCEPTIONS NO_EXCEPTIONS = 1 NO_EXCEP_SELECTED = 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_ADRSEL_LIS_EXCEPTION - Address selection: LIS exception SDCAS_ADRSEL_LIS_EXCEPTION - Address selection: LIS exception SDCAS_ADRSEL_CUT_AND_PASTE - Addressees via Cut and Paste SDCAS_ADRSEL_CUT_AND_PASTE - Addressees via Cut and Paste SDCAS_ADRSEL_COPY - Create Address List With Reference to Direct Mailing SDCAS_ADRSEL_COPY - Create Address List With Reference to Direct Mailing