SAP Reports / Programs

RPIKOPN0 SAP ABAP Report - Batch Input for Initialization of Infotype Childcare NL (0525)







RPIKOPN0 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 create a batch input session...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 RPIKOPN0 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 RPIKOPN0. "Basic submit
SUBMIT RPIKOPN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIKOPN0 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 = Batch Input Session Name
Selection Text: BTCIX = Create Batch Input Session
Selection Text: DEL_DATE = Valid to
Selection Text: USER = Password
Title: Batch Input for Initialization of Infotype Childcare NL (0525)
Text Symbol: A01 = Status
Text Symbol: A02 = Output
Text Symbol: F07 = Enter Session Name
Text Symbol: F09 = Enter User Name
Text Symbol: M01 = Proc.
Text Symbol: M02 = Not process.
Text Symbol: M03 = Batch Inpt.Ses.
Text Symbol: M04 = Error
Text Symbol: M05 = Completed
Text Symbol: S01 = Old
Text Symbol: S02 = New


INCLUDES used within this REPORT RPIKOPN0

INCLUDE: RPIKODN0. "DATA DECLARATION


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.

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 = 'W' i_msgno = '034' 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.



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