Show TOC

Procedure documentationBacking Up liveCache: Background Processing Locate this document in the navigation structure

 

You can automate the backups for SAP liveCache technology (complete or incremental data backup, log backup) using SAP background processing.

Prerequisites

The user has been assigned a role in accordance with the authorization concept: SAP_BC_LVC_OPERATOR, SAP_BC_LVC_ADMINISTRATOR, SAP_BC_LVC_SUPERUSER.

You have defined a backup template for the backup type that you want to perform (Backup Templates).

You have integrated the SAP liveCache database into the SAP system using Integration.

Procedure

Schedule the report RSLVCBACKUP with the variant for background execution (SAP recommendation) or execute this report directly using the ABAP Editor (transaction SE38).

Scheduling Report RSLVCBACKUP for Background Processing

Create the variants for the desired backup types.

  1. Open ABAP Editor (transaction SE38).

  2. Enter the report name RSLVCBACKUP.

  3. Select Variants and choose Display or Change.

  4. Enter a name for your variant and choose Create.

  5. Enter the following values:

    Connection Name: Name of database connection of the SAP liveCache database (for example, LCA)

    Logical Backup Medium: Name of the backup template

    Select the type of backup (full or incremental data backup, interactive log backup, automatic log backup)

  6. Enter the attributes.

  7. Schedule this report for background processing (Defining Jobs (transaction SM36), Scheduling Background Jobs).

    Specify the report name RSLVCBACKUP and the name of the desired variant.

Direct Execution of Report RSLVCBACKUP
  1. Open ABAP Editor (transaction SE38).

  2. Enter the report name RSLVCBACKUP.

  3. Choose Execute.

  4. Enter the following values:

    Connection Name: name of database connection of the SAP liveCache database (for example, LCA)

    Logical Backup Medium: Name of the backup template

    Select the type of backup (full or incremental data backup, interactive log backup, automatic log backup)

  5. Choose Execute.

    Note Note

    You can use the DBA Planning Calendar to automate the actions.

    End of the note.