SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPLBNK00 SAP ABAP Report - Bank Details







RPLBNK00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Bank Details This report allows you to display the bank details of your employees...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 RPLBNK00 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_M45_BNK00 - Bank Details


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 RPLBNK00. "Basic submit
SUBMIT RPLBNK00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLBNK00 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: SUBTY = Subtype
Selection Text: INFTY = Infotype
Selection Text: BANKS = Bank country
Selection Text: BANKL = Bank key
Title: Bank Details
Text Symbol: T16 = IBAN
Text Symbol: T15 = CCo
Text Symbol: T14 = Acc.key
Text Symbol: T13 = Account number
Text Symbol: T12 = Postal code/city
Text Symbol: T11 = Bank name
Text Symbol: T10 = Payee
Text Symbol: T09 = Street
Text Symbol: T08 = Bank number
Text Symbol: T07 = Ctry
Text Symbol: T06 = Payee key
Text Symbol: T05 = Name
Text Symbol: T04 = Pers. ID
Text Symbol: T03 = Subty
Text Symbol: T02 = Infty
Text Symbol: T01 = Pers.no.
Text Symbol: STC = Key date:
Text Symbol: BIS = To
Text Symbol: AUS = Reporting period:
004 | ZIP/City ZIP/City Account Number |
003 | Street Payee Name of Bank |
002 | Name Payee Key Ctry Bank Code |
001 | Pers.No. IType SType |


INCLUDES used within this REPORT RPLBNK00

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:

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "QICN0322432 EXPORTING "QICN0322432 repid = sy-cprog "QICN0322432 IMPORTING "QICN0322432 format = $$format. "QICN0322432

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING bank_country = p_banks bank_number = p_bank_key IMPORTING bank_data = bnka_bf EXCEPTIONS not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr translate_to_upper = 'X' TABLES dynpfields = dyn_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

HRCA_SEARCH_BANK_ADDRESS CALL FUNCTION 'HRCA_SEARCH_BANK_ADDRESS' EXPORTING bank_country = bankx IMPORTING bank_data = help.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr translate_to_upper = 'X' TABLES dynpfields = dyn_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 OTHERS = 9.

HRCA_SEARCH_BANK_ADDRESS CALL FUNCTION 'HRCA_SEARCH_BANK_ADDRESS' EXPORTING bank_country = bankx IMPORTING bank_data = help.

HRCA_GET_BANK_KEY_TYPE CALL FUNCTION 'HRCA_GET_BANK_KEY_TYPE' EXPORTING land = p_country IMPORTING bnkey = t005_bf-bnkey EXCEPTIONS not_found = 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 RPLBNK00 or its description.