SAP Reports / Programs | Supplier Relationship Management | Supplier Self-Services(SRM-SUS) SAP SRM

BBP_SUS_BP_NOTF_SENDF01 SAP ABAP INCLUDE - BBPSUSBPNOTFSENDF01







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

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_SUS_BUPA_REG_NOTIFICATION CALL FUNCTION 'BBP_SUS_BUPA_REG_NOTIFICATION' EXPORTING iv_to_smtp = bbpt_sus_bp_notf_scr-email iv_to_name1 = lv_subject_txt it_mail_text = gt_email_text it_mail_text_pwd = gt_email_text_pwd iv_send_email = 'X' TABLES et_return = lt_return.

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.

BAPI_BUPA_ADDRESS_GETDETAIL CALL FUNCTION 'BAPI_BUPA_ADDRESS_GETDETAIL' EXPORTING businesspartner = gs_line-bupa IMPORTING addressdata = ls_person_addr.

BAPI_BUPA_CENTRAL_GETDETAIL CALL FUNCTION 'BAPI_BUPA_CENTRAL_GETDETAIL' EXPORTING businesspartner = gs_line-bupa IMPORTING centraldata = ls_central.

BBP_SUS_BUPA_REGID_CREATE CALL FUNCTION 'BBP_SUS_BUPA_REGID_CREATE' EXPORTING iv_suppl = gs_line-bupa is_central = ls_central is_address = ls_person_addr iv_no_email = 'X' IMPORTING ev_regid = lv_regid TABLES et_return = lt_return[].

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.

BAPI_BUPA_CENTRAL_GETDETAIL CALL FUNCTION 'BAPI_BUPA_CENTRAL_GETDETAIL' EXPORTING businesspartner = gs_line-bupa IMPORTING centraldata = ls_central centraldataorganization = ls_centralorg.

BBP_SUS_BUPA_REG_NOTIFICATION CALL FUNCTION 'BBP_SUS_BUPA_REG_NOTIFICATION' EXPORTING iv_to_langu = ls_central-partnerlanguage iv_logon_user = p_logon_name iv_logon_pwd = p_logon_pwd iv_to_name1 = ls_centralorg-name1 iv_send_email = space IMPORTING et_mail_text = pt_mail_text et_mail_text_pwd = pt_mail_text_pwd TABLES et_return = lt_return[].

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = gv_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BBP_SUS_BUPA_REG_NOTIFICATION CALL FUNCTION 'BBP_SUS_BUPA_REG_NOTIFICATION' EXPORTING iv_to_smtp = p_email_addr iv_to_langu = sy-langu it_mail_text = pt_mail_text TABLES et_return = lt_return[].

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.

BAPI_BUPA_CENTRAL_GETDETAIL CALL FUNCTION 'BAPI_BUPA_CENTRAL_GETDETAIL' EXPORTING businesspartner = ls_line-bupa IMPORTING centraldata = ls_central centraldataorganization = ls_centralorg.

BUPA_ADDRESS_READ_DETAIL CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL' EXPORTING IV_PARTNER = ls_line-bupa IMPORTING ES_ADDRESS = ls_org_addr.

BBP_SUS_BUPA_REG_NOTIFICATION CALL FUNCTION 'BBP_SUS_BUPA_REG_NOTIFICATION' EXPORTING iv_to_smtp = ls_line-email iv_to_langu = ls_org_addr-langu iv_logon_user = ls_line-reguser iv_logon_pwd = ls_line-regpwd iv_to_name1 = ls_centralorg-name1 iv_send_email = 'X' TABLES et_return = lt_return.

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.

BUPA_ADDRESS_CHANGE





CALL FUNCTION 'BUPA_ADDRESS_CHANGE' EXPORTING iv_partner = p_bupa TABLES it_adsmtp = lt_smtp it_adsmt_x = lt_smtp_x et_return = lt_return.

BBP_SUS_BAPIRET_CHECK CALL FUNCTION 'BBP_SUS_BAPIRET_CHECK' TABLES ct_return = lt_return[] EXCEPTIONS error_occur = 1 OTHERS = 2.



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