Ansicht
Dokumentation

GET_CORRELATION_IC_QUERY - Correlation between Queries und Infocubes in a BW system

GET_CORRELATION_IC_QUERY - Correlation between Queries und Infocubes in a BW system

TXBHW - Original Tax Base Amount in Local Currency   ROGBILLS - Synchronize billing plans  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

Correlates the infocubes to all given queries.

At first a verification of a BW system is done, afterwards the table RSRREPDIR is checked. Then the queries are searched in the table and correlated to an infocube.

IMPORT: ,,table IM_TAB_CORR with structure WLBWUSGQRY (important: query-id has to be filled)

EXPORT: ,,table EX_TAB_CORR with strcuture WLBWCORR (if no infocube to query found in table, than infocube is 'unknown')

Beispiel

DATA: tab_exist ,, TYPE wlbwtype-tabexist,

im_tab_corr TYPE wlbwusgqry,

ex_tab_corr TYPE wlbwcorr.

* the query names have to be collected by external function modules / programs.

PERFORM GET_QUERY_NAMES.

CALL FUNCTION 'GET_CORRELATION_IC_QUERY'

IMPORTING

ex_tab_exist = tab_exist

TABLES

im_tab_corr = im_tab_corr

ex_tab_corr = ex_tab_corr

EXCEPTIONS

no_bw_system = 1

others = 2.

CASE sy-subrc.

WHEN 1.

write: 'Function module not reasonable in non-BW systems !'.

WHEN 2.

write: 'Problem in correlating infocubes to queries: please investigate.'.

ENDCASE.

Hinweise

This function module runs only on BW systems where this specific correlation table is available.

Weiterführende Informationen





Parameter

EX_TAB_CORR
EX_TAB_EXIST
IM_TAB_CORR

Ausnahmen

NO_BW_SYSTEM

Funktionsgruppe

SAPWL_BWMODULES

Addresses (Business Address Services)   CPI1466 during Backup  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 1968 Date: 20240523 Time: 073050     sap01-206 ( 18 ms )