SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

RJKSDDEMANDBLOCK1_RFC_IMP SAP ABAP INCLUDE - RJKSDDEMANDBLOCK1RFCIMP







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


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

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:

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.



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