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

RFBIZAV0 SAP ABAP INCLUDE - documentation and ABAP source code







RFBIZAV0 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 RFBIZAV0 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 RFBIZAV0. "Basic submit
SUBMIT RFBIZAV0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBIZAV0 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 RFBIZAV0

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:

GET_CAM_FIELDNAME CALL FUNCTION 'GET_CAM_FIELDNAME' EXPORTING * MASTER_TAB = MASTER_FIELD = MASTER_FIELD ADDR_TYPE = '1' GET_DYNPRO_NAME = 'X' IMPORTING * CAM_TAB = CAM_FIELD = DYNPRO_NAME_ZAV * CAM_DYNPRO_NAME = EXCEPTIONS OTHERS = 1.

WY_ADOWNERREF_VENDOR_CUSTOMER CALL FUNCTION 'WY_ADOWNERREF_VENDOR_CUSTOMER' EXPORTING PI_LIFNR = IMPORTING PE_ADDRNUMBER = LFA1_KNA1_ADRNR * TABLES * PTO_ADOWNERREF = EXCEPTIONS NO_INPUT = 1 TOO_MANY_PARAMETERS = 2 OTHERS = 3.

WY_ADOWNERREF_VENDOR_CUSTOMER CALL FUNCTION 'WY_ADOWNERREF_VENDOR_CUSTOMER' EXPORTING PI_KUNNR = IMPORTING PE_ADDRNUMBER = LFA1_KNA1_ADRNR * TABLES * PTO_ADOWNERREF = EXCEPTIONS NO_INPUT = 1 TOO_MANY_PARAMETERS = 2 OTHERS = 3.

GET_CAM_FIELDNAME CALL FUNCTION 'GET_CAM_FIELDNAME' EXPORTING * MASTER_TAB = MASTER_FIELD = MASTER_FIELD ADDR_TYPE = '1' GET_DYNPRO_NAME = 'X' IMPORTING * CAM_TAB = CAM_FIELD = DYNPRO_NAME_ZAV * CAM_DYNPRO_NAME = EXCEPTIONS OTHERS = 1.

WY_ADOWNERREF_CONTACT_PARTNER CALL FUNCTION 'WY_ADOWNERREF_CONTACT_PARTNER' EXPORTING PI_PARNR = LOK_PARNR PI_FIELDNAME = 'PRSNR' IMPORTING PE_ADDRNUMBER = CO_PA_PRSNR * TABLES * PTO_ADOWNERREF_ACT = * PTO_ADOWNERREF_COLLECT = EXCEPTIONS NO_INPUT = 1 OTHERS = 2.

CONVERSION_EXIT_PDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_PDATE_INPUT' EXPORTING INPUT = XBKNVK-GBDAT IMPORTING OUTPUT = LOK_GBDAT.

ADDR_GET_COMPLETE CALL FUNCTION 'ADDR_GET_COMPLETE' EXPORTING ADDRNUMBER = LFA1_KNA1_ADRNR * ADDRHANDLE = IMPORTING ADDR1_COMPLETE = ADDR1_COMPLETE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 INTERNAL_ERROR = 3 OTHERS = 4 .

CONVERT_CAM_TO_MASTER CALL FUNCTION 'CONVERT_CAM_TO_MASTER' EXPORTING ADDRESS = ADDR1_COMPLETE ADDR_TYPE = '1' MASTER_TAB = TABELLE CHANGING CONVERTED = EXCEPTIONS MASTER_TAB_NOT_FOUND = 1 INVALID_ADDRESS_TYPE = 2 NO_CONVERSION = 3 OTHERS = 4 .

WY_KNVK_FOR_VENDOR_CUSTOMER CALL FUNCTION 'WY_KNVK_FOR_VENDOR_CUSTOMER' EXPORTING PI_LIFNR = REFRESH_BUFFER = 'X' "Daten müssen aktuell sein TABLES PT_KNVK = GT_KNVK "Tabelle ist sortiert EXCEPTIONS OTHERS = 1.

WY_KNVK_FOR_VENDOR_CUSTOMER CALL FUNCTION 'WY_KNVK_FOR_VENDOR_CUSTOMER' EXPORTING PI_KUNNR = REFRESH_BUFFER = 'X' "Daten müssen aktuell sein TABLES PT_KNVK = GT_KNVK "Tabelle ist sortiert EXCEPTIONS OTHERS = 1.

ADDR_PERS_COMP_GET_COMPLETE CALL FUNCTION 'ADDR_PERS_COMP_GET_COMPLETE' EXPORTING ADDRNUMBER = CO_PA_ADRNR * ADDRHANDLE = PERSNUMBER = CO_PA_PRSNR * PERSHANDLE = IMPORTING ADDR3_COMPLETE = ADDR3_COMPLETE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 PERSON_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5 .

CONVERT_CAM_TO_MASTER CALL FUNCTION 'CONVERT_CAM_TO_MASTER' EXPORTING ADDRESS = ADDR3_COMPLETE ADDR_TYPE = '3' MASTER_TAB = 'KNVK' CHANGING CONVERTED = EXCEPTIONS MASTER_TAB_NOT_FOUND = 1 INVALID_ADDRESS_TYPE = 2 NO_CONVERSION = 3 OTHERS = 4 .

LOCATION_SELECT_PLANT CALL FUNCTION 'LOCATION_SELECT_PLANT' EXPORTING I_WERKS = IV_WERKS IMPORTING O_T001W = LS_T001W EXCEPTIONS NO_VALID_PLANT = 1 PLANT_NOT_FOUND = 2 MORE_THAN_ONE_ENTRY_FOUND = 3 OTHERS = 4 .



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