SAP Reports / Programs

BDS_TEST_URL SAP ABAP Report - sbds







BDS_TEST_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_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_URL. "Basic submit
SUBMIT BDS_TEST_URL AND RETURN. "Return to original report after report execution complete
SUBMIT BDS_TEST_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: sbds


INCLUDES used within this REPORT BDS_TEST_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:

SDOK_LOIO_CREATE CALL FUNCTION 'SDOK_LOIO_CREATE' EXPORTING object_class = 'BDS_LOC30' * OBJECT_UNIQUE_ID = client = sy-mandt IMPORTING object_id = lo_object * TABLES * properties = i_properties EXCEPTIONS missing_class = 1.

SDOK_PHIO_CREATE CALL FUNCTION 'SDOK_PHIO_CREATE' EXPORTING object_class = 'BDS_POC30' * OBJECT_UNIQUE_ID = client = sy-mandt IMPORTING object_id = ph_object TABLES properties = i_properties * from_relations = i_from_relations to_relations = i_to_relations EXCEPTIONS bad_class = 1 missing_properties = 2 bad_relations = 3 bad_properties = 4 not_authorized = 5 duplicate_object_id = 6 enqueue_failure = 7 exception_in_exit = 8 OTHERS = 9.

SDOK_PHIO_GET_URL_FOR_PUT CALL FUNCTION 'SDOK_PHIO_GET_URL_FOR_PUT' EXPORTING object_id = ph_object requested_components = i_components client = sy-mandt IMPORTING urls = i_urls EXCEPTIONS OTHERS = 1.

DP_SEND_STREAM_TO_URL CALL FUNCTION 'DP_SEND_STREAM_TO_URL' EXPORTING type = 'text' subtype = 'plain' url = url * SIZE = * DATE = * TIME = * DESCRIPTION = * CALLINIT = * USERINFO = * SECURECALL = * APPEND = * CACHEABLE = * IMPORTING * ERRORSTATE = TABLES data = tab EXCEPTIONS * DP_ERROR_CREATE = 1 * DP_ERROR_SEND = 2 * DP_ERROR_WRITE = 3 * DP_ERROR_GENERAL = 4 * DP_FAILED_INIT = 5 OTHERS = 6 .

DP_GET_IS_DP_URL CALL FUNCTION 'DP_GET_IS_DP_URL' EXPORTING url = url IMPORTING is_dp_url = i_is_dp_url.

DP_GET_STREAM_FROM_URL CALL FUNCTION 'DP_GET_STREAM_FROM_URL' EXPORTING url = url * TYPE = * SUBTYPE = * IMPORTING * size = TABLES data = i_file_content_ascii EXCEPTIONS dp_fail = 1 dp_failed_init = 2 OTHERS = 3.

SDOK_PHIO_STORE_CONTENT CALL FUNCTION 'SDOK_PHIO_STORE_CONTENT' EXPORTING object_id = ph_object client = sy-mandt TABLES file_access_info = i_file_access_info file_content_ascii = i_file_content_ascii * file_content_binary = file_content_binary EXCEPTIONS not_existing = 01 not_allowed = 20 not_authorized = 06 no_content = 07 bad_storage_type = 08 OTHERS = 99 .

SDOK_PHIO_LOAD_CONTENT *CALL FUNCTION 'SDOK_PHIO_LOAD_CONTENT' * EXPORTING * object_id = ph_object * client = sy-mandt * text_as_stream = 'X' * TABLES * file_access_info = i_file_access_info * file_content_ascii = i_file_content_ascii ** file_content_binary = i_file_content_binary * EXCEPTIONS * not_existing = 1.

SDOK_PHIO_GET_URL_FOR_GET CALL FUNCTION 'SDOK_PHIO_GET_URL_FOR_GET' EXPORTING object_id = ph_object * REQUESTED_COMPONENTS = client = sy-mandt * url_lifetime = url_lifetime IMPORTING urls = i_urls EXCEPTIONS not_existing = 1 not_authorized = 6 no_content = 7 bad_storage_type = 8 OTHERS = 49 .

DP_SYNC_URLS CALL FUNCTION 'DP_SYNC_URLS' EXCEPTIONS * CNTL_ERROR = 1 * CNTL_SYSTEM_ERROR = 2 * DP_CREATE_ERROR = 3 * DATA_SOURCE_ERROR = 4 * DP_SEND_DATA_ERROR = 5 * GENERAL_ERROR = 6 OTHERS = 7 .

DP_GET_STREAM_FROM_URL CALL FUNCTION 'DP_GET_STREAM_FROM_URL' EXPORTING url = url * TYPE = * SUBTYPE = * CALLINIT = * USERINFO = * SECURECALL = * IMPORTING * SIZE = * ERRORSTATE = * RET_TYPE = * RET_SUBTYPE = * DATE = * TIME = 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_URL or its description.