SAP Reports / Programs

RPSVETU0_CE SAP ABAP Report - VETS-100 Report for Concurrent Employment







RPSVETU0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program compiles the VETS-100 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 RPSVETU0_CE 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 RPSVETU0_CE. "Basic submit
SUBMIT RPSVETU0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPSVETU0_CE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


VETS-100 Report
Selection Text: RAD2 = Magnetic media (Disk / Tape )
Selection Text: RAD1 = Paper
Selection Text: PA_NLIST = Produce detailed list
Selection Text: FILENAME = Download file name
Title: VETS-100 Report for Concurrent Employment
Text Symbol: PA1 =
Text Symbol: PA2 = /U
Text Symbol: RT1 = SINGLE ESTABLISHMENT EMPLOYER REPORT
Text Symbol: RT2 = INDIVIDUAL ESTABLISHMENT REPORT
Text Symbol: RT3 = HEADQUARTERS UNIT REPORT
Text Symbol: SIC = SIC:
Text Symbol: SS1 = Detailed list
Text Symbol: STA = +3+
Text Symbol: T01 = Headquarters:
Text Symbol: T02 = Location:
Text Symbol: T03 = PNr. Name EEOC VET Hired Terminated
Text Symbol: T04 = Organizational Unit Job
Text Symbol: TOC = Total Category:
Text Symbol: XX1 = N1D2V3S
Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = ERROR LOG:
Text Symbol: OPT = Output
Text Symbol: BLR = Additional data
Text Symbol: C00 = Category:
Text Symbol: C01 = Employees / Special Disabled Veterans
Text Symbol: C02 = Employees / Vietnam Veterans
Text Symbol: C03 = New Hires / Special Disabled Veterans
Text Symbol: C04 = New Hires / Vietnam Veterans
Text Symbol: C05 = New Hires / Non-veterans
Text Symbol: C06 = Employees / Other Eligible Veterans
Text Symbol: C07 = New Hires / Other Eligible Veterans
Text Symbol: E01 = Invalid job category:
Text Symbol: E02 = No entry in T001P for:
Text Symbol: E03 = No entry in T5U0P for:
Text Symbol: E04 = Plant/-section not in T536A
Text Symbol: E05 = Feature EEOCT: No entry for:
Text Symbol: E06 = Infotype not available:





Text Symbol: E10 = Error writing variable:
Text Symbol: ER1 = Form not in table T512P:
Text Symbol: ER2 = Form not in table T512Q:
Text Symbol: ER3 = Invalid fieldname in T512Q:
Text Symbol: ER4 = NO REPORTING UNIT FOUND IN T5URU
Text Symbol: ER5 = NO REPORTING UNIT FOUND IN T5UAD
Text Symbol: ER6 = Invalid grouping reason for:


INCLUDES used within this REPORT RPSVETU0_CE

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:

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 molga = const-molga langu = sy-langu format = const-formt IMPORTING edit_name = line2-fname retcode = temps-subrc.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' "See whether person has been EXPORTING "Hired in period beg = auxil-begda end = auxil-endda IMPORTING hire_date = temps-hired fire_date = temps-fired TABLES pphifi = ihifi pp0000 = p0000 pp0001 = p0001.

HR_READ_FOREIGN_OBJECT_TEXT * call function 'HR_READ_FOREIGN_OBJECT_TEXT' "WWQAHRK009544 * exporting * otype = 'S' * objid = stell * begda = begda * endda = endda * importing * object_text = l_text * exceptions * nothing_found = 1 * wrong_objecttype = 2 * missing_costcenter_data = 3 * missing_object_id = 4 * others = 5. "WWQAHRK009544

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "APNAL0K014914 EXPORTING otype = 'C' objid = stell begda = begda endda = endda IMPORTING object_text = l_text EXCEPTIONS nothing_found = 1 wrong_objecttype = 2 missing_costcenter_data = 3 missing_object_id = 4 OTHERS = 5. "APNAL0K014914

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "WWQAHRK009544 EXPORTING otype = 'O' objid = orgeh begda = begda endda = endda IMPORTING object_text = l_text EXCEPTIONS nothing_found = 1 wrong_objecttype = 2 missing_costcenter_data = 3 missing_object_id = 4 OTHERS = 5. "WWQAHRK009544

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 .

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = auxil-begda end = auxil-endda IMPORTING fire_date = temps-fired hire_date = temps-hired TABLES pphifi = ihifi pp0000 = p0000 pp0001 = p0001.



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