SAP Reports / Programs

RPLNCU00_CE SAP ABAP Report - NC-9901 Report: Generate Importable File - Concurrent Employment







RPLNCU00_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 generates the data required for Form NC-9901: Report of Organization and transfers it to a file...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 RPLNCU00_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 RPLNCU00_CE. "Basic submit
SUBMIT RPLNCU00_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPLNCU00_CE 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: FNAME = Local output file name
Selection Text: TXCMP = Tax Company
Selection Text: UDATE = Reporting Period End Date
Selection Text: WGTYP = Wage Type
Title: NC-9901 Report: Generate Importable File - Concurrent Employment
Text Symbol: 3RD = 0331
Text Symbol: E01 = Invalid work-site in IT209 for EE:
Text Symbol: E02 = Invalid grouping reason for EE:
Text Symbol: EED = 0312
Text Symbol: HIG = 1231
Text Symbol: LOW = 0101
Text Symbol: T01 = Additional selection
Text Symbol: T02 = Output
Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = Error log:


INCLUDES used within this REPORT RPLNCU00_CE

INCLUDE RPC2RX09.
INCLUDE RPPPXD00.
INCLUDE RPC2RUU0.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CD09.
INCLUDE RPUMKC00.


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:

CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' " Eliminate voided results EXPORTING VOID_INDICATOR = CD_NOT_VOID TABLES IN_RGDIR = RGDIR OUT_RGDIR = EVAL_RGDIR.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * FILENAME = FNAME * FILETYPE = 'DAT' * TABLES * DATA_TAB = IT_RECORDS.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = FILENAME = F_NAME FILETYPE = 'ASC' * APPEND = ' ' WRITE_FIELD_SEPARATOR = 'X' "Note-915756 * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING * FILELENGTH = TABLES DATA_TAB = IT_RECORDS * 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 .

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = success_count i_nodid = 'PE' i_nodpa = space i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = bi_ee_count i_nodid = 'PE' i_nodpa = space i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1.

HR_PAL_PERNR_MSG_ADD * CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' * EXPORTING * i_pernr = pernr-pernr * i_msgid = gv_msg-msgid * i_msgty = gv_msg-msgty * i_msgno = gv_msg-msgno * i_msgv1 = gv_msg-msgv1 * i_msgv2 = gv_msg-msgv2 * i_msgv3 = gv_msg-msgv3 * i_msgv4 = gv_msg-msgv4.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = err-parm1 i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1 i_msgv2 = gv_msg-msgv2 i_msgv3 = gv_msg-msgv3 i_msgv4 = gv_msg-msgv4.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LGART' dynpprog = l_dynpprog dynpnr = l_dynnr dynprofield = 'Wagetype' value_org = 'S' display = l_display TABLES value_tab = ivalue_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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