SAP Reports / Programs

SDCAS_ADRSEL_LIS_EXCEPTION SAP ABAP Report - Address selection: LIS exception







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SDCAS_ADRSEL_LIS_EXCEPTION. "Basic submit
SUBMIT SDCAS_ADRSEL_LIS_EXCEPTION AND RETURN. "Return to original report after report execution complete
SUBMIT SDCAS_ADRSEL_LIS_EXCEPTION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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@


INCLUDES used within this REPORT SDCAS_ADRSEL_LIS_EXCEPTION

INCLUDE DBVC2MACROS.
INCLUDE SDCAS_SELCRITERIA_NO_DISPLAY.
INCLUDE DBVC1TO1.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SDCAS_ADRSEL_LIS_EXCEPTION or its description.