SAP Reports / Programs | Personnel Management | Benefits(PA-BN) SAP PA

RPUBEN52 SAP ABAP Report - IDoc Data Transfer







RPUBEN52 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPUBEN52 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

HRBEN0052 - IDoc Data Transfer


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 RPUBEN52. "Basic submit
SUBMIT RPUBEN52 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBEN52 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: SO_PERNR = D Personnel number
Selection Text: SO_BSTAT = D Second program grouping
Selection Text: SO_BENGR = D First program grouping
Selection Text: SO_BAREA = D Benefit area
Selection Text: PA_STOCK = Stock purchase plans
Selection Text: PA_SPEND = Flexible spending accounts
Selection Text: PA_SAVIN = Savings plans
Selection Text: PA_MISCE = Miscellaneous plans
Selection Text: PA_INSUR = Insurance plans
Selection Text: PA_HEALT = Health plans
Selection Text: PA_ENDDA = D Valid to
Selection Text: PA_CRENR = D Provider
Selection Text: PA_CHNGO = D Changes only
Selection Text: PA_BEGDA = D Valid from
Title: IDoc Data Transfer
Text Symbol: SC3 = Contents
Text Symbol: SC2 = Selection
Text Symbol: SC1 = Evaluation


INCLUDES used within this REPORT RPUBEN52

INCLUDE: FBEN0D01, " CONSTANTS: ERROR HANDLING
FBEN0D04, " CONSTANTS: GENERAL
FBEN0D04, " CONSTANTS: GENERAL

FBEN0D05, " TYPES : BOOLEAN
FBEN0D11, " CONSTANTS: IDOC DATA TRANSFER
BEN52F01.


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_BEN_GET_IDOC_TYPE CALL FUNCTION 'HR_BEN_GET_IDOC_TYPE' EXPORTING crenr = pa_crenr msg_type = msgtype_participation reaction = error_msg IMPORTING idoc_type = idoc_type TABLES error_tab = error_tab.

HR_BEN_GET_IDOC_TYPE * Delete error messages from CALL FUNCTION 'HR_BEN_GET_IDOC_TYPE' REFRESH error_tab.

HR_BEN_IDOC_SEND CALL FUNCTION 'HR_BEN_IDOC_SEND' EXPORTING crenr = pa_crenr begda = pa_begda endda = pa_endda idoc_categ = idoc_categ chngo = pa_chngo cobra = false reaction = no_msg IMPORTING idoc_number = idoc_number TABLES pernr_tab = pernr_tab error_tab = error_tab.

HR_BEN_DISPLAY_IDOC_LOG CALL FUNCTION 'HR_BEN_DISPLAY_IDOC_LOG' EXPORTING idoc_number = idoc_number TABLES error_tab = error_tab.



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