SAP Reports / Programs

RJGBANKA SAP ABAP Report - IS-M: Changes to Bank Data







RJGBANKA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program can be used to perform 3 different steps: Writing to a sequential file (logical file name: ISP_BANK_AEND see the implementation guide on platform-independent file names)...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 RJGBANKA 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

JGBD - IS-M: Bank data changes


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 RJGBANKA. "Basic submit
SUBMIT RJGBANKA AND RETURN. "Return to original report after report execution complete
SUBMIT RJGBANKA 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: SCHREIB = Write Data (File)
Selection Text: PA_TEST = Test Run
Selection Text: PA_NPROT = No Success Log
Selection Text: PA_BANKS = Country
Selection Text: LESEN = Read Data (File)
Selection Text: BLZ_NEU = New Bank Number
Selection Text: BLZ_ALT = Old Bank Number(s)
Selection Text: BLZAEND = Change Bank Number
Title: IS-M: Changes to Bank Data
Text Symbol: 070 = not found in table JGTBKVW
Text Symbol: 071 = not found in table JGTBKEZ
Text Symbol: 072 = not found in table JHAISZ
Text Symbol: 073 = not found in table JHTFX
Text Symbol: 074 = Bank details could not be updated:
Text Symbol: 075 = Bank details could not be deleted:
Text Symbol: 076 = Bank details could not be inserted:
Text Symbol: 077 = Bank details already exist
Text Symbol: 078 = Business partner was not updated:
Text Symbol: 079 = Bank details not found
Text Symbol: 080 = Unable to find the following bank details:
Text Symbol: 081 = Unable to update the following bank details:
Text Symbol: 082 = The following business partners were updated successfully:
Text Symbol: 069 = not found in table JDFDS
Text Symbol: 005 = Make one entry for the
Text Symbol: 006 = old and new bank numbers
Text Symbol: 008 = You should only enter
Text Symbol: 009 = single values for this action
Text Symbol: 010 = Sales promotion
Text Symbol: 015 = Entry
Text Symbol: 016 = A new bank number is
Text Symbol: 017 = not taken into account for this option
Text Symbol: 018 = .
Text Symbol: 030 = Bank no./account number
Text Symbol: 031 = not found
Text Symbol: 040 = .
Text Symbol: 041 = records were processed
Text Symbol: 050 = The file does not contain any records
Text Symbol: 055 = No data found that matches selection criteria





Text Symbol: 057 = Cannot open dataset
Text Symbol: 059 = End of dataset
Text Symbol: 061 = Cannot read dataset
Text Symbol: 065 = Bank number
Text Symbol: 066 = not found in table KNBK
Text Symbol: 067 = not found in table LFBK
Text Symbol: 068 = not found in table JKPA


INCLUDES used within this REPORT RJGBANKA

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:

ISM_SAP_GP_STATUS_GET * CALL FUNCTION 'ISM_SAP_GP_STATUS_GET' * IMPORTING * e_sapgp_active = lv_sapgp_active.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = knbk-kunnr * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = lfbk-lifnr * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jkpa-gpnr * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jfdfs-gpnr_rg * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jgtbkvw-gpnr * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jgtbkez-gpnr * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jhaisz-inserent * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

ISP_NAME_READ * CALL FUNCTION 'ISP_NAME_READ' * EXPORTING * gpnr_in = jhtfx-gpnr_rg * IMPORTING * namekurz = kun_name * EXCEPTIONS * address_not_found = 1 * gp_not_found = 2 * missing_input = 3 * OTHERS = 4.

FILE_GET_NAME * CALL FUNCTION 'FILE_GET_NAME' * EXPORTING * logical_filename = con_dset_bd * IMPORTING * file_name = dsetname * EXCEPTIONS * file_not_found = 01.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.



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