IFVIMACO_HEL 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 IFVIMACO_HEL into the relevant SAP transactions such as SE38 or SE80
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.
Title: IS-RE: Rent adjustment - Adjustment Based on Swiss Law
FORM INCLUDE_BM_ADJUSTMENTS
FORM GET_BM_FOR_INCLUDE
No SAP DATABASE tables are accessed within this REPORT code!
MV_ADJUST_CH_DATE_ANP_COMPUTE CALL FUNCTION 'MV_ADJUST_CH_DATE_ANP_COMPUTE' EXPORTING I_SMIETR = PC_SMIETR I_VIMIMV = PR_VIMIMV I_DATE = PD_GUELAB IMPORTING E_NEXT_DATE = PD_ADJUST EXCEPTIONS ERROR_IN_COMPUTE = 01 OTHERS = 02.
MV_ADJUST_CH_COMPUTE CALL FUNCTION 'MV_ADJUST_CH_COMPUTE' EXPORTING I_MVSCHL = LR_MVKEY I_RFVIIMPCH = LR_IMPCH I_VIMI01 = PR_VIMI01 I_VIOB01 = PR_VIOB01 IMPORTING E_RFVIEXPCH = LR_EXPCH EXCEPTIONS OBJECT_NOT_FOUND = 01 OTHERS = 02.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = LT_MESG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.