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

MF62EF01 SAP ABAP INCLUDE - Include MF62EF01







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


Text pool values


Title: Include MF62EF01


INCLUDES used within this REPORT MF62EF01

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:

POPUP_TO_DISPLAY_USERDATA CALL FUNCTION 'POPUP_TO_DISPLAY_USERDATA' EXPORTING INUSER = RUSER.

VIVW08_BOOKING CALL FUNCTION 'VIVW08_BOOKING' IN UPDATE TASK EXPORTING TVIVW08 = TVIVW08.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE2 = TEXTLINE2 TEXTLINE1 = TEXTLINE1 TITEL = TITEL IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE2 = TEXTLINE2 TEXTLINE1 = TEXTLINE1 TITEL = TITEL IMPORTING ANSWER = ANSWER.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_EFVVIVW08 CALL FUNCTION 'ENQUEUE_EFVVIVW08' EXPORTING BUKRS = BUKRS MANDT = SY-MANDT SEVNR = SEVNR X_BUKRS = ' ' X_SEVNR = ' ' _SCOPE = '2' _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING NR_RANGE_NR = CON_NR_RANGE_NR OBJECT = CON_OBJECT SUBOBJECT = VIVW08-BUKRS * TOYEAR = '0000' IMPORTING INTERVAL = INTERVAL EXCEPTIONS INTERVAL_NOT_FOUND = 01 OBJECT_NOT_FOUND = 02.

NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING NR_RANGE_NR = CON_NR_RANGE_NR NUMBER = VIVW08-SEVNR OBJECT = CON_OBJECT SUBOBJECT = VIVW08-BUKRS * TOYEAR = '0000' * NUMERIC_CHECK = ' ' IMPORTING RETURNCODE = LOC_NUMMER_ERR EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_EXTERN = 2 OBJECT_NOT_FOUND = 3 OTHERS = 4.

FVVI_AUTHORITY_MESSAGE * CALL FUNCTION 'FVVI_AUTHORITY_MESSAGE' * EXPORTING * AUTH_ACTVT = PAR_VVACTVT * AUTH_BUKRS = VIVW08-BUKRS * AUTH_OBJECT = CON_MIE_BER_OBJ * AUTH_SUBRC = SY-SUBRC * AUTH_SWENR = VIMI04-SWENR * EXCEPTIONS * AUTHORITY_DESTROYED = 01 * NO_AUTHORITY = 02 * NO_AUTHORITY_PROFILE = 03 * NO_USER_ENTRY = 04 * TOO_MUCH_PARAMETER = 05 * UNKNOWN_ERROR = 06 * WRONG_FIELD_NAME = 07.

FVAE_CONTRACT_GET_FOR_OBJECT CALL FUNCTION 'FVAE_CONTRACT_GET_FOR_OBJECT' EXPORTING I_DSTICH = PAR_VIVW08-DVWEVENT I_OBJNR = PAR_VIVW08-J_OBJNR IMPORTING E_VIVW01 = VIVW01 EXCEPTIONS CONTRACT_NOT_ACTIVE = 1 NO_CONTRACT_FOUND = 2 NO_OBJECT_SPECIFIED = 3 CONTRACT_DELETE = 4 OTHERS = 5.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = CON_NR_RANGE_NR OBJECT = CON_OBJECT SUBOBJECT = VIVW08-BUKRS IMPORTING NUMBER = VIVW08-SEVNR RETURNCODE = PAR_SUBRC EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING * HERKUNFT = E01 INUSER = RUSER IMPORTING EXUSER = RUSER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE2 = TEXTLINE2 TEXTLINE1 = TEXTLINE1 TITEL = TITEL IMPORTING ANSWER = ANSWER.



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