HRUL4FSS is a standard Executable ABAP Report 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 HRUL4FSS 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.
Selection Text: P_CODMAP = Tax Codes
Selection Text: P_CREPS = Payer's Representative
Selection Text: P_CSUC = Legal Successor
Selection Text: P_CTEMSE = D .
Selection Text: P_DAQMAP = DAQ Fields
Selection Text: P_ELCMP = D .
Selection Text: P_ENTPNM = D .
Selection Text: P_FDATE = Payroll Date
Selection Text: P_FIO = D .
Selection Text: P_FIOBUH = D .
Selection Text: P_FUPAR = D .
Selection Text: P_GENMAP = Generate Map With:
Selection Text: P_INSTL = D .
Selection Text: P_OCPAR = D .
Selection Text: P_OCRSN = D .
Selection Text: P_ONDATE = D .
Selection Text: P_PAYID = D .
Selection Text: P_PAYTY = D .
Selection Text: P_Q1 = For First Quarter
Selection Text: P_Q2 = For Second Quarter
Selection Text: P_Q3 = For Third Quarter
Selection Text: P_Q4 = For Fourth Quarter
Selection Text: P_Q5 = Application for Alloc. Fund
Selection Text: P_SOORT = D .
Selection Text: P_STAT = Subapplication of Statistics
Selection Text: P_TEMSE = TemSe File with Static Results
Selection Text: P_XMLTRN = D .
Selection Text: P_YEAR = D .
Selection Text: P_CNTDOC = Document of Representative
Selection Text: P_CNTCPH = Executor's Phone
Selection Text: P_CNTCNM = Executor's Name
Selection Text: P_CINS = Payer of SI Contributions
Selection Text: P_BONDT = D .
Selection Text: P_ATDOC = D .
Selection Text: P_APPL = D .
Selection Text: FORMNAME = D .
Title: Form 4-FSS
Text Symbol: 310 = Period
INCLUDE PL4FSRU_DAT.
INCLUDE PULOGRU0.
INCLUDE PL4FSRU_SEL.
INCLUDE PL4FSRU_AT_SEL.
INCLUDE PL4FSRU_SUB.
INCLUDE PL4FSRU_XML.
INCLUDE PL4FSRU_TMS.
No SAP DATABASE tables are accessed within this REPORT code!
HR_RU_SET_XML CALL FUNCTION 'HR_RU_SET_XML' EXPORTING IP_XMLTRN = p_xmltrn EXCEPTIONS NO_FOUND = 1.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = g_fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_fpname IMPORTING e_funcname = lv_fmname.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING E_RESULT = ls_joboutput EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.