SAP Reports / Programs

RPFYHRT0 SAP ABAP Report - Liability transfer posting to bank account - employees







RPFYHRT0 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 RPFYHRT0 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 RPFYHRT0. "Basic submit
SUBMIT RPFYHRT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPFYHRT0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPFYHRT0

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:

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING I_CLIENT = SY-MANDT I_FUNCTION = 'C' I_MODE = PAR_MODE I_UPDATE = 'S' I_USER = L_NAME.

POSTING_INTERFACE_DOCUMENT CALL FUNCTION 'POSTING_INTERFACE_DOCUMENT' EXPORTING I_TCODE = 'FB01' IMPORTING E_MSGID = L_MSGID E_MSGNO = L_MSGNO E_MSGTY = L_MSGTY E_MSGV1 = L_MSGV1 E_MSGV2 = L_MSGV2 E_MSGV3 = L_MSGV3 E_MSGV4 = L_MSGV4 E_SUBRC = L_SUBRC TABLES T_BLNTAB = LT_BLNTAB T_FTPOST = LT_FTPOST T_FTTAX = LT_FTTAX EXCEPTIONS ACCOUNT_MISSING = 1 COMPANY_CODE_MISSING = 2 POSTING_KEY_INVALID = 3 POSTING_KEY_MISSING = 4 RECORD_TYPE_INVALID = 5 TRANSACTION_CODE_INVALID = 6 AMOUNT_FORMAT_ERROR = 7 TOO_MANY_LINE_ITEMS = 8 OTHERS = 9.

K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING PAR_LANGU = SY-LANGU PAR_MSGID = PL_MSGID PAR_MSGNO = PL_MSGNO PAR_MSGTY = PL_MSGTY PAR_MSGV1 = PL_MSGV1 PAR_MSGV2 = PL_MSGV2 PAR_MSGV3 = PL_MSGV3 PAR_MSGV4 = PL_MSGV4 PAR_TOTAL = SPACE IMPORTING PAR_MSGTX = PS_SUM_DATA-MSGTX EXCEPTIONS NO_MESSAGE_FOUND = 1 PAR_MSGID_MISSING = 2 PAR_MSGNO_MISSING = 3 PAR_MSGTY_MISSING = 4 OTHERS = 5.



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