MF60DF98_STATUS_MAINTAIN 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_STATUS_MAINTAIN 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_MAINTAIN CALL FUNCTION 'STATUS_MAINTAIN' EXPORTING DISPLAY_ONLY = LOC_FLG_DISPLAY_ONLY FLG_NO_STSMA_CHANGE = ' ' FLG_OBJECT_LIST = ' ' OBJNR = PAR_OBJNR * IMPORTING * FLG_FIRST_OBJ = * FLG_LAST_OBJ = * FLG_NEXT_OBJ = * FLG_PREVIOUS_OBJ = EXCEPTIONS OBJECT_NOT_FOUND = 01 OTHERS = 02.
STATUS_GET_CHANGE_FLAG CALL FUNCTION 'STATUS_GET_CHANGE_FLAG' IMPORTING FLG_CHANGE = LOC_FLG_CHANGE_STAT.
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING * BYPASS_BUFFER = ' ' * CLIENT = SY-MANDT OBJNR = LV_WA_VIOB01-J_OBJNR STATUS = CON_ISTAT-STAMM_GESPERRT EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 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_STATUS_MAINTAIN - MF60DF98STATUSMAINTAIN MF60DF98_GET_GEMEINDE_TEXT - MF60DF98GETGEMEINDETEXT MF60DF98_FIND_OUT_FIRST_VRGNG - MF60DF98FINDOUTFIRSTVRGNG MF60DF98_CHECK_STCK_PB - MF60DF98CHECKSTCKPB MF60DF98_CHECK_STCKWRK - MF60DF98CHECKSTCKWRK MF60DF98_CHECK_STATUS_VORGANG - MF60DF98CHECKSTATUSVORGANG