PCMASUA0_FUUARAB 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 PCMASUA0_FUUARAB 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!
HR_UA_GET_VACATIONS CALL FUNCTION 'HR_UA_GET_VACATIONS' EXPORTING P_PERNR = pernr-pernr P_OCPROC = lvc_process P_BONDT = aper-bondt IMPORTING P_IT2001_TAB = p2001_tab.
HR_RESPLIT_ABSENCES_BY_QUOTA * CALL FUNCTION 'HR_RESPLIT_ABSENCES_BY_QUOTA' * EXPORTING * PPERNR = PERNR-PERNR * APER_BEGDA = APER-BEGDA * APER_ENDDA = APER-ENDDA * TABLES * AB_TAB = AB[] * I0001 = P0001[] * PWS = PSP[].
HR_CONVERT_2001_INTO_AB_TECH call function 'HR_CONVERT_2001_INTO_AB_TECH' "AHRK042068 exporting p_pernr = pernr-pernr begda = aper-begda endda = aper-endda pbegd = aper-pbegd payty = aper-payty molga = calcmolga split_parm = as-parm3 inac_parm = as-parm4 sw_prot = sw_prot "XUJAL0K093776 tables i2001 = p2001 iwpbp = wpbp ab = ab vac_ref = vac_ref alp = alp plog_text = ptext "XUJAL0K093776 exceptions quota_split_error = 1 customizing_error = 2 no_valid_customizing = 3 inactive_error = 4 others = 5.
HR_PL_D_99_P2001 CALL FUNCTION 'HR_PL_D_99_P2001' EXPORTING imp_intca = calcintca imp_currency = calc_currency imp_table = lt_p2001_add[] imp_detail = 'X' imp_process = 'X' imp_level = 2 TABLES imp_ptext = ptext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.