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

IFVIMALK SAP ABAP INCLUDE - IS-RE: Rent Adjustment - Blocking/Unblocking Rent Adjustment Objects







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


Text pool values


Title: IS-RE: Rent Adjustment - Blocking/Unblocking Rent Adjustment Objects


INCLUDES used within this REPORT IFVIMALK

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:

ENQUEUE_EFVIWIRT CALL FUNCTION 'ENQUEUE_EFVIWIRT' EXPORTING bukrs = pc_bukrs swenr = pc_swenr datum = pd_datum EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFVIWIRT CALL FUNCTION 'DEQUEUE_EFVIWIRT' EXPORTING bukrs = pc_bukrs swenr = pc_swenr datum = pd_datum EXCEPTIONS OTHERS = 1.

ENQUEUE_EFVIWB01 CALL FUNCTION 'ENQUEUE_EFVIWB01' EXPORTING swbnr = pc_swbnr swbind = pc_swbind EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFVIWB01 CALL FUNCTION 'DEQUEUE_EFVIWB01' EXPORTING swbnr = pc_swbnr swbind = pc_swbind EXCEPTIONS OTHERS = 1.

ENQUEUE_EFVIGU CALL FUNCTION 'ENQUEUE_EFVIGU' EXPORTING sguta = pc_sguta EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFVIGU CALL FUNCTION 'DEQUEUE_EFVIGU' EXPORTING sguta = pc_sguta EXCEPTIONS OTHERS = 1.

ENQUEUE_EFVIMI27 CALL FUNCTION 'ENQUEUE_EFVIMI27' EXPORTING sihma = pc_sihma EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFVIMI27 CALL FUNCTION 'DEQUEUE_EFVIMI27' EXPORTING sihma = pc_sihma EXCEPTIONS OTHERS = 1.

ENQUEUE_EFIVIMI17 CALL FUNCTION 'ENQUEUE_EFIVIMI17' EXPORTING bukrs = pc_bukrs sanpnr = pn_sanpnr dguelab = pd_guelab xident = pc_ident x_xident = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFIVIMI17 CALL FUNCTION 'DEQUEUE_EFIVIMI17' EXPORTING bukrs = pc_bukrs sanpnr = pn_sanpnr dguelab = pd_guelab xident = pc_ident x_xident = 'X' EXCEPTIONS OTHERS = 1.



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