KCOM_WEC_BUPA_CHECKOUT_PROFU99 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 KCOM_WEC_BUPA_CHECKOUT_PROFU99 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include KCOM_WEC_BUPA_CHECKOUT_PROFU99
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUPA_EXISTENCE_READ CALL FUNCTION 'BUPA_EXISTENCE_READ' EXPORTING iv_partner = lv_partner EXCEPTIONS no_valid_record_found = 1 no_partner_specified = 2 OTHERS = 3.
BUPA_CREATE_FROM_DATA CALL FUNCTION 'BUPA_CREATE_FROM_DATA' EXPORTING iv_partner = lv_partner iv_category = '2' is_data = ls_data is_data_organ = ls_data_organ is_address = ls_address iv_group = '0002' IMPORTING ev_partner = lv_partner1 TABLES it_adtel = lt_adtel it_adsmtp = lt_adsmtp et_return = lt_error.
COM_WEC_BUPA_CHKOUTPRO_MODIFY CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_MODIFY' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_default_profile = lv_default_profile TABLES ct_cp_modify_data = lt_profile et_cp_read_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_SAVE CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_SAVE' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_commit = 'X' TABLES et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_MODIFY CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_MODIFY' EXPORTING iv_partner = lv_partner iv_profile_group = lv_profile_group iv_default_profile = lv_default_profile TABLES ct_cp_modify_data = lt_profile et_cp_read_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_SAVE CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_SAVE' EXPORTING iv_partner = lv_partner iv_profile_group = lv_profile_group iv_commit = 'X' TABLES et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_GET CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_GET' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_lock = 'X' IMPORTING ev_lock_success = lv_lock TABLES et_cp_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_INIT CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_INIT' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group TABLES et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_GET CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_GET' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group IMPORTING ev_lock_success = lv_lock TABLES et_cp_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_MODIFY CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_MODIFY' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_default_profile = lv_default_profile TABLES ct_cp_modify_data = lt_profile et_cp_read_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_MODIFY CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_MODIFY' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_default_profile = lv_default_profile TABLES ct_cp_modify_data = lt_profile et_cp_read_data = lt_profile_r et_messages = lt_messages.
COM_WEC_BUPA_CHKOUTPRO_SAVE CALL FUNCTION 'COM_WEC_BUPA_CHKOUTPRO_SAVE' EXPORTING iv_partner = lv_partner1 iv_profile_group = lv_profile_group iv_commit = 'X' TABLES et_messages = lt_messages.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.