MF60GF40 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 MF60GF40 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: Rent Adjustm.via Expert Opinion: Expert Opinion Screen, Partner List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISGP_PARTNER_ROLE_CONNECT CALL FUNCTION 'ISGP_PARTNER_ROLE_CONNECT' EXPORTING ALREADY_DATA_CHANGED = AL_CHNG_FLAG DELETE_ALL = 'X' "Löschen ist immer erlaubt DISPLAY = DISPLAY_FLAG EARLY_DBEBEZ = LOC_EMPTY_DATE * FLG_HISTORIE = ' ' * FLG_NOCHANGE_HVP = ' ' I_APPL = CON_APPL-GUTACHTEN I_DYNNR = '0400' " Allgemeiner Dynpro Kopf I_FLG_SAVE_IN_UPDT = 'X' I_REPID = 'SAPMF60G' POPUP_TITELABB = TEXT-154 POPUP_TITELEND = TEXT-100 * ROLLE_HVP = ' ' IMPORTING CHANGE_FLAG = AL_CHNG_FLAG END_FLAG = SAVE_FLAG * e_flg_changed = flg_changed * line_index = OKCODE = OK TABLES IVZGPO = I_VZGPO EXCEPTIONS GENERAL_ERROR = 1 NO_HISTORY = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF60GF40 - Rent Adjustm.via Expert Opinion: Expert Opinion Screen, Partner List MF60GF30 - Rent Adj.via Expert Opinion: Screen for Expert Opinion, Forms for RU MF60GF20 - Rent Adjustment via Expert Opinion: Forms for General Data MF60GF10 - Rent Adjustment via Expert Opinion: Forms for Initial Screen MF60GF00 - Rent Adjustment via Expert Report: General Form Routines MF60FV00 - documentation and ABAP source code