Documentation Index

Fetch the complete documentation index at: https://skthelp.syniti.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Read Text for SAP ECC

Prev Next

This article describes the steps required to extract long text data from SAP systems using Replicate Preview.

Syniti recommends using a non-dialog RFC user with a non-expiring password. The user should at least be provisioned the authorizations listed in this article.

Table Access

Use the S_TABU_NAM authorization object to restrict by table. The minimum list of tables required are as follows. Additionally specific tables to be extracted will need to be added.

Authorization Object

Authorization Field

Authorization Value

S_TABU_NAM

TABLE

AQGQCAT, DD01T, DD02L, DD02T, DD03L, DD04L, DD04T, DD05Q, DD07L, DD07T, TCDOB

ACTVT

03 (Display)

Use the S_TABU_NAM authorization object to restrict by table group. The minimum list of table group are as follows. Additionally specific table groups to be extracted will need to be added.

Authorization Object

Authorization Field

Authorization Value

S_TABU_DIS

DICBERCLS

&NC&, SS

ACTVT

03 (Display)

The first step required to set-up the solution, is to install the SKP Add-On package in the SAP Application Server. The add-on package contains the required objects to extract SAP long texts. Refer to SKP Add-On Installation Guide for SAP ECC for more information.

Object Name

Type

Description

/BOA/RFCTEXT_V2

Package

Package that contains all objects related to Syniti SAP Query Read Text

/BOA/IBIPTEXTLN_V2

/BOA/SPRAS_R_S

/BOA/TDID_R_S

/BOA/TDOBJECT_R_S

/BOA/TDOBNAME_R_S

Structure

Structure that defines available fields for Input parameters and Output table columns

/BOA/SPRAS_R_T

/BOA/TDID_R_T

/BOA/TDOBJECT_R_T

/BOA/TDOBNAME_R_T

Table Type

Table types that allow multiple range values for each parameter.

/BOA/RFCTEXT_V2

Function Group

Function group containing the RFC-enabled function module for reading text data

/BOA/ZRFC_READ_TEXT_V2

Function Module

RFC-enabled function module that executes the SAP Query to read text data

Using Long Text Query in Replicate Preview

  1. Add the BOAQ_READ_TEXT table in your datastore and run a metadata scan for it.

  2. Access your workspace in Replicate Preview and create a replication for the BOAQ_READ_TEXT source table.

  3. Once created, click the Edit icon for the newly created replication.

  4. Add the required source filter according to the required data extraction and click Save.

  5. Execute your replication.