SAP Reports / Programs

RPILANN0 SAP ABAP Report - Infotype Wage Return (0808) Conversion







RPILANN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to carry out a one-off conversion, within the framework of the Wage Return 2006, of the following fields in infotype CBS (0408) and Execution of Employee Insurances (0409) so that they can be used in the new format in infotype Wage Return (0808): Shift Type => Indication of regular work arrangement Primary Insurance Cover => Work Relationship Type Code Primary Insurance Cover => Circumst...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 RPILANN0 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 RPILANN0. "Basic submit
SUBMIT RPILANN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPILANN0 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: BTCIY = Delimit Infotype 0409
Selection Text: BTCIZ = Delimit Infotype 0408
Selection Text: BTCIN = D .
Selection Text: BTCIX = D .
Selection Text: USER = D .
Title: Infotype Wage Return (0808) Conversion
Text Symbol: A02 = Output
Text Symbol: F07 = Enter Session Name
Text Symbol: F09 = Enter User Name
Text Symbol: M01 = Proc.
Text Symbol: M03 = Batch Inpt.Ses.
Text Symbol: M04 = Incorr.
Text Symbol: M05 = Closed
Text Symbol: M06 = An Infotype 0808 Already Exists
Text Symbol: M07 = Person Not Included
Text Symbol: M08 = Person Has No Infotype 0409
Text Symbol: M09 = Infotype 0808 Is Filled With Default
Text Symbol: M10 = Values


INCLUDES used within this REPORT RPILANN0

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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_NL_GET_VALIDITY_OF_APPL CALL FUNCTION 'HR_NL_GET_VALIDITY_OF_APPL' "KWIACRK009026 EXPORTING " imp_application = 'LA06' " imp_datum = l_date_check "KWIACRK010722 imp_molga = '05' " IMPORTING " exp_valid = la06_valid. "KWIACRK009026

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgty = 'I' i_msgno = '016' i_msgv1 = 'Bewerkt'(m01) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgty = 'I' i_msgno = '016' i_msgv1 = text-m08 i_msgv2 = text-m09 i_msgv3 = text-m10 EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = 'Batch Input map'(m03) i_msgv2 = 'onjuist'(m04) i_msgv3 = 'afgesloten'(m05) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = text-f07 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = text-f09 EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = btcin user = user.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_selected processed = g_processed rejected = g_reject.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = 'PS0808' CHANGING ct_fieldcat = l_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_callback_program = g_repid "LLEAC0K030043 i_s_display_profile = l_s_display_profile i_s_flat_profile = l_s_flat_profile i_grid_title = 'Uitgave'(a02) is_layout = l_s_layout it_fieldcat = l_t_fieldcat i_default = 'X' i_save = 'A' TABLES t_outtab = it_overview EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdc.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgty = 'E' i_msgno = '016' i_msgv1 = 'Er is al een infotype 0808 aanwezig,'(m06) i_msgv2 = 'persoon wordt niet meegenomen.'(m07)

HR_FEATURE_BACKFIELD * CALL FUNCTION 'HR_FEATURE_BACKFIELD' "a * EXPORTING "a * feature = 'NLLAG' "a * struc_content = pme01 "a ** KIND_OF_ERROR = "a * IMPORTING "a * back = wa_default "a * CHANGING "a * status = l_status "a * EXCEPTIONS "a * dummy = 1 "a * error_operation = 2 "a * no_backvalue = 3 "a * feature_not_generated = 4 "a * invalid_sign_in_funid = 5 "a * field_in_report_tab_in_pe03 = 6 "a * OTHERS = 7 "a * . "a



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