SAP Reports / Programs

RPIDABA0 SAP ABAP Report - Batch Input: Maintenance of Date Specifications Infotype (0041)







RPIDABA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a batch input session for the Date Specifications (0041) infotype...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 RPIDABA0 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_M03_IDABA0 - Maint. IT41 (Date Types) Batch Inp.


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 RPIDABA0. "Basic submit
SUBMIT RPIDABA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIDABA0 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: PA_DEL = Remove Date Type
Selection Text: PA_INS = Add Date Type
Selection Text: PA_MAPPE = D Session Name
Selection Text: PA_SPRDT = D Batch Inp.Session Locked Until
Selection Text: P_DATART = Date Type
Selection Text: P_DATUM = Key Date (for Date Type)
Selection Text: P_PRIALL = Display Personnel Numbers
Title: Batch Input: Maintenance of Date Specifications Infotype (0041)
Text Symbol: 001 = Batch Input: Maint. of Date Spec. Infotype (0041)
Text Symbol: 002 = Persons with a New IT0041
Text Symbol: 003 = Infotype 0041 Created For:
Text Symbol: 004 = Infotype 0041 Extended/Modified For:
Text Symbol: 005 = Infotype 0041 Not Changed For:
Text Symbol: 006 = Date Type in IT0041 Deleted For:


INCLUDES used within this REPORT RPIDABA0

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_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = pa_mappe user = sy-uname keep = keep holddate = pa_sprdt.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' "Transaktionscode TABLES dynprotab = pt_bdcdata.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = p_pernrcnt processed = p_processed rejected = p_compl_it.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = 'PN' msgno = 16 msgv1 = text-002 * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' number = p_newit.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING data_structure = 'RPIDABA0L' current_report = 'RPIDABA0' * 'Batch-Input: Pflege von Infotyp 0041 Datumsangaben list_title = text-001 * LIST_TITLE2 = * GUI_STATUS = ' ' variant = '01SAP' * HR_DISPLAY_ERROR_LIST = ' ' * HR_DISPLAY_ERROR_NR = ' ' hr_display_stat_list = 'X' * CALLBACK_END_OF_LIST = ' ' * CALLBACK_BUTTON1 = ' ' * TEXT_BUTTON1 = ' ' * CALLBACK_BUTTON2 = ' ' * TEXT_BUTTON2 = ' ' * CALLBACK_USER_COMMAND = ' ' * MARK_FIELDNAME = ' ' * STATUS_FIELDNAME = ' ' * SAPSCRIPT_FORM = * SAPSCRIPT_PRINTER = * SAPSCRIPT_COUNT = '00' * SAPSCRIPT_PAGEFEED = TABLES data_tab = pt_resulttab EXCEPTIONS program_error = 1.



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