MP120830 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 MP120830 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!
RH_SAP_ORG_OBJTYP_CHECK CALL FUNCTION 'RH_SAP_ORG_OBJTYP_CHECK' EXPORTING ACT_OTYPE = P1208-OTYPE ACT_OBJTYPE = P1208-OBJTYP.
SWO_DIALOG_OBJECT_KEY_EDIT CALL FUNCTION 'SWO_DIALOG_OBJECT_KEY_EDIT' EXPORTING DISPLAY = ' ' OBJTYPE = P1208-OBJTYP TITLE = ACT_TITLE OBJKEY = ACT_OBJKEY IMPORTING RETURN = I_RETURN OBJKEY = ACT_OBJKEY.
RH_SAP_ORG_OBJEC_REL_CHECK CALL FUNCTION 'RH_SAP_ORG_OBJEC_REL_CHECK' EXPORTING ACT_OBJTYPE = P1208-OBJTYP ACT_OBJKEY = ACT_OBJKEY ACT_PLVAR = P1208-PLVAR ACT_OTYPE = P1208-OTYPE ACT_OBJID = P1208-OBJID ACT_ISTAT = P1208-ISTAT ACT_BEGDA = P1208-BEGDA ACT_ENDDA = P1208-ENDDA EXCEPTIONS SAP_OBJECT_KEY_NOT_VALID = 01 * ORG_OBJECT_NOT_VALID = 02 ORG_OBJECT_ALREADY_RELATED = 03.
RH_SAP_ORG_OBJTYP_VALUE_REQ CALL FUNCTION 'RH_SAP_ORG_OBJTYP_VALUE_REQ' EXPORTING ACT_OTYPE = P1208-OTYPE IMPORTING ACT_OBJTYPE = P1208-OBJTYP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.