BDS_TEST_CREATE_URL is a standard Executable ABAP Report 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 BDS_TEST_CREATE_URL 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: Test_CREATE_URL
Text Symbol: 001 = Test o.k.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'application' subtype = 'octet-stream' * SIZE = * DATE = * TIME = * DESCRIPTION = * LIFETIME = * CACHEABLE = TABLES data = hex_tab * FIELDS = * PROPERTIES = CHANGING url = url EXCEPTIONS dp_invalid_parameter = 1 dp_error_put_table = 2 dp_error_general = 3 OTHERS = 4 .
DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'text' subtype = 'plain' * SIZE = * DATE = * TIME = * DESCRIPTION = * LIFETIME = * CACHEABLE = TABLES data = tab * FIELDS = * PROPERTIES = CHANGING url = url EXCEPTIONS dp_invalid_parameter = 1 dp_error_put_table = 2 dp_error_general = 3 OTHERS = 4 .
BDS_BUSINESSDOCUMENT_CRE_O_URL CALL FUNCTION 'BDS_BUSINESSDOCUMENT_CRE_O_URL' EXPORTING * LOGICAL_SYSTEM = classname = 'BUS0815' classtype = 'BO' client = sy-mandt object_key = '12345' url = url binary_flag = bin_flag mimetype = mimetype IMPORTING doc_id = i_doc_id doc_ver_no = i_doc_ver_no doc_var_id = i_doc_var_id * TABLES * PROPERTIES = EXCEPTIONS nothing_found = 1 parameter_error = 2 not_allowed = 3 error_kpro = 4 internal_error = 5 not_authorized = 6 error_dp = 11 OTHERS = 9 .
BDS_BUSINESSDOCUMENT_GET_O_URL CALL FUNCTION 'BDS_BUSINESSDOCUMENT_GET_O_URL' EXPORTING * LOGICAL_SYSTEM = classname = 'BUS0815' classtype = 'BO' client = sy-mandt object_key = '12345' doc_id = i_doc_id doc_ver_no = i_doc_ver_no doc_var_id = i_doc_var_id url = url * URL_LIFETIME = EXCEPTIONS nothing_found = 1 parameter_error = 2 not_allowed = 3 error_kpro = 4 internal_error = 5 not_authorized = 6 error_dp = 11 OTHERS = 9 .
DP_GET_STREAM_FROM_URL CALL FUNCTION 'DP_GET_STREAM_FROM_URL' EXPORTING url = url * TYPE = * SUBTYPE = IMPORTING size = document_size TABLES data = i_file_content_binary EXCEPTIONS dp_fail = 1 dp_failed_init = 2 OTHERS = 3.
DP_GET_STREAM_FROM_URL CALL FUNCTION 'DP_GET_STREAM_FROM_URL' EXPORTING url = url * TYPE = * SUBTYPE = IMPORTING size = document_size TABLES data = i_file_content_ascii EXCEPTIONS dp_fail = 1 dp_failed_init = 2 OTHERS = 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.
BDS_TEST_CREATE_URL - Test_CREATE_URL BDS_TEST_CREATE_URL - Test_CREATE_URL BDS_DISPLAY_LOG - BDS: Report for displaying log entries BDS_DISPLAY_LOG - BDS: Report for displaying log entries BDS_BUSINESSDOCUMENT_GET_INFO=FT - BDSBUSINESSDOCUMENTGETINFO=FT BDS_BUSINESSDOCUMENT_CREATEF==FT - BDSBUSINESSDOCUMENTCREATEF==FT