MPACAF01 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 MPACAF01 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: Include MPACAF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE * call function 'AUTHORITY_CHECK_TCODE' * exporting * tcode = $tcode * exceptions * ok = 1 * not_ok = 2 * others = 3.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' "CHBACRK028797 EXPORTING " exit_name = 'HRPFD00PACA' " IMPORTING " IS_IMPLEMENTED = is_implemented " CHANGING " instance = _cexit. "
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING tclas = 'A' pernr = '00000000'.
HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING tclas = 'A' pernr = c_pernr.
HR_CH_PK_IF_INIT * call function 'HR_CH_PK_IF_INIT' "CHBL9CK043015 * exporting "CHBL9CK043015 * pernr = c_pernr. "CHBL9CK043015
HR_CH_PK_IF_INIT * CALL FUNCTION 'HR_CH_PK_IF_INIT' CALL FUNCTION $$funcname EXPORTING pernr = c_pernr.
RH_TASK_EVENT_COUPL_SHOW CALL FUNCTION 'RH_TASK_EVENT_COUPL_SHOW' EXPORTING act_task_otype = otype act_task_objid = objid act_event_subty = '0001' * ACT_PLVAR = * ACT_BEGDA = SY-DATUM * ACT_ENDDA = '99991231' EXCEPTIONS no_active_plvar = 1 event_subty_unknown = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'KASSE' * PVALKEY = ' ' dynpprog = 'SAPMPACA' dynpnr = l_dynnr dynprofield = l_dynfd * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = value_tab * FIELD_TAB = * RETURN_TAB = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
HR_CH_PK_OLREP * CALL FUNCTION 'HR_CH_PK_OLREP' CALL FUNCTION $$funcname *----- CHBL9CK043015: Internationalisierung PK ----------------------<<< EXPORTING kasse = kasse pernr = c_pernr refda = refda * VALTY = ' ' init_buffer = ' ' calcn = p_calcn.
HR_CH_PK_REINIT_ACCOUNTS CALL FUNCTION 'HR_CH_PK_REINIT_ACCOUNTS'.
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING tclas = 'A' pernr = c_pernr.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = p_top_line * ENTRY_FROM = 1 entry_to = p_lines last_page_full = 'X' loops = p_looplines ok_code = p_fcode * OVERLAPPING = ' ' * PAGE_ACT = 0 * PAGE_GO = 0 IMPORTING * ENTRIES_SUM = entry_new = p_top_line.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.