SAP Reports / Programs

RPIJSVN0 SAP ABAP Report - Conversion of SI indicators







RPIJSVN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of January 1, 2013 some of the existing ZVW codes are replaced by new ones...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 RPIJSVN0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M05_IJSV - Conversion of SI indicators


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 RPIJSVN0. "Basic submit
SUBMIT RPIJSVN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIJSVN0 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: BTCIN = D .
Selection Text: BTCIX = D .
Selection Text: USER = D .
Title: Conversion of SI indicators
Text Symbol: 100 = Employee not processed;
Text Symbol: 105 = no ZVW code has to be converted
Text Symbol: 106 = ZVW code has already been converted
Text Symbol: DEL = Report
Text Symbol: M01 = Proc.
Text Symbol: M03 = BatchInputSessn
Text Symbol: M04 = Invalid
Text Symbol: M05 = Closed
Text Symbol: T01 = Output


INCLUDES used within this REPORT RPIJSVN0

INCLUDE RPIJSVN0_D01.


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'.

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_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_procpernr processed = g_succpernr rejected = g_rejpernr.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_structure_name = 'P05_RPIJSVN0_DISPLAY_ALV' 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_s_display_profile = disp_prof i_callback_program = l_repid it_fieldcat = l_t_fieldcat i_grid_title = text-t01 is_layout = l_layout i_save = 'A' is_variant = l_variant TABLES t_outtab = g_disp_overview 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_msgno = '016' i_msgv1 = text-100 i_msgv2 = text-106 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_msgno = '016' i_msgv1 = text-100 i_msgv2 = text-105 EXCEPTIONS program_error = 1 OTHERS = 2.

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

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

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.



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