SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_VENDOR_CREATE_F0E SAP ABAP INCLUDE - BBPVENDORCREATEF0E







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

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:

BBP_CENTRALPERSON_GET CALL FUNCTION 'BBP_CENTRALPERSON_GET' EXPORTING IV_USERNAME = USER_ID IMPORTING EV_BU_PARTNER_GUID = PARTNER_GUID2 EXCEPTIONS NO_CENTRAL_PERSON = 1 NO_BUSINESS_PARTNER = 2 NO_ID = 3 OTHERS = 4.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER_GUID = PARTNER_GUID2 IMPORTING EV_PARTNER = PARTNER2 ES_BUT000 = LS_BUT000 TABLES ET_RETURN = GT_RETURN.

BUPA_BUT000_MAP_TO_EXTERNAL CALL FUNCTION 'BUPA_BUT000_MAP_TO_EXTERNAL' EXPORTING IS_BUT000 = LS_BUT000 IMPORTING ES_DATA = GS_DATA_P ES_DATA_PERSON = GS_PERS EXCEPTIONS UNKNOWN_LANGUAGE = 1 UNKNOWN_COUNTRY = 2 OTHERS = 3.

BUPA_RELATIONSHIPS_READ CALL FUNCTION 'BUPA_RELATIONSHIPS_READ' EXPORTING IV_PARTNER = PARTNER2 IV_PARTNER_GUID = PARTNER_GUID2 IV_RELTYP = GC_REL_CONTACT TABLES ET_RELATIONSHIPS = GT_RELATIONSHIPS EXCEPTIONS NO_PARTNER_SPECIFIED = 1 NO_VALID_RECORD_FOUND = 2 OTHERS = 3.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING IV_PARTNER = PARTNER1 IMPORTING EV_PARTNER_GUID = PARTNER_GUID1 ES_BUT000 = LS_BUT000 TABLES ET_RETURN = GT_RETURN.

BUPA_BUT000_MAP_TO_EXTERNAL CALL FUNCTION 'BUPA_BUT000_MAP_TO_EXTERNAL' EXPORTING IS_BUT000 = LS_BUT000 IMPORTING ES_DATA = GS_DATA ES_DATA_ORGAN = GS_ORGAN EXCEPTIONS UNKNOWN_LANGUAGE = 1 UNKNOWN_COUNTRY = 2 OTHERS = 3.

BUPA_ADDRESS_READ_DETAIL CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL' EXPORTING IV_PARTNER = PARTNER2 IV_PARTNER_GUID = PARTNER_GUID2 IV_XADTEL = 'X' IV_XADFAX = 'X' IV_XADSMTP = 'X' IMPORTING ES_ADDRESS = GS_PERS_ADDR TABLES ET_ADTEL = GT_ADTEL_PRIV ET_ADFAX = GT_ADFAX_PRIV ET_ADSMTP = GT_ADSMTP_PRIV EXCEPTIONS OTHERS = 0.

BUPR_CONTP_ADDR_GET_DETAIL CALL FUNCTION 'BUPR_CONTP_ADDR_GET_DETAIL' EXPORTING IV_PARTNER = PARTNER1 IV_PARTNER_GUID = PARTNER_GUID1 IV_CONTACTPERSON = PARTNER2 IV_CONTACTPERSON_GUID = PARTNER_GUID2 IMPORTING ES_ADDRESS = GS_CONT_ADDR3 TABLES ET_ADTEL = GT_ADTEL_P ET_ADFAX = GT_ADFAX_P ET_ADSMTP = GT_ADSMTP_P ET_RETURN = GT_RETURN.

BUPR_CONTP_GET_DETAIL CALL FUNCTION 'BUPR_CONTP_GET_DETAIL' EXPORTING IV_PARTNER = PARTNER1 IV_PARTNER_GUID = PARTNER_GUID1 IV_CONTACTPERSON = PARTNER2 IV_CONTACTPERSON_GUID = PARTNER_GUID2 IMPORTING ES_DATA = GS_CONT_ADDR TABLES ET_RETURN = GT_RETURN.

BUPA_ROLES_GET_2 CALL FUNCTION 'BUPA_ROLES_GET_2' EXPORTING IV_PARTNER = PARTNER2 IV_PARTNER_GUID = PARTNER_GUID2 TABLES ET_PARTNERROLES = LT_BUS_ROLES ET_RETURN = GT_RETURN.

BBP_GET_PERS_MAPPING CALL FUNCTION 'BBP_GET_PERS_MAPPING' EXPORTING IV_PARTNER = PARTNER2 TABLES ET_PERSMAP = GT_PERSMAP EXCEPTIONS NO_INPUT = 0 MAPPING_NOT_FOUND = 0 OTHERS = 0.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING USERNAME = USER_ID IMPORTING LOGONDATA = GS_LOGONDATA DEFAULTS = GS_USER_DEFAULTS ADDRESS = GS_SU01_ADDR TABLES ACTIVITYGROUPS = GT_ACTIVITY_GROUP RETURN = GT_RETURN.



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