SAP Reports / Programs | Logistics - General | Logistics Basic Data | Vendor Master(LO-MD-BP-VM) SAP LO

RFBIKF00 SAP ABAP INCLUDE - Batch Input / ALE General Form Routines for Vendor Master Data







RFBIKF00 is a standard ABAP INCLUDE 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 RFBIKF00 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 RFBIKF00. "Basic submit
SUBMIT RFBIKF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBIKF00 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: XALE = Generate include for ALE
Title: Batch Input / ALE General Form Routines for Vendor Master Data
Text Symbol: M01 = Program RFBIKR00 generated.
Text Symbol: M02 = Batch input for vendor master data.
Text Symbol: M03 = Program LWYL1FG1 generated.


INCLUDES used within this REPORT RFBIKF00

INCLUDE RFBIZAV0.
INCLUDE RFBI_COMMON_FORM0.


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:

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 = 'BLF00' TABLES NAMETAB = NAMETAB_BLF00 EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFAT' TABLES NAMETAB = NAMETAB_BLFAT EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFBK' TABLES NAMETAB = NAMETAB_BLFBK EXCEPTIONS NO_TEXTS_FOUND = 1.

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

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFEI' TABLES NAMETAB = NAMETAB_BLFEI EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFLR' TABLES NAMETAB = NAMETAB_BLFLR EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFM2' TABLES NAMETAB = NAMETAB_BLFM2 EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFZA' TABLES NAMETAB = NAMETAB_BLFZA EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BWYT1' TABLES NAMETAB = NAMETAB_BWYT1 EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BWYT3' TABLES NAMETAB = NAMETAB_BWYT3 EXCEPTIONS NO_TEXTS_FOUND = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = TABLE TABLES NAMETAB = NAMETAB EXCEPTIONS NO_TEXTS_FOUND = 1.

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING PI_LIFNR = LIFNR PI_BYPASSING_BUFFER = 'X' "Daten müssen aktuell sein * PI_REFRESH_BUFFER = IMPORTING PO_LFA1 = LFA1 EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING PI_LIFNR = LIFNR PI_BYPASSING_BUFFER = 'X' "Daten müssen aktuell sein * PI_REFRESH_BUFFER = IMPORTING PO_LFA1 = LFA1 EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING PI_LIFNR = LIFNR PI_BYPASSING_BUFFER = 'X' * PI_REFRESH_BUFFER = IMPORTING PO_LFA1 = LFA1 EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

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

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING PI_LIFNR = LIFNR * PI_BYPASSING_BUFFER = "Daten sind aktuell, kein * PI_REFRESH_BUFFER = "BYPASSING notwendig IMPORTING PO_LFA1 = LFA1 EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = H_FIMSG I_XAPPN = 'X' EXCEPTIONS MSGID_MISSING = 1 MSGNO_MISSING = 2 MSGTY_MISSING = 3 OTHERS = 4.

FI_MESSAGE_PROTOCOL





CALL FUNCTION 'FI_MESSAGE_PROTOCOL' EXCEPTIONS NO_MESSAGE = 1 NOT_BATCH = 2 OTHERS = 3.

FI_MESSAGE_PRINT CALL FUNCTION 'FI_MESSAGE_PRINT' EXPORTING I_XAUSN = 'X' I_COMSG = 0 EXCEPTIONS OTHERS = 0.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = BGR00-MANDT GROUP = BGR00-GROUP HOLDDATE = BGR00-START KEEP = BGR00-XKEEP USER = BGR00-USNAM.

MM_PARTNER_TYPE CALL FUNCTION 'MM_PARTNER_TYPE' EXPORTING I_PARVW = PARV_GESAMT-PARVW IMPORTING E_NRART = LOK_NRART EXCEPTIONS PARTNERFUNCTION_NOT_FOUND = 1.

VENDOR_MASTER_DATA_SELECT_15 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_15' EXPORTING PI_LIFNR = LIFNR PI_EKORG = XBWYT3-EKORG PI_LTSNR = XBWYT3-LTSNR PI_WERKS = XBWYT3-WERKS * PI_PARVW = ' ' * PI_PARZA = ' ' * PI_LTSNR_GENERIC = ' ' * PI_PARVW_GENERIC = ' ' * IMPORTING * PE_EKORZ = TABLES T_E_WYT3 = WYT3_LOKAL EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING INPUT = XBWYT3-PARVW IMPORTING OUTPUT = PARVW_INTERN EXCEPTIONS OTHERS = 1.

MM_PARTNER_TYPE CALL FUNCTION 'MM_PARTNER_TYPE' EXPORTING I_PARVW = PARVW_INTERN IMPORTING E_NRART = NRART_AKTUELL EXCEPTIONS PARTNERFUNCTION_NOT_FOUND = 1.

MM_PARTNER_TYPE CALL FUNCTION 'MM_PARTNER_TYPE' EXPORTING I_PARVW = PARVW_INTERN IMPORTING E_NRART = NRART_AKTUELL E_STEIN = PARVW_EIND EXCEPTIONS PARTNERFUNCTION_NOT_FOUND = 1.

SYSTEM_SWITCH_GET * CALL FUNCTION 'SYSTEM_SWITCH_GET' * IMPORTING * SYSDEF = INT_SYSDEF * EXCEPTIONS * ERROR = 1 * OTHERS = 2.

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING INPUT = XBWYT3-PARVW IMPORTING OUTPUT = PARVW_INTERN EXCEPTIONS OTHERS = 1.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = BLF00-TCODE TABLES DYNPROTAB = FT.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = BLF00-TCODE TABLES DYNPROTAB = FT.

FI_TECH_ACCNO_CHECK_TRY call function 'FI_TECH_ACCNO_CHECK_TRY' exporting i_bankn = xblfbk-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.

VENDOR_MASTER_DATA_SELECT_15 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_15' EXPORTING PI_LIFNR = LIFNR PI_EKORG = BLF00-EKORG PI_LTSNR = LTSNR_LOKAL PI_WERKS = WERKS_LOKAL PI_PARVW = PARVW * PI_PARZA = ' ' * PI_LTSNR_GENERIC = ' ' PI_PARVW_GENERIC = 'X' "alle Sätze zur Part- * IMPORTING "nerrolle ermitteln * PE_EKORZ = TABLES T_E_WYT3 = WYT3_LOKAL EXCEPTIONS NO_ENTRY_FOUND = 1 PARAMETER_LIFNR_MISSING = 2 PARAMETER_EKORG_MISSING = 3 PARAMETER_EBENE_MISSING = 4 PARAMETER_PARVW_MISSING = 5 PARAMETER_GENERIC_LTSNR_WRONG = 6 PARAMETER_GENERIC_PARVW_WRONG = 7 OTHERS = 8.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = 'BLFBW' TABLES NAMETAB = NAMETAB_BLFBW EXCEPTIONS NO_TEXTS_FOUND = 1.



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