SAP Reports / Programs

BBP_UPDATE_PARTNER_PROT SAP ABAP Report - Change of Standard Communication Type of External Business Partner







BBP_UPDATE_PARTNER_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When you are changing the standard communication type of external business partners, some actions are not permitted or are not appropriate and are, therefore, not carried out: Change to the same communication type (for example, EMAIL to EMAIL) Changes between subtypes of the same communication type URI FTP to HTTP and vice versa FTP to HTTPS and vice versa HTTP to HTTPS and vice versa If you do not fill the field for the old value for standard communication type, then the new value is set for all external business partners; otherwise it is set only for the partners whose old communication type corresponds to the restriction...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 BBP_UPDATE_PARTNER_PROT 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_UPDATE_PARTNER_PROT. "Basic submit
SUBMIT BBP_UPDATE_PARTNER_PROT AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_UPDATE_PARTNER_PROT 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: COMM_NEW = Replace with
Selection Text: COMM_OLD = Communication Type
Title: Change of Standard Communication Type of External Business Partner
Text Symbol: 001 = Change to standard communication for vendor/bidder
Text Symbol: 002 = Here you can change the standard communication for your vendor. This
Text Symbol: 003 = may be necessary, for example, if you switch from the normal
Text Symbol: 004 = RFC-based communication to the Exchange Infrastructure, or if an
Text Symbol: 005 = Enterprise Buyer system that is run separately is incorporated into a
Text Symbol: 006 = marketplace infrastructure.
Text Symbol: 007 = Communication Type
Text Symbol: 008 = Replace with


INCLUDES used within this REPORT BBP_UPDATE_PARTNER_PROT

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_GET_DOMVALUES_F4 CALL FUNCTION 'BBP_GET_DOMVALUES_F4' EXPORTING IV_DOMAIN_NAME = 'BBP_SERVICE' TABLES ET_DOMVALUES = LT_DOMVALUES EXCEPTIONS UNKNOWN_DOMAIN_PASSED = 0 OTHERS = 0.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_READ_DETAIL CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IV_XADURI = 'X' TABLES ET_ADURI = LT_ADURI EXCEPTIONS NO_PARTNER_SPECIFIED = 0 NO_VALID_RECORD_FOUND = 0 OTHERS = 0.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK





CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.

BUPA_ADDRESS_READ_DETAIL CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IV_XADURI = 'X' TABLES ET_ADURI = LT_ADURI EXCEPTIONS NO_PARTNER_SPECIFIED = 0 NO_VALID_RECORD_FOUND = 0 OTHERS = 0.

BUPA_ADDRESS_CHANGE CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING IV_PARTNER = -PARTNER IV_ADDRNUMBER = -ADDRNR IS_ADDRESS = LS_ADDRESS IS_ADDRESS_X = LS_ADDRESS_X TABLES ET_RETURN = LT_RETURN.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.



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