SAP Reports / Programs

RPILAJN0 SAP ABAP Report - Conversion of Infotype Organizational Assignment (0001)







RPILAJN0 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 copy infotype Organizational Assignment (0001) to a new line with start date January 1, 2006, within the framework of the Wage Return 2006...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 RPILAJN0 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 RPILAJN0. "Basic submit
SUBMIT RPILAJN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPILAJN0 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: S_DYN = D .
Selection Text: BTCIN = D .
Selection Text: BTCIX = D .
Selection Text: USER = D .
Title: Conversion of Infotype Organizational Assignment (0001)
Text Symbol: 100 = Person Could Not Be Processed
Text Symbol: 101 = Because of Existing Record in 2006
Text Symbol: DEL = Report
Text Symbol: M01 = Proc.
Text Symbol: M03 = Batch Inpt.Ses.
Text Symbol: M04 = Incorr.
Text Symbol: M05 = Closed


INCLUDES used within this REPORT RPILAJN0

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

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.

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.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = disp_prof EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

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



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