SAP Reports / Programs | Sales and Distribution | Foreign Trade(SD-FT) SAP SD

/SAPSLL/BOM_DISTRIBUTE_R3_F00 SAP ABAP INCLUDE - /SAPSLL/BOMDISTRIBUTER3F00







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

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:

MESSAGE_PREPARE call function 'MESSAGE_PREPARE' exporting language = sy-langu msg_id = ls_messages-id msg_no = lv_message_number msg_var1 = ls_messages-message_v1 msg_var2 = ls_messages-message_v2 msg_var3 = ls_messages-message_v3 msg_var4 = ls_messages-message_v4 importing msg_text = lv_msgtext exceptions function_not_completed = 1 message_not_found = 2 others = 3.

/SAPSLL/CD_ALE_RECEIVER_GET_R3 call function '/SAPSLL/CD_ALE_RECEIVER_GET_R3' importing ev_rfc_dest = cv_rfc_dest exceptions no_rfc_destination_maintained = 1 customs_server_not_unique = 2 others = 3.

/SAPSLL/MAP_R3_API_BOM call function '/SAPSLL/MAP_R3_API_BOM' exporting is_crit_bom_explode = ls_crit_bom is_bom_obj = ls_bom_obj tables ct_messages = ct_messages changing cs_api_bom_org = ls_api_bom_org ct_api_bom_hdr = ct_api_bom_hdr ct_api_bom_item = ct_api_bom_item exceptions others = 1.

SLL_LEG_BOMR3_003 call function 'SLL_LEG_BOMR3_003' exporting is_api_bom_org = ls_api_bom_org it_sll_bom_obj = it_bom_obj[] tables it_api_bom_hdr = ct_api_bom_hdr it_api_bom_item = ct_api_bom_item it_api_bom_wkgrp = ct_wkgrp it_messages = ct_messages exceptions others = 1.

/SAPSLL/API_BOM_SYNCH_MASS call function '/SAPSLL/API_BOM_SYNCH_MASS' destination iv_gtslogsys exporting is_api_bom_org = ls_api_bom_org tables it_api_bom_hdr = lt_api_bom_hdr_packaged[] it_api_bom_item = lt_api_bom_itm_packaged[] it_api_bom_wkgrp = is_crit_bom-wkgrp[] it_messages = lt_messages exceptions system_failure = 1 message lv_rfc_msg communication_failure = 2 message lv_rfc_msg others = 3.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = iv_gtslogsys exceptions destination_not_open = 1 others = 2.

/SAPSLL/API_BOM_SYNCH_MASS call function '/SAPSLL/API_BOM_SYNCH_MASS' destination iv_gtslogsys exporting is_api_bom_org = is_api_bom_org tables it_api_bom_hdr = lt_api_bom_hdr_packaged it_api_bom_item = lt_api_bom_item_packaged it_api_bom_wkgrp = ct_wkgrp it_messages = ct_messages exceptions others = 1.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = lv_gtslogsys exceptions destination_not_open = 1 others = 2.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = lv_pre_sys exceptions own_logical_system_not_defined = 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 /SAPSLL/BOM_DISTRIBUTE_R3_F00 or its description.