SAP Reports / Programs | Supply Chain Management | SCM Basis(SCM-BAS) SAP SCM

CIF_BGRFC_CUST_F01 SAP ABAP INCLUDE - CIFBGRFCCUSTF01







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

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:

CIF_CHECK_UNIQUE_LOGSYS CALL FUNCTION 'CIF_CHECK_UNIQUE_LOGSYS' EXPORTING iv_logsys = ls_system-bgrfclogsys IMPORTING ev_unique = lv_unique EXCEPTIONS logsys_not_found = 1 ewm_uses_apo_logsys = 2 OTHERS = 3.

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = lv_dest authority_check = space IMPORTING qrfcvers = lv_qrfcvers EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

CIF_BGRFC_AUTH_CHECK CALL FUNCTION 'CIF_BGRFC_AUTH_CHECK' EXCEPTIONS no_authority = 1 OTHERS = 2.

CIF_CHECK_UNIQUE_LOGSYS CALL FUNCTION 'CIF_CHECK_UNIQUE_LOGSYS' EXPORTING iv_logsys = -logsys IMPORTING ev_unique = lv_unique EXCEPTIONS logsys_not_found = 1 ewm_uses_apo_logsys = 2 OTHERS = 3.

CIF_CHECK_UNIQUE_LOGSYS CALL FUNCTION 'CIF_CHECK_UNIQUE_LOGSYS' EXPORTING iv_logsys = -bgrfclogsys IMPORTING ev_unique = lv_unique EXCEPTIONS logsys_not_found = 1 ewm_uses_apo_logsys = 2 OTHERS = 3.

CIF_CHECK_BGRFC_DEST_OK CALL FUNCTION 'CIF_CHECK_BGRFC_DEST_OK' EXPORTING iv_logsys = -logsys IMPORTING ev_bgrfc_active = lv_bgrfc_active ev_qrfc_version = -qrfctype EXCEPTIONS no_authority = 1 logsys_not_found = 2 bgrfc_logsys_not_found = 3 logsys_wrong_version = 4 bgrfc_logsys_wrong_version = 5 OTHERS = 6.

CIF_CHECK_BGRFC_DEST_OK CALL FUNCTION 'CIF_CHECK_BGRFC_DEST_OK' EXPORTING iv_logsys = -bgrfclogsys IMPORTING ev_qrfc_version = lv_bgrfclogsys_type EXCEPTIONS no_authority = 1 logsys_not_found = 2 bgrfc_logsys_not_found = 3 logsys_wrong_version = 0 bgrfc_logsys_wrong_version = 5 OTHERS = 6.

FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = sy-msgid no = sy-msgno v1 = sy-msgv1 v2 = sy-msgv2 v3 = sy-msgv3 v4 = sy-msgv4 IMPORTING msg = -text EXCEPTIONS not_found = 1 OTHERS = 2.

FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = sy-msgid no = sy-msgno v1 = sy-msgv1 v2 = sy-msgv2 v3 = sy-msgv3 v4 = sy-msgv4 IMPORTING msg = -text EXCEPTIONS not_found = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_CNTL_REFRESH CALL FUNCTION 'BAL_CNTL_REFRESH' EXPORTING i_control_handle = gv_control_handle EXCEPTIONS control_not_found = 1 internal_error = 2 OTHERS = 3.

CIF_SET_BGRFC_STATUS CALL FUNCTION 'CIF_SET_BGRFC_STATUS' EXPORTING iv_logsys = ls_systems-logsys iv_bgrfc_logsys = ls_systems-bgrfclogsys iv_state = ls_systems-bgrfcstate EXCEPTIONS no_authority = 1 logsys_not_found = 2 logsys_wrong_version = 3 update_error = 4 bgrfc_logsys_wrong_version = 5 bgrfc_logsys_not_found = 6 customizing_locked = 7 OTHERS = 8.

CIF_SET_BGRFC_STATUS CALL FUNCTION 'CIF_SET_BGRFC_STATUS' EXPORTING iv_state = gv_erp_bgrfcstate EXCEPTIONS no_authority = 1 update_error = 4 units_in_queue = 7 OTHERS = 8.

CIF_GET_ALL_LOGSYS CALL FUNCTION 'CIF_GET_ALL_LOGSYS' IMPORTING et_cif_logsys = lt_logsyslst[] EXCEPTIONS no_logsys_found = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SM59' "authority for TA SM59 EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = ls_dest-rfcdest authority_check = cl_cif_constants=>true EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

RFCDES_DISPLAY CALL FUNCTION 'RFCDES_DISPLAY' EXPORTING rfcdes_export = ls_dest authority_check = cl_cif_constants=>true editable = 'X' "SPACE "yes! EXCEPTIONS authority_not_available = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_bal_hdr IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_PROFILE_NO_TREE_GET





CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = go_bottom_container i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle IMPORTING e_control_handle = gv_control_handle EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lv_strucname CHANGING ct_fieldcat = ct_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

RSD_DOMA_GET CALL FUNCTION 'RSD_DOMA_GET' EXPORTING i_domanm = ls_fieldcatalog-domname i_bypass_buffer = gfw_false IMPORTING e_t_fval = lt_fval EXCEPTIONS doma_not_found = 0 illegal_input = 0 OTHERS = 0.



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