SAP Reports / Programs | Real Estate Management(RE) SAP RE

MF60BF40_CHECK_OPTSATZ SAP ABAP INCLUDE - MF60BF40CHECKOPTSATZ







MF60BF40_CHECK_OPTSATZ 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 MF60BF40_CHECK_OPTSATZ 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 MF60BF40_CHECK_OPTSATZ. "Basic submit
SUBMIT MF60BF40_CHECK_OPTSATZ AND RETURN. "Return to original report after report execution complete
SUBMIT MF60BF40_CHECK_OPTSATZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MF60BF40_CHECK_OPTSATZ

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'W' ARBGB = '63' TXTNR = '395' MSGV1 = VIOB02-SGRNR EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'W' ARBGB = '63' TXTNR = '396' MSGV1 = VIOB03-SGENR EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

ABR_AE_FOR_ME_GET CALL FUNCTION 'ABR_AE_FOR_ME_GET' EXPORTING I_BUKRS = VIOB01-BUKRS I_SWENR = VIOB01-SWENR * I_SMENR = TABLES E_T_AE_ME = T_AE_WE * E_T_VIAK05_BIS = EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'W' ARBGB = '63' TXTNR = '397' MSGV1 = VIAK03-SNKSL MSGV2 = VIAK03-SEMPSL EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'W' ARBGB = '63' TXTNR = '398' MSGV1 = VIAK03-SNKSL MSGV2 = VIAK03-SEMPSL EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

CONVERSION_EXIT_SWENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_INPUT' EXPORTING INPUT = UE_SWENR IMPORTING OUTPUT = UE_SWENR.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'W' ARBGB = '63' TXTNR = '399' MSGV1 = VIBEBE-SBERI EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 NOT_ACTIVE = 02.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = OBJECT SHOW_LINNO = SPACE EXCEPTIONS INCONSISTENT_RANGE = 01 NO_MESSAGES = 02.



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