SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

BCALV_BDS_UPLOAD SAP ABAP Report - Report for Uploading Templates in ALV Environment







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


Text pool values


Title: Report for Uploading Templates in ALV Environment
Text Symbol: 004 = Process cancelled by user
Text Symbol: 005 = Process cancelled due to internal conversion problems


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

LVC_ALV_OS_DLOG_NEU

ALV_BDS_LVC_OS_DLOG * CALL FUNCTION 'LVC_ALV_OS_DLOG_NEU' CALL FUNCTION 'ALV_BDS_LVC_OS_DLOG' EXPORTING I_DLOG_MODE = 'O' * I_MASK = * I_TITLE = CHANGING C_LOC_DIR = ls_files-directory C_LOC_FNAME = ls_files-filename EXCEPTIONS CANCEL = 1 ERROR = 2 OTHERS = 3.

ALV_BDS_GET_TEMPLATE CALL FUNCTION 'ALV_BDS_GET_TEMPLATE' EXPORTING i_classname = gc_classname i_classtype = gc_classtype i_object_key = l_object_key i_mimetype = ' ' i_ref_to_cl_bds_document = gr_cl_bds_document changing ct_alv_bds = lt_alv_bds ct_components = lt_components ct_signature = lt_signature EXCEPTIONS ERROR_KPRO = 1 INTERNAL_ERROR = 2 NOTHING_FOUND = 3 NOT_ALLOWED = 4 NOT_AUTHORIZED = 5 PARAMETER_ERROR = 6 OTHERS = 7.

ALV_BDS_CREATE_ITEM CALL FUNCTION 'ALV_BDS_CREATE_ITEM' EXPORTING IS_FILES = ls_files IS_VARIANT = gs_variant I_LANGUAGE = T002-SPRAS IMPORTING ES_ALV_BDS = ls_alv_bds ET_SIGNATURE = lt_signature ET_FILES = lt_files.

ALV_BDS_UPLOAD_TEMPLATE CALL FUNCTION 'ALV_BDS_UPLOAD_TEMPLATE' EXPORTING I_CLASSNAME = gc_classname I_CLASSTYPE = gc_classtype I_OBJECT_KEY = l_object_key I_REF_TO_CL_BDS_DOCUMENT = gr_CL_BDS_DOCUMENT IMPORTING ES_ALV_BDS = ls_alv_bds CHANGING CT_SIGNATURE = LT_SIGNATURE CT_FILES = LT_FILES EXCEPTIONS ERROR_KPRO = 1 INTERNAL_ERROR = 2 NOTHING_FOUND = 3 NOT_ALLOWED = 4 NOT_AUTHORIZED = 5 PARAMETER_ERROR = 6 OTHERS = 7 .

ALV_BDS_CHANGE_PROPERTIES CALL FUNCTION 'ALV_BDS_CHANGE_PROPERTIES' EXPORTING I_CLASSNAME = gc_classname I_CLASSTYPE = gc_classtype IS_ALV_BDS = ls_alv_bds IR_TO_CL_BDS_DOCUMENT = gr_cl_bds_document CHANGING CT_PROPERTIES = lt_properties EXCEPTIONS ERROR_KPRO = 1 INTERNAL_ERROR = 2 NOTHING_FOUND = 3 NOT_ALLOWED = 4 NOT_AUTHORIZED = 5 PARAMETER_ERROR = 6 OTHERS = 7 .

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting * iv_suppress_dialog = ' ' iv_request_types = 'W' * iv_request = ' ' it_e071 = lt_e071 * it_e071k = lt_e071k * IMPORTING * es_request = exceptions others = 1.



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