This content applies solely to Process Mining, which must be purchased separately from the Appian base platform. |
To install the module:
K901065.CED
to the SAP transport folder, usually /usr/sap/trans/cofiles
.R901065.CED
to the SAP transport folder, usually /usr/sap/trans/data
.The following parameters are required to establish an RFC connection and to initiate an export job:
Parameter | Description |
---|---|
client | The SAP client number |
sap_router | SAP router server address |
user | SAP RFC user name |
password | Password for the SAP RFC user |
system_number | System (instance) number |
host | SAP server address |
lang | The SAP server language. Default: en |
The following SSH parameters are required to establish an SFTP connection to fetch the files:
Parameter | Description |
---|---|
host | The address to reach the SSH server |
port | The port of the SSH server |
user | The OS user name that has access to designated export path |
password | Password for the user |
The following authorization objects have to be enabled for the user by the SAP Admin.
Authorization Object S_RFC
to access the RFC function our module provides:
Field | Value |
---|---|
RFC_TYPE | FUNC,FUGR |
RFC_NAME | Necessary for the module: /CMT/LLAB_TABLE_JOIN, /CMT/LLAB_TABLE_JOIN_BATCH Usual SAP own values: DDIF_FIELDINFO_GET, RFC1, RFCPING, RFC_GET_FUNCTION_INTERFACE, SDIFRUNTIME, SYST |
ACTVT | 16 |
Authorization Object S_DATASET
to enable our module to write the data on the filesystem:
Field | Value |
---|---|
PROGRAM | /CMT/CL_LLAB_FILE_SERVICE=====CP |
ACTVT | 34 |
FILENAME | * [For full access] |
Authorization Object S_BTCH_ADM
to enable our module to access the batch job system:
Field | Value |
---|---|
BTCADMIN | Y |
Authorization Object S_BTCH_JOB
to enable our module to handle its batch jobs:
Field | Value |
---|---|
JOBACTION | RELE |
JOBGROUP | * [or ‘ ’] |
Authorization Object S_TABU_DIS
to enable our module to access the tables:
Field | Value |
---|---|
DICBERCLS | SC |
ACTVT | 02,03 |
Authorization Object S_TABU_NAM
to enable our module to access the tables:
Field | Value |
---|---|
ACTVT | 03 |
TABLE | * [or specify specific table names] |