MP021120 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 MP021120 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: Infotype 0211 (COBRA) - output module
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_COB_GET_BENEF_DATA_DYNP CALL FUNCTION 'HR_BEN_COB_GET_BENEF_DATA_DYNP' EXPORTING PERNR = P0211-PERNR INFTY = P0211-INFTY SUBTY = P0211-SUBTY OBJPS = P0211-OBJPS DATUM = P0211-BEGDA REACTION = NO_MSG IMPORTING BENEFICIARY_DATA = QB_PERSONAL_DATA SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.
HR_BEN_COB_GET_BENEF_DATA_DYNP CALL FUNCTION 'HR_BEN_COB_GET_BENEF_DATA_DYNP' EXPORTING PERNR = P0211-PERNR INFTY = P0211-INFTY SUBTY = P0211-SUBTY OBJPS = P0211-OBJPS DATUM = P0211-BEGDA REACTION = NO_MSG IMPORTING BENEFICIARY_DATA = QB_PERSONAL_DATA SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING DOMNAME = 'COB_STATUS' DOMVALUE = P0211-CSTAT REACTION = NO_MSG IMPORTING TEXT = Q0211-STATX SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP021120 - Infotype 0211 (COBRA) - output module MP021110 - Infotype 0211 (COBRA) - global data MP021100 - Module Pool: Infotpye 0211 COBRA Beneficiaries MP021100 - Module Pool: Infotpye 0211 COBRA Beneficiaries MP021040 - Infotype 0210 - Withholding Information W4/W5 - Routines MP021030 - Infotype 0210 - Withholding Information W4/W5 - Modules PAI