SAP Reports / Programs

HRUL4FSS SAP ABAP Report - Form 4-FSS







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT HRUL4FSS. "Basic submit
SUBMIT HRUL4FSS AND RETURN. "Return to original report after report execution complete
SUBMIT HRUL4FSS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 399 = Solution Map
Text Symbol: 801 = Period
Text Symbol: 802 = Representatives of Organization
Text Symbol: 803 = Legal Person Data
Text Symbol: ADL = TemSe Detail
Text Symbol: ADM = Detail
Text Symbol: ADS = Det
Text Symbol: B01 = Display Form
Text Symbol: B02 = Display XML File
Text Symbol: B03 = Download XML File
Text Symbol: FRM = Form Parameters
Text Symbol: N01 = XML TemSe Files
Text Symbol: QU1 = First Quarter
Text Symbol: QU2 = One Half-year
Text Symbol: QU3 = Nine Months
Text Symbol: QU4 = For Year
Text Symbol: X98 = Payroll reason
Text Symbol: X99 = Off-Cycle Payroll


INCLUDES used within this REPORT HRUL4FSS

INCLUDE PL4FSRU_DAT.
INCLUDE PULOGRU0.
INCLUDE PL4FSRU_SEL.
INCLUDE PL4FSRU_AT_SEL.
INCLUDE PL4FSRU_SUB.
INCLUDE PL4FSRU_XML.
INCLUDE PL4FSRU_TMS.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HRUL4FSS or its description.