RJKSDDEMANDBLOCK1_RFC_IMP 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 RJKSDDEMANDBLOCK1_RFC_IMP 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPBT_INITIALIZE call function 'SPBT_INITIALIZE' exporting group_name = gv_servergroup exceptions invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 others = 7.
GUID_CREATE call function 'GUID_CREATE' ##fm_olded importing ev_guid_16 = lv_guid.
SPBT_GET_CURR_RESOURCE_INFO call function 'SPBT_GET_CURR_RESOURCE_INFO' importing free_pbt_wps = lv_wp_available exceptions internal_error = 1 pbt_env_not_initialized_yet = 2 others = 3.
ISM_SD_DEMANDBLOCK_PER_PRODUCT call function 'ISM_SD_DEMANDBLOCK_PER_PRODUCT' exporting iv_mediaproduct = iv_product iv_testrun = iv_testrun iv_flag_horizon = iv_flag_horizon iv_only_suspensions = iv_only_suspensions iv_detailed_log = iv_detailed_log tables it_mediaissue = lt_issues it_shipto_range = it_shipto_range it_vkorg_range = it_vkorg_range it_vtweg_range = it_vtweg_range it_spart_range = it_spart_range et_return = lt_return.
ISM_SD_DEMANDBLOCK_PER_PRODUCT call function 'ISM_SD_DEMANDBLOCK_PER_PRODUCT' starting new task ls_running_task-taskname destination in group default calling rfc_return on end of task exporting iv_mediaproduct = iv_product iv_testrun = iv_testrun iv_flag_horizon = iv_flag_horizon iv_only_suspensions = lv_only_suspensions iv_detailed_log = iv_detailed_log tables it_mediaissue = lt_issues it_shipto_range = it_shipto_range it_vkorg_range = it_vkorg_range it_vtweg_range = it_vtweg_range it_spart_range = it_spart_range exceptions communication_failure = 1 message lv_msg_rfc system_failure = 2 message lv_msg_rfc resource_failure = 3.
ISM_SD_DEMANDBLOCK_PER_PRODUCT call function 'ISM_SD_DEMANDBLOCK_PER_PRODUCT' starting new task ls_running_task-taskname destination in group gv_servergroup calling rfc_return on end of task exporting iv_mediaproduct = iv_product iv_testrun = iv_testrun iv_flag_horizon = iv_flag_horizon iv_only_suspensions = lv_only_suspensions iv_detailed_log = iv_detailed_log tables it_mediaissue = lt_issues it_shipto_range = it_shipto_range it_vkorg_range = it_vkorg_range it_vtweg_range = it_vtweg_range it_spart_range = it_spart_range exceptions communication_failure = 1 message lv_msg_rfc system_failure = 2 message lv_msg_rfc resource_failure = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJKSDDEMANDBLOCK1_RFC_IMP - RJKSDDEMANDBLOCK1RFCIMP RJKSDDEMANDBLOCK1_RFC_DEF - RJKSDDEMANDBLOCK1RFCDEF RJKSDDEMANDBLOCK1_MAIN_IMP - RJKSDDEMANDBLOCK1MAINIMP RJKSDDEMANDBLOCK1_MAIN_DEF - RJKSDDEMANDBLOCK1MAINDEF RJKSDDEMANDBLOCK1 - Update Sales Quantity Plan According to Planning Calendar RJKSDDEMANDBLOCK1 - Update Sales Quantity Plan According to Planning Calendar