SAP Reports / Programs

RPSEEOU1 SAP ABAP Report - EEO-1 report







RPSEEOU1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for EEO-1 (Equal Employment Opportunity) Report USA This program compiles the EEO-1 Report, which certain U...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPSEEOU1 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 RPSEEOU1. "Basic submit
SUBMIT RPSEEOU1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSEEOU1 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: EMAIL = Email
Selection Text: FAXNO = Fax (include Area code)
Selection Text: FILENAME = Download file name
Selection Text: NAME = Name
Selection Text: PA_CPERI = Current Period
Selection Text: PA_CYEAR = Current Period Year
Selection Text: PA_RPERI = Previous Period
Selection Text: PA_RTYPE = Special report type
Selection Text: PA_RYEAR = Previous Period Year
Selection Text: PA_UPDAT = Write results in EEO record
Selection Text: PR_PDF = PDF Display
Selection Text: PR_RPT = HR Form Display
Selection Text: RAD1 = Paper
Selection Text: RAD2 = Magnetic media
Selection Text: TELNO = Telephone (include Area code)
Selection Text: TITLE = Title
Title: EEO-1 report
Text Symbol: ER4 = No reporting unit found in T5URU
Text Symbol: ER5 = No reporting unit found in T5UAD
Text Symbol: ERR = Form initialization unsuccessful. Exiting.
Text Symbol: OPT = Output
Text Symbol: PA1 = EEO1
Text Symbol: PA2 = /U
Text Symbol: PA3 = 10
Text Symbol: PA4 = N
Text Symbol: RT1 = SINGLE ESTABLISHMENT EMPLOYER REPORT
Text Symbol: RT2 = CONSOLIDATED REPORT - TYPE 2
Text Symbol: RT3 = HEADQUARTERS REPORT - TYPE 3
Text Symbol: RT4 = ESTABLISHMENT REPORT - TYPE 4
Text Symbol: RT5 = SPECIAL REPORT - TYPE 5
Text Symbol: SS1 = Selection parameters for report:
Text Symbol: SS2 = Previous period
Text Symbol: SS3 = Current period
Text Symbol: SS5 = Write results in EEO record
Text Symbol: SS6 = Special report type
Text Symbol: STA = +3+
Text Symbol: T01 = *** ERROR LOG ***
Text Symbol: TBD = The pernr with TBD as gender :





Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = Error log:
Text Symbol: 001 = SECTION G - CERTIFICATION
Text Symbol: 002 = CHECK 1 . [ ] ALL REPORTS ARE ACCURATE AND WERE PREPARED IN ACCORDANCE WITH THE INSTRUCTIONS (CHECK ON CONDOLIDATED REPORT ONLY)
Text Symbol: 003 = ONE 2 . [ ] THIS REPORT IS ACCURATE AND WAS PREPARED IN ACCORDANCE WITH INSTRUCTIONS
Text Symbol: 004 = CERTIFYING OFFICIAL:
Text Symbol: 005 = TITLE:
Text Symbol: 006 = SIGNATURE:
Text Symbol: 007 = DATE:
Text Symbol: 008 = PERSON TO CONTACT REGARDING THIS REPORT:
Text Symbol: 009 = STREET ADDRESS:
Text Symbol: 010 = CITY/ST:
Text Symbol: 011 = ZIP:
Text Symbol: 012 = TELEPHONE/AREA CODE:
Text Symbol: 013 = EXT:
Text Symbol: CER = Certifying official
Text Symbol: DIS = Type of Display
Text Symbol: E01 = Maintain valid EEO Code for Pernr:
Text Symbol: E02 = No record in table T001P:
Text Symbol: E03 = No record in table T5U0P:
Text Symbol: E04 = Invalid persongroup/-subgroup combination:
Text Symbol: E05 = Feature EEOCL: No entry for:
Text Symbol: E06 = Infotype does not exist:
Text Symbol: E07 = Record could not be found.
Text Symbol: E08 = REPUN and COIND empty for:
Text Symbol: E09 = Error updating EEO record
Text Symbol: E10 = Error merging T512Q variable:
Text Symbol: E11 = No current record. Used previous.
Text Symbol: E12 = Previous period greater than or equal to current period. Exiting.
Text Symbol: E13 = No entries in T505R for country modifier:
Text Symbol: E14 = Invalid ethnic origin on IT 0077:
Text Symbol: E15 = Feature EEOCT: No entry for:
Text Symbol: E16 = List of establishments with less than 50 employees:
Text Symbol: E17 = Name
Text Symbol: E18 = Address
Text Symbol: E19 = Total employees
Text Symbol: E20 = Major activity
Text Symbol: E21 = Exempt employee from EEO-1 report:
Text Symbol: EOK = Number of errors found:





Text Symbol: ER1 = Form not found in T512P.
Text Symbol: ER2 = Form not found in T512Q.
Text Symbol: ER3 = Invalid field name in T512Q.


INCLUDES used within this REPORT RPSEEOU1

No INCLUDES are used within this REPORT code!


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:

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = GC_FP_NAME1 IMPORTING e_funcname = GV_FM_NAME1 e_interface_type = GV_E_INTERFACE_TYPE.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = GC_FP_NAME2 IMPORTING e_funcname = GV_FM_NAME2 e_interface_type = GV_E_INTERFACE_TYPE.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = GV_FP_OUTPUTPARAMS EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

LIST_SPLIT_PATH CALL FUNCTION 'LIST_SPLIT_PATH' EXPORTING filename = filename IMPORTING pathname = l_pathname.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = file_1 TABLES DATA_TAB = datafile1 EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21 OTHERS = 22 .

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = file_2 TABLES DATA_TAB = datafile2 EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21 OTHERS = 22 .

GUI_DOWNLOAD *CALL FUNCTION 'GUI_DOWNLOAD' * EXPORTING * BIN_FILESIZE = * FILENAME = S_FILENAME * FILETYPE = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING ** FILELENGTH = * TABLES * DATA_TAB = FILE * EXCEPTIONS * FILE_WRITE_ERROR = 1 * NO_BATCH = 2 * GUI_REFUSE_FILETRANSFER = 3 * INVALID_TYPE = 4 * NO_AUTHORITY = 5 * UNKNOWN_ERROR = 6 * HEADER_NOT_ALLOWED = 7 * SEPARATOR_NOT_ALLOWED = 8 * FILESIZE_NOT_ALLOWED = 9 * HEADER_TOO_LONG = 10 * DP_ERROR_CREATE = 11 * DP_ERROR_SEND = 12 * DP_ERROR_WRITE = 13 * UNKNOWN_DP_ERROR = 14 * ACCESS_DENIED = 15 * DP_OUT_OF_MEMORY = 16 * DISK_FULL = 17 * DP_TIMEOUT = 18 * FILE_NOT_FOUND = 19 * DATAPROVIDER_EXCEPTION = 20 * CONTROL_FLUSH_ERROR = 21 * OTHERS = 22 * .



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 RPSEEOU1 or its description.