SAP Reports / Programs

RFBIDE00 SAP ABAP Report - Batch Input Interface for Customers







RFBIDE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RFBIDE00 batch input program is used for: Creating and changing customer master data Creating and changing credit limit data Creating bank master data Structures: Information that affects the entire batch input session is defined in the session prefix...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 RFBIDE00 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

OT38 - C FI Batch Input Program
OV/2 - RV Batch Input Program


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 RFBIDE00. "Basic submit
SUBMIT RFBIDE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBIDE00 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: DS_NAME = File path name
Selection Text: FL_CHECK = Check file only
Selection Text: OS_XON = Structures from Release < 4.0
Selection Text: XINF = No Information Message
Selection Text: XLOG = Log
Selection Text: XNONUNIC = File has Non-Unicode Format
Selection Text: XPOP = Dialog Box
Title: Batch Input Interface for Customers
Text Symbol: BL2 = Selection of structures that are used
Text Symbol: BL3 = Program control
Text Symbol: BL4 = Info Messages
Text Symbol: MSG = Message FB$ issued with variables $ $ $ $


INCLUDES used within this REPORT RFBIDE00

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog including_dir = 'X' IMPORTING file_name = ds_name EXCEPTIONS OTHERS = 0.

FI_MESSAGE_INIT call function 'FI_MESSAGE_INIT'.

FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = lds_name parameter_1 = param1 importing file_name = ds_name exceptions file_not_found = 01.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.

V_KNA1_SINGLE_READ call function 'V_KNA1_SINGLE_READ' exporting pi_kunnr = kunnr importing pe_kna1 = kna1 exceptions no_records_found = 1 others = 2.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = table tables nametab = nametab exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKN00' tables nametab = nametab_bkn00 exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNAT' tables nametab = nametab_bknat exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNBK' tables nametab = nametab_bknbk exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNBK_IBAN' tables nametab = nametab_bknbk_iban exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNBW' tables nametab = nametab_bknbw exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNEX' tables nametab = nametab_bknex exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVA' tables nametab = nametab_bknva exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVD' tables nametab = nametab_bknvd exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVI' tables nametab = nametab_bknvi exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVK' tables nametab = nametab_bknvk exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVL' tables nametab = nametab_bknvl exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNVP' tables nametab = nametab_bknvp exceptions no_texts_found = 1.

NAMETAB_GET





call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BKNZA' tables nametab = nametab_bknza exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BWRF12' tables nametab = nametab_bwrf12 exceptions no_texts_found = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = 'BWRF4' tables nametab = nametab_bwrf4 exceptions no_texts_found = 1.

FI_TECH_ACCNO_READ_TRY call function 'FI_TECH_ACCNO_READ_TRY' exporting i_banks = xbknbk_iban-banks i_bankl = xbknbk_iban-bankl i_iban = xbknbk_iban-iban importing e_tech_accno = xbknbk-bankn exceptions not_found = 1 others = 2.

V_KNA1_SINGLE_READ call function 'V_KNA1_SINGLE_READ' exporting pi_kunnr = kunnr pi_bypassing_buffer = 'X' "Daten müssen aktuell sein * PI_REFRESH_BUFFER = importing pe_kna1 = kna1 exceptions no_records_found = 1 others = 2.

V_KNA1_SINGLE_READ call function 'V_KNA1_SINGLE_READ' exporting pi_kunnr = kunnr pi_bypassing_buffer = 'X' * PI_REFRESH_BUFFER = importing pe_kna1 = kna1 exceptions no_records_found = 1 others = 2.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = bgr00-mandt group = bgr00-group holddate = bgr00-start keep = bgr00-xkeep user = bgr00-usnam.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = bkn00-tcode tables dynprotab = ft.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = bkn00-tcode tables dynprotab = ft.

FI_TECH_ACCNO_CHECK_TRY call function 'FI_TECH_ACCNO_CHECK_TRY' exporting i_bankn = xbknbk-bankn importing e_xtech = l_xtech.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'FI_TECH_ACCNO_CHECK' EXCEPTIONS function_not_exist = 1 others = 2.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = 'FI_TECH_ACCNO_CHECK' exceptions function_not_exist = 1 others = 2.

FI_TECH_ACCNO_CHECK_TRY call function 'FI_TECH_ACCNO_CHECK_TRY' exporting i_bankn = xbknbk-bankn importing e_xtech = l_xtech.



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