Register Login

SYSTEM_ABAP_ACCESS_DENIED Dump

Updated Jun 05, 2018

Transaction code WOOS/WRCK gives following dump

SYSTEM_ABAP_ACCESS_DENIED.

This dump occurred because the function modules WRCK_SELECT_CUSTOMERS and WRCK_STORE_LOESCH_KONSISTENZ would have been accidentally blacklisted. 

What are Blacklist items?

Blacklist items are those executable development objects like T-codes, FM (function modules), Reports, Class Methods or Form Routines. These items have been registered inside the ABAP kernel in order to perform a dump because of following reason:

  1. These items are not (or not yet) adjusted to the pre-conditions of changed data models in S/4HANA and therefore may create disruptive data
  2. These items are not part of the Feature Scope Description and therefore not licensed for use by customer
  3. These items are not decoupled from the S/4HANA Code base and therefore will be deleted at a later point in time

SOLUTION

In order to resolve this dump user need to implement the steps provided in SAP Document 2249880, providing the following values:

  • Type: FUNC
  • Name: WRCK_SELECT_CUSTOMERS
  • Main Object: SAPLWRCK
  • Check the checkbox "Allow for internal usage"
  • Type: FUNC
  • Name: WRCK_STORE_LOESCH_KONSISTENZ
  • Main Object: SAPLWRCK
  • Check the checkbox "Allow for internal usage"


×