Symptom
The implementation of SAP Note 2448434 - Usage Procedure Logging: BW Content activation isn't possible:
Context block (not found in modularization unit FUNCTION AGS_CC_CHECK_BI_CONTENT)
RETURN.
ELSE.
SELECT * FROM rszcompdir INTO TABLE lt_queries WHERE compid = ls_d_queries AND objstat = 'ACT'.
Delete block (not found)
READ TABLE lt_queries INTO ls_queries WITH KEY objvers = 'D'.
IF sy-subrc = 0.
READ TABLE lt_queries WITH KEY objvers = 'A' conttimestmp = ls_queries-conttimestmp TRANSPORTING NO FIELDS.
IF sy-subrc <> 0.
Insert block (not inserted) READ TABLE lt_queries INTO ls_queriesd WITH KEY objvers = 'D'.
IF sy-subrc = 0.
READ TABLE lt_queries INTO ls_queriesa WITH KEY objvers = 'A'.
IF ls_queriesa-timestmp < ls_queriesd-timestmp.
Read more...
Environment
SAP Solution Manager 7.2 SP05-06
Product
Keywords
2448434, implement,2442598, implementation, error, unable, issue, not possible, AGS_CC_CHECK_BI_CONTENT, 7.2, ccm, cclm, snote, yellow, , KBA , SV-SMG-CCM , Custom Code Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.