MF60DF98_SWITCH_TEMPORY_OBJECT 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 MF60DF98_SWITCH_TEMPORY_OBJECT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_OBJECT_SWITCH_NUMBER CALL FUNCTION 'STATUS_OBJECT_SWITCH_NUMBER' EXPORTING OBJNR_NEW = PAR_OBJNR_NEW OBJNR_OLD = PAR_OBJNR_OLD EXCEPTIONS OBJECT_NOT_FOUND = 01 OBJNR_NEW_INVALID = 02 OBJNR_OLD_INVALID = 03 STATUS_OBJECT_ALREADY_EXISTS = 04.
K_SETTLEMENT_OBJECT_REPLACE CALL FUNCTION 'K_SETTLEMENT_OBJECT_REPLACE' EXPORTING CHECK_FLAG = 'X' REAL_OBJNR = PAR_OBJNR_NEW TEMP_OBJNR = PAR_OBJNR_OLD * REAL_AUFNR = ' ' * TEMP_AUFNR = ' ' * REAL_PS_PSP_PNR = ' ' * TEMP_PS_PSP_PNR = ' ' * REAL_ANLN1 = ' ' * TEMP_ANLN1 = ' ' * ALL_WITH_RECEIVER = ' ' EXCEPTIONS RULE_FOR_OBJNR_ALREADY_EXISTS = 1 WRONG_CALL = 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.
MF60DF98_SWITCH_TEMPORY_OBJECT - MF60DF98SWITCHTEMPORYOBJECT MF60DF98_STATUS_MAINTAIN - MF60DF98STATUSMAINTAIN MF60DF98_GET_GEMEINDE_TEXT - MF60DF98GETGEMEINDETEXT MF60DF98_FIND_OUT_FIRST_VRGNG - MF60DF98FINDOUTFIRSTVRGNG MF60DF98_CHECK_STCK_PB - MF60DF98CHECKSTCKPB MF60DF98_CHECK_STCKWRK - MF60DF98CHECKSTCKWRK