SAP Reports / Programs | Financials | Business Analytics(FIN-BA) SAP FIN

UBD_BW_GEN_READ_DATA_KF SAP ABAP INCLUDE - UBDBWGENREADDATAKF







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


INCLUDES used within this REPORT UBD_BW_GEN_READ_DATA_KF

INCLUDE UBD_MACROS.
INCLUDE UBD_BW_GEN_MACROS.


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:

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING zeile = cd_query_name EXCEPTIONS OTHERS = 0. "ignore, if not active

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = 'UBD_BW_GEN' msgv1 = cd_query_name txtnr = '300' zeile = cd_query_name EXCEPTIONS OTHERS = 0. "ignore, if not active

BAPI_REPPROV_OPENSESSION CALL FUNCTION 'BAPI_REPPROV_OPENSESSION' DESTINATION cd_rfcdest EXPORTING reportid = ld_rscrmrepuid IMPORTING sessionid = ld_rscrmsession TABLES return = lt_return.

BAPI_REPPROV_GETKEYFIGURES CALL FUNCTION 'BAPI_REPPROV_GETKEYFIGURES' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession * CHARACTERISTICS = ld_rschanm TABLES keyfigures = st_keyfigures return = lt_return.

BAPI_REPPROV_GETCHARACTERISTIC CALL FUNCTION 'BAPI_REPPROV_GETCHARACTERISTIC' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession TABLES characteristics = st_characteristics return = lt_return.

BAPI_REPPROV_GETVARIABLES CALL FUNCTION 'BAPI_REPPROV_GETVARIABLES' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession TABLES variables = st_variables return = lt_return.

BAPI_REPPROV_CHNGVARIABLEVALUE CALL FUNCTION 'BAPI_REPPROV_CHNGVARIABLEVALUE' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession * VARIANTID = TABLES variablevalue = lt_variable_values return = lt_return.

BAPI_REPPROV_ADDFILTER CALL FUNCTION 'BAPI_REPPROV_ADDFILTER' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession i_filter = ls_filter IMPORTING e_filter = ls_filter TABLES filtervalue = lt_filtervalue return = lt_return.

BAPI_REPPROV_START CALL FUNCTION 'BAPI_REPPROV_START' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession TABLES axis_v2 = lt_axis_v2 cell_v2 = lt_cell_v2 memval_v2 = lt_memval_v2 return = lt_return.

BAPI_REPPROV_CLOSESESSION CALL FUNCTION 'BAPI_REPPROV_CLOSESESSION' DESTINATION cd_rfcdest EXPORTING sessionid = ld_rscrmsession TABLES return = lt_return.



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