SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

SASAPIA_IADATA_UPLOAD SAP ABAP Report - IA Data Upload







SASAPIA_IADATA_UPLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Upload und Download of texts from the Business Navigator Web...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SASAPIA_IADATA_UPLOAD 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 SASAPIA_IADATA_UPLOAD. "Basic submit
SUBMIT SASAPIA_IADATA_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT SASAPIA_IADATA_UPLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DOWN = Download
Selection Text: JAVA = Java strings
Selection Text: LANGUAGE = Language
Selection Text: SERVER = Server strings
Selection Text: UP = Upload (English only!)
Title: IA Data Upload


INCLUDES used within this REPORT SASAPIA_IADATA_UPLOAD

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:

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' importing uuid = structure_guid.

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' importing uuid = structure_guid_sub.

SYSTEM_UUID_C_CREATE call function 'SYSTEM_UUID_C_CREATE' importing uuid = structure_guid_sub_rot.

BAPI_HIERSTRUCT_WRITEMULTIPLE call function 'BAPI_HIERSTRUCT_WRITEMULTIPLE' exporting cicorequestno = cicorequ mode = c_mode tables headers = i_headers nodes = i_nodes references = i_references return = i_return1.

WS_ULDL_PATH call function 'WS_ULDL_PATH' importing download_path = dpath upload_path = upath.

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting def_path = upath * mask = ',*.*,*.*.'

WS_UPLOAD call function 'WS_UPLOAD' exporting filename = filename filetype = 'DAT' tables data_tab = data_tab.

WS_ULDL_PATH call function 'WS_ULDL_PATH' importing download_path = dpath upload_path = upath.

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting def_path = upath * mask = ',*.*,*.*.'

WS_UPLOAD call function 'WS_UPLOAD' exporting filename = filename filetype = 'DAT' tables data_tab = data_tab_link.

BAPI_HIERSTRUCT_WRITEMULTIPLE call function 'BAPI_HIERSTRUCT_WRITEMULTIPLE' exporting cicorequestno = cicorequ mode = c_mode tables headers = i_headers_sub nodes = i_nodes_sub references = i_references_sub return = i_return1_sub.

SASAPIA_REFERENCE_SAVE ** call function 'SASAPIA_REFERENCE_SAVE' ** exporting ** node_id = data_tab_link *** EXT_KEY = ** ref_type = 'IALA' ** tables ** links = file_ids ** linkurls = i_urls *** ALL_REFERENCES = ** exceptions ** task_description_not_unique = 1 *** OTHERS = 2 ** .

SASAPIA_REFERENCE_SAVE * CALL FUNCTION 'SASAPIA_REFERENCE_SAVE' * EXPORTING * NODE_ID = data_tab_link-node_id ** EXT_KEY = * REF_TYPE = 'IABP' * TABLES * LINKS = file_ids ** ALL_REFERENCES = ** EXCEPTIONS ** TASK_DESCRIPTION_NOT_UNIQUE = 1 ** OTHERS = 2 * .



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