SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSAQ_BWPROP_MAINTAIN SAP ABAP Report - Report RSAQ_BWPROP_MAINTAIN







RSAQ_BWPROP_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This application is for the maintenace of BI specific properties of classical InfoSets and is therefore only relevant if BI tools are to be used to analyze the data of classical InfoSets...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 RSAQ_BWPROP_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SQBWPROP - BW Settings for Classic InfoSets


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 RSAQ_BWPROP_MAINTAIN. "Basic submit
SUBMIT RSAQ_BWPROP_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQ_BWPROP_MAINTAIN 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 RSAQ_BWPROP_MAINTAIN
Text Symbol: 002 = Log: Set BW Settings for Classic InfoSets
Text Symbol: 003 = Log
Text Symbol: 004 = Save BW Settings
Text Symbol: 101 = InfoSet
Text Symbol: 102 = Generation of InfoSet


INCLUDES used within this REPORT RSAQ_BWPROP_MAINTAIN

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:

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' IMPORTING SYSTEMNAME = g_system_name EXCEPTIONS OTHERS = 99.

RSAQ_ENQUEUE_INFOSET_CATALOG call function 'RSAQ_ENQUEUE_INFOSET_CATALOG' EXPORTING I_WORKSPACE = c_workspace_global IMPORTING O_SUBRC = p_subrc O_NAME = p_name.

RSAQ_DEQUEUE_INFOSET_CATALOG call function 'RSAQ_DEQUEUE_INFOSET_CATALOG' EXPORTING I_WORKSPACE = c_workspace_global.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = l_systype.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING DISPL = 'X' DISPL_MODE = '2' ID = 'RE' OBJECT = l_docobj TYP = 'E' LANGU = SY-LANGU.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'AQGSBWPROP' changing ct_fieldcat = pt_fieldcat.

RSAQ_IMPORT_INFOSET_CATALOG call function 'RSAQ_IMPORT_INFOSET_CATALOG' EXPORTING I_WSPACE = c_workspace_global I_NO_SYST = abap_true TABLES O_SUCAT = lt_sucat.

RSAQ_GENERATE_SACHGEBIET call function 'RSAQ_GENERATE_SACHGEBIET' exporting sgname = l_s_changed_clas-clas workspace = c_workspace_global with_texts = abap_true IMPORTING ERROR_COUNTER = l_error_counter SG_NOT_SAVED = l_sg_not_saved TABLES error = l_t_error EXCEPTIONS NO_NAME_SPECIFIED = 1 SG_NOT_EXISTENT = 2 SG_CANNOT_BE_ENQUEUED = 3 ACCESS_DENIED = 4 ERROR_IN_DV_PROGRAM = 5 NOT_GENERATED = 6 OTHERS = 7.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = g_appl_log EXCEPTIONS log_not_found = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = g_appl_log.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_appl_log i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_STATISTICS_LOG_GET CALL FUNCTION 'BAL_STATISTICS_LOG_GET' EXPORTING i_log_handle = g_appl_log IMPORTING e_s_statistics_counts = l_s_stat_cnts EXCEPTIONS log_not_found = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_sx_display_profile EXCEPTIONS OTHERS = 0.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_sx_display_profile i_t_log_handle = l_ts_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = g_appl_log EXCEPTIONS log_not_found = 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 RSAQ_BWPROP_MAINTAIN or its description.