SAP Reports / Programs

BDS_TEST_CREATE_URL SAP ABAP Report - Test_CREATE_URL







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


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 BDS_TEST_CREATE_URL. "Basic submit
SUBMIT BDS_TEST_CREATE_URL AND RETURN. "Return to original report after report execution complete
SUBMIT BDS_TEST_CREATE_URL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Test_CREATE_URL
Text Symbol: 001 = Test o.k.


INCLUDES used within this REPORT BDS_TEST_CREATE_URL

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:

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.



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