SAP Reports / Programs

MILL_AUSPERROR SAP ABAP Report - AUSP entries missing for the characteristic







MILL_AUSPERROR 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 MILL_AUSPERROR 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 MILL_AUSPERROR. "Basic submit
SUBMIT MILL_AUSPERROR AND RETURN. "Return to original report after report execution complete
SUBMIT MILL_AUSPERROR 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: L_ATNAM = Charact. (lang.-independent)
Title: AUSP entries missing for the characteristic


INCLUDES used within this REPORT MILL_AUSPERROR

No INCLUDES are used within this REPORT code!


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:

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' importing KZDCH = KZDCH.

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' exporting CLASS_TYPE = L_CLASSTYPE OBJECT_ID = L_OBJECT_KEY TABLE = L_BATCH_TABLE importing OBJECT_NUMBER = LT_MCH-CUOBJ exceptions lock_problem = 01 object_not_found = 02.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' exporting CLASS_TYPE = L_CLASSTYPE FEATURE_ID = LT_CABN-ATINN FEATURE_NEUTRAL_NAME = L_ATNAM importing FEATURE_ID = LT_CABN-ATINN exceptions invalid_class_type = 1 no_feature_found = 2 no_feature_valid = 3 others = 4.

CLFM_SELECT_AUSP CALL FUNCTION 'CLFM_SELECT_AUSP' EXPORTING MAFID = 'O' CLASSTYPE = L_CLASSTYPE OBJECT = L_OBJEK FEATURE = LT_CABN-ATINN KEY_DATE = SY-DATUM WITH_CHANGE_NUMBER = ' ' TABLES EXP_AUSP = LT_AUSP EXCEPTIONS NO_VALUES = 01.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING IT_FIELDCAT = LT_FIELDCAT[] IS_LAYOUT = LS_LAYOUT IT_EVENTS = LT_EVENTS[] I_CALLBACK_PROGRAM = L_REPID TABLES T_OUTTAB = LT_MCH.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = RT_EVENTS.



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 MILL_AUSPERROR or its description.