nerdexam
SAP

C_BW4HANA_27 · Question #18

In a Datastore Object (advanced) of type Data Mart, which request can be deleted? (1)

The correct answer is D. The latest request the inbound. In a Data Mart type Advanced DSO, deletion from the inbound table is restricted to only the latest request as a controlled rollback mechanism - this prevents arbitrary removal of data that could break the sequential integrity of inbound loads. Option D is correct because the…

BW/4HANA Modeling

Question

In a Datastore Object (advanced) of type Data Mart, which request can be deleted? (1)

Options

  • AThe latest request in the active data table
  • BAny Older activated request in the inbound table
  • CAny Older request the active data table
  • DThe latest request the inbound

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    5% (2)
  • D
    89% (39)

Explanation

In a Data Mart type Advanced DSO, deletion from the inbound table is restricted to only the latest request as a controlled rollback mechanism - this prevents arbitrary removal of data that could break the sequential integrity of inbound loads. Option D is correct because the inbound table holds unactivated requests, and SAP permits only the most recent one to be removed, simulating an "undo last load" operation.

Why the distractors fail:

  • A is wrong because requests in the active data table cannot be individually deleted - active data is the committed record and is not reversible by simple deletion.
  • B is self-contradictory: requests in the inbound table are not yet activated, so calling them "activated requests in the inbound table" is logically invalid, and older inbound requests are also not eligible for deletion.
  • C is wrong for the same reason as A - the active data table does not support request-level deletion, regardless of whether the request is old or new.

Memory tip: Think of the inbound table as a loading dock - you can only send back the last delivery truck that arrived (latest request), not ones that already drove away (active table) or older trucks still waiting in line (older inbound requests).

Topics

#DataStore Object#data mart#request deletion#inbound table

Community Discussion

No community discussion yet for this question.

Full C_BW4HANA_27 Practice